CanvasWiki vs. Instiki vs. Oddmuse

General Features CanvasWiki Instiki Oddmuse
Version
1.2.101
0.30.0
2.3.13
Last Release Date
2006-06-15 (19 years ago)
2019-03-01 (7 years ago)
2018-09-04 (7 years ago)
Last Update here
2008-09-01 (17 years ago)
2019-03-04 (7 years ago)
2018-10-27 (7 years ago)
Author
Raymond Camden
David Heinemeier Hansson, Jacques Distler, Matthias Tarasiewicz
Alex Schroeder
URL
Free and Open Source
Yes
Yes
Yes
License
Apache
Ruby's
GPL
Programming Language
ColdFusion
Ruby on Rails
Perl
Data Storage
Database
Database
Files
License Cost/ Fee
0
0
free
Development status
Mature
Mature
Mature
Intended Audience
Mildly technical
general, education
family people, hackers
System Requirements CanvasWiki Instiki Oddmuse
Operating System
Windows, Linux, Solaris
UNIX, Windows, MacOS X
Anything supported by Perl
Root Access
No
No
No
Webserver
Apache, IIS
Thin (included), or Apache/NGinx (via Passenger)
Anything supporting CGI scripts
Other Requirements
ColdFusion MX
Ruby 2.0-2.6
Writable data directory
Datastorage CanvasWiki Instiki Oddmuse
Text Files
Unknown
No
Yes
MySQL
Yes
Yes
No
PostgreSQL
Unknown
Yes
No
Oracle
Unknown
Plugin
No
SQLite
Unknown
Yes
No
BerkeleyDB
Unknown
No
No
RCS
Unknown
No
No
Other
Access, SQL Server
Any Rails-compatible back-end datastore can be used.
No
Security/Anti-Spam CanvasWiki Instiki Oddmuse
Page Permissions
No
Yes
Yes
ACL
No
No
No
Authentication Backends
None (use your web server instead)
Host Blocking
Unknown
Yes
Yes
Mail Encryption
Unknown
Unknown
No
nofollow
Unknown
Unknown
No
Blacklist
Unknown
Yes
Optional
CAPTCHA
Unknown
Unknown
Plugin
Delayed Indexing
Unknown
Unknown
No
Development/Support CanvasWiki Instiki Oddmuse
# of Consultants
Preconfigured Hosting
No
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
506 ⭐
89 ⭐
Common Features CanvasWiki Instiki Oddmuse
Preview
Unknown
No
Yes
Minor Changes
Unknown
Yes
Yes
Change Summary
Yes
No
Yes
Page History
Yes
Yes
Yes
Page Revisions
Unlimited
Restricted by Age
Revision Diffs
Between all
Between all
Sitemap
Yes
Yes
Yes
Plugin System
No
No
Yes
Special Features CanvasWiki Instiki Oddmuse
Unicode Support
No
Yes
Yes
Right-to-Left Support
Unknown
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
Unknown
No
Plugin
Comments
No
Discussion Pages
Categories
Unknown
Yes
Plugin
Namespaces
Unknown
No
Plugin
Conflict Handling
Page Locking
Conflict Resolution
Concurrent Editing
Unknown
Unknown
No
Search
Full Text
Full Text
Wiki Farming
Unknown
Yes
Plugin
Structured Data
Unknown
No
Plugin
Links CanvasWiki Instiki Oddmuse
CamelCase
Yes
Optional
Optional
Freelinks
Unknown
Yes
Optional
Backlinks
Unknown
Yes
Plugin
InterWiki
Unknown
Yes
Yes
SisterWiki
Unknown
No
Plugin
Image Links
Unknown
Yes
Plugin
Windows Shares
Unknown
No
Plugin
Page Redirects
Unknown
Yes
Yes
Syntax Features CanvasWiki Instiki Oddmuse
HTML Tags
All
Plugin
Math formulas
Unknown
Yes
Plugin
Tables
simple + complex
simple + complex
CREOLE support
Unknown
No
Plugin
Markdown Support
Unknown
Yes
Plugin
Textile Support
Unknown
Yes
No
BBCode Support
Unknown
No
Plugin
Emoticon Images
Unknown
No
Optional
Syntax Highlighting
Unknown
Yes
Plugin
Footnotes
Unknown
Yes
Plugin
Quoting
Unknown
Yes
Optional
Internal Comments
Unknown
Yes
No
Custom styles
Unknown
Yes
Yes
FAQ Tags
Unknown
No
Plugin
Scripting
None
Perl
Content Includes
Unknown
Yes
Yes
Feed Aggregation
Unknown
No
Yes
Usability CanvasWiki Instiki Oddmuse
Section Editing
Unknown
No
No
Page Templates
No
No
No
Double-Click Edit
Unknown
No
Plugin
Toolbar
Unknown
No
Plugin
WYSIWYG Editing
Unknown
No
Plugin
Access Keys
Unknown
Yes
Yes
Auto Signature
Unknown
Yes
Plugin
Statistics CanvasWiki Instiki Oddmuse
Recent Changes
Unknown
Yes
Yes
Wanted Pages
Unknown
Yes
Plugin
Orphaned Pages
Unknown
Yes
Plugin
Most/Least Popular
Unknown
No
No
Recent Visitors
Unknown
No
Plugin
Analysis
Unknown
No
No
Output CanvasWiki Instiki Oddmuse
Printer Friendly
Print View
Print CSS
Mobile Friendly
Unknown
Yes
Yes
Themes & Skins
Unknown
No
Optional
RSS Feeds
Unknown
No
Yes
ATOM Feeds
Unknown
Yes
Plugin
Abbreviations
Unknown
Yes
Yes
Auto-TOC
Unknown
Yes
Plugin
Raw Export
Unknown
Yes
Yes
HTML Export
Unknown
Yes
Yes
XML export
Unknown
No
No
PDF Export
Unknown
No
Plugin
Office Export
Unknown
Unknown
No
Media and Files CanvasWiki Instiki Oddmuse
File Attachments
Unknown
Yes
Optional
Media Revisions
Unknown
No
Yes
Embedded Flash
Unknown
No
No
Embedded Video
Unknown
Yes
No
Image Editing
Unknown
No
No
SVG Editing
Unknown
Yes
Plugin
MindMap Editing
Unknown
No
No
Media Search
No
Filenames only
Extras CanvasWiki Instiki 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 CanvasWiki Instiki Oddmuse
Internal Link
[[Some Page]]
[[Some Page|anchor text]]
[[Some Page#anchor]]
[[Some Page#anchor|anchor text]]
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
[another site](http://example.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
#Level 1#
##Level 2##
###Level 3###
####Level 4####
#####Level 5#####
######Level 6######
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
Bold Format
**bold**
Depending on plugins:
*bold*
**bold*
'''bold'''
Italics Format
_italic_, *italic*
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
Underline Format
underlined
{: style='text-decoration: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
<del>strikethrough</del>
strikethrough
{: style='text-decoration:line-through'}
via bbCode plugin:
[s]strike through[/s]
Superscript Format
<sup>superscript</sup>
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
<sub>subscript</sub>
via bbCode plugin:
[sub]subscript[/sub]
Images
![alt text](http://ex.com/image.jpg),
[[image.jpg|alt text:pic]]
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
Aligning Text
p{: style='text-align:left'}
p{: style='text-align:right'}
p{: style='text-align:center'}
p{: style='text-align:justify'}
no example known
Text Indentation
p
{: style='margin-left:3em'}

> blockquote
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
Bulleted Lists
* Item 1
** Item 1.1
* Item 2
* one
** two
Numbered Lists
1. Item 1
1. Item 1.1
2. Item 2
Depending on plugins:
1. one
2. two

# one
## two
Definition Lists
term
: definition
Depending on plugins:
; term: definition
Horizontal Rule
***
Depending on plugins:
----
remove CanvasWiki remove Instiki remove Oddmuse