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 main implementations for different languages e.g. | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Language !! Project !! Header text | ||
+ | |- | ||
+ | | Java || Example || Example | ||
+ | |- | ||
+ | | Python || Example || Example | ||
+ | |- | ||
+ | | Example || Example || Example | ||
+ | |} | ||
+ | |||
== ⌘⌘ Dragtop Example == | == ⌘⌘ Dragtop Example == | ||
The [http://www.bitplan.com/index.php/Dragtop Dragtop] prototype shows how automation could be simplified. | The [http://www.bitplan.com/index.php/Dragtop 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. | A main showstopper on the way to this is how to make the credentials available for the automation without interfering the user experience. | ||
== ⌘⌘ Encrypted credential storage == | == ⌘⌘ Encrypted credential storage == |
Revision as of 15:30, 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 main implementations for different languages e.g.
Language | Project | Header text |
---|---|---|
Java | Example | Example |
Python | Example | Example |
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.