Difference between revisions of "SMWConTalk2020-04"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
== ⌘⌘ MediaWiki API == | == ⌘⌘ MediaWiki API == | ||
* The [https://www.mediawiki.org/wiki/API:Main_page MediaWiki API] allows manipulating your Wiki automatically | * The [https://www.mediawiki.org/wiki/API:Main_page MediaWiki API] allows manipulating your Wiki automatically | ||
− | There are | + | There are [https://www.mediawiki.org/wiki/API:Client_code many implementations] for different languages e.g. |
{| class="wikitable" | {| class="wikitable" | ||
|- | |- |
Revision as of 15:32, 2 April 2020
<slideshow style="bitplan" headingmark="⌘⌘" incmark="…" scaled="true" font="Comic Sans MS, Calibri, cursive" >
- title
Push your wikifarm pages
with encrypted credential handling- author
Wolfgang Fahl info@bitplan.com- footer
- Lightning Talk
- subfooter
- EMW Con 2020
</slideshow>
⌘⌘ MediaWiki API
- The MediaWiki API allows manipulating your Wiki automatically
There are many implementations for different languages e.g.
Language | Project | By |
---|---|---|
Java | MediaWiki-Japi | BITPlan |
Python | pywikbot | WikiMedia Foundation |
Example | Example | Example |
⌘⌘ Dragtop Example
The Dragtop prototype shows how automation could be simplified. A main showstopper on the way to this is how to make the credentials available for the automation without interfering the user experience.