ikiwiki vs. MojoMojo

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

Textile:
"link text":http://example.com
Headlines
Two syntaxes:

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

heading 1
=========

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

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

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

indented block of
monospaced text

tab-indented
block
Markdown:
`command line example`

Textile:
@command line example@
Strikethrough Format
via HTML: <del>deleted</del>
Textile:
normal text -striked- normal text
Superscript Format
via HTML: x<sup>2</sup>
Textile: ^superscript^
Subscript Format
via HTML: a<sub>1</sub>
Textile: ~subscript~
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!
Aligning Text
Textile:
< right
> left
= center
<> justify
Text Indentation
Textile:
> text
Bulleted Lists
* item 1
* item 2
* item 2.1
* item 2.2
* an item
* another item
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
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 ikiwiki remove MojoMojo