MojoMojo vs. XWiki

General Features MojoMojo XWiki
Version
1.02
16.3.1
Last Release Date
2010-08-29 (13 years ago)
2024-05-09 (11 days ago)
Last Update here
2010-09-01 (13 years ago)
2024-05-13 (7 days ago)
Author
Marcus Ramberg et al. (open-source)
XWiki Development Team
URL
Free and Open Source
Yes
Yes
License
Artistic License
LGPL + Free hosting on https://myxwiki.org for individuals/non profit
Programming Language
Perl
Java
Data Storage
Database
Database, RCS
License Cost/ Fee
FREE
0
Development status
Mature
Mature
Intended Audience
Wiki, CMS, Blog users
Enterprise, Workgroups, Developers
Hosting Features MojoMojo XWiki
Storage Quota
N/A
Bandwidth Quota
N/A
Other Limits
N/A
Topic Restrictions
N/A
Corporate Branding
N/A
Yes
Own Domain
N/A
Yes
Ads allowed
N/A
No
System Requirements MojoMojo XWiki
Operating System
Any OS that runs Perl
Any platform supporting Java 11 or greater
Root Access
No
No
Webserver
Has its own server; can run with any web server
Servlet 3.1+
Other Requirements
Catalyst
Java 11, MySQL/MariaDB/PostgreSQL/HSQLDB/etc (JDBC Driver required)
Datastorage MojoMojo XWiki
Text Files
Unknown
No
MySQL
Yes
Yes
PostgreSQL
Yes
Yes
Oracle
Patch
Yes
SQLite
Yes
No
BerkeleyDB
Unknown
No
RCS
Unknown
Plugin
Other
JDBC Databases and in general any database supported by Hibernate; any custom implementation, as the storage is pluggable. Attachments can be saved on the filesystem
Security/Anti-Spam MojoMojo XWiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
XWiki, LDAP, custom (Open API), Kerberos, NTLM, Headers, PUMA, SAML, Trusted LDAP, Sun SSO
Host Blocking
Unknown
No
Mail Encryption
Unknown
Yes
nofollow
Unknown
No
Blacklist
Unknown
Plugin
CAPTCHA
Yes
Yes
Delayed Indexing
Unknown
Yes
Development/Support MojoMojo XWiki
# of Consultants
Preconfigured Hosting
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
Common Features MojoMojo XWiki
Preview
Yes
Yes
Minor Changes
No
Yes
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 XWiki
Unicode Support
Yes
Yes
Right-to-Left Support
Unknown
No
Interface Languages
11
Catalan, German, English, Spanish, French, Italian, Japanese, Korean, Norwegian, Polish, Russian
40
Bulgarian, Catalan, Czech, Danish, German, Greek, English, Spanish, Persian, French, Galician, Hindi, Croatian, Hungarian, Indonesian, Italian, Japanese, Cambodian, Kannada, Korean, Lithuanian, Latvian, Lettish, Marathi, Dutch, Norwegian, Polish, Portuguese, Brazilian Portuguese, Romanian, Russian, Sinhalese, Slovak, Slovenian, Swedish, Turkish, Uighur, Ukrainian, Vietnamese, Chinese, Chinese Traditional
Email notification
No
Yes
Comments
Plugin
Threaded
Categories
Yes
Yes
Namespaces
Yes
Yes
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
Unknown
Plugin
Search
Full Text
Full Text
Wiki Farming
No
Yes
Structured Data
No
Yes
Links MojoMojo XWiki
CamelCase
No
Yes
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Unknown
Yes
SisterWiki
Unknown
Yes
Image Links
Yes
Yes
Windows Shares
Unknown
Yes
Page Redirects
Yes
Yes
Syntax Features MojoMojo XWiki
HTML Tags
Some
All
Math formulas
No
Yes
Tables
simple + complex
simple + complex
CREOLE support
No
Yes
Markdown Support
Yes
Yes
Textile Support
Yes
No
BBCode Support
No
No
Emoticon Images
Plugin
Yes
Syntax Highlighting
Yes
Yes
Footnotes
Yes
Yes
Quoting
Yes
Yes
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
No
Plugin
Scripting
JavaScript
velocity, groovy, ruby, jython, generic JSR223 & very powerful API
Content Includes
Yes
Yes
Feed Aggregation
Plugin
Yes
Usability MojoMojo XWiki
Section Editing
No
Yes
Page Templates
No
Yes
Double-Click Edit
No
No
Toolbar
Yes
Yes
WYSIWYG Editing
Patch
Yes
Access Keys
Yes
Yes
Auto Signature
No
No
Statistics MojoMojo XWiki
Recent Changes
Yes
Yes
Wanted Pages
Yes
Yes
Orphaned Pages
Patch
Yes
Most/Least Popular
Unknown
Yes
Recent Visitors
Unknown
Yes
Analysis
Unknown
Yes
Output MojoMojo XWiki
Printer Friendly
Print View
Print CSS
Mobile Friendly
Unknown
Yes
Themes & Skins
Yes
Yes
RSS Feeds
Yes
Yes
ATOM Feeds
Yes
Optional
Abbreviations
No
Plugin
Auto-TOC
Optional
Optional
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
No
Yes
PDF Export
No
Yes
Office Export
Unknown
Yes
Media and Files MojoMojo XWiki
File Attachments
Yes
Yes
Media Revisions
Unknown
Yes
Embedded Flash
Yes
Yes
Embedded Video
Yes
Yes
Image Editing
No
Plugin
SVG Editing
No
Plugin
MindMap Editing
No
Plugin
Media Search
Contents
Extras MojoMojo XWiki
Calendar
No
Plugin
Image Galleries
Yes
Yes
Presentations
Unknown
Plugin
Forums
No
Plugin
Blogs
No
Plugin
Ticket System
No
Plugin
Chat
Unknown
Plugin
Syntax Examples MojoMojo XWiki
Internal Link
[[another page]]
XWiki supports 16+ input syntaxes (e.g. confluence, twiki, docbook, mediawiki, xwiki, markdown, etc), see http://rendering.xwiki.org/xwiki/bin/view/Main/WebHome#HSupportedSyntaxes for details.

