PhpWiki vs. PmWiki vs. ProWiki

General Features PhpWiki PmWiki ProWiki
Version
phpwiki-1.3.14
2.5.6
2.0.045
Last Release Date
2007-07-01 (18 years ago)
2026-02-08 (15 days ago)
2006-10-14 (19 years ago)
Last Update here
2009-04-03 (16 years ago)
2026-02-08 (15 days ago)
2009-11-28 (16 years ago)
Author
Steve Wainstead, Jeff Dairiki, Reini Urban, Carsten Klapp, Marc-Etienne Vargenau
Petko Yotov (Original author: Patrick R. Michaud)
Helmut Leitner
URL
Free and Open Source
Yes
Yes
Yes
License
GPL
GPL2+
GPL
Programming Language
PHP
PHP
Perl
Data Storage
Database, Files, RCS
Files
Files
License Cost/ Fee
0
0
0
Development status
Mature
Mature
Mature
Intended Audience
Any
All
individual Wiki projects, everybody who needs more than a single wiki for a single purpose
System Requirements PhpWiki PmWiki ProWiki
Operating System
UNIX, Windows, MacOS X, probably others
Linux, UNIX, Windows, MacOS X, probably others
Unix / Linux
Root Access
No
No
No
Webserver
Apache, IIS, anything with PHP support
Apache, IIS, anything with PHP support. Can also be run with PHP's built-in webserver.
Apache (probably anything supporting CGI)
Other Requirements
various opt. helpers
none
none
Datastorage PhpWiki PmWiki ProWiki
Text Files
Yes
Yes
Yes
MySQL
Yes
Plugin
No
PostgreSQL
Yes
No
No
Oracle
Yes
No
No
SQLite
Yes
Plugin
No
BerkeleyDB
Yes
No
No
RCS
Yes
Plugin
Yes
Other
gdbm, cvs, MSSQL, ... (ADODB, PearDB)
Compressed, XML and/or ephemeral files (modules). Can provide custom data backends.
Security/Anti-Spam PhpWiki PmWiki ProWiki
Page Permissions
Yes
Yes
Yes
ACL
Yes
Yes
Yes
Authentication Backends
db, session, pop, imap, ldap, file, webserver
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
Optional
Yes
Mail Encryption
No
Optional
No
nofollow
Yes
Yes
Yes
Blacklist
Yes
Optional
Yes
CAPTCHA
Yes
Plugin
No
Delayed Indexing
No
Optional
No
Development/Support PhpWiki PmWiki ProWiki
# of Consultants
Preconfigured Hosting
No
Yes
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
#phpwiki
Stars on GitHub
N/A
N/A
N/A
Common Features PhpWiki PmWiki ProWiki
Preview
Yes
Yes
Yes
Minor Changes
Yes
Yes
Yes
Change Summary
Yes
Yes
Yes
Page History
Yes
Yes
Yes
Page Revisions
Unlimited
Unlimited
Unlimited
Revision Diffs
Between all
Between all
Between all
Sitemap
Yes
Yes
Yes
Plugin System
Yes
Yes
No
Special Features PhpWiki PmWiki ProWiki
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
No
Optional
No
Interface Languages
9
German, English, Spanish, French, Italian, Japanese, Dutch, Swedish, Chinese Traditional
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
8
German, English, Spanish, French, Hungarian, Italian, Japanese, Russian
Email notification
Yes
Optional
Yes
Comments
Plugin
Discussion Pages
No
Categories
Yes
Yes
Yes
Namespaces
No
Yes
Yes
Conflict Handling
Conflict Resolution
Conflict Resolution
Conflict Resolution
Concurrent Editing
Unknown
Yes
Unknown
Search
Full Text
Full Text
Full Text
Wiki Farming
Yes
Yes
Yes
Structured Data
Patch
Yes
No
Links PhpWiki PmWiki ProWiki
CamelCase
Yes
Optional
Yes
Freelinks
Yes
Yes
Yes
Backlinks
Yes
Yes
Yes
InterWiki
Yes
Yes
Yes
SisterWiki
No
Plugin
Yes
Image Links
Yes
Yes
Yes
Windows Shares
Yes
Yes
No
Page Redirects
Yes
Yes
Yes
Syntax Features PhpWiki PmWiki ProWiki
HTML Tags
Some
Plugin
Some
Math formulas
Plugin
Plugin
Yes
Tables
simple + complex
simple + complex
simple + complex
CREOLE support
No
Optional
No
Markdown Support
No
Plugin
No
Textile Support
No
No
No
BBCode Support
No
Plugin
No
Emoticon Images
No
Plugin
Yes
Syntax Highlighting
Plugin
Optional
No
Footnotes
Yes
Plugin
Yes
Quoting
Yes
Plugin
Yes
Internal Comments
Yes
Yes
No
Custom styles
Yes
Yes
Yes
FAQ Tags
No
Yes
No
Scripting
plugins, templates, PHP
MarkupExpressions (core, many add-ons). PageLists with templates (core structured data scripting). WikiSh (plugin), Data forms (optional)
Content Includes
Yes
Yes
Yes
Feed Aggregation
Yes
Plugin
No
Usability PhpWiki PmWiki ProWiki
Section Editing
No
Plugin
Yes
Page Templates
Yes
Yes
Yes
Double-Click Edit
Optional
Plugin
No
Toolbar
Yes
Optional
No
WYSIWYG Editing
Patch
Plugin
No
Access Keys
Yes
Yes
No
Auto Signature
Yes
Yes
Yes
Statistics PhpWiki PmWiki ProWiki
Recent Changes
Yes
Yes
Yes
Wanted Pages
Yes
Optional
Yes
Orphaned Pages
Yes
Optional
Yes
Most/Least Popular
Yes
No
Yes
Recent Visitors
Yes
Plugin
No
Analysis
Plugin
Plugin
Yes
Output PhpWiki PmWiki ProWiki
Printer Friendly
Print CSS
Print View
Print View
Mobile Friendly
No
Yes
Yes
Themes & Skins
Yes
Yes
Optional
RSS Feeds
Yes
Optional
Yes
ATOM Feeds
No
Optional
No
Abbreviations
No
Plugin
Yes
Auto-TOC
Yes
Optional
No
Raw Export
Yes
Yes
Yes
HTML Export
Yes
Plugin
Yes
XML export
No
Plugin
No
PDF Export
Yes
Plugin
No
Office Export
Unknown
Plugin
Unknown
Media and Files PhpWiki PmWiki ProWiki
File Attachments
Yes
Optional
Yes
Media Revisions
Yes
Optional
No
Embedded Flash
Yes
Plugin
Yes
Embedded Video
Yes
Plugin
Yes
Image Editing
No
Plugin
No
SVG Editing
No
Plugin
Yes
MindMap Editing
No
Plugin
No
Media Search
No
Filenames only
No
Extras PhpWiki PmWiki ProWiki
Calendar
Yes
Plugin
Yes
Image Galleries
Yes
Plugin
No
Presentations
Unknown
Plugin
Unknown
Forums
Yes
Plugin
No
Blogs
Yes
Plugin
Yes
Ticket System
No
Plugin
No
Chat
Unknown
No
Unknown
Syntax Examples PhpWiki PmWiki ProWiki
Internal Link
WikiWord or [somelink]
[ desc | pagename ]
[[page name]]
[[page name | link text]]
[[link text -> page name]]
[[#anchor]]
[[#anchor|link to anchor]]
[[page name #anchor]]
CamelCase
Wordlinking
{{free link}}
[page labelforlink]
External Link
http://someserver/someurl
[ desc | exturl ]
http://....
[[http://... | link text]]
[[link text -> http://...]]
http://example.org
InterWiki:page
[some:link labelforlink]
Headlines
!!!Headline1
!!Headline2
!Headline3
! Level 1
!!#anchor Level 2
!!! Level 3
= Headline 1 =
== Headline 2 =
=== Headline 3 =
==== Headline 4 =
===== Headline 5 =
====== Headline 6 =
Bold Format
*bold* or
<strong>bold</strong>
'''bold'''
'''bold'''
Italics Format
_italics_ or 
or
<em>italics</em>
''italic''
''italic''
Underline Format
<u>underlined</u>
{+underlined+}
<u>underlined</u>
Monospace Format
<tt>monospace</tt>
<code>code</code>
<pre>preformatted</pre>
<verbatim>
unparsed text</verbatim>


@@monospace@@
<tt>monospace</tt>
Strikethrough Format
<strike>striked through</strike>
{-strikethrough-}
[[strike]strikethrough text]
Superscript Format
<sup>above</sup>
'^superscript^'
<sup>text</sup>
Subscript Format
<sub>below</sub>
'_subscript_'
<sub>text</sub>
Images
[ http://foo.org/1.jpg size=30%] 
external image
[Upload:view.jpg align=right size=50x40] 
view uploaded image
[Upload:view.jpg | http://server/external-linkjpg ] 
view and link to another image
https://foo.bar/foo.jpg
Attach:foo.jpg
Attach:foo.jpg"alt/title text" | Caption
http://example.org/file.jpg
Upload:file.gif
[[Image]...options...]
Aligning Text
<?plugin RawHtml <span align="right"> ?>right<?plugin RawHtml </span> ?>
or <div align="right"> right </div>

%center% centered text
%right% right aligned
%lfloat% left floating text
%rfloat% right floating text
%rframe% right floating frame
%lframe% left floating frame
only as part of tables or citations
[align:left|center|right]
Text Indentation
;: left indent
;;: more left indent

or 
paragraph
and another level 
-> indented text
--> more indentation
-< hanging text
--< more indentation
: indented line
:: indented line
Bulleted Lists
* list
or
- list
* Item 1
** Item 1.1
* Item 2
alternatively, indented:
* item 1
* item 1.1
* item 2
* bulleted list
** bulleted list
Numbered Lists
# list
# Item 1
## Item 1.1
# Item 2
alternatively, indented:
# Item 1
# Item 1.1
# Item 2
# numbered list
## numbered list
Definition Lists
Term:<def>
def
: term : definition
; term: definition
Horizontal Rule
----
----
----
remove PhpWiki remove PmWiki remove ProWiki