MoinMoin vs. XWiki

General Features MoinMoin XWiki
Version
1.9.11
16.2.0
Last Release Date
2020-11-07 (3 years ago)
2024-03-24 (4 days ago)
Last Update here
2020-11-08 (3 years ago)
2024-03-25 (3 days ago)
Author
https://moinmo.in/MoinCoreTeamGroup
XWiki Development Team
URL
Free and Open Source
Yes
Yes
License
GPL
LGPL + Free hosting on https://myxwiki.org for individuals/non profit
Programming Language
Python
Java
Data Storage
Files
Database, RCS
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
Everybody with <<100.000 pages. :)
Enterprise, Workgroups, Developers
Hosting Features MoinMoin 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 MoinMoin XWiki
Operating System
UNIX, Windows, MacOS X, probably any platform with Python 2.3+
Any platform supporting Java 11 or greater
Root Access
No
No
Webserver
Standalone, WSGI (e.g. Apache+mod_wsgi) - others like CGI, FastCGI, SCGI, AJP, ... via middlewares
Servlet 3.1+
Other Requirements
None
Java 11, MySQL/MariaDB/PostgreSQL/HSQLDB/etc (JDBC Driver required)
Datastorage MoinMoin XWiki
Text Files
Yes
No
MySQL
No
Yes
PostgreSQL
No
Yes
Oracle
No
Yes
SQLite
No
No
BerkeleyDB
No
No
RCS
No
Plugin
Other
No
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 MoinMoin XWiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
modular, scriptable. OpenID, ldap/AD, http, cookie, ssl client cert, interwiki, others possible
XWiki, LDAP, custom (Open API), Kerberos, NTLM, Headers, PUMA, SAML, Trusted LDAP, Sun SSO
Host Blocking
Yes
No
Mail Encryption
Optional
Yes
nofollow
No
No
Blacklist
Yes
Plugin
CAPTCHA
Optional
Yes
Delayed Indexing
No
Yes
Development/Support MoinMoin XWiki
# of Consultants
Preconfigured Hosting
Yes
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
Common Features MoinMoin XWiki
Preview
Yes
Yes
Minor Changes
Yes
Yes
Change Summary
Yes
Yes
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
Between all
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features MoinMoin XWiki
Unicode Support
Yes
Yes
Right-to-Left Support
Yes
No
Interface Languages
1
English
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
Yes
Yes
Comments
Discussion Pages
Threaded
Categories
Yes
Yes
Namespaces
No
Yes
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
No
Plugin
Search
Full Text
Full Text
Wiki Farming
Yes
Yes
Structured Data
No
Yes
Links MoinMoin XWiki
CamelCase
Yes
Yes
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Yes
Yes
SisterWiki
Yes
Yes
Image Links
Yes
Yes
Windows Shares
Yes
Yes
Page Redirects
Yes
Yes
Syntax Features MoinMoin XWiki
HTML Tags
Some
All
Math formulas
Plugin
Yes
Tables
complex
simple + complex
CREOLE support
Yes
Yes
Markdown Support
No
Yes
Textile Support
No
No
BBCode Support
No
No
Emoticon Images
Yes
Yes
Syntax Highlighting
Yes
Yes
Footnotes
Yes
Yes
Quoting
No
Yes
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
No
Plugin
Scripting
plugins, see comment ---------------->
velocity, groovy, ruby, jython, generic JSR223 & very powerful API
Content Includes
Yes
Yes
Feed Aggregation
No
Yes
Usability MoinMoin XWiki
Section Editing
No
Yes
Page Templates
Yes
Yes
Double-Click Edit
Yes
No
Toolbar
Yes
Yes
WYSIWYG Editing
Yes
Yes
Access Keys
Optional
Yes
Auto Signature
Yes
No
Statistics MoinMoin XWiki
Recent Changes
Yes
Yes
Wanted Pages
Yes
Yes
Orphaned Pages
Yes
Yes
Most/Least Popular
Yes
Yes
Recent Visitors
No
Yes
Analysis
Yes
Yes
Output MoinMoin XWiki
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
Yes
Yes
Themes & Skins
Yes
Yes
RSS Feeds
Yes
Yes
ATOM Feeds
No
Optional
Abbreviations
No
Plugin
Auto-TOC
Yes
Optional
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
Yes
Yes
PDF Export
Plugin
Yes
Office Export
No
Yes
Media and Files MoinMoin XWiki
File Attachments
Yes
Yes
Media Revisions
No
Yes
Embedded Flash
Yes
Yes
Embedded Video
Yes
Yes
Image Editing
Yes
Plugin
SVG Editing
Yes
Plugin
MindMap Editing
No
Plugin
Media Search
Contents
Contents
Extras MoinMoin XWiki
Calendar
Yes
Plugin
Image Galleries
Plugin
Yes
Presentations
Yes
Plugin
Forums
No
Plugin
Blogs
No
Plugin
Ticket System
No
Plugin
Chat
No
Plugin
Syntax Examples MoinMoin XWiki
Internal Link
CamelCaseLink or [[free link]]

[[target|label|params]]
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
http://google.de/ or
[[http://google.de/ | Google]] or
file://///server/share/file
[[wiki syntax here>>http://www.xwiki.com]]
http://www.xwiki.com
Headlines
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
= Headline
== Subheadline
=== Sub-subheadline
==== etc..
Bold Format
'''bold'''
'''strong emphasised'''
**bold**
Italics Format
''italic''
''emphasised''
//Italics//
Underline Format
__underline__
__underline__
Monospace Format
`monospaced`
##monospace##
Strikethrough Format
--(strikethrough)--
--Strike--
Superscript Format
^superscript^
^^superscript^^
Subscript Format
,,subscript,,
,,subscript,,
Images
{{http://foo.bar/foo.jpg}}
{{attachment:foo.jpg | alt text}}
{{target|alt|params}}
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
only in tables:
||<(> left ||<:> middle ||<)> right ||
(% style="... css here..." %)Text
Text Indentation
indented text
Non-semantic text indentation through styling:

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

Quotes:

> This is a quoted text
Bulleted Lists
* Item 1
* Item 1.1
* Item 2
* List
** list
*** list
Numbered Lists
1. Item 1
a. Item 1.a
1. Item 2
1. Item 1
11. Item 2
111. Item 3
1. Item 4
Definition Lists
term:: definition
; term
: definition
Horizontal Rule
----
-----
------
----
remove MoinMoin remove XWiki