Anwiki vs. ikiwiki vs. PmWiki

General Features Anwiki ikiwiki PmWiki
Version
0.2.5
2.67
2.5.8
Last Release Date
2010-12-13 (15 years ago)
2008-10-17 (17 years ago)
2026-03-09 (25 days ago)
Last Update here
2013-06-25 (12 years ago)
2008-10-28 (17 years ago)
2026-03-09 (25 days ago)
Author
Antoine Walter
Joey Hess and the ikiwiki community
Petko Yotov (Original author: Patrick R. Michaud)
URL
Free and Open Source
Yes
Yes
Yes
License
GPL 3
GPL
GPL2+
Programming Language
PHP
Perl
PHP
Data Storage
Database, Files
Files, RCS
Files
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
All
System Requirements Anwiki ikiwiki PmWiki
Operating System
Linux, Windows, probably others
Any
Linux, UNIX, Windows, MacOS X, probably others
Root Access
No
No
No
Webserver
Apache, probably others with PHP support
Any, or none
Apache, IIS, anything with PHP support. Can also be run with PHP's built-in webserver.
Other Requirements
none
Datastorage Anwiki ikiwiki PmWiki
Text Files
No
Yes
Yes
MySQL
Yes
No
Plugin
PostgreSQL
No
No
No
Oracle
No
No
No
SQLite
No
No
Plugin
BerkeleyDB
No
No
No
RCS
No
Yes
Plugin
Other
Extensible to any datastorage by implementing a custom driver
Compressed, XML and/or ephemeral files (modules). Can provide custom data backends.
Security/Anti-Spam Anwiki ikiwiki PmWiki
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
Internal: per page, per group, per user, per user group. External: .htpasswd, LDAP, Active Directory. Plugins: Mailman, forums w/MySQL, oAuth, custom possible.
Host Blocking
No
Yes
Optional
Mail Encryption
No
Yes
Optional
nofollow
No
No
Yes
Blacklist
No
Yes
Optional
CAPTCHA
Yes
No
Plugin
Delayed Indexing
No
No
Optional
Development/Support Anwiki ikiwiki PmWiki
# of Consultants
Preconfigured Hosting
No
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
4 ⭐
N/A
N/A
Common Features Anwiki ikiwiki PmWiki
Preview
Yes
Yes
Yes
Minor Changes
No
No
Yes
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 PmWiki
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Yes
Yes
Optional
Interface Languages
5
German, English, Spanish, French, Italian
1
English
38
Arabic, Bulgarian, Breton, Catalan, Czech, Danish, German, Greek, English, Esperanto, Spanish, Persian, Finnish, French, Hungarian, Indonesian, Italian, Japanese, Lithuanian, Latvian, Lettish, Macedonian, Dutch, Norwegian, Polish, Portuguese, Brazilian Portuguese, Romanian, Russian, Slovak, Slovenian, Albanian, Swedish, Tamil, Turkish, Ukrainian, Vietnamese, Chinese, Chinese Traditional
Email notification
No
Yes
Optional
Comments
No
Discussion Pages
Discussion Pages
Categories
Unknown
Plugin
Yes
Namespaces
Yes
Yes
Yes
Conflict Handling
Page Locking
Conflict Resolution
Conflict Resolution
Concurrent Editing
Unknown
Unknown
Yes
Search
Full Text
Full Text
Wiki Farming
Unknown
Yes
Yes
Structured Data
Yes
Unknown
Yes
Links Anwiki ikiwiki PmWiki
CamelCase
No
Plugin
Optional
Freelinks
Yes
Yes
Yes
Backlinks
Yes
Yes
Yes
InterWiki
No
Plugin
Yes
SisterWiki
No
Plugin
Plugin
Image Links
Yes
Yes
Yes
Windows Shares
Yes
Yes
Yes
Page Redirects
Unknown
Unknown
Yes
Syntax Features Anwiki ikiwiki PmWiki
HTML Tags
All
Optional
Plugin
Math formulas
No
Plugin
Plugin
Tables
none
simple + complex
simple + complex
CREOLE support
No
No
Optional
Markdown Support
No
Yes
Plugin
Textile Support
No
Plugin
No
BBCode Support
No
No
Plugin
Emoticon Images
Plugin
Plugin
Plugin
Syntax Highlighting
No
Plugin
Optional
Footnotes
No
No
Plugin
Quoting
Plugin
Yes
Plugin
Internal Comments
Unknown
Yes
Yes
Custom styles
Yes
Yes
Yes
FAQ Tags
Unknown
Yes
Yes
Scripting
Javascript ; PHP scripts can be enabled
safe subset of HTML::Template supported via template plugin
MarkupExpressions (core, many add-ons). PageLists with templates (core structured data scripting). WikiSh (plugin), Data forms (optional)
Content Includes
Yes
Plugin
Yes
Feed Aggregation
Yes
Plugin
Plugin
Usability Anwiki ikiwiki PmWiki
Section Editing
No
No
Plugin
Page Templates
Yes
Yes
Yes
Double-Click Edit
No
No
Plugin
Toolbar
No
No
Optional
WYSIWYG Editing
No
No
Plugin
Access Keys
No
No
Yes
Auto Signature
No
No
Yes
Statistics Anwiki ikiwiki PmWiki
Recent Changes
Yes
Yes
Yes
Wanted Pages
No
Plugin
Optional
Orphaned Pages
No
Plugin
Optional
Most/Least Popular
No
No
No
Recent Visitors
No
No
Plugin
Analysis
No
No
Plugin
Output Anwiki ikiwiki PmWiki
Printer Friendly
Print CSS
Print View
Mobile Friendly
No
Yes
Yes
Themes & Skins
Unknown
Yes
Yes
RSS Feeds
Yes
Plugin
Optional
ATOM Feeds
Unknown
Plugin
Optional
Abbreviations
No
No
Plugin
Auto-TOC
Yes
Plugin
Optional
Raw Export
Yes
Yes
Yes
HTML Export
No
Yes
Plugin
XML export
Yes
No
Plugin
PDF Export
No
No
Plugin
Office Export
Unknown
Unknown
Plugin
Media and Files Anwiki ikiwiki PmWiki
File Attachments
No
Yes
Optional
Media Revisions
No
Yes
Optional
Embedded Flash
Yes
Optional
Plugin
Embedded Video
Yes
Optional
Plugin
Image Editing
No
No
Plugin
SVG Editing
No
No
Plugin
MindMap Editing
No
No
Plugin
Media Search
No
Filenames only
Filenames only
Extras Anwiki ikiwiki PmWiki
Calendar
No
Plugin
Plugin
Image Galleries
No
Plugin
Plugin
Presentations
Unknown
Unknown
Plugin
Forums
No
Unknown
Plugin
Blogs
No
Yes
Plugin
Ticket System
No
Yes
Plugin
Chat
Unknown
Unknown
No
Syntax Examples Anwiki ikiwiki PmWiki
Internal Link
<a href="en/home">go home</a>
[[internal]]
[[page name]]
[[page name | link text]]
[[link text -> page name]]
[[#anchor]]
[[#anchor|link to anchor]]
[[page name #anchor]]
External Link
<a href="http://www.anwiki.com">Anwiki</a>
[link text](http://example.org)
http://....
[[http://... | link text]]
[[link text -> http://...]]
Headlines
<h1>Title</h2>
<h2>Subtitle</h2>
...
Two syntaxes:

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

heading 1
=========

heading 2
---------
! Level 1
!!#anchor Level 2
!!! Level 3
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
@@monospace@@
Strikethrough Format
<del>strikethrough</del>
via HTML: <del>deleted</del>
{-strikethrough-}
Superscript Format
<sup>Anwiki</sup>
via HTML: x<sup>2</sup>
'^superscript^'
Subscript Format
<sub>Anwiki</sub>
via HTML: a<sub>1</sub>
'_subscript_'
Images
<img src=""/>
![alt text](internal/image)
![alt text](http://example.org/external/image)
https://foo.bar/foo.jpg
Attach:foo.jpg
Attach:foo.jpg"alt/title text" | Caption
Aligning Text
<center>anwiki</center>
%center% centered text
%right% right aligned
%lfloat% left floating text
%rfloat% right floating text
%rframe% right floating frame
%lframe% left floating frame
Text Indentation
-> indented text
--> more indentation
-< hanging text
--< more indentation
Bulleted Lists
<ul>
<li>item</li>
<li>item</li>
</ul>
* item 1
* item 2
* item 2.1
* item 2.2
* Item 1
** Item 1.1
* Item 2
alternatively, indented:
* 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
# Item 1
## Item 1.1
# Item 2
alternatively, indented:
# Item 1
# Item 1.1
# Item 2
Definition Lists
<dl>
<dt>item</dt>
<dt>item</dt>
</dl>
via HTML:
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
: term : definition
Horizontal Rule
<hr/>
---
***
___
------------------
Any number > 3
- - - - - - - - - -
spaces don't matter
----
remove Anwiki remove ikiwiki remove PmWiki