MobiWiki: Difference between revisions
Jump to navigation
Jump to search
Manorainjan (talk | contribs) (create Engine) |
Manorainjan (talk | contribs) (Features) |
||
Line 11: | Line 11: | ||
|s/w license = Gnu General Public Licence | |s/w license = Gnu General Public Licence | ||
}} | }} | ||
[[Andy Pierce]] programmed this wiki in Python (http://python.org) to address unmet needs in a wiki used for molecular protocols. | |||
The source code to this wiki [tentatively "MobiWiki" for "Molecular Biology Wiki"], and all the wiki-file documents in this wiki are covered by the Gnu General Public Licence (http://www.gnu.org/copyleft/gpl.html). A tarball of the source (with the licence in the README file) is available at http://www.paralog.com/MobiWiki.tar. | |||
{{WikiEngineFeatures}} | {{WikiEngineFeatures}} | ||
== Features == | |||
* support superscripts, subscripts, greek (scientific) characters via unicode translation table, tables, free links | |||
* allows different levels of write controls such that material with most restricted write access is at the top of each page, allowing text to migrate to the top as it becomes progressively refactored | |||
* identifies potential duplicate page entries by searching page titles using a soundex phonetic search algorithm | |||
* rapid-step navigation to previously viewed pages via title bar menu | |||
* no RecentChanges [http://c2.com/cgi/wiki?RecentChangesConsideredHarmful RecentChangesConsideredHarmful], | |||
* no backlinks | |||
* instant page deletion: click edit text, select all, delete, save | |||
* no versioning (WikiNow) | |||
[[Category:FoundedIn20xx]]<!--http://WikiEngineURL.org/index.php?title=Special:AncientPages--> | [[Category:FoundedIn20xx]]<!--http://WikiEngineURL.org/index.php?title=Special:AncientPages--> |
Revision as of 21:17, 20 October 2014
Andy Pierce programmed this wiki in Python (http://python.org) to address unmet needs in a wiki used for molecular protocols.
The source code to this wiki [tentatively "MobiWiki" for "Molecular Biology Wiki"], and all the wiki-file documents in this wiki are covered by the Gnu General Public Licence (http://www.gnu.org/copyleft/gpl.html). A tarball of the source (with the licence in the README file) is available at http://www.paralog.com/MobiWiki.tar.
Features
- support superscripts, subscripts, greek (scientific) characters via unicode translation table, tables, free links
- allows different levels of write controls such that material with most restricted write access is at the top of each page, allowing text to migrate to the top as it becomes progressively refactored
- identifies potential duplicate page entries by searching page titles using a soundex phonetic search algorithm
- rapid-step navigation to previously viewed pages via title bar menu
- no RecentChanges RecentChangesConsideredHarmful,
- no backlinks
- instant page deletion: click edit text, select all, delete, save
- no versioning (WikiNow)