TWiki vs. KeheiWiki

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