PmWiki vs. PhpWiki

General Features PmWiki PhpWiki
Version
2.3.33
phpwiki-1.3.14
Last Release Date
2024-04-20 (9 days ago)
2007-06-30 (16 years ago)
Last Update here
2024-04-21 (8 days ago)
2009-04-03 (15 years ago)
Author
Petko Yotov (Original author: Patrick R. Michaud)
Steve Wainstead, Jeff Dairiki, Reini Urban, Carsten Klapp, Marc-Etienne Vargenau
URL
Free and Open Source
Yes
Yes
License
GPL2+
GPL
Programming Language
PHP
PHP
Data Storage
Files
Database, Files, RCS
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
All
Any
System Requirements PmWiki PhpWiki
Operating System
Linux, UNIX, Windows, MacOS X, probably others
UNIX, Windows, MacOS X, probably others
Root Access
No
No
Webserver
Apache, IIS, anything with PHP support. Can also be run w/o a webserver.
Apache, IIS, anything with PHP support
Other Requirements
none
various opt. helpers
Datastorage PmWiki PhpWiki
Text Files
Yes
Yes
MySQL
Plugin
Yes
PostgreSQL
No
Yes
Oracle
No
Yes
SQLite
Plugin
Yes
BerkeleyDB
No
Yes
RCS
Plugin
Yes
Other
Compressed, XML and/or ephemeral files (modules). Can provide custom data backends.
gdbm, cvs, MSSQL, ... (ADODB, PearDB)
Security/Anti-Spam PmWiki PhpWiki
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.
db, session, pop, imap, ldap, file, webserver
Host Blocking
Optional
No
Mail Encryption
Optional
No
nofollow
Yes
Yes
Blacklist
Optional
Yes
CAPTCHA
Plugin
Yes
Delayed Indexing
Optional
No
Development/Support PmWiki PhpWiki
# of Consultants
Preconfigured Hosting
Yes
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
#phpwiki
Stars on GitHub
N/A
N/A
Common Features PmWiki PhpWiki
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 PhpWiki
Unicode Support
Yes
Yes
Right-to-Left Support
Optional
No
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
9
German, English, Spanish, French, Italian, Japanese, Dutch, Swedish, Chinese Traditional
Email notification
Optional
Yes
Comments
Discussion Pages
Plugin
Categories
Yes
Yes
Namespaces
Yes
No
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
Yes
Unknown
Search
Full Text
Full Text
Wiki Farming
Yes
Yes
Structured Data
Yes
Patch
Links PmWiki PhpWiki
CamelCase
Optional
Yes
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Yes
Yes
SisterWiki
Plugin
No
Image Links
Yes
Yes
Windows Shares
Yes
Yes
Page Redirects
Yes
Yes
Syntax Features PmWiki PhpWiki
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
Plugin
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)
plugins, templates, PHP
Content Includes
Yes
Yes
Feed Aggregation
Plugin
Yes
Usability PmWiki PhpWiki
Section Editing
Plugin
No
Page Templates
Yes
Yes
Double-Click Edit
Plugin
Optional
Toolbar
Optional
Yes
WYSIWYG Editing
Plugin
Patch
Access Keys
Yes
Yes
Auto Signature
Yes
Yes
Statistics PmWiki PhpWiki
Recent Changes
Yes
Yes
Wanted Pages
Optional
Yes
Orphaned Pages
Optional
Yes
Most/Least Popular
No
Yes
Recent Visitors
Plugin
Yes
Analysis
Plugin
Plugin
Output PmWiki PhpWiki
Printer Friendly
Print View
Print CSS
Mobile Friendly
Yes
No
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
Yes
XML export
Plugin
No
PDF Export
Plugin
Yes
Office Export
Plugin
Unknown
Media and Files PmWiki PhpWiki
File Attachments
Optional
Yes
Media Revisions
Optional
Yes
Embedded Flash
Plugin
Yes
Embedded Video
Plugin
Yes
Image Editing
Plugin
No
SVG Editing
No
No
MindMap Editing
Plugin
No
Media Search
Filenames only
No
Extras PmWiki PhpWiki
Calendar
Plugin
Yes
Image Galleries
Plugin
Yes
Presentations
Plugin
Unknown
Forums
Plugin
Yes
Blogs
Plugin
Yes
Ticket System
Plugin
No
Chat
No
Unknown
Syntax Examples PmWiki PhpWiki
Internal Link
[[page name]]
[[page name | link text]]
[[link text -> page name]]
[[#anchor]]
[[#anchor|link to anchor]]
[[page name #anchor]]
WikiWord or [somelink]
[ desc | pagename ]
External Link
http://....
[[http://... | link text]]
[[link text -> http://...]]
http://someserver/someurl
[ desc | exturl ]
Headlines
! Level 1
!! Level 2
!!! Level 3
!!!Headline1
!!Headline2
!Headline3
Bold Format
'''bold'''
*bold* or
<strong>bold</strong>
Italics Format
''italic''
_italics_ or 
or
<em>italics</em>
Underline Format
{+underlined+}
<u>underlined</u>
Monospace Format
@@monospace@@
<tt>monospace</tt>
<code>code</code>
<pre>preformatted</pre>
<verbatim>
unparsed text</verbatim>


Strikethrough Format
{-strikethrough-}
<strike>striked through</strike>
Superscript Format
'^superscript^'
<sup>above</sup>
Subscript Format
'_subscript_'
<sub>below</sub>
Images
https://foo.bar/foo.jpg
Attach:foo.jpg
Attach:foo.jpg"alt/title text" | Caption
[ 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
Aligning Text
%center% centered text
%right% right aligned
%lfloat% left floating text
%rfloat% right floating text
%rframe% right floating frame
%lframe% left floating frame
<?plugin RawHtml <span align="right"> ?>right<?plugin RawHtml </span> ?>
or <div align="right"> right </div>

Text Indentation
-> indented text
--> more indentation
-< hanging text
--< more indentation
;: left indent
;;: more left indent

or 
paragraph
and another level 
Bulleted Lists
* Item 1
** Item 1.1
* Item 2
alternatively, indented:
* item 1
* item 1.1
* item 2
* list
or
- list
Numbered Lists
# Item 1
## Item 1.1
# Item 2
alternatively, indented:
# Item 1
# Item 1.1
# Item 2
# list
Definition Lists
: term : definition
Term:<def>
def
Horizontal Rule
----
----
remove PmWiki remove PhpWiki