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.
MoinMoin supports plug-ins 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. Therefore, to output DocBook instead of HTML, one would only need to write a docbook-formatter that implements the formatter interface, and all parsers that use the interface will automatically be supported.
MoinMoin supports CamelCase linking as well as free links (non-CamelCase linking). The CamelCase is activated by default and MoinMoin does not allow disabling CamelCase links except on a one-off basis. The workaround to do this is to use a different parser5 but this option does not work with the WYSIWYG editor.6
MoinMoin also has extensive support for access-control lists (ACL) that greatly increase its usability in a content management system (CMS). It also has GUI editing capabilities.7
MoinMoin is able to either use a built-in search engine (rather slow, but no dependencies) or a Xapian-based indexed search engine (faster, and can also search old revisions and attached files).8
MoinMoin also allows synchronization of contents from instance to instance9 via XML-RPC, and therefore allows distributed offline editing.
The original MoinMoin "DesktopEdition" is significantly easier to use, because it uses a built-in Web server to display pages, requiring only Python to be installed on the host machine. Since version 1.6.0, the "DesktopEdition" has been integrated into the standard release.10 Also, in this release a different markup syntax was introduced, which had not been changed much since the early releases.11
"GPL". MoinMoin. 2011-05-12. Retrieved 2012-12-06. https://moinmo.in/GPL ↩
"MoinMoin Usage Statistics". builtwith.com. Retrieved 15 December 2014. http://trends.builtwith.com/cms/MoinMoin ↩
"Other sites using the MoinMoin wiki engine". Retrieved 2008-10-01. https://moinmo.in/ ↩
"Python3". MoinMoin. 2019-08-05. Retrieved 2019-08-27. https://moinmo.in/Python3 ↩
"ParserMarket/NoCamelCase2". MoinMoin. 2012-02-08. Retrieved 2012-12-06. https://moinmo.in/ParserMarket/NoCamelCase2 ↩
"ParserMarket/NoCamelCase2". MoinMoin. 2012-02-08. Retrieved 2012-12-06. https://moinmo.in/ParserMarket/NoCamelCase2#Discussion ↩
"MoinMoinFeatures". MoinMoin. 2009-06-20. Retrieved 2012-12-06. https://moinmo.in/MoinMoinFeatures#Advanced_Features ↩
"HelpOnSearching". MoinMoin. Retrieved 2012-12-06. https://moinmo.in/HelpOnSearching ↩
WikiSynchronisation from the MoinMoinWiki. https://moinmo.in/WikiSynchronisation ↩
CHANGES, MoinMoin Wiki Engine, 2022-05-08, retrieved 2022-05-10 https://github.com/moinwiki/moin-1.9/blob/fc8fc67a765bc5468795bcfde30561cb7e110bdb/docs/CHANGES ↩