Anwiki vs. MojoMojo vs. Oddmuse

General Features Anwiki MojoMojo Oddmuse
Version
0.2.5
1.02
2.3.13
Last Release Date
2010-12-13 (15 years ago)
2010-08-30 (15 years ago)
2018-09-04 (7 years ago)
Last Update here
2013-06-25 (12 years ago)
2010-09-01 (15 years ago)
2018-10-27 (7 years ago)
Author
Antoine Walter
Marcus Ramberg et al. (open-source)
Alex Schroeder
URL
Free and Open Source
Yes
Yes
Yes
License
GPL 3
Artistic License
GPL
Programming Language
PHP
Perl
Perl
Data Storage
Database, Files
Database
Files
License Cost/ Fee
0
FREE
free
Development status
Mature
Mature
Mature
Intended Audience
Designed for multilingual contents and/or structured contents. Light, extensive and overridable architecture.
Wiki, CMS, Blog users
family people, hackers
System Requirements Anwiki MojoMojo Oddmuse
Operating System
Linux, Windows, probably others
Any OS that runs Perl
Anything supported by Perl
Root Access
No
No
No
Webserver
Apache, probably others with PHP support
Has its own server; can run with any web server
Anything supporting CGI scripts
Other Requirements
Catalyst
Writable data directory
Datastorage Anwiki MojoMojo Oddmuse
Text Files
No
Unknown
Yes
MySQL
Yes
Yes
No
PostgreSQL
No
Yes
No
Oracle
No
Patch
No
SQLite
No
Yes
No
BerkeleyDB
No
Unknown
No
RCS
No
Unknown
No
Other
Extensible to any datastorage by implementing a custom driver
No
Security/Anti-Spam Anwiki MojoMojo Oddmuse
Page Permissions
Yes
Yes
Yes
ACL
Yes
Yes
No
Authentication Backends
Extensible to any authentication backend by implementing a custom driver
None (use your web server instead)
Host Blocking
No
Unknown
Yes
Mail Encryption
No
Unknown
No
nofollow
No
Unknown
No
Blacklist
No
Unknown
Optional
CAPTCHA
Yes
Yes
Plugin
Delayed Indexing
No
Unknown
No
Development/Support Anwiki MojoMojo Oddmuse
# of Consultants
Preconfigured Hosting
No
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
4 ⭐
N/A
89 ⭐
Common Features Anwiki MojoMojo Oddmuse
Preview
Yes
Yes
Yes
Minor Changes
No
No
Yes
Change Summary
Yes
No
Yes
Page History
Yes
Yes
Yes
Page Revisions
Restricted by Age or Number
Unlimited
Restricted by Age
Revision Diffs
Between all
To current
Between all
Sitemap
Yes
Yes
Yes
Plugin System
Yes
Yes
Yes
Special Features Anwiki MojoMojo Oddmuse
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Yes
Unknown
Optional
Interface Languages
5
German, English, Spanish, French, Italian
11
Catalan, German, English, Spanish, French, Italian, Japanese, Korean, Norwegian, Polish, Russian
18
Bulgarian, German, Spanish, Finnish, French, Hebrew, Italian, Korean, Dutch, Polish, Portuguese, Romanian, Russian, Serbian, Swedish, Ukrainian, Chinese, Chinese Traditional
Email notification
No
No
Plugin
Comments
No
Plugin
Discussion Pages
Categories
Unknown
Yes
Plugin
Namespaces
Yes
Yes
Plugin
Conflict Handling
Page Locking
Conflict Resolution
Conflict Resolution
Concurrent Editing
Unknown
Unknown
No
Search
Full Text
Full Text
Wiki Farming
Unknown
No
Plugin
Structured Data
Yes
No
Plugin
Links Anwiki MojoMojo Oddmuse
CamelCase
No
No
Optional
Freelinks
Yes
Yes
Optional
Backlinks
Yes
Yes
Plugin
InterWiki
No
Unknown
Yes
SisterWiki
No
Unknown
Plugin
Image Links
Yes
Yes
Plugin
Windows Shares
Yes
Unknown
Plugin
Page Redirects
Unknown
Yes
Yes
Syntax Features Anwiki MojoMojo Oddmuse
HTML Tags
All
Some
Plugin
Math formulas
No
No
Plugin
Tables
none
simple + complex
simple + complex
CREOLE support
No
No
Plugin
Markdown Support
No
Yes
Plugin
Textile Support
No
Yes
No
BBCode Support
No
No
Plugin
Emoticon Images
Plugin
Plugin
Optional
Syntax Highlighting
No
Yes
Plugin
Footnotes
No
Yes
Plugin
Quoting
Plugin
Yes
Optional
Internal Comments
Unknown
Yes
No
Custom styles
Yes
Yes
Yes
FAQ Tags
Unknown
No
Plugin
Scripting
Javascript ; PHP scripts can be enabled
JavaScript
Perl
Content Includes
Yes
Yes
Yes
Feed Aggregation
Yes
Plugin
Yes
Usability Anwiki MojoMojo Oddmuse
Section Editing
No
No
No
Page Templates
Yes
No
No
Double-Click Edit
No
No
Plugin
Toolbar
No
Yes
Plugin
WYSIWYG Editing
No
Patch
Plugin
Access Keys
No
Yes
Yes
Auto Signature
No
No
Plugin
Statistics Anwiki MojoMojo Oddmuse
Recent Changes
Yes
Yes
Yes
Wanted Pages
No
Yes
Plugin
Orphaned Pages
No
Patch
Plugin
Most/Least Popular
No
Unknown
No
Recent Visitors
No
Unknown
Plugin
Analysis
No
Unknown
No
Output Anwiki MojoMojo Oddmuse
Printer Friendly
Print View
Print CSS
Mobile Friendly
No
Unknown
Yes
Themes & Skins
Unknown
Yes
Optional
RSS Feeds
Yes
Yes
Yes
ATOM Feeds
Unknown
Yes
Plugin
Abbreviations
No
No
Yes
Auto-TOC
Yes
Optional
Plugin
Raw Export
Yes
Yes
Yes
HTML Export
No
Yes
Yes
XML export
Yes
No
No
PDF Export
No
No
Plugin
Office Export
Unknown
Unknown
No
Media and Files Anwiki MojoMojo Oddmuse
File Attachments
No
Yes
Optional
Media Revisions
No
Unknown
Yes
Embedded Flash
Yes
Yes
No
Embedded Video
Yes
Yes
No
Image Editing
No
No
No
SVG Editing
No
No
Plugin
MindMap Editing
No
No
No
Media Search
No
Filenames only
Extras Anwiki MojoMojo Oddmuse
Calendar
No
No
Plugin
Image Galleries
No
Yes
No
Presentations
Unknown
Unknown
No
Forums
No
No
No
Blogs
No
No
Optional
Ticket System
No
No
No
Chat
Unknown
Unknown
No
Syntax Examples Anwiki MojoMojo Oddmuse
Internal Link
<a href="en/home">go home</a>
[[another page]]
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
<a href="http://www.anwiki.com">Anwiki</a>
Markdown:
[Link text](http://example.com)

Textile:
"link text":http://example.com
http://example.com/
[http://example.com/] → [1]

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

Depending on plugins:
[text](http://example.com/) → text
Headlines
<h1>Title</h2>
<h2>Subtitle</h2>
...
Mardown:
#Heading 1

Textile:
h1. Heading 1
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
Bold Format
<b>bold</b>
Markdown: **bold**

Textile: *bold*
Depending on plugins:
*bold*
**bold*
'''bold'''
Italics Format
<i>italic</i>
_italics_
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
Underline Format
<u>underline</u>
Textile: _underline_
Markdown: use HTML
Depending on plugins:
_underline_
__underline__
Monospace Format
<tt>monospace</tt>
Markdown:
`command line example`

Textile:
@command line example@
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
Strikethrough Format
<del>strikethrough</del>
Textile:
normal text -striked- normal text
via bbCode plugin:
[s]strike through[/s]
Superscript Format
<sup>Anwiki</sup>
Textile: ^superscript^
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
<sub>Anwiki</sub>
Textile: ~subscript~
via bbCode plugin:
[sub]subscript[/sub]
Images
<img src=""/>
Markdown:
![alt text](/image/path "title text")

Textile:
!http://example.com/image.png!
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
Aligning Text
<center>anwiki</center>
Textile:
< right
> left
= center
<> justify
no example known
Text Indentation
Textile:
> text
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
Bulleted Lists
<ul>
<li>item</li>
<li>item</li>
</ul>
* an item
* another item
* one
** two
Numbered Lists
<ol>
<li>item</li>
<li>item</li>
</ol>
# item 1
# item 2
Depending on plugins:
1. one
2. two

# one
## two
Definition Lists
<dl>
<dt>item</dt>
<dt>item</dt>
</dl>
Textile:
dl. title:data goes here
Depending on plugins:
; term: definition
Horizontal Rule
<hr/>
<hr />
Depending on plugins:
----
remove Anwiki remove MojoMojo remove Oddmuse