WiGit vs. Corendal Wiki vs. Oddmuse

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

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

Depending on plugins:
[text](http://example.com/) → text
Headlines
h1. Headline
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
Bold Format
*Bold*
Depending on plugins:
*bold*
**bold*
'''bold'''
Italics Format
_Italics_
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
Underline Format
+underlined+
Depending on plugins:
_underline_
__underline__
Monospace Format
@monospace@
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
Strikethrough Format
-strikethrough-
via bbCode plugin:
[s]strike through[/s]
Superscript Format
^superscript^
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
~subscript~
via bbCode plugin:
[sub]subscript[/sub]
Images
!image.jpg!
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
Aligning Text
>Right-aligned
no example known
Text Indentation
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
Bulleted Lists
* Bulleted
* List
** Sublist
* one
** two
Numbered Lists
# Numbered
# List
## Sublist
Depending on plugins:
1. one
2. two

# one
## two
Definition Lists
Depending on plugins:
; term: definition
Horizontal Rule
Depending on plugins:
----
remove WiGit remove Corendal Wiki remove Oddmuse