PmWiki vs. WikkaWiki

General Features PmWiki WikkaWiki
Version
2.3.33
1.4.2
Last Release Date
2024-04-20 (4 days ago)
2020-04-19 (4 years ago)
Last Update here
2024-04-21 (3 days ago)
2020-04-20 (4 years ago)
Author
Petko Yotov (Original author: Patrick R. Michaud)
Wikka Development Team
URL
Free and Open Source
Yes
Yes
License
GPL2+
GPL
Programming Language
PHP
PHP
Data Storage
Files
Database
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
All
Individual users (PIM/website backend), development teams (software documentation/knowledge base), organizations and companies (intranet/public website backend)
System Requirements PmWiki WikkaWiki
Operating System
Linux, UNIX, Windows, MacOS X, probably others
any (platform-independent)
Root Access
No
No
Webserver
Apache, IIS, anything with PHP support. Can also be run w/o a webserver.
any server with PHP/MySQL support
Other Requirements
none
mod_rewrite (optional)
Datastorage PmWiki WikkaWiki
Text Files
Yes
No
MySQL
Plugin
Yes
PostgreSQL
No
No
Oracle
No
No
SQLite
Plugin
Yes
BerkeleyDB
No
No
RCS
Plugin
No
Other
Compressed, XML and/or ephemeral files (modules). Can provide custom data backends.
No
Security/Anti-Spam PmWiki WikkaWiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
Internal: per page, per group, per user, per user group. External: .htpasswd, LDAP, Active Directory. Plugins: Mailman, forums w/MySQL, oAuth, custom possible.
Active Directory (patch)
Host Blocking
Optional
Yes
Mail Encryption
Optional
No
nofollow
Yes
Yes
Blacklist
Optional
Yes
CAPTCHA
Plugin
Plugin
Delayed Indexing
Optional
No
Development/Support PmWiki WikkaWiki
# of Consultants
Preconfigured Hosting
Yes
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
42 ⭐
Common Features PmWiki WikkaWiki
Preview
Yes
Yes
Minor Changes
Yes
No
Change Summary
Yes
Yes
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
Between all
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features PmWiki WikkaWiki
Unicode Support
Yes
Yes
Right-to-Left Support
Optional
Yes
Interface Languages
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
0
Email notification
Optional
Patch
Comments
Discussion Pages
Threaded
Categories
Yes
Yes
Namespaces
Yes
No
Conflict Handling
Conflict Resolution
Page Locking
Concurrent Editing
Yes
Yes
Search
Full Text
Full Text
Wiki Farming
Yes
No
Structured Data
Yes
Plugin
Links PmWiki WikkaWiki
CamelCase
Optional
Yes
Freelinks
Yes
Patch
Backlinks
Yes
Yes
InterWiki
Yes
Yes
SisterWiki
Plugin
No
Image Links
Yes
Yes
Windows Shares
Yes
No
Page Redirects
Yes
Patch
Syntax Features PmWiki WikkaWiki
HTML Tags
Plugin
Some
Math formulas
Plugin
Plugin
Tables
simple + complex
simple + complex
CREOLE support
Optional
No
Markdown Support
Plugin
No
Textile Support
No
No
BBCode Support
Plugin
No
Emoticon Images
Plugin
No
Syntax Highlighting
Optional
Yes
Footnotes
Plugin
Plugin
Quoting
Plugin
Yes
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
Yes
No
Scripting
MarkupExpressions (core, many add-ons). PageLists with templates (core structured data scripting). WikiSh (plugin), Data forms (optional)
Extensibility through drop-in plugins
Content Includes
Yes
Yes
Feed Aggregation
Plugin
Yes
Usability PmWiki WikkaWiki
Section Editing
Plugin
No
Page Templates
Yes
Yes
Double-Click Edit
Plugin
Yes
Toolbar
Optional
Yes
WYSIWYG Editing
Plugin
Plugin
Access Keys
Yes
Patch
Auto Signature
Yes
Patch
Statistics PmWiki WikkaWiki
Recent Changes
Yes
Yes
Wanted Pages
Optional
Yes
Orphaned Pages
Optional
Yes
Most/Least Popular
No
Patch
Recent Visitors
Plugin
Patch
Analysis
Plugin
Yes
Output PmWiki WikkaWiki
Printer Friendly
Print View
Print CSS
Mobile Friendly
Yes
Unknown
Themes & Skins
Yes
Yes
RSS Feeds
Optional
Yes
ATOM Feeds
Optional
Plugin
Abbreviations
Plugin
Patch
Auto-TOC
Optional
Yes
Raw Export
Yes
Yes
HTML Export
Plugin
Yes
XML export
Plugin
Patch
PDF Export
Plugin
No
Office Export
Plugin
No
Media and Files PmWiki WikkaWiki
File Attachments
Optional
Yes
Media Revisions
Optional
No
Embedded Flash
Plugin
Yes
Embedded Video
Plugin
No
Image Editing
Plugin
No
SVG Editing
No
No
MindMap Editing
Plugin
Yes
Media Search
Filenames only
No
Extras PmWiki WikkaWiki
Calendar
Plugin
Plugin
Image Galleries
Plugin
Plugin
Presentations
Plugin
No
Forums
Plugin
No
Blogs
Plugin
Plugin
Ticket System
Plugin
No
Chat
No
No
Syntax Examples PmWiki WikkaWiki
Internal Link
[[page name]]
[[page name | link text]]
[[link text -> page name]]
[[#anchor]]
[[#anchor|link to anchor]]
[[page name #anchor]]
CamelCase
[[forced]]
[[forced|This is a link]]
[[forced |日本語]]
External Link
http://....
[[http://... | link text]]
[[link text -> http://...]]
http://wikkawiki.org
[[http://wikkawiki.org|Wikka Wiki]]
[[Wikipedia:WikkaWiki]]
Headlines
! Level 1
!! Level 2
!!! Level 3
====== Level 1 ======
===== Level 2 =====
==== Level 3 ====
=== Level 4 ===
== Level 5 ==
Bold Format
'''bold'''
**bold**
Italics Format
''italic''
//italic//
Underline Format
{+underlined+}
__underlined__
Monospace Format
@@monospace@@
##monospaced##
Strikethrough Format
{-strikethrough-}
++Strike through text++
Superscript Format
'^superscript^'
""<sup>Superscript</sup>""
Subscript Format
'_subscript_'
""<sub>Subscript</sub>""
Images
https://foo.bar/foo.jpg
Attach:foo.jpg
Attach:foo.jpg"alt/title text" | Caption
http://foo.bar/bar.jpg
{{image url="local.jpg"}}
{{image url="http://foo.bar/bar.jpg"}}
Aligning Text
%center% centered text
%right% right aligned
%lfloat% left floating text
%rfloat% right floating text
%rframe% right floating frame
%lframe% left floating frame
@@Center text@@
<<left floated<<
>>right floated>>
Text Indentation
-> indented text
--> more indentation
-< hanging text
--< more indentation
(4 spaces or a ~ can replace a tab)
indented
~indented
Bulleted Lists
* Item 1
** Item 1.1
* Item 2
alternatively, indented:
* item 1
* item 1.1
* item 2
(4 spaces or a ~ can replace a tab)

~- Item 1
~~- Item 1.1
~- Item 2
Numbered Lists
# Item 1
## Item 1.1
# Item 2
alternatively, indented:
# Item 1
# Item 1.1
# Item 2
(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
: term : definition
""<dl>
<dt>Coffee</dt>
<dd>Black hot drink</dd>
<dt>Milk</dt>
<dd>White cold drink</dd>
</dl>""
Horizontal Rule
----
----
remove PmWiki remove WikkaWiki