Git-Wiki vs. MoinMoin

General Features Git-Wiki MoinMoin
Version
1.0
1.9.11
Last Release Date
2020-11-08 (5 years ago)
Last Update here
2022-04-17 (3 years ago)
2020-11-08 (5 years ago)
Author
https://moinmo.in/MoinCoreTeamGroup
URL
Free and Open Source
Yes
Yes
License
MIT
GPL
Programming Language
Ruby
Python
Data Storage
RCS
Files
License Cost/ Fee
Free
0
Development status
Mature
Mature
Intended Audience
Private, Public
Everybody with <<100.000 pages. :)
System Requirements Git-Wiki MoinMoin
Operating System
*nix
UNIX, Windows, MacOS X, probably any platform with Python 2.3+
Root Access
No
No
Webserver
Ruby webserver (Mongrel, Unicorn, Thin, Webrick)
Standalone, WSGI (e.g. Apache+mod_wsgi) - others like CGI, FastCGI, SCGI, AJP, ... via middlewares
Other Requirements
Ruby
None
Datastorage Git-Wiki MoinMoin
Text Files
No
Yes
MySQL
No
No
PostgreSQL
No
No
Oracle
No
No
SQLite
No
No
BerkeleyDB
No
No
RCS
Yes
No
Other
Git
No
Security/Anti-Spam Git-Wiki MoinMoin
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
Plugin system, backends can be added
modular, scriptable. OpenID, ldap/AD, http, cookie, ssl client cert, interwiki, others possible
Host Blocking
Plugin
Yes
Mail Encryption
No
Optional
nofollow
No
No
Blacklist
No
Yes
CAPTCHA
Plugin
Optional
Delayed Indexing
No
No
Development/Support Git-Wiki MoinMoin
# of Consultants
Preconfigured Hosting
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
242 ⭐
N/A
Common Features Git-Wiki MoinMoin
Preview
Plugin
Yes
Minor Changes
No
Yes
Change Summary
Plugin
Yes
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
Between all
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features Git-Wiki MoinMoin
Unicode Support
Yes
Yes
Right-to-Left Support
Optional
Yes
Interface Languages
4
Czech, German, English, French
1
English
Email notification
No
Yes
Comments
No
Discussion Pages
Categories
No
Yes
Namespaces
No
No
Conflict Handling
Conflict Detection
Conflict Resolution
Concurrent Editing
Unknown
No
Search
Full Text
Full Text
Wiki Farming
Yes
Yes
Structured Data
No
No
Links Git-Wiki MoinMoin
CamelCase
No
Yes
Freelinks
Yes
Yes
Backlinks
No
Yes
InterWiki
Plugin
Yes
SisterWiki
No
Yes
Image Links
Yes
Yes
Windows Shares
No
Yes
Page Redirects
Plugin
Yes
Syntax Features Git-Wiki MoinMoin
HTML Tags
Plugin
Some
Math formulas
Plugin
Plugin
Tables
simple + complex
complex
CREOLE support
Plugin
Yes
Markdown Support
Plugin
No
Textile Support
Plugin
No
BBCode Support
No
No
Emoticon Images
No
Yes
Syntax Highlighting
Plugin
Yes
Footnotes
Plugin
Yes
Quoting
No
No
Internal Comments
Plugin
Yes
Custom styles
Yes
Yes
FAQ Tags
No
No
Scripting
XML based, Javascript
plugins, see comment ---------------->
Content Includes
Yes
Yes
Feed Aggregation
Yes
No
Usability Git-Wiki MoinMoin
Section Editing
Plugin
No
Page Templates
Yes
Yes
Double-Click Edit
No
Yes
Toolbar
Plugin
Yes
WYSIWYG Editing
No
Yes
Access Keys
Yes
Optional
Auto Signature
No
Yes
Statistics Git-Wiki MoinMoin
Recent Changes
Yes
Yes
Wanted Pages
No
Yes
Orphaned Pages
No
Yes
Most/Least Popular
No
Yes
Recent Visitors
No
No
Analysis
No
Yes
Output Git-Wiki MoinMoin
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
No
Yes
Themes & Skins
Yes
Yes
RSS Feeds
Plugin
Yes
ATOM Feeds
Plugin
No
Abbreviations
No
No
Auto-TOC
Plugin
Yes
Raw Export
Yes
Yes
HTML Export
No
Yes
XML export
No
Yes
PDF Export
No
Plugin
Office Export
Unknown
No
Media and Files Git-Wiki MoinMoin
File Attachments
Yes
Yes
Media Revisions
Yes
No
Embedded Flash
No
Yes
Embedded Video
Yes
Yes
Image Editing
No
Yes
SVG Editing
Yes
Yes
MindMap Editing
No
No
Media Search
Contents
Contents
Extras Git-Wiki MoinMoin
Calendar
Plugin
Yes
Image Galleries
Yes
Plugin
Presentations
Unknown
Yes
Forums
No
No
Blogs
Plugin
No
Ticket System
No
No
Chat
Unknown
No
Syntax Examples Git-Wiki MoinMoin
Internal Link
[[a link]]
[[a link|with title]]
CamelCaseLink or [[free link]]

[[target|label|params]]
External Link
[[http://example.org|The title]]
http://google.de/ or
[[http://google.de/ | Google]] or
file://///server/share/file
Headlines
== Section
=== Subsection
==== Sub-subsection

or

== Section ==
=== Subsection ===
==== Sub-subsection ====
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
Bold Format
**bold**
'''bold'''
'''strong emphasised'''
Italics Format
//italic//
''italic''
''emphasised''
Underline Format
<u>underlined</u>
__underline__
Monospace Format
<tt>monospace</tt>
`monospaced`
Strikethrough Format
<s>strikethrough</s>
--(strikethrough)--
Superscript Format
<sup>superscript</sup>
^superscript^
Subscript Format
<sub>subscript</sub>
,,subscript,,
Images
{{Image.png}}
{{http://foo.bar/foo.jpg}}
{{attachment:foo.jpg | alt text}}
{{target|alt|params}}
Aligning Text
only in tables:
||<(> left ||<:> middle ||<)> right ||
Text Indentation
indented text
Bulleted Lists
* Item 1
** Item 1.2
* Item 2
* Item 1
* Item 1.1
* Item 2
Numbered Lists
# Item 1
## Item 1.2
# Item 2
1. Item 1
a. Item 1.a
1. Item 2
Definition Lists
term:: definition
Horizontal Rule
----
----
-----
------
remove Git-Wiki remove MoinMoin