MoinMoin
[Original text] -> How could I be so rude as to not have a link ... has good features but are they good enough, given the size and overhead ?
My impressions of Moin were formed maybe 4 or 5 years ago - there were various feature issues ( such as flat-file database ) and some outright problems, primarily with performance and resource consumption. It was definitely slow.
I'm not sure what version I was using then, but I am running Moin 1.9.7 standalone now and it seems to have roughly the same resource consumption as the Trac wiki ... starts at about 20MB, grows to maybe 30-40 MB with a moderate load. No large CPU spikes or significant latency.
The next version 2.0 will work with SQLite - I need to try it, might even download the beta.
It's obviously time for me to rethink MoinMoin.
Note: Werkzeug appeared in version 1.9.0 ( date 2009-12-05 ), so that's probably when the quantum leap in performance took place ...
MoinMoin is an advanced, easy to use and extensible WikiEngine with a large community of users. Said in a few words, it is about collaboration on easily editable web pages.
http://en.wikipedia.org/wiki/MoinMoin
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.
https://moinmo.in/MoinMoinFeatures
https://moinmo.in/MoinMoinQuestions
https://moinmo.in/MoinMoinQuestions/Installing
https://moinmo.in/HelpOnConfiguration
https://moinmo.in/HelpOnConfiguration/UserPreferences
Moin on Mediawiki - https://moinmo.in/MediaWiki
https://moinmo.in/MoinMoinVsMediaWiki
https://moinmo.in/MediaWikiConverter
https://moinmo.in/WikiPediaForMoinMoin
It is very easy to use Wikipedia data with MoinMoin (not more difficult than with MediaWiki).
http://www.mediawiki.org/wiki/MoinMoin
moinmo.in has a hacky converter script. Their page on MediaWiki links to a parser module that allows MoinMoin to understand MediaWiki markup to some degree.
https://moinmo.in/WikiEngineComparison
Apache Install - https://wiki.apache.org/httpd/MoinMoin/InstallDocs
This HTML page contains the basic install docs that can be found on http://master.moinmo.in/MoinMoin/InstallDocs. It contains all necessary information to get your wiki up and running, even without being online.
http://en.wikipedia.org/wiki/MoinMoin
http://www.wikimatrix.org/show/MoinMoin
Mercurial Repository
Update mid-2018: now on GitHub.
https://github.com/moinwiki/moin
MoinMoin Wiki Development (2.0+), unstable, for production please use 1.9.x.
Maybe coming to life a bit, maybe a Sqlite version in the near future. Still a ton of dependencies, mostly 'good' dependencies, but ...
install_requires=[
'blinker>=1.1', # event signalling (e.g. for change notification trigger)
'docutils>=0.8.1', # reST markup processing
'Markdown>=2.1.1', # Markdown markup processing
'Flask>=0.10', # micro framework
'Flask-Babel>=0.11.1', # i18n support
'Flask-Caching>=1.2.0', # caching support
'Flask-Script>=2.0.5', # scripting support
# TODO: Flask-Theme 0.2.0 does not have python 3 support
# fix Flask-Theme or add new package to pypi [ ... ]
'Flask-Theme>=0.2.0', # theme support
'emeraldtree>=0.10.0', # xml processing
'flatland>=0.8', # form handling
'Jinja2>=2.7', # template engine
'pygments>=1.4', # src code / text file highlighting
'Werkzeug>=0.11.2', # wsgi toolkit
'whoosh>=2.7.0', # needed for indexed search
'pdfminer', # pdf -> text/plain conversion
'passlib>=1.6.0', # strong password hashing (1.6 needed for consteq)
'XStatic>=0.0.2', # support for static file pypi packages
'XStatic-Bootstrap==3.1.1.2',
'XStatic-Font-Awesome>=4.1.0.0',
'XStatic-CKEditor>=3.6.1.2',
'XStatic-autosize',
'XStatic-jQuery>=1.8.2',
'XStatic-jQuery-File-Upload==4.4.2', # newer version not tested yet
'XStatic-TWikiDraw-moin>=2004.10.23.2',
'XStatic-AnyWikiDraw>=0.14.2',
'XStatic-svg-edit-moin>=2012.11.15.1',
'XStatic-JQuery.TableSorter>=2.14.5.1',
'XStatic-Pygments>=1.6.0.1',
Old repository -> http://hg.moinmo.in/
Maybe not as active as it used to be ? User base almost certainly smaller than Trac ( as wiki or not ).
Moin Editing
https://moinmo.in/HelpOnEditing
https://moinmo.in/HelpOnMoinWikiSyntax
https://moinmo.in/HelpOnCreoleSyntax
Moin Extensions
https://moinmo.in/MoinMoinExtensions
https://moinmo.in/VisualSiteMap
Moin Macros
https://moinmo.in/MacroMarket
https://moinmo.in/HelpOnMacros
Moin Parsers
https://moinmo.in/ParserMarket
https://moinmo.in/ParserMarket/MoinForms
https://moinmo.in/ParserMarket/JTemplate Jinja2 templates
https://moinmo.in/SectionParser
https://moinmo.in/ReStructuredText
https://moinmo.in/HelpOnParsers/ReStructuredText/RstPrimer
https://moinmo.in/HelpOnParsers
Moin Themes
https://moinmo.in/ThemeMarket
https://moinmo.in/HelpOnThemes
https://moinmo.in/MoinDev/ThemeDevelopment
https://moinmo.in/ThemeMarket/ThemeResources
https://moinmo.in/FacetBrowsingTheme
Moin Semantic Wiki
https://moinmo.in/SemanticWiki
https://moinmo.in/SemanticMoin
https://moinmo.in/SemanticWeb
https://moinmo.in/MetaDataInMoin
https://moinmo.in/ResourceDescriptionFramework
https://moinmo.in/FacetedClassificationInMoin
https://moinmo.in/PagesHierarchy
https://moinmo.in/HierarchicalWiki
https://moinmo.in/FacetsEngine
https://moinmo.in/FacetBrowsingTheme
https://moinmo.in/FacetedNavigation
https://moinmo.in/FacetedClassificationInMoin
https://moinmo.in/AutomagicalMenus
http://en.wikipedia.org/wiki/Faceted_search
https://moinmo.in/GradientDataInformationKnowledge
https://moinmo.in/KnowledgeManagement
Plugins
https://moinmo.in/MoinDev/PluginConcept
Moin Development
https://moinmo.in/MoinMoinAsPim
https://moinmo.in/DesktopEdition
https://moinmo.in/PersonalMoinMoin
