TWiki vs. UseMod vs. KeheiWiki

General Features TWiki UseMod KeheiWiki
Version
TWiki-6.1.0
1.0
Pleiades-M45
Last Release Date
2018-07-15 (5 years ago)
2003-09-11 (20 years ago)
2005-03-21 (19 years ago)
Last Update here
2019-07-19 (4 years ago)
2009-07-01 (14 years ago)
2009-12-23 (14 years ago)
Author
Peter Thoeny, TWiki community
Clifford Adams
team
URL
Free and Open Source
Yes
Yes
Yes
License
GPL
GPL
LGPL
Programming Language
Perl, JavaScript
Perl
Perl
Data Storage
Files, RCS
Files
Files, RCS
License Cost/ Fee
N/A
0
0
Development status
Mature
Mature
Mature
Intended Audience
Large enterprise; small to medium businesses
corporate and special interest groups
System Requirements TWiki UseMod KeheiWiki
Operating System
Linux, Windows, OS-X and other
Linux, Windows, MacOS X
Unix/Linux
Root Access
No
No
No
Webserver
Almost any webserver, typically Apache and Ngnix
Apache, probably anything with CGI support
Apache 1.3 or better CGI (any level)
Other Requirements
RCS (optional), cron/scheduler, fgrep, egrep; Plugins may have additional dependencies
perl 4 or newer
Datastorage TWiki UseMod KeheiWiki
Text Files
Yes
Yes
Yes
MySQL
No
No
Plugin
PostgreSQL
No
No
Plugin
Oracle
No
No
Plugin
SQLite
No
No
Plugin
BerkeleyDB
No
No
Plugin
RCS
Yes
No
Plugin
Other
RcsLite Perl library for version control without external RCS; backend API for other storage
No
archiving plugin, designed for unionFS
Security/Anti-Spam TWiki UseMod KeheiWiki
Page Permissions
Yes
Yes
Yes
ACL
Yes
No
Yes
Authentication Backends
Internal authentication; anything Apache supports such as LDAP, NIS, AD, Kerberos
Apache
Host Blocking
Plugin
Yes
Yes
Mail Encryption
Yes
Unknown
No
nofollow
Plugin
Patch
No
Blacklist
Plugin
Patch
Plugin
CAPTCHA
Plugin
No
Plugin
Delayed Indexing
Plugin
No
Plugin
Development/Support TWiki UseMod KeheiWiki
# of Consultants
Preconfigured Hosting
Yes
No
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
N/A
Common Features TWiki UseMod KeheiWiki
Preview
Yes
Yes
Optional
Minor Changes
Yes
Yes
No
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
Optional
Plugin System
Yes
No
Yes
Special Features TWiki UseMod KeheiWiki
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
No
Unknown
Unknown
Interface Languages
19
Bulgarian, Czech, Danish, German, English, Spanish, Finnish, French, Italian, Japanese, Korean, Dutch, Polish, Portuguese, Russian, Swedish, Ukrainian, Chinese, Chinese Traditional
0
1
English
Email notification
Yes
Unknown
Yes
Comments
Threaded
No
Threaded
Categories
Yes
Unknown
Yes
Namespaces
Yes
Unknown
Yes
Conflict Handling
Conflict Resolution
Conflict Detection
Page Locking
Concurrent Editing
Unknown
Unknown
Unknown
Search
Full Text
Full Text
Full Text
Wiki Farming
Optional
Unknown
Yes
Structured Data
Yes
Unknown
Yes
Links TWiki UseMod KeheiWiki
CamelCase
Yes
Optional
Yes
Freelinks
Yes
Yes
Yes
Backlinks
Yes
Yes
No
InterWiki
Yes
Yes
Yes
SisterWiki
Plugin
Yes
No
Image Links
Yes
Yes
Yes
Windows Shares
Plugin
No
No
Page Redirects
Plugin
Unknown
Yes
Syntax Features TWiki UseMod KeheiWiki
HTML Tags
All
Some
All
Math formulas
Plugin
No
No
Tables
simple + complex
simple
complex
CREOLE support
No
Unknown
Unknown
Markdown Support
No
No
Unknown
Textile Support
Plugin
No
Optional
BBCode Support
No
No
Optional
Emoticon Images
Yes
No
No
Syntax Highlighting
Plugin
No
Plugin
Footnotes
Plugin
No
No
Quoting
Yes
No
Yes
Internal Comments
Yes
No
Yes
Custom styles
Yes
No
Yes
FAQ Tags
Yes
No
Yes
Scripting
TWiki Markup Language, TWiki variables, JavaScript, extensive API
None
Yes - custom tags, javascript, variables
Content Includes
Yes
Unknown
Yes
Feed Aggregation
Yes
Unknown
Yes
Usability TWiki UseMod KeheiWiki
Section Editing
Plugin
No
Yes
Page Templates
Yes
No
Yes
Double-Click Edit
Plugin
No
Optional
Toolbar
Plugin
No
Yes
WYSIWYG Editing
Yes
No
Yes
Access Keys
Yes
Unknown
No
Auto Signature
Yes
No
Yes
Statistics TWiki UseMod KeheiWiki
Recent Changes
Yes
Yes
Yes
Wanted Pages
No
Patch
Plugin
Orphaned Pages
Plugin
Patch
Plugin
Most/Least Popular
Yes
No
No
Recent Visitors
Plugin
No
No
Analysis
Yes
No
Plugin
Output TWiki UseMod KeheiWiki
Printer Friendly
Print View
No
Print View
Mobile Friendly
Plugin
Unknown
Yes
Themes & Skins
Yes
No
Plugin
RSS Feeds
Yes
Yes
Plugin
ATOM Feeds
Yes
No
No
Abbreviations
Plugin
No
Yes
Auto-TOC
Yes
Yes
Yes
Raw Export
Yes
No
Yes
HTML Export
Yes
No
Yes
XML export
Plugin
No
No
PDF Export
Plugin
No
No
Office Export
Unknown
Unknown
Unknown
Media and Files TWiki UseMod KeheiWiki
File Attachments
Yes
Optional
Plugin
Media Revisions
Yes
No
Plugin
Embedded Flash
Plugin
No
Yes
Embedded Video
Plugin
No
Yes
Image Editing
Plugin
Unknown
No
SVG Editing
Plugin
Unknown
No
MindMap Editing
Plugin
Unknown
No
Media Search
Contents
No
Keywords
Extras TWiki UseMod KeheiWiki
Calendar
Plugin
Unknown
No
Image Galleries
Plugin
Unknown
No
Presentations
Unknown
Unknown
Unknown
Forums
Plugin
Unknown
Yes
Blogs
Plugin
Unknown
Yes
Ticket System
Plugin
Unknown
No
Chat
Unknown
Unknown
Unknown
Syntax Examples TWiki UseMod KeheiWiki
Internal Link
WikiWord autolink
Otherweb.WikiWord
[[Spaced text]]
[[WikiWord][label]]
%topic%  ( '%' configurable )
or
<link topic>text</link>
or
use HTML in rich text editor
External Link
http://twiki.org/ autolink
[[http://twiki.org/][label]]
http://gmail.com/
or
<extern http://gmail.com>a mail server</extern>
or
use HTML in rich text editor
Headlines
---+ Level 1
---++ Level 2
---+++ Level 3
---++++ Level 4
---+++++ Level 5
---++++++ Level 6
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
====== Level 6 ======
text  ----    
or
insert HTML via WYSIWYG editor
Bold Format
*bold*
'''bold'''
_ text _ 
or
insert HTML via WYSIWYG editor
Italics Format
_italic_
''italic''
* text *
or
insert HTML via WYSIWYG editor
Underline Format
<u>underline</u>
<u>underline</u>
insert HTML via WYSIWYG editor
Monospace Format
=monospaced text= and
<verbatim>
multi line text
</verbatim>
<tt>for monospace text</tt>
<wiki code>
stuff
</wiki code>
Strikethrough Format
<strike>strikethrough</strike>
N/A
insert HTML via WYSIWYG editor
Superscript Format
<sup>superscript</sup>
<sup>superscript</sup>
insert HTML via WYSIWYG editor
Subscript Format
<sub>subscript</sub>
<sub>subscript</sub>
insert HTML via WYSIWYG editor
Images
%ATTACHURL%/image.png
http://any.domain/image.png
http://url.com/pic.gif
insert HTML via WYSIWYG editor
Aligning Text
| left |   center   |   right |
or HTML
or CSS
N/A
<p align=right> stuff
or
insert HTML via WYSIWYG editor
Text Indentation
<blockquote>
multi line text
</blockquote>
: indented
<ul>
stuff
</ul>
or
insert HTML via WYSIWYG editor
Bulleted Lists
* Item 1
* Item 1.1
* Item 2
* Item 1
** Item 1.1
* Item 2
* text
or
<!> text
or
insert HTML via WYSIWYG editor
Numbered Lists
1. Item 1
a. Item 1.a
1. Item 2
# Item 1
## Item 1.1
# Item 2
digits. stuff
or
insert HTML via WYSIWYG editor
Definition Lists
$ Term: Definition
;Term:Definition
term:    definition
or
insert HTML via WYSIWYG editor
Horizontal Rule
---
can use plain < HR > tag or
via WYSIWYG editor
remove TWiki remove UseMod remove KeheiWiki