From 5b1e60f38ff8cc547036364dffdaf621935d2f32 Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Wed, 15 Apr 2020 15:33:20 +0200 Subject: [PATCH] curl code every day --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 77ec0ec..47db1a9 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@ Swarm3 - +
@@ -2932,26 +2932,26 @@
-

API

+

API

icon

- 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.
+ 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.
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 query2html, converted them to HTML.

-

Python script

+

Python script

icon

- 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.
+ 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.
We used the Python library Mwclient to interface with the MediaWiki API in order to extract the results of semantic queries.

@@ -3065,7 +3065,7 @@ }
- +