WiGit vs. Oddmuse vs. wxWikiServer

General Features WiGit Oddmuse wxWikiServer
Version
0.1
2.3.13
1.5.11c
Last Release Date
2008-07-20 (15 years ago)
2018-09-03 (5 years ago)
2005-12-02 (18 years ago)
Last Update here
2009-07-09 (14 years ago)
2018-10-27 (5 years ago)
2006-02-07 (18 years ago)
Author
Remko Tronçon
Alex Schroeder
Ryan Norton
URL
Free and Open Source
Yes
Yes
Yes
License
GPL
GPL
wxWindows Lib/Public Domain
Programming Language
PHP
Perl
C++
Data Storage
other
Files
Files
License Cost/ Fee
0
free
NA
Development status
Beta
Mature
Mature
Intended Audience
Private users
family people, hackers
End users/Desktop
System Requirements WiGit Oddmuse wxWikiServer
Operating System
Anything supported by Perl
MS Windows/Mac/Linux
Root Access
No
No
No
Webserver
Anything supporting CGI scripts
built-in
Other Requirements
Git
Writable data directory
None
Datastorage WiGit Oddmuse wxWikiServer
Text Files
Yes
Yes
Yes
MySQL
No
No
No
PostgreSQL
No
No
No
Oracle
No
No
No
SQLite
No
No
No
BerkeleyDB
No
No
No
RCS
No
No
No
Other
Git repositories
No
Security/Anti-Spam WiGit Oddmuse wxWikiServer
Page Permissions
No
Yes
Yes
ACL
No
No
Yes
Authentication Backends
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 WiGit 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 WiGit Oddmuse wxWikiServer
Preview
No
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
Between all
Between all
Between all
Sitemap
Unknown
Yes
Yes
Plugin System
No
Yes
No
Special Features WiGit Oddmuse wxWikiServer
Unicode Support
Yes
Yes
No
Right-to-Left Support
No
Optional
Unknown
Interface Languages
0
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
No
Comments
No
Discussion Pages
Flat
Categories
No
Plugin
No
Namespaces
No
Plugin
No
Conflict Handling
None
Conflict Resolution
Page Locking
Concurrent Editing
Unknown
No
Unknown
Search
Not available
Full Text
Full Text
Wiki Farming
Unknown
Plugin
Unknown
Structured Data
Unknown
Plugin
Unknown
Links WiGit Oddmuse wxWikiServer
CamelCase
Yes
Optional
Yes
Freelinks
Yes
Optional
Yes
Backlinks
No
Plugin
Yes
InterWiki
No
Yes
Yes
SisterWiki
No
Plugin
No
Image Links
No
Plugin
Yes
Windows Shares
No
Plugin
No
Page Redirects
Unknown
Yes
Unknown
Syntax Features WiGit Oddmuse wxWikiServer
HTML Tags
Some
Plugin
All
Math formulas
Yes
Plugin
No
Tables
simple + complex
simple + complex
simple
CREOLE support
No
Plugin
Unknown
Markdown Support
No
Plugin
No
Textile Support
Yes
No
No
BBCode Support
No
Plugin
No
Emoticon Images
No
Optional
No
Syntax Highlighting
No
Plugin
Yes
Footnotes
Yes
Plugin
Yes
Quoting
Yes
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 WiGit Oddmuse wxWikiServer
Section Editing
No
No
No
Page Templates
No
No
No
Double-Click Edit
No
Plugin
Yes
Toolbar
No
Plugin
No
WYSIWYG Editing
No
Plugin
No
Access Keys
No
Yes
Unknown
Auto Signature
No
Plugin
Unknown
Statistics WiGit Oddmuse wxWikiServer
Recent Changes
Yes
Yes
Yes
Wanted Pages
No
Plugin
No
Orphaned Pages
No
Plugin
Yes
Most/Least Popular
No
No
No
Recent Visitors
No
Plugin
Yes
Analysis
No
No
No
Output WiGit Oddmuse wxWikiServer
Printer Friendly
No
Print CSS
No
Mobile Friendly
Unknown
Yes
Unknown
Themes & Skins
Yes
Optional
Yes
RSS Feeds
No
Yes
No
ATOM Feeds
No
Plugin
No
Abbreviations
Yes
Yes
No
Auto-TOC
No
Plugin
Yes
Raw Export
Yes
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 WiGit 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 WiGit Oddmuse wxWikiServer
Calendar
Unknown
Plugin
Unknown
Image Galleries
Unknown
No
Unknown
Presentations
Unknown
No
Unknown
Forums
Unknown
No
Unknown
Blogs
Unknown
Optional
Unknown
Ticket System
Unknown
No
Unknown
Chat
Unknown
No
Unknown
Syntax Examples WiGit Oddmuse wxWikiServer
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
CamelCase
[AnotherLink goto alink]
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
http://www.powerslave.com
[http://www.external.com xternallink]
Headlines
h1. Headline
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
= heading =
== heading ==
=== heading ===
(up to 5 = signs).
Bold Format
*Bold*
Depending on plugins:
*bold*
**bold*
'''bold'''
''' bold text '''
Italics Format
_Italics_
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
'' italic text ''
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>
start line with blank space.
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)
ilocal://icon.jpg
img:icon.jpg
img:http://www.external/image.jpg
Aligning Text
>Right-aligned
no example known
] centred text
Text Indentation
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
> single indent 
>> two indents
>>> more indenting
Bulleted Lists
* Bulleted
* List
** Sublist
* one
** two
* one
* two
* two.1
Numbered Lists
# Numbered
# List
## Sublist
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 WiGit remove Oddmuse remove wxWikiServer