TWiki vs. MojoMojo

General Features TWiki MojoMojo
Version
TWiki-6.1.0
1.02
Last Release Date
2018-07-16 (7 years ago)
2010-08-30 (15 years ago)
Last Update here
2019-07-19 (6 years ago)
2010-09-01 (15 years ago)
Author
Peter Thoeny, TWiki community
Marcus Ramberg et al. (open-source)
URL
Free and Open Source
Yes
Yes
License
GPL
Artistic License
Programming Language
Perl, JavaScript
Perl
Data Storage
Files, RCS
Database
License Cost/ Fee
N/A
FREE
Development status
Mature
Mature
Intended Audience
Large enterprise; small to medium businesses
Wiki, CMS, Blog users
System Requirements TWiki MojoMojo
Operating System
Linux, Windows, OS-X and other
Any OS that runs Perl
Root Access
No
No
Webserver
Almost any webserver, typically Apache and Ngnix
Has its own server; can run with any web server
Other Requirements
RCS (optional), cron/scheduler, fgrep, egrep; Plugins may have additional dependencies
Catalyst
Datastorage TWiki MojoMojo
Text Files
Yes
Unknown
MySQL
No
Yes
PostgreSQL
No
Yes
Oracle
No
Patch
SQLite
No
Yes
BerkeleyDB
No
Unknown
RCS
Yes
Unknown
Other
RcsLite Perl library for version control without external RCS; backend API for other storage
Security/Anti-Spam TWiki MojoMojo
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
Internal authentication; anything Apache supports such as LDAP, NIS, AD, Kerberos
Host Blocking
Plugin
Unknown
Mail Encryption
Yes
Unknown
nofollow
Plugin
Unknown
Blacklist
Plugin
Unknown
CAPTCHA
Plugin
Yes
Delayed Indexing
Plugin
Unknown
Development/Support TWiki MojoMojo
# of Consultants
Preconfigured Hosting
Yes
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
Common Features TWiki MojoMojo
Preview
Yes
Yes
Minor Changes
Yes
No
Change Summary
Yes
No
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
Between all
To current
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features TWiki MojoMojo
Unicode Support
Yes
Yes
Right-to-Left Support
No
Unknown
Interface Languages
19
Bulgarian, Czech, Danish, German, English, Spanish, Finnish, French, Italian, Japanese, Korean, Dutch, Polish, Portuguese, Russian, Swedish, Ukrainian, Chinese, Chinese Traditional
11
Catalan, German, English, Spanish, French, Italian, Japanese, Korean, Norwegian, Polish, Russian
Email notification
Yes
No
Comments
Threaded
Plugin
Categories
Yes
Yes
Namespaces
Yes
Yes
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
Unknown
Unknown
Search
Full Text
Full Text
Wiki Farming
Optional
No
Structured Data
Yes
No
Links TWiki MojoMojo
CamelCase
Yes
No
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Yes
Unknown
SisterWiki
Plugin
Unknown
Image Links
Yes
Yes
Windows Shares
Plugin
Unknown
Page Redirects
Plugin
Yes
Syntax Features TWiki MojoMojo
HTML Tags
All
Some
Math formulas
Plugin
No
Tables
simple + complex
simple + complex
CREOLE support
No
No
Markdown Support
No
Yes
Textile Support
Plugin
Yes
BBCode Support
No
No
Emoticon Images
Yes
Plugin
Syntax Highlighting
Plugin
Yes
Footnotes
Plugin
Yes
Quoting
Yes
Yes
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
Yes
No
Scripting
TWiki Markup Language, TWiki variables, JavaScript, extensive API
JavaScript
Content Includes
Yes
Yes
Feed Aggregation
Yes
Plugin
Usability TWiki MojoMojo
Section Editing
Plugin
No
Page Templates
Yes
No
Double-Click Edit
Plugin
No
Toolbar
Plugin
Yes
WYSIWYG Editing
Yes
Patch
Access Keys
Yes
Yes
Auto Signature
Yes
No
Statistics TWiki MojoMojo
Recent Changes
Yes
Yes
Wanted Pages
No
Yes
Orphaned Pages
Plugin
Patch
Most/Least Popular
Yes
Unknown
Recent Visitors
Plugin
Unknown
Analysis
Yes
Unknown
Output TWiki MojoMojo
Printer Friendly
Print View
Print View
Mobile Friendly
Plugin
Unknown
Themes & Skins
Yes
Yes
RSS Feeds
Yes
Yes
ATOM Feeds
Yes
Yes
Abbreviations
Plugin
No
Auto-TOC
Yes
Optional
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
Plugin
No
PDF Export
Plugin
No
Office Export
Unknown
Unknown
Media and Files TWiki MojoMojo
File Attachments
Yes
Yes
Media Revisions
Yes
Unknown
Embedded Flash
Plugin
Yes
Embedded Video
Plugin
Yes
Image Editing
Plugin
No
SVG Editing
Plugin
No
MindMap Editing
Plugin
No
Media Search
Contents
Extras TWiki MojoMojo
Calendar
Plugin
No
Image Galleries
Plugin
Yes
Presentations
Unknown
Unknown
Forums
Plugin
No
Blogs
Plugin
No
Ticket System
Plugin
No
Chat
Unknown
Unknown
Syntax Examples TWiki MojoMojo
Internal Link
WikiWord autolink
Otherweb.WikiWord
[[Spaced text]]
[[WikiWord][label]]
[[another page]]
External Link
http://twiki.org/ autolink
[[http://twiki.org/][label]]
Markdown:
[Link text](http://example.com)

Textile:
"link text":http://example.com
Headlines
---+ Level 1
---++ Level 2
---+++ Level 3
---++++ Level 4
---+++++ Level 5
---++++++ Level 6
Mardown:
#Heading 1

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

Textile: *bold*
Italics Format
_italic_
_italics_
Underline Format
<u>underline</u>
Textile: _underline_
Markdown: use HTML
Monospace Format
=monospaced text= and
<verbatim>
multi line text
</verbatim>
Markdown:
`command line example`

Textile:
@command line example@
Strikethrough Format
<strike>strikethrough</strike>
Textile:
normal text -striked- normal text
Superscript Format
<sup>superscript</sup>
Textile: ^superscript^
Subscript Format
<sub>subscript</sub>
Textile: ~subscript~
Images
%ATTACHURL%/image.png
http://any.domain/image.png
Markdown:
![alt text](/image/path "title text")

Textile:
!http://example.com/image.png!
Aligning Text
| left |   center   |   right |
or HTML
or CSS
Textile:
< right
> left
= center
<> justify
Text Indentation
<blockquote>
multi line text
</blockquote>
Textile:
> text
Bulleted Lists
* Item 1
* Item 1.1
* Item 2
* an item
* another item
Numbered Lists
1. Item 1
a. Item 1.a
1. Item 2
# item 1
# item 2
Definition Lists
$ Term: Definition
Textile:
dl. title:data goes here
Horizontal Rule
---
<hr />
remove TWiki remove MojoMojo