PmWiki vs. PageWork

General Features PmWiki PageWork
Version
2.6.0
0.4.8
Last Release Date
2026-05-16 (27 days ago)
2010-07-20 (15 years ago)
Last Update here
2026-05-16 (27 days ago)
2010-10-23 (15 years ago)
Author
Petko Yotov (Original author: Patrick R. Michaud)
Pitt Murmann
URL
Free and Open Source
Yes
Yes
License
GPL2+
GPLv3
Programming Language
PHP
PHP
Data Storage
Files
Database, Files
License Cost/ Fee
0
none
Development status
Mature
Mature
Intended Audience
All
Medium-sized sites
System Requirements PmWiki PageWork
Operating System
Linux, UNIX, Windows, MacOS X, probably others
Any
Root Access
No
No
Webserver
Apache, IIS, anything with PHP support. Can also be run with PHP's built-in webserver.
Any
Other Requirements
none
DBA with bdb or qdbm support
Datastorage PmWiki PageWork
Text Files
Yes
Yes
MySQL
Plugin
No
PostgreSQL
No
No
Oracle
No
No
SQLite
Plugin
Patch
BerkeleyDB
No
Yes
RCS
Plugin
No
Other
Compressed, XML and/or ephemeral files (modules). Can provide custom data backends.
Security/Anti-Spam PmWiki PageWork
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.
Proprietary
Host Blocking
Optional
No
Mail Encryption
Optional
No
nofollow
Yes
Yes
Blacklist
Optional
No
CAPTCHA
Plugin
No
Delayed Indexing
Optional
Yes
Development/Support PmWiki PageWork
# 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 PageWork
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
Yes
Special Features PmWiki PageWork
Unicode Support
Yes
Yes
Right-to-Left Support
Optional
Optional
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
German, English
Email notification
Optional
No
Comments
Discussion Pages
Discussion Pages
Categories
Yes
Yes
Namespaces
Yes
Yes
Conflict Handling
Conflict Resolution
Conflict Detection
Concurrent Editing
Yes
Unknown
Search
Full Text
Full Text
Wiki Farming
Yes
Yes
Structured Data
Yes
Yes
Links PmWiki PageWork
CamelCase
Optional
Yes
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Yes
Yes
SisterWiki
Plugin
Optional
Image Links
Yes
Yes
Windows Shares
Yes
No
Page Redirects
Yes
Yes
Syntax Features PmWiki PageWork
HTML Tags
Plugin
All
Math formulas
Plugin
Plugin
Tables
simple + complex
simple
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
Optional
FAQ Tags
Yes
Plugin
Scripting
MarkupExpressions (core, many add-ons). PageLists with templates (core structured data scripting). WikiSh (plugin), Data forms (optional)
Content Includes
Yes
Yes
Feed Aggregation
Plugin
Yes
Usability PmWiki PageWork
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
No
Statistics PmWiki PageWork
Recent Changes
Yes
Yes
Wanted Pages
Optional
Yes
Orphaned Pages
Optional
Yes
Most/Least Popular
No
No
Recent Visitors
Plugin
No
Analysis
Plugin
No
Output PmWiki PageWork
Printer Friendly
Print View
Print View
Mobile Friendly
Yes
Optional
Themes & Skins
Yes
Optional
RSS Feeds
Optional
Yes
ATOM Feeds
Optional
Yes
Abbreviations
Plugin
Yes
Auto-TOC
Optional
Yes
Raw Export
Yes
Plugin
HTML Export
Plugin
Plugin
XML export
Plugin
No
PDF Export
Plugin
No
Office Export
Plugin
Unknown
Media and Files PmWiki PageWork
File Attachments
Optional
Yes
Media Revisions
Optional
Yes
Embedded Flash
Plugin
Yes
Embedded Video
Plugin
Yes
Image Editing
Plugin
No
SVG Editing
Plugin
No
MindMap Editing
Plugin
No
Media Search
Filenames only
Keywords
Extras PmWiki PageWork
Calendar
Plugin
Plugin
Image Galleries
Plugin
Plugin
Presentations
Plugin
Unknown
Forums
Plugin
Plugin
Blogs
Plugin
Plugin
Ticket System
Plugin
Plugin
Chat
No
Unknown
Syntax Examples PmWiki PageWork
Internal Link
[[page name]]
[[page name | link text]]
[[link text -> page name]]
[[#anchor]]
[[#anchor|link to anchor]]
[[page name #anchor]]
[[link]]
[[link|alternate text]]
External Link
http://....
[[http://... | link text]]
[[link text -> http://...]]
http://www.wikimatrix.org/
Headlines
! Level 1
!!#anchor Level 2
!!! Level 3
= L1 =
== L2 ==
=== L3 ===
==== L4 ====
===== L5 =====

= L1
== L2
=== L3
==== L4
===== L5
Bold Format
'''bold'''
This is '''bold''' (or rather, strong).
This is **bold**, too.
Italics Format
''italic''
This is in ''italics'' (or rather, emphasized).
This is in //italics//, too.
Underline Format
{+underlined+}
This is __underlined__.
Monospace Format
@@monospace@@
This is %%monospaced%%.
Strikethrough Format
{-strikethrough-}
This is --not-- important.
Superscript Format
'^superscript^'
a^^2^^ = b^^2^^ + c^^2^^
Subscript Format
'_subscript_'
p^^^n^^^ := {x^^^n^^^, y^^^n^^^, y^^^n^^^}
Images
https://foo.bar/foo.jpg
Attach:foo.jpg
Attach:foo.jpg"alt/title text" | Caption
{{image|image_file.suffix}}
{{image|image_file.suffix|alternate text}}
{{figure|image_file.suffix}}
{{figure|image_file.suffix|caption text}}
Aligning Text
%center% centered text
%right% right aligned
%lfloat% left floating text
%rfloat% right floating text
%rframe% right floating frame
%lframe% left floating frame
{{p|align:left|text of paragraph}}
{{p|align:center|text of paragraph}}
{{p|align:right|text of paragraph}}
Text Indentation
-> indented text
--> more indentation
-< hanging text
--< more indentation
> L1 quote
>> L2 quote
Bulleted Lists
* Item 1
** Item 1.1
* Item 2
alternatively, indented:
* item 1
* item 1.1
* item 2
* one
* two
** two alpha
** two beta
* three
Numbered Lists
# Item 1
## Item 1.1
# Item 2
alternatively, indented:
# Item 1
# Item 1.1
# Item 2
# one
# two
## two alpha
## two beta
# three
Definition Lists
: term : definition
: term : definition
Horizontal Rule
----
---
remove PmWiki remove PageWork