Instiki vs. ikiwiki

General Features Instiki ikiwiki
Version
0.30.0
2.67
Last Release Date
2019-02-28 (5 years ago)
2008-10-16 (15 years ago)
Last Update here
2019-03-04 (5 years ago)
2008-10-28 (15 years ago)
Author
David Heinemeier Hansson, Jacques Distler, Matthias Tarasiewicz
Joey Hess and the ikiwiki community
URL
Free and Open Source
Yes
Yes
License
Ruby's
GPL
Programming Language
Ruby on Rails
Perl
Data Storage
Database
Files, RCS
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
general, education
Anyone
System Requirements Instiki ikiwiki
Operating System
UNIX, Windows, MacOS X
Any
Root Access
No
No
Webserver
Thin (included), or Apache/NGinx (via Passenger)
Any, or none
Other Requirements
Ruby 2.0-2.6
Datastorage Instiki ikiwiki
Text Files
No
Yes
MySQL
Yes
No
PostgreSQL
Yes
No
Oracle
Plugin
No
SQLite
Yes
No
BerkeleyDB
No
No
RCS
No
Yes
Other
Any Rails-compatible back-end datastore can be used.
Security/Anti-Spam Instiki ikiwiki
Page Permissions
Yes
Yes
ACL
No
Yes
Authentication Backends
Built-in, HTTP auth, OpenID; extensible via plugins
Host Blocking
Yes
Yes
Mail Encryption
Unknown
Yes
nofollow
Unknown
No
Blacklist
Yes
Yes
CAPTCHA
Unknown
No
Delayed Indexing
Unknown
No
Development/Support Instiki ikiwiki
# of Consultants
Preconfigured Hosting
No
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
478 ⭐
N/A
Common Features Instiki ikiwiki
Preview
No
Yes
Minor Changes
Yes
No
Change Summary
No
Yes
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
Between all
Between all
Sitemap
Yes
Plugin
Plugin System
No
Yes
Special Features Instiki ikiwiki
Unicode Support
Yes
Yes
Right-to-Left Support
Yes
Yes
Interface Languages
1
English
1
English
Email notification
No
Yes
Comments
No
Discussion Pages
Categories
Yes
Plugin
Namespaces
No
Yes
Conflict Handling
Page Locking
Conflict Resolution
Concurrent Editing
Unknown
Unknown
Search
Full Text
Full Text
Wiki Farming
Yes
Yes
Structured Data
No
Unknown
Links Instiki ikiwiki
CamelCase
Optional
Plugin
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Yes
Plugin
SisterWiki
No
Plugin
Image Links
Yes
Yes
Windows Shares
No
Yes
Page Redirects
Yes
Unknown
Syntax Features Instiki ikiwiki
HTML Tags
All
Optional
Math formulas
Yes
Plugin
Tables
simple + complex
simple + complex
CREOLE support
No
No
Markdown Support
Yes
Yes
Textile Support
Yes
Plugin
BBCode Support
No
No
Emoticon Images
No
Plugin
Syntax Highlighting
Yes
Plugin
Footnotes
Yes
No
Quoting
Yes
Yes
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
No
Yes
Scripting
None
safe subset of HTML::Template supported via template plugin
Content Includes
Yes
Plugin
Feed Aggregation
No
Plugin
Usability Instiki ikiwiki
Section Editing
No
No
Page Templates
No
Yes
Double-Click Edit
No
No
Toolbar
No
No
WYSIWYG Editing
No
No
Access Keys
Yes
No
Auto Signature
Yes
No
Statistics Instiki ikiwiki
Recent Changes
Yes
Yes
Wanted Pages
Yes
Plugin
Orphaned Pages
Yes
Plugin
Most/Least Popular
No
No
Recent Visitors
No
No
Analysis
No
No
Output Instiki ikiwiki
Printer Friendly
Print View
Print CSS
Mobile Friendly
Yes
Yes
Themes & Skins
No
Yes
RSS Feeds
No
Plugin
ATOM Feeds
Yes
Plugin
Abbreviations
Yes
No
Auto-TOC
Yes
Plugin
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
No
No
PDF Export
No
No
Office Export
Unknown
Unknown
Media and Files Instiki ikiwiki
File Attachments
Yes
Yes
Media Revisions
No
Yes
Embedded Flash
No
Optional
Embedded Video
Yes
Optional
Image Editing
No
No
SVG Editing
Yes
No
MindMap Editing
No
No
Media Search
No
Filenames only
Extras Instiki ikiwiki
Calendar
No
Plugin
Image Galleries
No
Plugin
Presentations
Unknown
Unknown
Forums
No
Unknown
Blogs
No
Yes
Ticket System
No
Yes
Chat
Unknown
Unknown
Syntax Examples Instiki ikiwiki
Internal Link
[[Some Page]]
[[Some Page|anchor text]]
[[Some Page#anchor]]
[[Some Page#anchor|anchor text]]
[[internal]]
External Link
[another site](http://example.com)
[link text](http://example.org)
Headlines
#Level 1#
##Level 2##
###Level 3###
####Level 4####
#####Level 5#####
######Level 6######
Two syntaxes:

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

heading 1
=========

heading 2
---------
Bold Format
**bold**
**bold**
__bold__
Italics Format
_italic_, *italic*
*emphasized*
_emphasized_
Underline Format
underlined
{: style='text-decoration:underlined'}
via HTML: <u>underlined</u>
Monospace Format
`monospace`
`inline monospace`

indented block of
monospaced text

tab-indented
block
Strikethrough Format
<del>strikethrough</del>
strikethrough
{: style='text-decoration:line-through'}
via HTML: <del>deleted</del>
Superscript Format
<sup>superscript</sup>
via HTML: x<sup>2</sup>
Subscript Format
<sub>subscript</sub>
via HTML: a<sub>1</sub>
Images
![alt text](http://ex.com/image.jpg),
[[image.jpg|alt text:pic]]
![alt text](internal/image)
![alt text](http://example.org/external/image)
Aligning Text
p{: style='text-align:left'}
p{: style='text-align:right'}
p{: style='text-align:center'}
p{: style='text-align:justify'}
Text Indentation
p
{: style='margin-left:3em'}

> blockquote
Bulleted Lists
* Item 1
** Item 1.1
* Item 2
* item 1
* item 2
* item 2.1
* item 2.2
Numbered Lists
1. Item 1
1. Item 1.1
2. Item 2
1. item 1
2. item 2
1. item 1.1
42. the value doesn't matter
1. any value works
Definition Lists
term
: definition
via HTML:
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
Horizontal Rule
***
---
***
___
------------------
Any number > 3
- - - - - - - - - -
spaces don't matter
remove Instiki remove ikiwiki