MojoMojo vs. JSPWiki vs. XoWiki

General Features MojoMojo JSPWiki XoWiki
Version
1.02
2.11.0
0.113
Last Release Date
2010-08-29 (13 years ago)
2021-11-21 (2 years ago)
2009-02-16 (15 years ago)
Last Update here
2010-09-01 (13 years ago)
2021-12-01 (2 years ago)
2009-03-13 (15 years ago)
Author
Marcus Ramberg et al. (open-source)
Apache Software Foundation
Prof. Gustaf Neumann
URL
Free and Open Source
Yes
Yes
Yes
License
Artistic License
Apache License 2.0
BSD
Programming Language
Perl
Java
XOTcl and Tcl
Data Storage
Database
Database, Files
Database
License Cost/ Fee
FREE
0
Free
Development status
Mature
Mature
Mature
Intended Audience
Wiki, CMS, Blog users
all
large and small organizations as well as individuals
System Requirements MojoMojo JSPWiki XoWiki
Operating System
Any OS that runs Perl
any platform supporting JDK 1.8+
Unix, Linux, Mac OS X, Windows
Root Access
No
No
Yes
Webserver
Has its own server; can run with any web server
Any servlet 3.1 compliant web server, e.g. Tomcat 8.5+, Jetty, Glassfish, Websphere
AOLServer
Other Requirements
Catalyst
optional JavaMail for mailing functionality
Datastorage MojoMojo JSPWiki XoWiki
Text Files
Unknown
Yes
No
MySQL
Yes
Optional
No
PostgreSQL
Yes
Optional
Yes
Oracle
Patch
Optional
Yes
SQLite
Yes
Optional
No
BerkeleyDB
Unknown
Optional
No
RCS
Unknown
Plugin
No
Other
JDBC driver must be provided manually; also Page provider architecture -> several implementations
Security/Anti-Spam MojoMojo JSPWiki XoWiki
Page Permissions
Yes
Yes
Yes
ACL
Yes
Yes
Yes
Authentication Backends
JAAS -> interface to many external backends possible
PAM, LDAP, Active Directory (LDAP)
Host Blocking
Unknown
Optional
Patch
Mail Encryption
Unknown
Plugin
Unknown
nofollow
Unknown
Optional
Unknown
Blacklist
Unknown
Yes
Unknown
CAPTCHA
Yes
Yes
Unknown
Delayed Indexing
Unknown
Yes
Unknown
Development/Support MojoMojo JSPWiki XoWiki
# of Consultants
Preconfigured Hosting
No
No
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Freenode: #jspwiki
Stars on GitHub
N/A
88 ⭐
N/A
Common Features MojoMojo JSPWiki XoWiki
Preview
Yes
Yes
Yes
Minor Changes
No
No
Unknown
Change Summary
No
Yes
Yes
Page History
Yes
Yes
Yes
Page Revisions
Unlimited
Unlimited
Unlimited
Revision Diffs
To current
Between all
Between all
Sitemap
Yes
Yes
Yes
Plugin System
Yes
Yes
Yes
Special Features MojoMojo JSPWiki XoWiki
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Unknown
Yes
Unknown
Interface Languages
11
Catalan, German, English, Spanish, French, Italian, Japanese, Korean, Norwegian, Polish, Russian
10
Breton, German, English, Spanish, Finnish, French, Italian, Dutch, Russian, Chinese
3
German, English, Spanish
Email notification
No
Plugin
Yes
Comments
Plugin
Flat
Threaded
Categories
Yes
Yes
Yes
Namespaces
Yes
No
Yes
Conflict Handling
Conflict Resolution
Page Locking
Concurrent Editing
Unknown
Unknown
Unknown
Search
Full Text
Full Text
Full Text
Wiki Farming
No
Patch
Yes
Structured Data
No
Yes
Yes
Links MojoMojo JSPWiki XoWiki
CamelCase
No
Yes
No
Freelinks
Yes
Yes
Yes
Backlinks
Yes
Yes
Yes
InterWiki
Unknown
Yes
No
SisterWiki
Unknown
No
No
Image Links
Yes
Yes
Yes
Windows Shares
Unknown
Optional
Unknown
Page Redirects
Yes
Yes
Unknown
Syntax Features MojoMojo JSPWiki XoWiki
HTML Tags
Some
Optional
Some
Math formulas
No
Plugin
Unknown
Tables
simple + complex
simple + complex
complex
CREOLE support
No
Yes
Unknown
Markdown Support
Yes
No
No
Textile Support
Yes
No
No
BBCode Support
No
No
No
Emoticon Images
Plugin
Plugin
Optional
Syntax Highlighting
Yes
Yes
Unknown
Footnotes
Yes
Yes
Unknown
Quoting
Yes
Yes
Unknown
Internal Comments
Yes
Plugin
Unknown
Custom styles
Yes
Yes
Yes
FAQ Tags
No
No
Plugin
Scripting
JavaScript
plugins for JavaScript, TCL and Groovy
Yes
Content Includes
Yes
Yes
Yes
Feed Aggregation
Plugin
Optional
Yes
Usability MojoMojo JSPWiki XoWiki
Section Editing
No
Yes
Optional
Page Templates
No
Yes
Yes
Double-Click Edit
No
No
Optional
Toolbar
Yes
Yes
Yes
WYSIWYG Editing
Patch
Yes
Yes
Access Keys
Yes
Yes
Yes
Auto Signature
No
Optional
Unknown
Statistics MojoMojo JSPWiki XoWiki
Recent Changes
Yes
Yes
Yes
Wanted Pages
Yes
Yes
Unknown
Orphaned Pages
Patch
Yes
Unknown
Most/Least Popular
Unknown
No
Yes
Recent Visitors
Unknown
No
Yes
Analysis
Unknown
No
Yes
Output MojoMojo JSPWiki XoWiki
Printer Friendly
Print View
Print CSS
Mobile Friendly
Unknown
Yes
Unknown
Themes & Skins
Yes
Yes
Unknown
RSS Feeds
Yes
Yes
Yes
ATOM Feeds
Yes
Yes
Unknown
Abbreviations
No
No
Yes
Auto-TOC
Optional
Yes
Optional
Raw Export
Yes
Yes
Unknown
HTML Export
Yes
Optional
Unknown
XML export
No
No
Unknown
PDF Export
No
Plugin
Unknown
Office Export
Unknown
Unknown
Unknown
Media and Files MojoMojo JSPWiki XoWiki
File Attachments
Yes
Yes
Yes
Media Revisions
Unknown
Yes
Yes
Embedded Flash
Yes
Yes
Yes
Embedded Video
Yes
Yes
Yes
Image Editing
No
No
Unknown
SVG Editing
No
No
Unknown
MindMap Editing
No
No
Unknown
Media Search
Contents
Contents
Extras MojoMojo JSPWiki XoWiki
Calendar
No
Plugin
Unknown
Image Galleries
Yes
Yes
Unknown
Presentations
Unknown
Unknown
Unknown
Forums
No
Yes
Unknown
Blogs
No
Yes
Unknown
Ticket System
No
No
Unknown
Chat
Unknown
Unknown
Unknown
Syntax Examples MojoMojo JSPWiki XoWiki
Internal Link
[[another page]]
[link]
[text|link]
[text|wiki:link]
External Link
Markdown:
[Link text](http://example.com)

Textile:
"link text":http://example.com
[http://www.example.com/]
[example|http://www.example.com/]
[text|wiki:link]
Headlines
Mardown:
#Heading 1

Textile:
h1. Heading 1
! Level 1
!! Level 2
!!! Level 3
Bold Format
Markdown: **bold**

Textile: *bold*
__bold__
Italics Format
_italics_
''italics''
Underline Format
Textile: _underline_
Markdown: use HTML
%%(text-decoration: underline) text %%
Monospace Format
Markdown:
`command line example`

Textile:
@command line example@
{{monospace}}
Strikethrough Format
Textile:
normal text -striked- normal text
%%(text-decoration: line-through) deleted text %%
Superscript Format
Textile: ^superscript^
%%(vertical-align: sup) text %%
Subscript Format
Textile: ~subscript~
%%(vertical-align: sub) text %%
Images
Markdown:
![alt text](/image/path "title text")

Textile:
!http://example.com/image.png!
[local.jpg]
[{Image src='local.jpg'}]
[{Image src='http://foo.bar/foo.jpg'}]
Aligning Text
Textile:
< right
> left
= center
<> justify
%%(text-align: right) text %%
Text Indentation
Textile:
> text
%%(text-indent: 20px) 20 pixels %%
%%(text-indent: 30%) 30 percent %%
Bulleted Lists
* an item
* another item
* Item 1
** Item 1.1
* Item 2
Numbered Lists
# item 1
# item 2
# Item 1
## Item 1.1
# Item 2
Definition Lists
Textile:
dl. title:data goes here
;term:definition
Horizontal Rule
<hr />
----
remove MojoMojo remove JSPWiki remove XoWiki