MoinMoin

From Wikipedia, the free encyclopedia

MoinMoin
Latest release: 1.5.7 / 7 February 2007
OS: Cross-platform
Use: Wiki software
License: GPL
Website: MoinMoin

MoinMoin is a wiki engine implemented in Python, based on the PikiPiki wiki engine, and licensed under the GNU GPL.

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 need be, including managing revisions if the wiki gets attacked by spammers. However, the use of flat files does not allow for scalability and limits the ability of the software to make the most of the relational nature of databases (such as fast responses to queries like "What links here?"). This can be overcome in a variety of ways, claim its advocates, that don't require the overhead of full relational databases. 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 want to be able to output DocBook instead of HTML, you only need to write a docbook-formatter that implements the formatter interface, and all parsers that use the interface will automatically be supported.

MoinMoin uses CamelCase linking by default, but also has support for non-CamelCase linking.

MoinMoin also has extensive support for Access Control Lists (ACL) that greatly increase its usability in a content management system (CMS).

There is a Desktop Version of MoinMoin.

[edit] See also

[edit] External links