ikiwiki vs. MoasdaWiki vs. Oddmuse

General Features ikiwiki MoasdaWiki Oddmuse
Version
2.67
3.9.1
2.3.13
Last Release Date
2008-10-17 (17 years ago)
2024-10-04 (1 year ago)
2018-09-04 (7 years ago)
Last Update here
2008-10-28 (17 years ago)
2024-11-03 (1 year ago)
2018-10-27 (7 years ago)
Author
Joey Hess and the ikiwiki community
Herbert Reiter
Alex Schroeder
URL
Free and Open Source
Yes
Yes
Yes
License
GPL
AGPL-3.0-only
GPL
Programming Language
Perl
Java
Perl
Data Storage
Files, RCS
Files
Files
License Cost/ Fee
0
Free
free
Development status
Mature
Mature
Mature
Intended Audience
Anyone
personal usage, small teams
family people, hackers
System Requirements ikiwiki MoasdaWiki Oddmuse
Operating System
Any
Any platform with Java VM 17+
Anything supported by Perl
Root Access
No
No
No
Webserver
Any, or none
Built-in
Anything supporting CGI scripts
Other Requirements
Java VM 17+
Writable data directory
Datastorage ikiwiki MoasdaWiki Oddmuse
Text Files
Yes
Yes
Yes
MySQL
No
No
No
PostgreSQL
No
No
No
Oracle
No
No
No
SQLite
No
No
No
BerkeleyDB
No
No
No
RCS
Yes
No
No
Other
No
No
Security/Anti-Spam ikiwiki MoasdaWiki Oddmuse
Page Permissions
Yes
No
Yes
ACL
Yes
No
No
Authentication Backends
Built-in, HTTP auth, OpenID; extensible via plugins
N/A
None (use your web server instead)
Host Blocking
Yes
No
Yes
Mail Encryption
Yes
No
No
nofollow
No
No
No
Blacklist
Yes
No
Optional
CAPTCHA
No
No
Plugin
Delayed Indexing
No
No
No
Development/Support ikiwiki MoasdaWiki Oddmuse
# of Consultants
Preconfigured Hosting
No
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
89 ⭐
Common Features ikiwiki MoasdaWiki Oddmuse
Preview
Yes
No
Yes
Minor Changes
No
No
Yes
Change Summary
Yes
No
Yes
Page History
Yes
No
Yes
Page Revisions
Unlimited
None
Restricted by Age
Revision Diffs
Between all
No
Between all
Sitemap
Plugin
Yes
Yes
Plugin System
Yes
Yes
Yes
Special Features ikiwiki MoasdaWiki Oddmuse
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Yes
No
Optional
Interface Languages
1
English
2
German, English
18
Bulgarian, German, Spanish, Finnish, French, Hebrew, Italian, Korean, Dutch, Polish, Portuguese, Romanian, Russian, Serbian, Swedish, Ukrainian, Chinese, Chinese Traditional
Email notification
Yes
No
Plugin
Comments
Discussion Pages
No
Discussion Pages
Categories
Plugin
Yes
Plugin
Namespaces
Yes
Yes
Plugin
Conflict Handling
Conflict Resolution
None
Conflict Resolution
Concurrent Editing
Unknown
No
No
Search
Full Text
Full Text
Full Text
Wiki Farming
Yes
No
Plugin
Structured Data
Unknown
Yes
Plugin
Links ikiwiki MoasdaWiki Oddmuse
CamelCase
Plugin
No
Optional
Freelinks
Yes
Yes
Optional
Backlinks
Yes
No
Plugin
InterWiki
Plugin
No
Yes
SisterWiki
Plugin
No
Plugin
Image Links
Yes
Yes
Plugin
Windows Shares
Yes
No
Plugin
Page Redirects
Unknown
No
Yes
Syntax Features ikiwiki MoasdaWiki Oddmuse
HTML Tags
Optional
All
Plugin
Math formulas
Plugin
No
Plugin
Tables
simple + complex
complex
simple + complex
CREOLE support
No
No
Plugin
Markdown Support
Yes
No
Plugin
Textile Support
Plugin
No
No
BBCode Support
No
No
Plugin
Emoticon Images
Plugin
No
Optional
Syntax Highlighting
Plugin
Yes
Plugin
Footnotes
No
No
Plugin
Quoting
Yes
No
Optional
Internal Comments
Yes
Yes
No
Custom styles
Yes
Yes
Yes
FAQ Tags
Yes
No
Plugin
Scripting
safe subset of HTML::Template supported via template plugin
JavaScript
Perl
Content Includes
Plugin
Yes
Yes
Feed Aggregation
Plugin
No
Yes
Usability ikiwiki MoasdaWiki Oddmuse
Section Editing
No
Yes
No
Page Templates
Yes
Yes
No
Double-Click Edit
No
No
Plugin
Toolbar
No
No
Plugin
WYSIWYG Editing
No
No
Plugin
Access Keys
No
No
Yes
Auto Signature
No
No
Plugin
Statistics ikiwiki MoasdaWiki Oddmuse
Recent Changes
Yes
Yes
Yes
Wanted Pages
Plugin
Yes
Plugin
Orphaned Pages
Plugin
Yes
Plugin
Most/Least Popular
No
No
No
Recent Visitors
No
No
Plugin
Analysis
No
No
No
Output ikiwiki MoasdaWiki Oddmuse
Printer Friendly
Print CSS
Print CSS
Print CSS
Mobile Friendly
Yes
Yes
Yes
Themes & Skins
Yes
No
Optional
RSS Feeds
Plugin
No
Yes
ATOM Feeds
Plugin
No
Plugin
Abbreviations
No
No
Yes
Auto-TOC
Plugin
Yes
Plugin
Raw Export
Yes
Yes
Yes
HTML Export
Yes
No
Yes
XML export
No
No
No
PDF Export
No
No
Plugin
Office Export
Unknown
No
No
Media and Files ikiwiki MoasdaWiki Oddmuse
File Attachments
Yes
Yes
Optional
Media Revisions
Yes
No
Yes
Embedded Flash
Optional
Yes
No
Embedded Video
Optional
Yes
No
Image Editing
No
No
No
SVG Editing
No
No
Plugin
MindMap Editing
No
No
No
Media Search
Filenames only
No
Filenames only
Extras ikiwiki MoasdaWiki Oddmuse
Calendar
Plugin
Yes
Plugin
Image Galleries
Plugin
No
No
Presentations
Unknown
No
No
Forums
Unknown
No
No
Blogs
Yes
No
Optional
Ticket System
Yes
No
No
Chat
Unknown
No
No
Syntax Examples ikiwiki MoasdaWiki Oddmuse
Internal Link
[[internal]]
[[a link]]
[[a link | with title]]
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
[link text](http://example.org)
[[http://example.org]]
[[http://example.org | with title]]
http://example.com/
[http://example.com/] → [1]

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

Depending on plugins:
[text](http://example.com/) → text
Headlines
Two syntaxes:

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

heading 1
=========

heading 2
---------
= Section
== Subsection
=== Sub-subsection
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
Bold Format
**bold**
__bold__
''bold''
Depending on plugins:
*bold*
**bold*
'''bold'''
Italics Format
*emphasized*
_emphasized_
##italic##
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
Underline Format
via HTML: <u>underlined</u>
__underlined__
Depending on plugins:
_underline_
__underline__
Monospace Format
`inline monospace`

indented block of
monospaced text

tab-indented
block
@@monospace font@@
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
Strikethrough Format
via HTML: <del>deleted</del>
~~striked through~~
via bbCode plugin:
[s]strike through[/s]
Superscript Format
via HTML: x<sup>2</sup>
{{html}}<sup>superscript</sup>{{/html}}
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
via HTML: a<sub>1</sub>
{{html}}<sub>subscript</sub>{{/html}}
via bbCode plugin:
[sub]subscript[/sub]
Images
![alt text](internal/image)
![alt text](http://example.org/external/image)
{{image:wiki.png}}
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
Aligning Text
{{center}}centered text
no example known
Text Indentation
Non-indented text

Single indented text

Double indented text
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
Bulleted Lists
* item 1
* item 2
* item 2.1
* item 2.2
* Item 1
** Item 1.1
* Item 2
* one
** two
Numbered Lists
1. item 1
2. item 2
1. item 1.1
42. the value doesn't matter
1. any value works
# Item 1
## Item 1.1
# Item 2
Depending on plugins:
1. one
2. two

# one
## two
Definition Lists
via HTML:
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
{{html}}
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
{{/html}}
Depending on plugins:
; term: definition
Horizontal Rule
---
***
___
------------------
Any number > 3
- - - - - - - - - -
spaces don't matter
----
Depending on plugins:
----
remove ikiwiki remove MoasdaWiki remove Oddmuse