Git-Wiki vs. ikiwiki vs. MojoMojo

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

Textile:
"link text":http://example.com
Headlines
== Section
=== Subsection
==== Sub-subsection

or

== Section ==
=== Subsection ===
==== Sub-subsection ====
Two syntaxes:

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

heading 1
=========

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

Textile:
h1. Heading 1
Bold Format
**bold**
**bold**
__bold__
Markdown: **bold**

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

indented block of
monospaced text

tab-indented
block
Markdown:
`command line example`

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

Textile:
!http://example.com/image.png!
Aligning Text
Textile:
< right
> left
= center
<> justify
Text Indentation
Textile:
> text
Bulleted Lists
* Item 1
** Item 1.2
* Item 2
* item 1
* item 2
* item 2.1
* item 2.2
* an item
* another item
Numbered Lists
# Item 1
## Item 1.2
# Item 2
1. item 1
2. item 2
1. item 1.1
42. the value doesn't matter
1. any value works
# item 1
# item 2
Definition Lists
via HTML:
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
Textile:
dl. title:data goes here
Horizontal Rule
----
---
***
___
------------------
Any number > 3
- - - - - - - - - -
spaces don't matter
<hr />
remove Git-Wiki remove ikiwiki remove MojoMojo