PmWiki vs. Wikidot

General Features PmWiki Wikidot
Version
2.5.6
Last Release Date
2026-02-08 (19 days ago)
Last Update here
2026-02-08 (19 days ago)
2009-12-09 (16 years ago)
Author
Petko Yotov (Original author: Patrick R. Michaud)
Michal Frackowiak
URL
Free and Open Source
Yes
Yes
License
GPL2+
AGPLv3
Programming Language
PHP
Data Storage
Files
Database
License Cost/ Fee
0
Free / Paid Accounts (starts from $5 per month)
Development status
Mature
Mature
Intended Audience
All
companies, private users, social groups and communities, software developers, tech geeks
Hosting Features PmWiki Wikidot
Storage Quota
N/A
1500MB for free users, more for Pro accounts
Bandwidth Quota
N/A
no limit
Other Limits
N/A
max uploaded file size limit
Topic Restrictions
N/A
by Terms Of Service
Corporate Branding
N/A
Yes
Own Domain
N/A
Yes
Ads allowed
N/A
Yes
System Requirements PmWiki Wikidot
Operating System
Linux, UNIX, Windows, MacOS X, probably others
Root Access
No
No
Webserver
Apache, IIS, anything with PHP support. Can also be run with PHP's built-in webserver.
Other Requirements
none
Datastorage PmWiki Wikidot
Text Files
Yes
Unknown
MySQL
Plugin
Unknown
PostgreSQL
No
Yes
Oracle
No
Unknown
SQLite
Plugin
Unknown
BerkeleyDB
No
Unknown
RCS
Plugin
Unknown
Other
Compressed, XML and/or ephemeral files (modules). Can provide custom data backends.
Security/Anti-Spam PmWiki Wikidot
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.
Host Blocking
Optional
Yes
Mail Encryption
Optional
No
nofollow
Yes
Yes
Blacklist
Optional
Yes
CAPTCHA
Plugin
Yes
Delayed Indexing
Optional
Yes
Development/Support PmWiki Wikidot
# of Consultants
Preconfigured Hosting
Yes
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
Common Features PmWiki Wikidot
Preview
Yes
Yes
Minor Changes
Yes
Yes
Change Summary
Yes
Yes
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
Between all
Between all
Sitemap
Yes
Yes
Plugin System
Yes
No
Special Features PmWiki Wikidot
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
2
English, Polish
Email notification
Optional
Yes
Comments
Discussion Pages
Threaded
Categories
Yes
Yes
Namespaces
Yes
Yes
Conflict Handling
Conflict Resolution
Page Locking
Concurrent Editing
Yes
Unknown
Search
Full Text
Full Text
Wiki Farming
Yes
Yes
Structured Data
Yes
Yes
Links PmWiki Wikidot
CamelCase
Optional
No
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Yes
Yes
SisterWiki
Plugin
No
Image Links
Yes
Yes
Windows Shares
Yes
No
Page Redirects
Yes
Yes
Syntax Features PmWiki Wikidot
HTML Tags
Plugin
None
Math formulas
Plugin
Yes
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
Yes
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)
CSS styles, embeddable JavaScript, reporting language
Content Includes
Yes
Yes
Feed Aggregation
Plugin
Yes
Usability PmWiki Wikidot
Section Editing
Plugin
Yes
Page Templates
Yes
Yes
Double-Click Edit
Plugin
No
Toolbar
Optional
Yes
WYSIWYG Editing
Plugin
No
Access Keys
Yes
Yes
Auto Signature
Yes
Yes
Statistics PmWiki Wikidot
Recent Changes
Yes
Yes
Wanted Pages
Optional
Yes
Orphaned Pages
Optional
Yes
Most/Least Popular
No
No
Recent Visitors
Plugin
No
Analysis
Plugin
Yes
Output PmWiki Wikidot
Printer Friendly
Print View
Print View
Mobile Friendly
Yes
Optional
Themes & Skins
Yes
Yes
RSS Feeds
Optional
Yes
ATOM Feeds
Optional
No
Abbreviations
Plugin
No
Auto-TOC
Optional
Yes
Raw Export
Yes
Yes
HTML Export
Plugin
No
XML export
Plugin
No
PDF Export
Plugin
No
Office Export
Plugin
Unknown
Media and Files PmWiki Wikidot
File Attachments
Optional
Yes
Media Revisions
Optional
No
Embedded Flash
Plugin
Yes
Embedded Video
Plugin
Yes
Image Editing
Plugin
No
SVG Editing
Plugin
No
MindMap Editing
Plugin
No
Media Search
Filenames only
No
Extras PmWiki Wikidot
Calendar
Plugin
Optional
Image Galleries
Plugin
Yes
Presentations
Plugin
Unknown
Forums
Plugin
Yes
Blogs
Plugin
Yes
Ticket System
Plugin
Yes
Chat
No
Unknown
Syntax Examples PmWiki Wikidot
Internal Link
[[page name]]
[[page name | link text]]
[[link text -> page name]]
[[#anchor]]
[[#anchor|link to anchor]]
[[page name #anchor]]
[[[page-name]]] or
[[[page-name|anchor]]]
External Link
http://....
[[http://... | link text]]
[[link text -> http://...]]
http://www.wikimatrix.org or 
[http://www.wikimatrix.org WikiMatrix]
Headlines
! Level 1
!!#anchor Level 2
!!! Level 3
+++ headline level 3
Bold Format
'''bold'''
**bold text**
Italics Format
''italic''
//italic text//
Underline Format
{+underlined+}
__underlined text__
Monospace Format
@@monospace@@
{{monospaced text}}
Strikethrough Format
{-strikethrough-}
--strikethrough text--
Superscript Format
'^superscript^'
^^superscript^^
Subscript Format
'_subscript_'
,,subscript,,
Images
https://foo.bar/foo.jpg
Attach:foo.jpg
Attach:foo.jpg"alt/title text" | Caption
[[image src="..."]]
Aligning Text
%center% centered text
%right% right aligned
%lfloat% left floating text
%rfloat% right floating text
%rframe% right floating frame
%lframe% left floating frame
= Centered line
Text Indentation
-> indented text
--> more indentation
-< hanging text
--< more indentation
> First level of indentation
>> Second level of indentation.
Bulleted Lists
* Item 1
** Item 1.1
* Item 2
alternatively, indented:
* item 1
* item 1.1
* item 2
* element 1
* element 2
Numbered Lists
# Item 1
## Item 1.1
# Item 2
alternatively, indented:
# Item 1
# Item 1.1
# Item 2
# element 1
# element 1
Definition Lists
: term : definition
: item : description
Horizontal Rule
----
----
remove PmWiki remove Wikidot