ikiwiki vs. MojoMojo vs. WikkaWiki

General Features ikiwiki MojoMojo WikkaWiki
Version
2.67
1.02
1.4.2
Last Release Date
2008-10-17 (17 years ago)
2010-08-30 (15 years ago)
2020-04-20 (5 years ago)
Last Update here
2008-10-28 (17 years ago)
2010-09-01 (15 years ago)
2020-04-20 (5 years ago)
Author
Joey Hess and the ikiwiki community
Marcus Ramberg et al. (open-source)
Wikka Development Team
URL
Free and Open Source
Yes
Yes
Yes
License
GPL
Artistic License
GPL
Programming Language
Perl
Perl
PHP
Data Storage
Files, RCS
Database
Database
License Cost/ Fee
0
FREE
0
Development status
Mature
Mature
Mature
Intended Audience
Anyone
Wiki, CMS, Blog users
Individual users (PIM/website backend), development teams (software documentation/knowledge base), organizations and companies (intranet/public website backend)
System Requirements ikiwiki MojoMojo WikkaWiki
Operating System
Any
Any OS that runs Perl
any (platform-independent)
Root Access
No
No
No
Webserver
Any, or none
Has its own server; can run with any web server
any server with PHP/MySQL support
Other Requirements
Catalyst
mod_rewrite (optional)
Datastorage ikiwiki MojoMojo WikkaWiki
Text Files
Yes
Unknown
No
MySQL
No
Yes
Yes
PostgreSQL
No
Yes
No
Oracle
No
Patch
No
SQLite
No
Yes
Yes
BerkeleyDB
No
Unknown
No
RCS
Yes
Unknown
No
Other
No
Security/Anti-Spam ikiwiki MojoMojo WikkaWiki
Page Permissions
Yes
Yes
Yes
ACL
Yes
Yes
Yes
Authentication Backends
Built-in, HTTP auth, OpenID; extensible via plugins
Active Directory (patch)
Host Blocking
Yes
Unknown
Yes
Mail Encryption
Yes
Unknown
No
nofollow
No
Unknown
Yes
Blacklist
Yes
Unknown
Yes
CAPTCHA
No
Yes
Plugin
Delayed Indexing
No
Unknown
No
Development/Support ikiwiki MojoMojo WikkaWiki
# of Consultants
Preconfigured Hosting
No
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
42 ⭐
Common Features ikiwiki MojoMojo WikkaWiki
Preview
Yes
Yes
Yes
Minor Changes
No
No
No
Change Summary
Yes
No
Yes
Page History
Yes
Yes
Yes
Page Revisions
Unlimited
Unlimited
Unlimited
Revision Diffs
Between all
To current
Between all
Sitemap
Plugin
Yes
Yes
Plugin System
Yes
Yes
Yes
Special Features ikiwiki MojoMojo WikkaWiki
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Yes
Unknown
Yes
Interface Languages
1
English
11
Catalan, German, English, Spanish, French, Italian, Japanese, Korean, Norwegian, Polish, Russian
0
Email notification
Yes
No
Patch
Comments
Discussion Pages
Plugin
Threaded
Categories
Plugin
Yes
Yes
Namespaces
Yes
Yes
No
Conflict Handling
Conflict Resolution
Conflict Resolution
Page Locking
Concurrent Editing
Unknown
Unknown
Yes
Search
Full Text
Full Text
Full Text
Wiki Farming
Yes
No
No
Structured Data
Unknown
No
Plugin
Links ikiwiki MojoMojo WikkaWiki
CamelCase
Plugin
No
Yes
Freelinks
Yes
Yes
Patch
Backlinks
Yes
Yes
Yes
InterWiki
Plugin
Unknown
Yes
SisterWiki
Plugin
Unknown
No
Image Links
Yes
Yes
Yes
Windows Shares
Yes
Unknown
No
Page Redirects
Unknown
Yes
Patch
Syntax Features ikiwiki MojoMojo WikkaWiki
HTML Tags
Optional
Some
Some
Math formulas
Plugin
No
Plugin
Tables
simple + complex
simple + complex
simple + complex
CREOLE support
No
No
No
Markdown Support
Yes
Yes
No
Textile Support
Plugin
Yes
No
BBCode Support
No
No
No
Emoticon Images
Plugin
Plugin
No
Syntax Highlighting
Plugin
Yes
Yes
Footnotes
No
Yes
Plugin
Quoting
Yes
Yes
Yes
Internal Comments
Yes
Yes
Yes
Custom styles
Yes
Yes
Yes
FAQ Tags
Yes
No
No
Scripting
safe subset of HTML::Template supported via template plugin
JavaScript
Extensibility through drop-in plugins
Content Includes
Plugin
Yes
Yes
Feed Aggregation
Plugin
Plugin
Yes
Usability ikiwiki MojoMojo WikkaWiki
Section Editing
No
No
No
Page Templates
Yes
No
Yes
Double-Click Edit
No
No
Yes
Toolbar
No
Yes
Yes
WYSIWYG Editing
No
Patch
Plugin
Access Keys
No
Yes
Patch
Auto Signature
No
No
Patch
Statistics ikiwiki MojoMojo WikkaWiki
Recent Changes
Yes
Yes
Yes
Wanted Pages
Plugin
Yes
Yes
Orphaned Pages
Plugin
Patch
Yes
Most/Least Popular
No
Unknown
Patch
Recent Visitors
No
Unknown
Patch
Analysis
No
Unknown
Yes
Output ikiwiki MojoMojo WikkaWiki
Printer Friendly
Print CSS
Print View
Print CSS
Mobile Friendly
Yes
Unknown
Unknown
Themes & Skins
Yes
Yes
Yes
RSS Feeds
Plugin
Yes
Yes
ATOM Feeds
Plugin
Yes
Plugin
Abbreviations
No
No
Patch
Auto-TOC
Plugin
Optional
Yes
Raw Export
Yes
Yes
Yes
HTML Export
Yes
Yes
Yes
XML export
No
No
Patch
PDF Export
No
No
No
Office Export
Unknown
Unknown
No
Media and Files ikiwiki MojoMojo WikkaWiki
File Attachments
Yes
Yes
Yes
Media Revisions
Yes
Unknown
No
Embedded Flash
Optional
Yes
Yes
Embedded Video
Optional
Yes
No
Image Editing
No
No
No
SVG Editing
No
No
No
MindMap Editing
No
No
Yes
Media Search
Filenames only
No
Extras ikiwiki MojoMojo WikkaWiki
Calendar
Plugin
No
Plugin
Image Galleries
Plugin
Yes
Plugin
Presentations
Unknown
Unknown
No
Forums
Unknown
No
No
Blogs
Yes
No
Plugin
Ticket System
Yes
No
No
Chat
Unknown
Unknown
No
Syntax Examples ikiwiki MojoMojo WikkaWiki
Internal Link
[[internal]]
[[another page]]
CamelCase
[[forced]]
[[forced|This is a link]]
[[forced |日本語]]
External Link
[link text](http://example.org)
Markdown:
[Link text](http://example.com)

Textile:
"link text":http://example.com
http://wikkawiki.org
[[http://wikkawiki.org|Wikka Wiki]]
[[Wikipedia:WikkaWiki]]
Headlines
Two syntaxes:

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

heading 1
=========

heading 2
---------
Mardown:
#Heading 1

Textile:
h1. Heading 1
====== Level 1 ======
===== Level 2 =====
==== Level 3 ====
=== Level 4 ===
== Level 5 ==
Bold Format
**bold**
__bold__
Markdown: **bold**

Textile: *bold*
**bold**
Italics Format
*emphasized*
_emphasized_
_italics_
//italic//
Underline Format
via HTML: <u>underlined</u>
Textile: _underline_
Markdown: use HTML
__underlined__
Monospace Format
`inline monospace`

indented block of
monospaced text

tab-indented
block
Markdown:
`command line example`

Textile:
@command line example@
##monospaced##
Strikethrough Format
via HTML: <del>deleted</del>
Textile:
normal text -striked- normal text
++Strike through text++
Superscript Format
via HTML: x<sup>2</sup>
Textile: ^superscript^
""<sup>Superscript</sup>""
Subscript Format
via HTML: a<sub>1</sub>
Textile: ~subscript~
""<sub>Subscript</sub>""
Images
![alt text](internal/image)
![alt text](http://example.org/external/image)
Markdown:
![alt text](/image/path "title text")

Textile:
!http://example.com/image.png!
http://foo.bar/bar.jpg
{{image url="local.jpg"}}
{{image url="http://foo.bar/bar.jpg"}}
Aligning Text
Textile:
< right
> left
= center
<> justify
@@Center text@@
<<left floated<<
>>right floated>>
Text Indentation
Textile:
> text
(4 spaces or a ~ can replace a tab)
indented
~indented
Bulleted Lists
* item 1
* item 2
* item 2.1
* item 2.2
* an item
* another item
(4 spaces or a ~ can replace a tab)

~- Item 1
~~- Item 1.1
~- Item 2
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 2
(4 spaces or a ~ can replace a tab)

~1) Item 1
~~1) Item 1.1
~1) Item 2

(more options for lists are available)
Definition Lists
via HTML:
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
Textile:
dl. title:data goes here
""<dl>
<dt>Coffee</dt>
<dd>Black hot drink</dd>
<dt>Milk</dt>
<dd>White cold drink</dd>
</dl>""
Horizontal Rule
---
***
___
------------------
Any number > 3
- - - - - - - - - -
spaces don't matter
<hr />
----
remove ikiwiki remove MojoMojo remove WikkaWiki