ikiwiki vs. LynxWiki vs. Oddmuse

General Features ikiwiki LynxWiki Oddmuse
Version
2.67
1.3.0.0
2.3.13
Last Release Date
2008-10-17 (17 years ago)
2013-08-02 (12 years ago)
2018-09-04 (7 years ago)
Last Update here
2008-10-28 (17 years ago)
2013-08-29 (12 years ago)
2018-10-27 (7 years ago)
Author
Joey Hess and the ikiwiki community
J.W. Davidson
Alex Schroeder
URL
Free and Open Source
Yes
Yes
Yes
License
GPL
Apache License 2.0
GPL
Programming Language
Perl
C#
Perl
Data Storage
Files, RCS
Database, Files
Files
License Cost/ Fee
0
$0
free
Development status
Mature
Mature
Mature
Intended Audience
Anyone
small organization to enterprise
family people, hackers
System Requirements ikiwiki LynxWiki Oddmuse
Operating System
Any
Windows
Anything supported by Perl
Root Access
No
Yes
No
Webserver
Any, or none
IIS7 or IIS8
Anything supporting CGI scripts
Other Requirements
IronPython
Writable data directory
Datastorage ikiwiki LynxWiki Oddmuse
Text Files
Yes
Yes
Yes
MySQL
No
No
No
PostgreSQL
No
No
No
Oracle
No
No
No
SQLite
No
Yes
No
BerkeleyDB
No
No
No
RCS
Yes
No
No
Other
MS SQL, MS SQL Express
No
Security/Anti-Spam ikiwiki LynxWiki Oddmuse
Page Permissions
Yes
Yes
Yes
ACL
Yes
Yes
No
Authentication Backends
Built-in, HTTP auth, OpenID; extensible via plugins
MS Membership and Roles
None (use your web server instead)
Host Blocking
Yes
Yes
Yes
Mail Encryption
Yes
No
No
nofollow
No
No
No
Blacklist
Yes
Yes
Optional
CAPTCHA
No
Yes
Plugin
Delayed Indexing
No
No
No
Development/Support ikiwiki LynxWiki 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
89 ⭐
Common Features ikiwiki LynxWiki Oddmuse
Preview
Yes
Yes
Yes
Minor Changes
No
Yes
Yes
Change Summary
Yes
Yes
Yes
Page History
Yes
Yes
Yes
Page Revisions
Unlimited
Unlimited
Restricted by Age
Revision Diffs
Between all
Between all
Between all
Sitemap
Plugin
Yes
Yes
Plugin System
Yes
No
Yes
Special Features ikiwiki LynxWiki Oddmuse
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Yes
No
Optional
Interface Languages
1
English
1
English
18
Bulgarian, German, Spanish, Finnish, French, Hebrew, Italian, Korean, Dutch, Polish, Portuguese, Romanian, Russian, Serbian, Swedish, Ukrainian, Chinese, Chinese Traditional
Email notification
Yes
No
Plugin
Comments
Discussion Pages
Discussion Pages
Discussion Pages
Categories
Plugin
Yes
Plugin
Namespaces
Yes
Yes
Plugin
Conflict Handling
Conflict Resolution
None
Conflict Resolution
Concurrent Editing
Unknown
Unknown
No
Search
Full Text
Full Text
Full Text
Wiki Farming
Yes
No
Plugin
Structured Data
Unknown
Yes
Plugin
Links ikiwiki LynxWiki Oddmuse
CamelCase
Plugin
Yes
Optional
Freelinks
Yes
Yes
Optional
Backlinks
Yes
Yes
Plugin
InterWiki
Plugin
No
Yes
SisterWiki
Plugin
No
Plugin
Image Links
Yes
Yes
Plugin
Windows Shares
Yes
Yes
Plugin
Page Redirects
Unknown
Yes
Yes
Syntax Features ikiwiki LynxWiki Oddmuse
HTML Tags
Optional
None
Plugin
Math formulas
Plugin
Yes
Plugin
Tables
simple + complex
simple + complex
simple + complex
CREOLE support
No
No
Plugin
Markdown Support
Yes
No
Plugin
Textile Support
Plugin
Yes
No
BBCode Support
No
No
Plugin
Emoticon Images
Plugin
Yes
Optional
Syntax Highlighting
Plugin
Yes
Plugin
Footnotes
No
Yes
Plugin
Quoting
Yes
No
Optional
Internal Comments
Yes
Yes
No
Custom styles
Yes
No
Yes
FAQ Tags
Yes
Yes
Plugin
Scripting
safe subset of HTML::Template supported via template plugin
IronPython
Perl
Content Includes
Plugin
Yes
Yes
Feed Aggregation
Plugin
Yes
Yes
Usability ikiwiki LynxWiki Oddmuse
Section Editing
No
No
No
Page Templates
Yes
No
No
Double-Click Edit
No
No
Plugin
Toolbar
No
No
Plugin
WYSIWYG Editing
No
No
Plugin
Access Keys
No
No
Yes
Auto Signature
No
No
Plugin
Statistics ikiwiki LynxWiki Oddmuse
Recent Changes
Yes
Yes
Yes
Wanted Pages
Plugin
No
Plugin
Orphaned Pages
Plugin
No
Plugin
Most/Least Popular
No
No
No
Recent Visitors
No
No
Plugin
Analysis
No
No
No
Output ikiwiki LynxWiki Oddmuse
Printer Friendly
Print CSS
Print CSS
Print CSS
Mobile Friendly
Yes
Yes
Yes
Themes & Skins
Yes
No
Optional
RSS Feeds
Plugin
Yes
Yes
ATOM Feeds
Plugin
Yes
Plugin
Abbreviations
No
No
Yes
Auto-TOC
Plugin
Yes
Plugin
Raw Export
Yes
No
Yes
HTML Export
Yes
Yes
Yes
XML export
No
No
No
PDF Export
No
No
Plugin
Office Export
Unknown
Unknown
No
Media and Files ikiwiki LynxWiki Oddmuse
File Attachments
Yes
Yes
Optional
Media Revisions
Yes
Yes
Yes
Embedded Flash
Optional
No
No
Embedded Video
Optional
Yes
No
Image Editing
No
No
No
SVG Editing
No
No
Plugin
MindMap Editing
No
No
No
Media Search
Filenames only
Contents
Filenames only
Extras ikiwiki LynxWiki Oddmuse
Calendar
Plugin
No
Plugin
Image Galleries
Plugin
No
No
Presentations
Unknown
Unknown
No
Forums
Unknown
Yes
No
Blogs
Yes
Yes
Optional
Ticket System
Yes
No
No
Chat
Unknown
Unknown
No
Syntax Examples ikiwiki LynxWiki Oddmuse
Internal Link
[[internal]]
CamelCase
"display text":DisplayText
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
[link text](http://example.org)
http://www.wikimatrix.org
"Wiki Matrix":http://www.wikimatrix.org
"this is a link (optional tooltip)":http://www.microsoft.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
Two syntaxes:

# heading 1
## heading 2
### heading 3

heading 1
=========

heading 2
---------
!!Header 2
!!!Header 3
!!!!!!Header 6
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
Bold Format
**bold**
__bold__
*bold*
'''bold'''
Depending on plugins:
*bold*
**bold*
'''bold'''
Italics Format
*emphasized*
_emphasized_
_italics_
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
Underline Format
via HTML: <u>underlined</u>
+underlined+
Depending on plugins:
_underline_
__underline__
Monospace Format
`inline monospace`

indented block of
monospaced text

tab-indented
block
[indent single space]
@mono space on single line@
@@ start on multiline with end @@
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
Strikethrough Format
via HTML: <del>deleted</del>
-strikethrough-
via bbCode plugin:
[s]strike through[/s]
Superscript Format
via HTML: x<sup>2</sup>
superscript^234^
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
via HTML: a<sub>1</sub>
water: H~2~O
via bbCode plugin:
[sub]subscript[/sub]
Images
![alt text](internal/image)
![alt text](http://example.org/external/image)
[image:/LynxWiki/Attachments/upload/images/IMG_2002.jpg]
http://www.example.org/someimage.jpg
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
Aligning Text
N/A
no example known
Text Indentation
N/A
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
Bulleted Lists
* item 1
* item 2
* item 2.1
* item 2.2
* first bullet (8 spaces)
* first sub item bullet
* second item
* one
** two
Numbered Lists
1. item 1
2. item 2
1. item 1.1
42. the value doesn't matter
1. any value works
1. first numbered item
1. second item
Depending on plugins:
1. one
2. two

# one
## two
Definition Lists
via HTML:
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
N/A
Depending on plugins:
; term: definition
Horizontal Rule
---
***
___
------------------
Any number > 3
- - - - - - - - - -
spaces don't matter
----
Depending on plugins:
----
remove ikiwiki remove LynxWiki remove Oddmuse