Platform Team/Distributed Wiki: Difference between revisions
Created page with "==Introduction== : ''from Aleksey'' Before starting a discussion on the ML level about a distributed Wiki implementation, I'm seeking your thoughts for that topic. The requireme..." |
No edit summary |
||
| Line 12: | Line 12: | ||
I didn't find better solutions except using mwlib (wikipedia uses it for exporting to pdf) as a renderer, keeping wiki page sources in a regular VCS, and having a client that will call mwlib to render the wiki and be a powerful editor for wiki pages (including necessary stuff like i18n, which might be done in client code, not like it is implemented in mediawiki, which is done in php on the server side and renders in http on client's one). | I didn't find better solutions except using mwlib (wikipedia uses it for exporting to pdf) as a renderer, keeping wiki page sources in a regular VCS, and having a client that will call mwlib to render the wiki and be a powerful editor for wiki pages (including necessary stuff like i18n, which might be done in client code, not like it is implemented in mediawiki, which is done in php on the server side and renders in http on client's one). | ||
==References for review== | |||
* http://strategy.wikimedia.org/wiki/Proposal:Distributed_Wikipedia | |||
* Following [[wikipedia:Wiki_software#cite_note-13|Wiki software citations 14, 15]] | |||
** [http://www.globule.org/?page_id=72 Decentralized wikipedia at VU University Amsterdam] | |||