Anwiki vs. ikiwiki vs. WikkaWiki

General Features Anwiki ikiwiki WikkaWiki
Version
0.2.5
2.67
1.4.2
Last Release Date
2010-12-13 (15 years ago)
2008-10-17 (17 years ago)
2020-04-20 (5 years ago)
Last Update here
2013-06-25 (12 years ago)
2008-10-28 (17 years ago)
2020-04-20 (5 years ago)
Author
Antoine Walter
Joey Hess and the ikiwiki community
Wikka Development Team
URL
Free and Open Source
Yes
Yes
Yes
License
GPL 3
GPL
GPL
Programming Language
PHP
Perl
PHP
Data Storage
Database, Files
Files, RCS
Database
License Cost/ Fee
0
0
0
Development status
Mature
Mature
Mature
Intended Audience
Designed for multilingual contents and/or structured contents. Light, extensive and overridable architecture.
Anyone
Individual users (PIM/website backend), development teams (software documentation/knowledge base), organizations and companies (intranet/public website backend)
System Requirements Anwiki ikiwiki WikkaWiki
Operating System
Linux, Windows, probably others
Any
any (platform-independent)
Root Access
No
No
No
Webserver
Apache, probably others with PHP support
Any, or none
any server with PHP/MySQL support
Other Requirements
mod_rewrite (optional)
Datastorage Anwiki ikiwiki WikkaWiki
Text Files
No
Yes
No
MySQL
Yes
No
Yes
PostgreSQL
No
No
No
Oracle
No
No
No
SQLite
No
No
Yes
BerkeleyDB
No
No
No
RCS
No
Yes
No
Other
Extensible to any datastorage by implementing a custom driver
No
Security/Anti-Spam Anwiki ikiwiki WikkaWiki
Page Permissions
Yes
Yes
Yes
ACL
Yes
Yes
Yes
Authentication Backends
Extensible to any authentication backend by implementing a custom driver
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
Yes
No
Plugin
Delayed Indexing
No
No
No
Development/Support Anwiki ikiwiki WikkaWiki
# of Consultants
Preconfigured Hosting
No
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
4 ⭐
N/A
42 ⭐
Common Features Anwiki ikiwiki WikkaWiki
Preview
Yes
Yes
Yes
Minor Changes
No
No
No
Change Summary
Yes
Yes
Yes
Page History
Yes
Yes
Yes
Page Revisions
Restricted by Age or Number
Unlimited
Unlimited
Revision Diffs
Between all
Between all
Between all
Sitemap
Yes
Plugin
Yes
Plugin System
Yes
Yes
Yes
Special Features Anwiki ikiwiki WikkaWiki
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Yes
Yes
Yes
Interface Languages
5
German, English, Spanish, French, Italian
1
English
0
Email notification
No
Yes
Patch
Comments
No
Discussion Pages
Threaded
Categories
Unknown
Plugin
Yes
Namespaces
Yes
Yes
No
Conflict Handling
Page Locking
Conflict Resolution
Page Locking
Concurrent Editing
Unknown
Unknown
Yes
Search
Full Text
Full Text
Wiki Farming
Unknown
Yes
No
Structured Data
Yes
Unknown
Plugin
Links Anwiki ikiwiki WikkaWiki
CamelCase
No
Plugin
Yes
Freelinks
Yes
Yes
Patch
Backlinks
Yes
Yes
Yes
InterWiki
No
Plugin
Yes
SisterWiki
No
Plugin
No
Image Links
Yes
Yes
Yes
Windows Shares
Yes
Yes
No
Page Redirects
Unknown
Unknown
Patch
Syntax Features Anwiki ikiwiki WikkaWiki
HTML Tags
All
Optional
Some
Math formulas
No
Plugin
Plugin
Tables
none
simple + complex
simple + complex
CREOLE support
No
No
No
Markdown Support
No
Yes
No
Textile Support
No
Plugin
No
BBCode Support
No
No
No
Emoticon Images
Plugin
Plugin
No
Syntax Highlighting
No
Plugin
Yes
Footnotes
No
No
Plugin
Quoting
Plugin
Yes
Yes
Internal Comments
Unknown
Yes
Yes
Custom styles
Yes
Yes
Yes
FAQ Tags
Unknown
Yes
No
Scripting
Javascript ; PHP scripts can be enabled
safe subset of HTML::Template supported via template plugin
Extensibility through drop-in plugins
Content Includes
Yes
Plugin
Yes
Feed Aggregation
Yes
Plugin
Yes
Usability Anwiki ikiwiki WikkaWiki
Section Editing
No
No
No
Page Templates
Yes
Yes
Yes
Double-Click Edit
No
No
Yes
Toolbar
No
No
Yes
WYSIWYG Editing
No
No
Plugin
Access Keys
No
No
Patch
Auto Signature
No
No
Patch
Statistics Anwiki ikiwiki WikkaWiki
Recent Changes
Yes
Yes
Yes
Wanted Pages
No
Plugin
Yes
Orphaned Pages
No
Plugin
Yes
Most/Least Popular
No
No
Patch
Recent Visitors
No
No
Patch
Analysis
No
No
Yes
Output Anwiki ikiwiki WikkaWiki
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
No
Yes
Unknown
Themes & Skins
Unknown
Yes
Yes
RSS Feeds
Yes
Plugin
Yes
ATOM Feeds
Unknown
Plugin
Plugin
Abbreviations
No
No
Patch
Auto-TOC
Yes
Plugin
Yes
Raw Export
Yes
Yes
Yes
HTML Export
No
Yes
Yes
XML export
Yes
No
Patch
PDF Export
No
No
No
Office Export
Unknown
Unknown
No
Media and Files Anwiki ikiwiki WikkaWiki
File Attachments
No
Yes
Yes
Media Revisions
No
Yes
No
Embedded Flash
Yes
Optional
Yes
Embedded Video
Yes
Optional
No
Image Editing
No
No
No
SVG Editing
No
No
No
MindMap Editing
No
No
Yes
Media Search
No
Filenames only
No
Extras Anwiki ikiwiki WikkaWiki
Calendar
No
Plugin
Plugin
Image Galleries
No
Plugin
Plugin
Presentations
Unknown
Unknown
No
Forums
No
Unknown
No
Blogs
No
Yes
Plugin
Ticket System
No
Yes
No
Chat
Unknown
Unknown
No
Syntax Examples Anwiki ikiwiki WikkaWiki
Internal Link
<a href="en/home">go home</a>
[[internal]]
CamelCase
[[forced]]
[[forced|This is a link]]
[[forced |日本語]]
External Link
<a href="http://www.anwiki.com">Anwiki</a>
[link text](http://example.org)
http://wikkawiki.org
[[http://wikkawiki.org|Wikka Wiki]]
[[Wikipedia:WikkaWiki]]
Headlines
<h1>Title</h2>
<h2>Subtitle</h2>
...
Two syntaxes:

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

heading 1
=========

heading 2
---------
====== Level 1 ======
===== Level 2 =====
==== Level 3 ====
=== Level 4 ===
== Level 5 ==
Bold Format
<b>bold</b>
**bold**
__bold__
**bold**
Italics Format
<i>italic</i>
*emphasized*
_emphasized_
//italic//
Underline Format
<u>underline</u>
via HTML: <u>underlined</u>
__underlined__
Monospace Format
<tt>monospace</tt>
`inline monospace`

indented block of
monospaced text

tab-indented
block
##monospaced##
Strikethrough Format
<del>strikethrough</del>
via HTML: <del>deleted</del>
++Strike through text++
Superscript Format
<sup>Anwiki</sup>
via HTML: x<sup>2</sup>
""<sup>Superscript</sup>""
Subscript Format
<sub>Anwiki</sub>
via HTML: a<sub>1</sub>
""<sub>Subscript</sub>""
Images
<img src=""/>
![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>anwiki</center>
@@Center text@@
<<left floated<<
>>right floated>>
Text Indentation
(4 spaces or a ~ can replace a tab)
indented
~indented
Bulleted Lists
<ul>
<li>item</li>
<li>item</li>
</ul>
* 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
<ol>
<li>item</li>
<li>item</li>
</ol>
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
<dl>
<dt>item</dt>
<dt>item</dt>
</dl>
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
<hr/>
---
***
___
------------------
Any number > 3
- - - - - - - - - -
spaces don't matter
----
remove Anwiki remove ikiwiki remove WikkaWiki