MoinMoin vs. ikiwiki

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

[[target|label|params]]
[[internal]]
External Link
http://google.de/ or
[[http://google.de/ | Google]] or
file://///server/share/file
[link text](http://example.org)
Headlines
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
Two syntaxes:

# heading 1
## heading 2
### heading 3

heading 1
=========

heading 2
---------
Bold Format
'''bold'''
'''strong emphasised'''
**bold**
__bold__
Italics Format
''italic''
''emphasised''
*emphasized*
_emphasized_
Underline Format
__underline__
via HTML: <u>underlined</u>
Monospace Format
`monospaced`
`inline monospace`

indented block of
monospaced text

tab-indented
block
Strikethrough Format
--(strikethrough)--
via HTML: <del>deleted</del>
Superscript Format
^superscript^
via HTML: x<sup>2</sup>
Subscript Format
,,subscript,,
via HTML: a<sub>1</sub>
Images
{{http://foo.bar/foo.jpg}}
{{attachment:foo.jpg | alt text}}
{{target|alt|params}}
![alt text](internal/image)
![alt text](http://example.org/external/image)
Aligning Text
only in tables:
||<(> left ||<:> middle ||<)> right ||
Text Indentation
indented text
Bulleted Lists
* Item 1
* Item 1.1
* Item 2
* item 1
* item 2
* item 2.1
* item 2.2
Numbered Lists
1. Item 1
a. Item 1.a
1. Item 2
1. item 1
2. item 2
1. item 1.1
42. the value doesn't matter
1. any value works
Definition Lists
term:: definition
via HTML:
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
Horizontal Rule
----
-----
------
---
***
___
------------------
Any number > 3
- - - - - - - - - -
spaces don't matter
remove MoinMoin remove ikiwiki