ErfurtWiki vs. ikiwiki vs. Wiki on a Stick

General Features ErfurtWiki ikiwiki Wiki on a Stick
Version
R1.02b (kind of final release :-)
2.67
0.12.0
Last Release Date
2005-06-16 (20 years ago)
2008-10-17 (17 years ago)
2010-06-21 (15 years ago)
Last Update here
2010-04-04 (16 years ago)
2008-10-28 (17 years ago)
2010-08-24 (15 years ago)
Author
Mario Salzer & Andi Fundinger
Joey Hess and the ikiwiki community
legolas558
URL
Free and Open Source
Yes
Yes
Yes
License
Public Domain (!)
GPL
GPLv2
Programming Language
PHP
Perl
JavaScript
Data Storage
Database, Files, RCS
Files, RCS
Files
License Cost/ Fee
0
0
Development status
Mature
Mature
Mature
Intended Audience
small + medium sites, development teams
Anyone
Advanced End Users
System Requirements ErfurtWiki ikiwiki Wiki on a Stick
Operating System
any
Any
OS Independent (Browser Application)
Root Access
No
No
No
Webserver
anything with PHP support
Any, or none
Other Requirements
none
JavaScript-capable browser
Datastorage ErfurtWiki ikiwiki Wiki on a Stick
Text Files
Plugin
Yes
No
MySQL
Plugin
No
No
PostgreSQL
Plugin
No
No
Oracle
No
No
No
SQLite
Plugin
No
No
BerkeleyDB
Plugin
No
No
RCS
Plugin
Yes
No
Other
no
Self-modifying XHTML file, can export into XHTML and WSIF
Security/Anti-Spam ErfurtWiki ikiwiki Wiki on a Stick
Page Permissions
Yes
Yes
Yes
ACL
Yes
Yes
No
Authentication Backends
UNIX, LDAP, MySQL, PHP, other
Built-in, HTTP auth, OpenID; extensible via plugins
Supports per-page AES encryption
Host Blocking
Plugin
Yes
No
Mail Encryption
Plugin
Yes
No
nofollow
Plugin
No
No
Blacklist
Plugin
Yes
No
CAPTCHA
Plugin
No
No
Delayed Indexing
Patch
No
No
Development/Support ErfurtWiki ikiwiki Wiki on a Stick
# of Consultants
Preconfigured Hosting
No
No
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
not yet :-)
Stars on GitHub
N/A
N/A
N/A
Common Features ErfurtWiki ikiwiki Wiki on a Stick
Preview
Yes
Yes
No
Minor Changes
Plugin
No
No
Change Summary
Plugin
Yes
No
Page History
Yes
Yes
No
Page Revisions
Unlimited
Unlimited
None
Revision Diffs
Between all
Between all
No
Sitemap
Plugin
Plugin
Yes
Plugin System
Yes
Yes
Yes
Special Features ErfurtWiki ikiwiki Wiki on a Stick
Unicode Support
No
Yes
Yes
Right-to-Left Support
Patch
Yes
No
Interface Languages
4
German, English, Spanish, Dutch
1
English
2
English, Italian
Email notification
Plugin
Yes
No
Comments
Plugin
Discussion Pages
No
Categories
Yes
Plugin
Yes
Namespaces
No
Yes
Yes
Conflict Handling
Page Locking
Conflict Resolution
Page Locking
Concurrent Editing
Unknown
Unknown
Unknown
Search
Full Text
Full Text
Full Text
Wiki Farming
Optional
Yes
Yes
Structured Data
No
Unknown
Yes
Links ErfurtWiki ikiwiki Wiki on a Stick
CamelCase
Yes
Plugin
No
Freelinks
Yes
Yes
Yes
Backlinks
Yes
Yes
Yes
InterWiki
Plugin
Plugin
No
SisterWiki
Plugin
Plugin
No
Image Links
Patch
Yes
Yes
Windows Shares
Yes
Yes
Yes
Page Redirects
Plugin
Unknown
No
Syntax Features ErfurtWiki ikiwiki Wiki on a Stick
HTML Tags
Plugin
Optional
All
Math formulas
No
Plugin
Plugin
Tables
simple + complex
simple + complex
simple + complex
CREOLE support
Optional
No
Yes
Markdown Support
No
Yes
No
Textile Support
No
Plugin
No
BBCode Support
Plugin
No
No
Emoticon Images
Plugin
Plugin
No
Syntax Highlighting
Plugin
Plugin
No
Footnotes
Plugin
No
Plugin
Quoting
Plugin
Yes
Unknown
Internal Comments
Yes
Yes
Yes
Custom styles
Yes
Yes
Yes
FAQ Tags
Yes
Yes
No
Scripting
optional
safe subset of HTML::Template supported via template plugin
JavaScript
Content Includes
Plugin
Plugin
Yes
Feed Aggregation
Plugin
Plugin
No
Usability ErfurtWiki ikiwiki Wiki on a Stick
Section Editing
No
No
No
Page Templates
Yes
Yes
Yes
Double-Click Edit
Patch
No
Optional
Toolbar
No
No
Yes
WYSIWYG Editing
No
No
No
Access Keys
Optional
No
Yes
Auto Signature
No
No
No
Statistics ErfurtWiki ikiwiki Wiki on a Stick
Recent Changes
Plugin
Yes
Yes
Wanted Pages
Plugin
Plugin
Yes
Orphaned Pages
Plugin
Plugin
Yes
Most/Least Popular
Plugin
No
No
Recent Visitors
Optional
No
No
Analysis
No
No
Unknown
Output ErfurtWiki ikiwiki Wiki on a Stick
Printer Friendly
Print CSS
Print CSS
Print View
Mobile Friendly
Yes
Yes
Unknown
Themes & Skins
Yes
Yes
Yes
RSS Feeds
Plugin
Plugin
No
ATOM Feeds
Plugin
Plugin
No
Abbreviations
Optional
No
Unknown
Auto-TOC
Plugin
Plugin
Yes
Raw Export
Yes
Yes
Yes
HTML Export
Yes
Yes
Yes
XML export
Optional
No
No
PDF Export
Optional
No
No
Office Export
Unknown
Unknown
Unknown
Media and Files ErfurtWiki ikiwiki Wiki on a Stick
File Attachments
Plugin
Yes
Yes
Media Revisions
No
Yes
No
Embedded Flash
Plugin
Optional
Yes
Embedded Video
Plugin
Optional
No
Image Editing
No
No
No
SVG Editing
No
No
Unknown
MindMap Editing
No
No
No
Media Search
No
Filenames only
Filenames only
Extras ErfurtWiki ikiwiki Wiki on a Stick
Calendar
Plugin
Plugin
Plugin
Image Galleries
Plugin
Plugin
Yes
Presentations
Unknown
Unknown
Unknown
Forums
No
Unknown
No
Blogs
Yes
Yes
No
Ticket System
No
Yes
No
Chat
Unknown
Unknown
Unknown
Syntax Examples ErfurtWiki ikiwiki Wiki on a Stick
Internal Link
WikiPage
[WikiPage | Go here]
[[internal]]
[[WoaS test page]]
External Link
http://erfurtwiki.sf.net
[http://erfurtwiki.sf.net | Go here]
mario@wiki.net
[link text](http://example.org)
[[http://stickwiki.sf.net/|WoaS Official Website]]
Headlines
!!! Big Headline
!! Medium Headline
! Section Headline
Two syntaxes:

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

heading 1
=========

heading 2
---------
= Header 1
== Header 2
=== Header 3
Bold Format
__bold text__
**bold text**
**bold**
__bold__
*bold text*
Italics Format
''ialic text''
*emphasized*
_emphasized_
/italics text/
Underline Format
optional or via css
via HTML: <u>underlined</u>
_underlined text_
Monospace Format
==monospaced text==
`inline monospace`

indented block of
monospaced text

tab-indented
block
{{{this text will not render wiki syntax}}}
Strikethrough Format
optional or via css
via HTML: <del>deleted</del>
Superscript Format
^^superscript text^^
via HTML: x<sup>2</sup>
Subscript Format
optional or via css
via HTML: a<sub>1</sub>
Images
[link to the image.jpg]
![alt text](internal/image)
![alt text](http://example.org/external/image)
[[Image::woas.png]]
Aligning Text
optional or via css
Text Indentation
just use 3 spaces or tabs
indented text
Bulleted Lists
* Item A
* Item B
** Item B1
* item 1
* item 2
* item 2.1
* item 2.2
* element 1
* element 2
* element 3
Numbered Lists
# Item 1
## Item 1.1
##* Item 1.1a
##* Item 1.1b

1. item 1
2. item 2
1. item 1.1
42. the value doesn't matter
1. any value works
* element 1
* element 2
* element 3
Definition Lists
:definition: explanation
:anotherdef: another description
via HTML:
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
Horizontal Rule
----
---
***
___
------------------
Any number > 3
- - - - - - - - - -
spaces don't matter
----
remove ErfurtWiki remove ikiwiki remove Wiki on a Stick