WikkaWiki vs. ikiwiki

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

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

heading 1
=========

heading 2
---------
Bold Format
**bold**
**bold**
__bold__
Italics Format
//italic//
*emphasized*
_emphasized_
Underline Format
__underlined__
via HTML: <u>underlined</u>
Monospace Format
##monospaced##
`inline monospace`

indented block of
monospaced text

tab-indented
block
Strikethrough Format
++Strike through text++
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
http://foo.bar/bar.jpg
{{image url="local.jpg"}}
{{image url="http://foo.bar/bar.jpg"}}
![alt text](internal/image)
![alt text](http://example.org/external/image)
Aligning Text
@@Center text@@
<<left floated<<
>>right floated>>
Text Indentation
(4 spaces or a ~ can replace a tab)
indented
~indented
Bulleted Lists
(4 spaces or a ~ can replace a tab)

~- Item 1
~~- Item 1.1
~- Item 2
* item 1
* item 2
* item 2.1
* item 2.2
Numbered Lists
(4 spaces or a ~ can replace a tab)

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

(more options for lists are available)
1. item 1
2. item 2
1. item 1.1
42. the value doesn't matter
1. any value works
Definition Lists
""<dl>
<dt>Coffee</dt>
<dd>Black hot drink</dd>
<dt>Milk</dt>
<dd>White cold drink</dd>
</dl>""
via HTML:
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
Horizontal Rule
----
---
***
___
------------------
Any number > 3
- - - - - - - - - -
spaces don't matter
remove WikkaWiki remove ikiwiki