Corendal Wiki vs. Oddmuse vs. wxWikiServer

General Features Corendal Wiki Oddmuse wxWikiServer
Version
3.0.2
2.3.13
1.5.11c
Last Release Date
2010-04-22 (14 years ago)
2018-09-03 (5 years ago)
2005-12-02 (18 years ago)
Last Update here
2010-04-23 (14 years ago)
2018-10-27 (5 years ago)
2006-02-07 (18 years ago)
Author
Thierry Danard
Alex Schroeder
Ryan Norton
URL
Free and Open Source
Yes
Yes
Yes
License
GPL
GPL
wxWindows Lib/Public Domain
Programming Language
Java
Perl
C++
Data Storage
Database
Files
Files
License Cost/ Fee
0
free
NA
Development status
Mature
Mature
Mature
Intended Audience
Corporate
family people, hackers
End users/Desktop
System Requirements Corendal Wiki Oddmuse wxWikiServer
Operating System
Unix / Windows
Anything supported by Perl
MS Windows/Mac/Linux
Root Access
No
No
No
Webserver
Apache Tomcat, Oracle Application Server
Anything supporting CGI scripts
built-in
Other Requirements
Java 5.0
Writable data directory
None
Datastorage Corendal Wiki Oddmuse wxWikiServer
Text Files
No
Yes
Yes
MySQL
Yes
No
No
PostgreSQL
No
No
No
Oracle
Yes
No
No
SQLite
No
No
No
BerkeleyDB
No
No
No
RCS
No
No
No
Other
No
Security/Anti-Spam Corendal Wiki Oddmuse wxWikiServer
Page Permissions
Yes
Yes
Yes
ACL
Yes
No
Yes
Authentication Backends
Active Directory or Local Accounts
None (use your web server instead)
unknown
Host Blocking
No
Yes
Yes
Mail Encryption
No
No
No
nofollow
No
No
No
Blacklist
No
Optional
No
CAPTCHA
No
Plugin
No
Delayed Indexing
No
No
No
Development/Support Corendal Wiki Oddmuse wxWikiServer
# 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 Corendal Wiki Oddmuse wxWikiServer
Preview
Yes
Yes
Yes
Minor Changes
No
Yes
No
Change Summary
Yes
Yes
No
Page History
Yes
Yes
Yes
Page Revisions
Unlimited
Restricted by Age
Restricted by Number
Revision Diffs
No
Between all
Between all
Sitemap
No
Yes
Yes
Plugin System
Yes
Yes
No
Special Features Corendal Wiki Oddmuse wxWikiServer
Unicode Support
Yes
Yes
No
Right-to-Left Support
Yes
Optional
Unknown
Interface Languages
1
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
Yes
Plugin
No
Comments
Flat
Discussion Pages
Flat
Categories
Yes
Plugin
No
Namespaces
Yes
Plugin
No
Conflict Handling
None
Conflict Resolution
Page Locking
Concurrent Editing
Unknown
No
Unknown
Search
Full Text
Full Text
Full Text
Wiki Farming
No
Plugin
Unknown
Structured Data
Yes
Plugin
Unknown
Links Corendal Wiki Oddmuse wxWikiServer
CamelCase
No
Optional
Yes
Freelinks
Yes
Optional
Yes
Backlinks
Yes
Plugin
Yes
InterWiki
No
Yes
Yes
SisterWiki
No
Plugin
No
Image Links
Yes
Plugin
Yes
Windows Shares
Yes
Plugin
No
Page Redirects
Yes
Yes
Unknown
Syntax Features Corendal Wiki Oddmuse wxWikiServer
HTML Tags
All
Plugin
All
Math formulas
No
Plugin
No
Tables
simple + complex
simple + complex
simple
CREOLE support
No
Plugin
Unknown
Markdown Support
No
Plugin
No
Textile Support
No
No
No
BBCode Support
No
Plugin
No
Emoticon Images
No
Optional
No
Syntax Highlighting
No
Plugin
Yes
Footnotes
No
Plugin
Yes
Quoting
No
Optional
No
Internal Comments
No
No
No
Custom styles
No
Yes
Yes
FAQ Tags
No
Plugin
No
Scripting
Perl
no
Content Includes
No
Yes
Yes
Feed Aggregation
No
Yes
No
Usability Corendal Wiki Oddmuse wxWikiServer
Section Editing
No
No
No
Page Templates
No
No
No
Double-Click Edit
No
Plugin
Yes
Toolbar
No
Plugin
No
WYSIWYG Editing
Yes
Plugin
No
Access Keys
Yes
Yes
Unknown
Auto Signature
No
Plugin
Unknown
Statistics Corendal Wiki Oddmuse wxWikiServer
Recent Changes
No
Yes
Yes
Wanted Pages
No
Plugin
No
Orphaned Pages
No
Plugin
Yes
Most/Least Popular
Yes
No
No
Recent Visitors
No
Plugin
Yes
Analysis
No
No
No
Output Corendal Wiki Oddmuse wxWikiServer
Printer Friendly
Print View
Print CSS
No
Mobile Friendly
Yes
Yes
Unknown
Themes & Skins
No
Optional
Yes
RSS Feeds
No
Yes
No
ATOM Feeds
No
Plugin
No
Abbreviations
No
Yes
No
Auto-TOC
Yes
Plugin
Yes
Raw Export
No
Yes
Yes
HTML Export
No
Yes
Yes
XML export
No
No
No
PDF Export
No
Plugin
No
Office Export
Unknown
No
Unknown
Media and Files Corendal Wiki Oddmuse wxWikiServer
File Attachments
No
Optional
No
Media Revisions
No
Yes
No
Embedded Flash
No
No
No
Embedded Video
No
No
No
Image Editing
No
No
No
SVG Editing
No
Plugin
No
MindMap Editing
No
No
No
Media Search
No
Filenames only
No
Extras Corendal Wiki Oddmuse wxWikiServer
Calendar
No
Plugin
Unknown
Image Galleries
No
No
Unknown
Presentations
Unknown
No
Unknown
Forums
No
No
Unknown
Blogs
No
Optional
Unknown
Ticket System
No
No
Unknown
Chat
Unknown
No
Unknown
Syntax Examples Corendal Wiki Oddmuse wxWikiServer
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
CamelCase
[AnotherLink goto alink]
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
http://www.powerslave.com
[http://www.external.com xternallink]
Headlines
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
= heading =
== heading ==
=== heading ===
(up to 5 = signs).
Bold Format
Depending on plugins:
*bold*
**bold*
'''bold'''
''' bold text '''
Italics Format
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
'' italic text ''
Underline Format
Depending on plugins:
_underline_
__underline__
Monospace Format
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
start line with blank space.
Strikethrough Format
via bbCode plugin:
[s]strike through[/s]
Superscript Format
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
via bbCode plugin:
[sub]subscript[/sub]
Images
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
ilocal://icon.jpg
img:icon.jpg
img:http://www.external/image.jpg
Aligning Text
no example known
] centred text
Text Indentation
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
> single indent 
>> two indents
>>> more indenting
Bulleted Lists
* one
** two
* one
* two
* two.1
Numbered Lists
Depending on plugins:
1. one
2. two

# one
## two
1 item one
2 item two
Or: 
# item 1
## item 1.1
# item two
Definition Lists
Depending on plugins:
; term: definition
Horizontal Rule
Depending on plugins:
----
remove Corendal Wiki remove Oddmuse remove wxWikiServer