curl code every day

master
Max Lehmann 5 years ago
parent cbd1b28289
commit 5b1e60f38f

@ -44,7 +44,7 @@
<a href="#swarm3" class="introlink">Swarm3</a>
</div>
<!--div class="main"-->
<div class="main">
<input type="button" class="printbutton" value="Print selection"name="printselection" onclick="window.print();return false;"/>
<div class="empty" id="empty"></div>
@ -2932,26 +2932,26 @@
<div class="filterDiv Swarm2 tools" id="api">
<h4><a href="https://www.mediawiki.org/w/api.php ">API</a></h4>
<h4>API</h4>
<div class="placeholder">
<!data-aos="zoom-in" data-aos-anchor="#api" data-aos-duration="1000" data-aos-offset="300">
<img src="img/icon14.png" alt="icon" width="100">
</div>
<p>
An API (Application Programming Interface) is an interface that enables external programs or systems to communicate with the software. The API defines how to access and how to define requests. Some APIs are created specifically for certain programs, others follow industry standards.<br>
An <a href="https://www.mediawiki.org/w/api.php ">API</a> (Application Programming Interface) is an interface that enables external programs or systems to communicate with the software. The API defines how to access and how to define requests. Some APIs are created specifically for certain programs, others follow industry standards.<br>
We used MediaWiki's API to organize and bundle a large amount of material and later in the process also to export the search queries from the Wiki user interface and then, using <a href="#query2html">query2html</a>, converted them to HTML.
</p>
</div>
<div class="filterDiv Swarm2 tools" id="pythonscript">
<h4><a href="https://www.python.org/">Python</a> script</h4>
<h4>Python</a> script</h4>
<div class="placeholder">
<!data-aos="zoom-in" data-aos-anchor="#pythonscript" data-aos-duration="1000" data-aos-offset="300">
<img src="img/icon15.png" alt="icon" width="100">
</div>
<p>
Python is a highly abstract (high-level) programming language in which logical and clearly structured codes for projects of various sizes have been written since 1991. It is equipped/comes with a significant amount of libraries that simplify complex tasks.<br>
<a href="https://www.python.org/">Python</a> is a highly abstract (high-level) programming language in which logical and clearly structured codes for projects of various sizes have been written since 1991. It is equipped/comes with a significant amount of libraries that simplify complex tasks.<br>
We used the Python library Mwclient to interface with the <a href="#mediawiki">MediaWiki</a> <a href="#api">API</a> in order to extract the results of semantic queries.
</p>
</div>
@ -3065,7 +3065,7 @@
}
</script>
</div>
<!--/div-->
</div>
<!--
<script>

Loading…
Cancel
Save