bLADE Wiki vs. ikiwiki vs. WikkaWiki

General Features bLADE Wiki ikiwiki WikkaWiki
Version
3.4.9
2.67
1.4.2
Last Release Date
2008-11-09 (15 years ago)
2008-10-16 (15 years ago)
2020-04-19 (4 years ago)
Last Update here
2008-11-21 (15 years ago)
2008-10-28 (15 years ago)
2020-04-20 (4 years ago)
Author
Dale Lane
Joey Hess and the ikiwiki community
Wikka Development Team
URL
Free and Open Source
No
Yes
Yes
License
N/A
GPL
GPL
Programming Language
C#
Perl
PHP
Data Storage
Files
Files, RCS
Database
License Cost/ Fee
Free
0
0
Development status
Mature
Mature
Mature
Intended Audience
Users wanting to be able to view/edit their wiki from a mobile phone or PDA, with a simple wiki that needs almost no setup
Anyone
Individual users (PIM/website backend), development teams (software documentation/knowledge base), organizations and companies (intranet/public website backend)
System Requirements bLADE Wiki ikiwiki WikkaWiki
Operating System
Windows, Windows Mobile
Any
any (platform-independent)
Root Access
No
No
No
Webserver
N/A
Any, or none
any server with PHP/MySQL support
Other Requirements
.NET 2 Framework
mod_rewrite (optional)
Datastorage bLADE Wiki ikiwiki WikkaWiki
Text Files
Yes
Yes
No
MySQL
No
No
Yes
PostgreSQL
No
No
No
Oracle
No
No
No
SQLite
No
No
Yes
BerkeleyDB
No
No
No
RCS
No
Yes
No
Other
No
Security/Anti-Spam bLADE Wiki ikiwiki WikkaWiki
Page Permissions
No
Yes
Yes
ACL
No
Yes
Yes
Authentication Backends
No
Built-in, HTTP auth, OpenID; extensible via plugins
Active Directory (patch)
Host Blocking
No
Yes
Yes
Mail Encryption
No
Yes
No
nofollow
No
No
Yes
Blacklist
No
Yes
Yes
CAPTCHA
No
No
Plugin
Delayed Indexing
No
No
No
Development/Support bLADE Wiki ikiwiki WikkaWiki
# of Consultants
Preconfigured Hosting
No
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
42 ⭐
Common Features bLADE Wiki ikiwiki WikkaWiki
Preview
No
Yes
Yes
Minor Changes
No
No
No
Change Summary
No
Yes
Yes
Page History
Yes
Yes
Yes
Page Revisions
Unlimited
Unlimited
Unlimited
Revision Diffs
No
Between all
Between all
Sitemap
Yes
Plugin
Yes
Plugin System
No
Yes
Yes
Special Features bLADE Wiki ikiwiki WikkaWiki
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Unknown
Yes
Yes
Interface Languages
0
1
English
0
Email notification
No
Yes
Patch
Comments
No
Discussion Pages
Threaded
Categories
No
Plugin
Yes
Namespaces
No
Yes
No
Conflict Handling
None
Conflict Resolution
Page Locking
Concurrent Editing
Unknown
Unknown
Yes
Search
Full Text
Full Text
Full Text
Wiki Farming
Unknown
Yes
No
Structured Data
Unknown
Unknown
Plugin
Links bLADE Wiki ikiwiki WikkaWiki
CamelCase
No
Plugin
Yes
Freelinks
Yes
Yes
Patch
Backlinks
Yes
Yes
Yes
InterWiki
Yes
Plugin
Yes
SisterWiki
Unknown
Plugin
No
Image Links
Yes
Yes
Yes
Windows Shares
Yes
Yes
No
Page Redirects
Unknown
Unknown
Patch
Syntax Features bLADE Wiki ikiwiki WikkaWiki
HTML Tags
All
Optional
Some
Math formulas
Unknown
Plugin
Plugin
Tables
simple
simple + complex
simple + complex
CREOLE support
Unknown
No
No
Markdown Support
Unknown
Yes
No
Textile Support
Unknown
Plugin
No
BBCode Support
Unknown
No
No
Emoticon Images
Yes
Plugin
No
Syntax Highlighting
Unknown
Plugin
Yes
Footnotes
Yes
No
Plugin
Quoting
Yes
Yes
Yes
Internal Comments
Yes
Yes
Yes
Custom styles
No
Yes
Yes
FAQ Tags
Unknown
Yes
No
Scripting
safe subset of HTML::Template supported via template plugin
Extensibility through drop-in plugins
Content Includes
Yes
Plugin
Yes
Feed Aggregation
Unknown
Plugin
Yes
Usability bLADE Wiki ikiwiki WikkaWiki
Section Editing
No
No
No
Page Templates
No
Yes
Yes
Double-Click Edit
No
No
Yes
Toolbar
Yes
No
Yes
WYSIWYG Editing
No
No
Plugin
Access Keys
Yes
No
Patch
Auto Signature
Unknown
No
Patch
Statistics bLADE Wiki ikiwiki WikkaWiki
Recent Changes
Unknown
Yes
Yes
Wanted Pages
Unknown
Plugin
Yes
Orphaned Pages
Yes
Plugin
Yes
Most/Least Popular
Unknown
No
Patch
Recent Visitors
Unknown
No
Patch
Analysis
Yes
No
Yes
Output bLADE Wiki ikiwiki WikkaWiki
Printer Friendly
Print View
Print CSS
Print CSS
Mobile Friendly
Yes
Yes
Unknown
Themes & Skins
No
Yes
Yes
RSS Feeds
No
Plugin
Yes
ATOM Feeds
No
Plugin
Plugin
Abbreviations
No
No
Patch
Auto-TOC
Yes
Plugin
Yes
Raw Export
Yes
Yes
Yes
HTML Export
Yes
Yes
Yes
XML export
No
No
Patch
PDF Export
No
No
No
Office Export
Unknown
Unknown
No
Media and Files bLADE Wiki ikiwiki WikkaWiki
File Attachments
Yes
Yes
Yes
Media Revisions
Unknown
Yes
No
Embedded Flash
Unknown
Optional
Yes
Embedded Video
Unknown
Optional
No
Image Editing
Unknown
No
No
SVG Editing
Unknown
No
No
MindMap Editing
Unknown
No
Yes
Media Search
Filenames only
No
Extras bLADE Wiki ikiwiki WikkaWiki
Calendar
Unknown
Plugin
Plugin
Image Galleries
Unknown
Plugin
Plugin
Presentations
Unknown
Unknown
No
Forums
Unknown
Unknown
No
Blogs
Unknown
Yes
Plugin
Ticket System
Unknown
Yes
No
Chat
Unknown
Unknown
No
Syntax Examples bLADE Wiki ikiwiki WikkaWiki
Internal Link
[Link to a page]
[[internal]]
CamelCase
[[forced]]
[[forced|This is a link]]
[[forced |日本語]]
External Link
[http://www.linkme.com]
[link text](http://example.org)
http://wikkawiki.org
[[http://wikkawiki.org|Wikka Wiki]]
[[Wikipedia:WikkaWiki]]
Headlines
+Heading
Two syntaxes:

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

heading 1
=========

heading 2
---------
====== Level 1 ======
===== Level 2 =====
==== Level 3 ====
=== Level 4 ===
== Level 5 ==
Bold Format
*bold text*
**bold**
__bold__
**bold**
Italics Format
=italic text=
*emphasized*
_emphasized_
//italic//
Underline Format
_underlined text_
via HTML: <u>underlined</u>
__underlined__
Monospace Format
[|code sample|]
`inline monospace`

indented block of
monospaced text

tab-indented
block
##monospaced##
Strikethrough Format
-strikethrough text-
via HTML: <del>deleted</del>
++Strike through text++
Superscript Format
via HTML: x<sup>2</sup>
""<sup>Superscript</sup>""
Subscript Format
via HTML: a<sub>1</sub>
""<sub>Subscript</sub>""
Images
[$image.jpg$]
![alt text](internal/image)
![alt text](http://example.org/external/image)
http://foo.bar/bar.jpg
{{image url="local.jpg"}}
{{image url="http://foo.bar/bar.jpg"}}
Aligning Text
@@Center text@@
<<left floated<<
>>right floated>>
Text Indentation
> blockquote text
(4 spaces or a ~ can replace a tab)
indented
~indented
Bulleted Lists
- bulleted
* item 1
* item 2
* item 2.1
* item 2.2
(4 spaces or a ~ can replace a tab)

~- Item 1
~~- Item 1.1
~- Item 2
Numbered Lists
# numbered
1. item 1
2. item 2
1. item 1.1
42. the value doesn't matter
1. any value works
(4 spaces or a ~ can replace a tab)

~1) Item 1
~~1) Item 1.1
~1) Item 2

(more options for lists are available)
Definition Lists
via HTML:
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
""<dl>
<dt>Coffee</dt>
<dd>Black hot drink</dd>
<dt>Milk</dt>
<dd>White cold drink</dd>
</dl>""
Horizontal Rule
___
---
***
___
------------------
Any number > 3
- - - - - - - - - -
spaces don't matter
----
remove bLADE Wiki remove ikiwiki remove WikkaWiki