Oddmuse vs. wxWikiServer vs. Corendal Wiki

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