MoinMoin vs. Oddmuse

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

[[target|label|params]]
optional, default on:
[[page name]]

optional, default off:
PageName
[PageName] → [1]
[[[page name]]] → [1]
[PageName text] → text
[[page name|text]] → text

Depending on plugins:
[text](page) → text
External Link
http://google.de/ or
[[http://google.de/ | Google]] or
file://///server/share/file
http://example.com/
[http://example.com/] → [1]

optional, default on:
[http://example.com/ text] → text

Depending on plugins:
[text](http://example.com/) → text
Headlines
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
Bold Format
'''bold'''
'''strong emphasised'''
Depending on plugins:
*bold*
**bold*
'''bold'''
Italics Format
''italic''
''emphasised''
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
Underline Format
__underline__
Depending on plugins:
_underline_
__underline__
Monospace Format
`monospaced`
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
Strikethrough Format
--(strikethrough)--
via bbCode plugin:
[s]strike through[/s]
Superscript Format
^superscript^
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
,,subscript,,
via bbCode plugin:
[sub]subscript[/sub]
Images
{{http://foo.bar/foo.jpg}}
{{attachment:foo.jpg | alt text}}
{{target|alt|params}}
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
Aligning Text
only in tables:
||<(> left ||<:> middle ||<)> right ||
no example known
Text Indentation
indented text
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
Bulleted Lists
* Item 1
* Item 1.1
* Item 2
* one
** two
Numbered Lists
1. Item 1
a. Item 1.a
1. Item 2
Depending on plugins:
1. one
2. two

# one
## two
Definition Lists
term:: definition
Depending on plugins:
; term: definition
Horizontal Rule
----
-----
------
Depending on plugins:
----
remove MoinMoin remove Oddmuse