MojoMojo vs. WikkaWiki

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

Textile:
"link text":http://example.com
http://wikkawiki.org
[[http://wikkawiki.org|Wikka Wiki]]
[[Wikipedia:WikkaWiki]]
Headlines
Mardown:
#Heading 1

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

Textile: *bold*
**bold**
Italics Format
_italics_
//italic//
Underline Format
Textile: _underline_
Markdown: use HTML
__underlined__
Monospace Format
Markdown:
`command line example`

Textile:
@command line example@
##monospaced##
Strikethrough Format
Textile:
normal text -striked- normal text
++Strike through text++
Superscript Format
Textile: ^superscript^
""<sup>Superscript</sup>""
Subscript Format
Textile: ~subscript~
""<sub>Subscript</sub>""
Images
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
* an item
* another item
(4 spaces or a ~ can replace a tab)

~- Item 1
~~- Item 1.1
~- Item 2
Numbered Lists
# 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
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
<hr />
----
remove MojoMojo remove WikkaWiki