Oddmuse vs. XWiki

General Features Oddmuse XWiki
Version
2.3.13
16.2.0
Last Release Date
2018-09-03 (5 years ago)
2024-03-24 (1 month ago)
Last Update here
2018-10-27 (5 years ago)
2024-03-25 (1 month ago)
Author
Alex Schroeder
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
Perl
Java
Data Storage
Files
Database, RCS
License Cost/ Fee
free
0
Development status
Mature
Mature
Intended Audience
family people, hackers
Enterprise, Workgroups, Developers
Hosting Features Oddmuse 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 Oddmuse XWiki
Operating System
Anything supported by Perl
Any platform supporting Java 11 or greater
Root Access
No
No
Webserver
Anything supporting CGI scripts
Servlet 3.1+
Other Requirements
Writable data directory
Java 11, MySQL/MariaDB/PostgreSQL/HSQLDB/etc (JDBC Driver required)
Datastorage Oddmuse 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 Oddmuse XWiki
Page Permissions
Yes
Yes
ACL
No
Yes
Authentication Backends
None (use your web server instead)
XWiki, LDAP, custom (Open API), Kerberos, NTLM, Headers, PUMA, SAML, Trusted LDAP, Sun SSO
Host Blocking
Yes
No
Mail Encryption
No
Yes
nofollow
No
No
Blacklist
Optional
Plugin
CAPTCHA
Plugin
Yes
Delayed Indexing
No
Yes
Development/Support Oddmuse XWiki
# of Consultants
Preconfigured Hosting
Yes
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
67 ⭐
N/A
Common Features Oddmuse XWiki
Preview
Yes
Yes
Minor Changes
Yes
Yes
Change Summary
Yes
Yes
Page History
Yes
Yes
Page Revisions
Restricted by Age
Unlimited
Revision Diffs
Between all
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features Oddmuse XWiki
Unicode Support
Yes
Yes
Right-to-Left Support
Optional
No
Interface Languages
18
Bulgarian, German, Spanish, Finnish, French, Hebrew, Italian, Korean, Dutch, Polish, Portuguese, Romanian, Russian, Serbian, Swedish, Ukrainian, Chinese, Chinese Traditional
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
Plugin
Yes
Comments
Discussion Pages
Threaded
Categories
Plugin
Yes
Namespaces
Plugin
Yes
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
No
Plugin
Search
Full Text
Full Text
Wiki Farming
Plugin
Yes
Structured Data
Plugin
Yes
Links Oddmuse XWiki
CamelCase
Optional
Yes
Freelinks
Optional
Yes
Backlinks
Plugin
Yes
InterWiki
Yes
Yes
SisterWiki
Plugin
Yes
Image Links
Plugin
Yes
Windows Shares
Plugin
Yes
Page Redirects
Yes
Yes
Syntax Features Oddmuse XWiki
HTML Tags
Plugin
All
Math formulas
Plugin
Yes
Tables
simple + complex
simple + complex
CREOLE support
Plugin
Yes
Markdown Support
Plugin
Yes
Textile Support
No
No
BBCode Support
Plugin
No
Emoticon Images
Optional
Yes
Syntax Highlighting
Plugin
Yes
Footnotes
Plugin
Yes
Quoting
Optional
Yes
Internal Comments
No
Yes
Custom styles
Yes
Yes
FAQ Tags
Plugin
Plugin
Scripting
Perl
velocity, groovy, ruby, jython, generic JSR223 & very powerful API
Content Includes
Yes
Yes
Feed Aggregation
Yes
Yes
Usability Oddmuse XWiki
Section Editing
No
Yes
Page Templates
No
Yes
Double-Click Edit
Plugin
No
Toolbar
Plugin
Yes
WYSIWYG Editing
Plugin
Yes
Access Keys
Yes
Yes
Auto Signature
Plugin
No
Statistics Oddmuse XWiki
Recent Changes
Yes
Yes
Wanted Pages
Plugin
Yes
Orphaned Pages
Plugin
Yes
Most/Least Popular
No
Yes
Recent Visitors
Plugin
Yes
Analysis
No
Yes
Output Oddmuse XWiki
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
Yes
Yes
Themes & Skins
Optional
Yes
RSS Feeds
Yes
Yes
ATOM Feeds
Plugin
Optional
Abbreviations
Yes
Plugin
Auto-TOC
Plugin
Optional
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
No
Yes
PDF Export
Plugin
Yes
Office Export
No
Yes
Media and Files Oddmuse XWiki
File Attachments
Optional
Yes
Media Revisions
Yes
Yes
Embedded Flash
No
Yes
Embedded Video
No
Yes
Image Editing
No
Plugin
SVG Editing
Plugin
Plugin
MindMap Editing
No
Plugin
Media Search
Filenames only
Contents
Extras Oddmuse XWiki
Calendar
Plugin
Plugin
Image Galleries
No
Yes
Presentations
No
Plugin
Forums
No
Plugin
Blogs
Optional
Plugin
Ticket System
No
Plugin
Chat
No
Plugin
Syntax Examples Oddmuse XWiki
Internal Link
optional, default on:
[[page name]]

optional, default off:
PageName
[PageName] → [1]
[[[page name]]] → [1]
[PageName text] → text
[[page name|text]] → text

Depending on plugins:
[text](page) → text
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://example.com/
[http://example.com/] → [1]

optional, default on:
[http://example.com/ text] → text

Depending on plugins:
[text](http://example.com/) → text
[[wiki syntax here>>http://www.xwiki.com]]
http://www.xwiki.com
Headlines
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
= Headline
== Subheadline
=== Sub-subheadline
==== etc..
Bold Format
Depending on plugins:
*bold*
**bold*
'''bold'''
**bold**
Italics Format
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
//Italics//
Underline Format
Depending on plugins:
_underline_
__underline__
__underline__
Monospace Format
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
##monospace##
Strikethrough Format
via bbCode plugin:
[s]strike through[/s]
--Strike--
Superscript Format
via bbCode plugin:
[sup]superscript[/sup]
^^superscript^^
Subscript Format
via bbCode plugin:
[sub]subscript[/sub]
,,subscript,,
Images
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
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
no example known
(% style="... css here..." %)Text
Text Indentation
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
Non-semantic text indentation through styling:

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

Quotes:

> This is a quoted text
Bulleted Lists
* one
** two
* List
** list
*** list
Numbered Lists
Depending on plugins:
1. one
2. two

# one
## two
1. Item 1
11. Item 2
111. Item 3
1. Item 4
Definition Lists
Depending on plugins:
; term: definition
; term
: definition
Horizontal Rule
Depending on plugins:
----
----
remove Oddmuse remove XWiki