Oddmuse vs. MoinMoin

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

[[target|label|params]]
External Link
http://example.com/
[http://example.com/] → [1]

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

Depending on plugins:
[text](http://example.com/) → text
http://google.de/ or
[[http://google.de/ | Google]] or
file://///server/share/file
Headlines
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
Bold Format
Depending on plugins:
*bold*
**bold*
'''bold'''
'''bold'''
'''strong emphasised'''
Italics Format
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
''italic''
''emphasised''
Underline Format
Depending on plugins:
_underline_
__underline__
__underline__
Monospace Format
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
`monospaced`
Strikethrough Format
via bbCode plugin:
[s]strike through[/s]
--(strikethrough)--
Superscript Format
via bbCode plugin:
[sup]superscript[/sup]
^superscript^
Subscript Format
via bbCode plugin:
[sub]subscript[/sub]
,,subscript,,
Images
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
{{http://foo.bar/foo.jpg}}
{{attachment:foo.jpg | alt text}}
{{target|alt|params}}
Aligning Text
no example known
only in tables:
||<(> left ||<:> middle ||<)> right ||
Text Indentation
Depending on plugins:
> text

[quote]
text
[/quote]

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

# one
## two
1. Item 1
a. Item 1.a
1. Item 2
Definition Lists
Depending on plugins:
; term: definition
term:: definition
Horizontal Rule
Depending on plugins:
----
----
-----
------
remove Oddmuse remove MoinMoin