MoasdaWiki vs. Oddmuse vs. Corendal Wiki

General Features MoasdaWiki Oddmuse Corendal Wiki
Version
3.7.1
2.3.13
3.0.2
Last Release Date
2023-12-31 (4 months ago)
2018-09-03 (5 years ago)
2010-04-22 (14 years ago)
Last Update here
2024-01-01 (4 months ago)
2018-10-27 (5 years ago)
2010-04-23 (14 years ago)
Author
Herbert Reiter
Alex Schroeder
Thierry Danard
URL
Free and Open Source
Yes
Yes
Yes
License
AGPL-3.0-only
GPL
GPL
Programming Language
Java
Perl
Java
Data Storage
Files
Files
Database
License Cost/ Fee
Free
free
0
Development status
Mature
Mature
Mature
Intended Audience
personal usage, small teams
family people, hackers
Corporate
System Requirements MoasdaWiki Oddmuse Corendal Wiki
Operating System
Any platform with Java VM 17+
Anything supported by Perl
Unix / Windows
Root Access
No
No
No
Webserver
Built-in
Anything supporting CGI scripts
Apache Tomcat, Oracle Application Server
Other Requirements
Java VM 17+
Writable data directory
Java 5.0
Datastorage MoasdaWiki Oddmuse Corendal Wiki
Text Files
Yes
Yes
No
MySQL
No
No
Yes
PostgreSQL
No
No
No
Oracle
No
No
Yes
SQLite
No
No
No
BerkeleyDB
No
No
No
RCS
No
No
No
Other
No
No
Security/Anti-Spam MoasdaWiki Oddmuse Corendal Wiki
Page Permissions
No
Yes
Yes
ACL
No
No
Yes
Authentication Backends
N/A
None (use your web server instead)
Active Directory or Local Accounts
Host Blocking
No
Yes
No
Mail Encryption
No
No
No
nofollow
No
No
No
Blacklist
No
Optional
No
CAPTCHA
No
Plugin
No
Delayed Indexing
No
No
No
Development/Support MoasdaWiki Oddmuse Corendal Wiki
# of Consultants
Preconfigured Hosting
No
Yes
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
67 ⭐
N/A
Common Features MoasdaWiki Oddmuse Corendal Wiki
Preview
No
Yes
Yes
Minor Changes
No
Yes
No
Change Summary
No
Yes
Yes
Page History
No
Yes
Yes
Page Revisions
None
Restricted by Age
Unlimited
Revision Diffs
No
Between all
No
Sitemap
Yes
Yes
No
Plugin System
Yes
Yes
Yes
Special Features MoasdaWiki Oddmuse Corendal Wiki
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
No
Optional
Yes
Interface Languages
2
German, English
18
Bulgarian, German, Spanish, Finnish, French, Hebrew, Italian, Korean, Dutch, Polish, Portuguese, Romanian, Russian, Serbian, Swedish, Ukrainian, Chinese, Chinese Traditional
1
English
Email notification
No
Plugin
Yes
Comments
No
Discussion Pages
Flat
Categories
Yes
Plugin
Yes
Namespaces
Yes
Plugin
Yes
Conflict Handling
None
Conflict Resolution
None
Concurrent Editing
No
No
Unknown
Search
Full Text
Full Text
Full Text
Wiki Farming
No
Plugin
No
Structured Data
Yes
Plugin
Yes
Links MoasdaWiki Oddmuse Corendal Wiki
CamelCase
No
Optional
No
Freelinks
Yes
Optional
Yes
Backlinks
No
Plugin
Yes
InterWiki
No
Yes
No
SisterWiki
No
Plugin
No
Image Links
Yes
Plugin
Yes
Windows Shares
No
Plugin
Yes
Page Redirects
No
Yes
Yes
Syntax Features MoasdaWiki Oddmuse Corendal Wiki
HTML Tags
All
Plugin
All
Math formulas
No
Plugin
No
Tables
complex
simple + complex
simple + complex
CREOLE support
No
Plugin
No
Markdown Support
No
Plugin
No
Textile Support
No
No
No
BBCode Support
No
Plugin
No
Emoticon Images
No
Optional
No
Syntax Highlighting
Yes
Plugin
No
Footnotes
No
Plugin
No
Quoting
No
Optional
No
Internal Comments
Yes
No
No
Custom styles
Yes
Yes
No
FAQ Tags
No
Plugin
No
Scripting
JavaScript
Perl
Content Includes
Yes
Yes
No
Feed Aggregation
No
Yes
No
Usability MoasdaWiki Oddmuse Corendal Wiki
Section Editing
Yes
No
No
Page Templates
Yes
No
No
Double-Click Edit
No
Plugin
No
Toolbar
No
Plugin
No
WYSIWYG Editing
No
Plugin
Yes
Access Keys
No
Yes
Yes
Auto Signature
No
Plugin
No
Statistics MoasdaWiki Oddmuse Corendal Wiki
Recent Changes
Yes
Yes
No
Wanted Pages
Yes
Plugin
No
Orphaned Pages
Yes
Plugin
No
Most/Least Popular
No
No
Yes
Recent Visitors
No
Plugin
No
Analysis
No
No
No
Output MoasdaWiki Oddmuse Corendal Wiki
Printer Friendly
Print CSS
Print CSS
Print View
Mobile Friendly
Yes
Yes
Yes
Themes & Skins
No
Optional
No
RSS Feeds
No
Yes
No
ATOM Feeds
No
Plugin
No
Abbreviations
No
Yes
No
Auto-TOC
Yes
Plugin
Yes
Raw Export
Yes
Yes
No
HTML Export
No
Yes
No
XML export
No
No
No
PDF Export
No
Plugin
No
Office Export
No
No
Unknown
Media and Files MoasdaWiki Oddmuse Corendal Wiki
File Attachments
Yes
Optional
No
Media Revisions
No
Yes
No
Embedded Flash
Yes
No
No
Embedded Video
Yes
No
No
Image Editing
No
No
No
SVG Editing
No
Plugin
No
MindMap Editing
No
No
No
Media Search
No
Filenames only
No
Extras MoasdaWiki Oddmuse Corendal Wiki
Calendar
Yes
Plugin
No
Image Galleries
No
No
No
Presentations
No
No
Unknown
Forums
No
No
No
Blogs
No
Optional
No
Ticket System
No
No
No
Chat
No
No
Unknown
Syntax Examples MoasdaWiki Oddmuse Corendal Wiki
Internal Link
[[a link]]
[[a link | with title]]
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
External Link
[[http://example.org]]
[[http://example.org | with title]]
http://example.com/
[http://example.com/] → [1]

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

Depending on plugins:
[text](http://example.com/) → text
Headlines
= Section
== Subsection
=== Sub-subsection
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
Bold Format
''bold''
Depending on plugins:
*bold*
**bold*
'''bold'''
Italics Format
##italic##
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
Underline Format
__underlined__
Depending on plugins:
_underline_
__underline__
Monospace Format
@@monospace font@@
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
Strikethrough Format
~~striked through~~
via bbCode plugin:
[s]strike through[/s]
Superscript Format
{{html}}<sup>superscript</sup>{{/html}}
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
{{html}}<sub>subscript</sub>{{/html}}
via bbCode plugin:
[sub]subscript[/sub]
Images
{{image:wiki.png}}
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
Aligning Text
{{center}}centered text
no example known
Text Indentation
Non-indented text

Single indented text

Double indented text
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
Bulleted Lists
* Item 1
** Item 1.1
* Item 2
* one
** two
Numbered Lists
# Item 1
## Item 1.1
# Item 2
Depending on plugins:
1. one
2. two

# one
## two
Definition Lists
{{html}}
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
{{/html}}
Depending on plugins:
; term: definition
Horizontal Rule
----
Depending on plugins:
----
remove MoasdaWiki remove Oddmuse remove Corendal Wiki