Jump to content

MoinMoin

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 85.216.9.254 (talk) at 22:23, 31 October 2016 (MoinMoin 1.9.9 released). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Developer(s)Jürgen Hermann
Thomas Waldmann
Initial releaseJuly 29, 2000; 24 years ago (2000-07-29)
Stable release
1.9.9[1] / October 31, 2016; 7 years ago (2016-10-31)
Repository
Written inPython
Operating systemCross-platform
TypeWiki software
LicenseGPL v2 or later
Websitemoinmo.in

MoinMoin is a wiki engine implemented in Python, initially based on the PikiPiki wiki engine. Its name is a play on the North German greeting Moin, repeated as in WikiWiki. The MoinMoin code is licensed under the GNU General Public License v2, or (at the user's option) any later version (except some 3rd party modules that are licensed under other Free Software licenses compatible with the GPL).[2]

Dozens of organizations use MoinMoin to run public wikis,[3] including free software projects Ubuntu, Apache, Debian, FreeBSD.[4]

Technical details

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 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.[citation needed]

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 parser[5] 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 instance[9] 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.[citation needed] Also in this release a different markup syntax was introduced, which had not been changed much since the early releases.[citation needed]

See also

References

  1. ^ http://moinmo.in/MoinMoinDownload
  2. ^ "GPL". MoinMoin. 2011-05-12. Retrieved 2012-12-06.
  3. ^ "MoinMoin Usage Statistics". builtwith.com. Retrieved 15 December 2014.
  4. ^ "Other sites using the MoinMoin wiki engine". Retrieved 2008-10-01.
  5. ^ "ParserMarket/NoCamelCase2". MoinMoin. 2012-02-08. Retrieved 2012-12-06.
  6. ^ "ParserMarket/NoCamelCase2". MoinMoin. 2012-02-08. Retrieved 2012-12-06.
  7. ^ "MoinMoinFeatures". MoinMoin. 2009-06-20. Retrieved 2012-12-06.
  8. ^ "HelpOnSearching". MoinMoin. Retrieved 2012-12-06.
  9. ^ WikiSynchronisation from the MoinMoinWiki.