Offline Projects/Offline Editorship
Motivation
editOffline reader software packages lack the ability to edit. The wiki concept should not be abandoned even in this seemingly marginal use case. Collaboration becomes possible from any remote situation, really interesting applications include a small community's school contributing back to Wikipedia, or scientists who use a wiki to coordinate their work.
Strategies
editNote that these approaches are exclusive.
- Browser-based editing saves to an HTML5 cache
- Alternative to mediawiki page rendering
- Edit mode for Kiwix
Browser strategy
editThis is an appealing direction because it would be easy to run on smart phones.
Edit mode for Kiwix
editPresents the same problems as the browser editor, the presentation markup is not simple to map back onto wikimarkup. Microdata-style markup might be able to capture templates and their arguments.
Alternative frontend
editWe could use an intermediate markup that was more processor efficient. Python or javascript?