The syntax documented below is XWiki Syntax 2.1 (http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax).

[[wiki syntax here>>Space.Page]]
[[Space.Page]]
(Space is optional and is the current space if not specified)
External Link
Markdown:
[Link text](http://example.com)

Textile:
"link text":http://example.com
[[wiki syntax here>>http://www.xwiki.com]]
http://www.xwiki.com
Headlines
Mardown:
#Heading 1

Textile:
h1. Heading 1
= Headline
== Subheadline
=== Sub-subheadline
==== etc..
Bold Format
Markdown: **bold**

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

Textile:
@command line example@
##monospace##
Strikethrough Format
Textile:
normal text -striked- normal text
--Strike--
Superscript Format
Textile: ^superscript^
^^superscript^^
Subscript Format
Textile: ~subscript~
,,subscript,,
Images
Markdown:
![alt text](/image/path "title text")

Textile:
!http://example.com/image.png!
image:img.png
image:Space.Page@img.png
[[image:img.png||width="25" height="25"]]
image:http://some/url/img.png

Starting with the xwiki/2.1 syntax, also:
image:icon:cancel
Aligning Text
Textile:
< right
> left
= center
<> justify
(% style="... css here..." %)Text
Text Indentation
Textile:
> text
Non-semantic text indentation through styling:

(% style="... css here..." %)multi line text

Quotes:

> This is a quoted text
Bulleted Lists
* an item
* another item
* List
** list
*** list
Numbered Lists
# item 1
# item 2
1. Item 1
11. Item 2
111. Item 3
1. Item 4
Definition Lists
Textile:
dl. title:data goes here
; term
: definition
Horizontal Rule
<hr />
----
remove MojoMojo remove XWiki