MoinMoin is a wiki engine implemented in Python, initially based on the PikiPiki wiki engine. Distributed under the terms of the GNU General Public License, MoinMoin is free software.
A number of organizations use MoinMoin to run public wikis, including notable free software projects Ubuntu, Apache, Debian, FreeBSD, and others.
MoinMoin's storage mechanism is based on flat files and folders, rather than a database. This makes it easy to manipulat...
more
MoinMoin is a wiki engine implemented in Python, initially based on the PikiPiki wiki engine. Distributed under the terms of the GNU General Public License, MoinMoin is free software.
A number of organizations use MoinMoin to run public wikis, including notable free software projects Ubuntu, Apache, Debian, FreeBSD, and others.
MoinMoin's storage mechanism is based on flat files and folders, rather than a database. This makes it easy to manipulate the content in a text editor on the server if necessary, including managing revisions if the wiki gets attacked by spammers. A storage abstraction layer is currently being worked on, which will allow the server administrator to select between flat file-storage or a relational database.
MoinMoin supports plugins and can be extended via Macros and Actions. It also uses the idea of separate parsers (e.g. for parsing the wiki syntax) and formatters (e.g. for outputting HTML code) with a SAX-like interface between the two. The idea is that if you...
less