PhpWiki vs. TWiki vs. UseMod

General Features PhpWiki TWiki UseMod
Version
phpwiki-1.3.14
TWiki-6.1.0
1.0
Last Release Date
2007-06-30 (16 years ago)
2018-07-15 (5 years ago)
2003-09-11 (20 years ago)
Last Update here
2009-04-03 (15 years ago)
2019-07-19 (4 years ago)
2009-07-01 (14 years ago)
Author
Steve Wainstead, Jeff Dairiki, Reini Urban, Carsten Klapp, Marc-Etienne Vargenau
Peter Thoeny, TWiki community
Clifford Adams
URL
Free and Open Source
Yes
Yes
Yes
License
GPL
GPL
GPL
Programming Language
PHP
Perl, JavaScript
Perl
Data Storage
Database, Files, RCS
Files, RCS
Files
License Cost/ Fee
0
N/A
0
Development status
Mature
Mature
Mature
Intended Audience
Any
Large enterprise; small to medium businesses
System Requirements PhpWiki TWiki UseMod
Operating System
UNIX, Windows, MacOS X, probably others
Linux, Windows, OS-X and other
Linux, Windows, MacOS X
Root Access
No
No
No
Webserver
Apache, IIS, anything with PHP support
Almost any webserver, typically Apache and Ngnix
Apache, probably anything with CGI support
Other Requirements
various opt. helpers
RCS (optional), cron/scheduler, fgrep, egrep; Plugins may have additional dependencies
Datastorage PhpWiki TWiki UseMod
Text Files
Yes
Yes
Yes
MySQL
Yes
No
No
PostgreSQL
Yes
No
No
Oracle
Yes
No
No
SQLite
Yes
No
No
BerkeleyDB
Yes
No
No
RCS
Yes
Yes
No
Other
gdbm, cvs, MSSQL, ... (ADODB, PearDB)
RcsLite Perl library for version control without external RCS; backend API for other storage
No
Security/Anti-Spam PhpWiki TWiki UseMod
Page Permissions
Yes
Yes
Yes
ACL
Yes
Yes
No
Authentication Backends
db, session, pop, imap, ldap, file, webserver
Internal authentication; anything Apache supports such as LDAP, NIS, AD, Kerberos
Host Blocking
No
Plugin
Yes
Mail Encryption
No
Yes
Unknown
nofollow
Yes
Plugin
Patch
Blacklist
Yes
Plugin
Patch
CAPTCHA
Yes
Plugin
No
Delayed Indexing
No
Plugin
No
Development/Support PhpWiki TWiki UseMod
# of Consultants
Preconfigured Hosting
No
Yes
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
#phpwiki
Stars on GitHub
N/A
N/A
N/A
Common Features PhpWiki TWiki UseMod
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 TWiki UseMod
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
No
No
Unknown
Interface Languages
9
German, English, Spanish, French, Italian, Japanese, Dutch, Swedish, Chinese Traditional
19
Bulgarian, Czech, Danish, German, English, Spanish, Finnish, French, Italian, Japanese, Korean, Dutch, Polish, Portuguese, Russian, Swedish, Ukrainian, Chinese, Chinese Traditional
0
Email notification
Yes
Yes
Unknown
Comments
Plugin
Threaded
No
Categories
Yes
Yes
Unknown
Namespaces
No
Yes
Unknown
Conflict Handling
Conflict Resolution
Conflict Resolution
Conflict Detection
Concurrent Editing
Unknown
Unknown
Unknown
Search
Full Text
Full Text
Full Text
Wiki Farming
Yes
Optional
Unknown
Structured Data
Patch
Yes
Unknown
Links PhpWiki TWiki UseMod
CamelCase
Yes
Yes
Optional
Freelinks
Yes
Yes
Yes
Backlinks
Yes
Yes
Yes
InterWiki
Yes
Yes
Yes
SisterWiki
No
Plugin
Yes
Image Links
Yes
Yes
Yes
Windows Shares
Yes
Plugin
No
Page Redirects
Yes
Plugin
Unknown
Syntax Features PhpWiki TWiki UseMod
HTML Tags
Some
All
Some
Math formulas
Plugin
Plugin
No
Tables
simple + complex
simple + complex
simple
CREOLE support
No
No
Unknown
Markdown Support
No
No
No
Textile Support
No
Plugin
No
BBCode Support
No
No
No
Emoticon Images
No
Yes
No
Syntax Highlighting
Plugin
Plugin
No
Footnotes
Yes
Plugin
No
Quoting
Yes
Yes
No
Internal Comments
Yes
Yes
No
Custom styles
Yes
Yes
No
FAQ Tags
No
Yes
No
Scripting
plugins, templates, PHP
TWiki Markup Language, TWiki variables, JavaScript, extensive API
None
Content Includes
Yes
Yes
Unknown
Feed Aggregation
Yes
Yes
Unknown
Usability PhpWiki TWiki UseMod
Section Editing
No
Plugin
No
Page Templates
Yes
Yes
No
Double-Click Edit
Optional
Plugin
No
Toolbar
Yes
Plugin
No
WYSIWYG Editing
Patch
Yes
No
Access Keys
Yes
Yes
Unknown
Auto Signature
Yes
Yes
No
Statistics PhpWiki TWiki UseMod
Recent Changes
Yes
Yes
Yes
Wanted Pages
Yes
No
Patch
Orphaned Pages
Yes
Plugin
Patch
Most/Least Popular
Yes
Yes
No
Recent Visitors
Yes
Plugin
No
Analysis
Plugin
Yes
No
Output PhpWiki TWiki UseMod
Printer Friendly
Print CSS
Print View
No
Mobile Friendly
No
Plugin
Unknown
Themes & Skins
Yes
Yes
No
RSS Feeds
Yes
Yes
Yes
ATOM Feeds
No
Yes
No
Abbreviations
No
Plugin
No
Auto-TOC
Yes
Yes
Yes
Raw Export
Yes
Yes
No
HTML Export
Yes
Yes
No
XML export
No
Plugin
No
PDF Export
Yes
Plugin
No
Office Export
Unknown
Unknown
Unknown
Media and Files PhpWiki TWiki UseMod
File Attachments
Yes
Yes
Optional
Media Revisions
Yes
Yes
No
Embedded Flash
Yes
Plugin
No
Embedded Video
Yes
Plugin
No
Image Editing
No
Plugin
Unknown
SVG Editing
No
Plugin
Unknown
MindMap Editing
No
Plugin
Unknown
Media Search
No
Contents
No
Extras PhpWiki TWiki UseMod
Calendar
Yes
Plugin
Unknown
Image Galleries
Yes
Plugin
Unknown
Presentations
Unknown
Unknown
Unknown
Forums
Yes
Plugin
Unknown
Blogs
Yes
Plugin
Unknown
Ticket System
No
Plugin
Unknown
Chat
Unknown
Unknown
Unknown
Syntax Examples PhpWiki TWiki UseMod
Internal Link
WikiWord or [somelink]
[ desc | pagename ]
WikiWord autolink
Otherweb.WikiWord
[[Spaced text]]
[[WikiWord][label]]
External Link
http://someserver/someurl
[ desc | exturl ]
http://twiki.org/ autolink
[[http://twiki.org/][label]]
Headlines
!!!Headline1
!!Headline2
!Headline3
---+ Level 1
---++ Level 2
---+++ Level 3
---++++ Level 4
---+++++ Level 5
---++++++ Level 6
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
====== Level 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>
<u>underline</u>
<u>underline</u>
Monospace Format
<tt>monospace</tt>
<code>code</code>
<pre>preformatted</pre>
<verbatim>
unparsed text</verbatim>


=monospaced text= and
<verbatim>
multi line text
</verbatim>
<tt>for monospace text</tt>
Strikethrough Format
<strike>striked through</strike>
<strike>strikethrough</strike>
N/A
Superscript Format
<sup>above</sup>
<sup>superscript</sup>
<sup>superscript</sup>
Subscript Format
<sub>below</sub>
<sub>subscript</sub>
<sub>subscript</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
%ATTACHURL%/image.png
http://any.domain/image.png
http://url.com/pic.gif
Aligning Text
<?plugin RawHtml <span align="right"> ?>right<?plugin RawHtml </span> ?>
or <div align="right"> right </div>

| left |   center   |   right |
or HTML
or CSS
N/A
Text Indentation
;: left indent
;;: more left indent

or 
paragraph
and another level 
<blockquote>
multi line text
</blockquote>
: indented
Bulleted Lists
* list
or
- list
* Item 1
* Item 1.1
* Item 2
* Item 1
** Item 1.1
* Item 2
Numbered Lists
# list
1. Item 1
a. Item 1.a
1. Item 2
# Item 1
## Item 1.1
# Item 2
Definition Lists
Term:<def>
def
$ Term: Definition
;Term:Definition
Horizontal Rule
----
---
remove PhpWiki remove TWiki remove UseMod