MoinMoin
This article may contain original research. Please improve it by verifying the claims made and adding references. Statements consisting only of original research may be removed. More details may be available on the talk page. (July 2008) |
This article needs references that appear in reliable third-party publications. Primary sources or sources affiliated with the subject are generally not sufficient for a Wikipedia article. Please add more appropriate citations from reliable sources. (July 2008) |
File:Moinmoin.svg | |
---|---|
Developer(s) | Jürgen Hermann Thomas Waldmann |
Stable release | 1.9.1 / January 19, 2010 |
Operating system | Cross-platform |
License | GPL |
Website | MoinMoin |
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.[1]
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. 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.[2]
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 linking is activated by default and can't be deactivated without affecting the WYSIWYG editor.[citation needed]
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.[3]
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).[citation needed]
MoinMoin also allows synchronization of contents from instance to instance[4] 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]
References
- ↑ "Other sites using the MoinMoin wiki engine". http://moinmo.in/. Retrieved 2008-10-01.
- ↑ New storage possibilities article from its developer
- ↑ [1]
- ↑ WikiSynchronisation from the MoinMoinWiki.
See also
- Comparison of wiki software
- List of content management systems
- Zwiki another Wiki written in Python for the Zope CMS
External links
- MoinMoin-Wiki
- Wikipedia as virtual pages
- Comparison of wiki engines
- Installing MoinMoin in a removable drive (in Spanish; translation)
|
ar:موين.موين de:MoinMoin Wiki es:MoinMoin fa:موینموین fr:MoinMoin ko:모인모인 it:MoinMoin ja:MoinMoin pt:MoinMoin ru:MoinMoin sk:MoinMoin fi:MoinMoin
If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...
- Pages where expansion depth is exceeded
- Pages with broken file links
- Articles that may contain original research from July 2008
- Articles with invalid date parameter in template
- All articles that may contain original research
- Articles lacking reliable references from July 2008
- All articles lacking reliable references
- All articles with unsourced statements
- Articles with unsourced statements from September 2008
- Free wiki software
- Free software programmed in Python