WikiCrowd vs. KeheiWiki vs. Hatta

General Features WikiCrowd KeheiWiki Hatta
Version
0.0.16
Pleiades-M45
1.6.6
Last Release Date
29 Nov, 2010
2005-03-21 (19 years ago)
2015-08-28 (8 years ago)
Last Update here
2010-11-29 (13 years ago)
2009-12-23 (14 years ago)
2015-08-29 (8 years ago)
Author
Stas Davydov
team
Radomir Dopieralski
URL
Free and Open Source
Yes
Yes
Yes
License
LGPL
LGPL
GPL v2
Programming Language
PHP, XSL, JavaScript
Perl
Python
Data Storage
Files
Files, RCS
Files, RCS
License Cost/ Fee
0
0
0
Development status
Beta
Mature
Mature
Intended Audience
Personal, Corporate, Community
corporate and special interest groups
System Requirements WikiCrowd KeheiWiki Hatta
Operating System
Any
Unix/Linux
Linux, Unix, Windows, MacOSX
Root Access
No
No
No
Webserver
Apache
Apache 1.3 or better CGI (any level)
Standalone, WSGI, FastCGI, CGI
Other Requirements
PHP 5.2 or later, Apache mod_rewrite, iconv
perl 4 or newer
Mercurial
Datastorage WikiCrowd KeheiWiki Hatta
Text Files
Yes
Yes
Yes
MySQL
No
Plugin
No
PostgreSQL
No
Plugin
No
Oracle
No
Plugin
No
SQLite
No
Plugin
Optional
BerkeleyDB
No
Plugin
No
RCS
No
Plugin
Yes
Other
No
archiving plugin, designed for unionFS
Plain text files in Mercurial repository, with SQLite index
Security/Anti-Spam WikiCrowd KeheiWiki Hatta
Page Permissions
Yes
Yes
Yes
ACL
Yes
Yes
No
Authentication Backends
No
Apache
n/a
Host Blocking
No
Yes
No
Mail Encryption
No
No
Yes
nofollow
No
No
No
Blacklist
No
Plugin
No
CAPTCHA
No
Plugin
Optional
Delayed Indexing
No
Plugin
No
Development/Support WikiCrowd KeheiWiki Hatta
# of Consultants
Preconfigured Hosting
No
No
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
#wiki at freenode.net
Stars on GitHub
N/A
N/A
N/A
Common Features WikiCrowd KeheiWiki Hatta
Preview
No
Optional
Yes
Minor Changes
Yes
No
Yes
Change Summary
No
Yes
Yes
Page History
Yes
Yes
Yes
Page Revisions
Unlimited
Unlimited
Unlimited
Revision Diffs
To current
Between all
Between all
Sitemap
No
Optional
Yes
Plugin System
Yes
Yes
No
Special Features WikiCrowd KeheiWiki Hatta
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Yes
Unknown
Optional
Interface Languages
2
English, Russian
1
English
15
Arabic, Czech, Danish, German, Greek, English, Spanish, Estonian, Finnish, French, Hungarian, Japanese, Polish, Russian, Swedish
Email notification
No
Yes
No
Comments
No
Threaded
No
Categories
No
Yes
Yes
Namespaces
No
Yes
Optional
Conflict Handling
Conflict Resolution
Page Locking
Conflict Resolution
Concurrent Editing
Unknown
Unknown
Unknown
Search
Not available
Full Text
Full Text
Wiki Farming
No
Yes
Optional
Structured Data
Plugin
Yes
No
Links WikiCrowd KeheiWiki Hatta
CamelCase
No
Yes
Optional
Freelinks
Yes
Yes
Yes
Backlinks
No
No
Yes
InterWiki
No
Yes
No
SisterWiki
No
No
No
Image Links
No
Yes
Yes
Windows Shares
No
No
No
Page Redirects
No
Yes
No
Syntax Features WikiCrowd KeheiWiki Hatta
HTML Tags
All
All
None
Math formulas
No
No
Optional
Tables
complex
complex
simple
CREOLE support
No
Unknown
Yes
Markdown Support
No
Unknown
No
Textile Support
No
Optional
No
BBCode Support
No
Optional
No
Emoticon Images
No
No
Optional
Syntax Highlighting
No
Plugin
Optional
Footnotes
Yes
No
No
Quoting
Yes
Yes
Yes
Internal Comments
No
Yes
No
Custom styles
Plugin
Yes
Yes
FAQ Tags
No
Yes
No
Scripting
Plugin, JavaScript
Yes - custom tags, javascript, variables
JavaScript
Content Includes
No
Yes
No
Feed Aggregation
No
Yes
No
Usability WikiCrowd KeheiWiki Hatta
Section Editing
Yes
Yes
No
Page Templates
Yes
Yes
No
Double-Click Edit
Yes
Optional
Yes
Toolbar
No
Yes
No
WYSIWYG Editing
No
Yes
No
Access Keys
No
No
No
Auto Signature
No
Yes
No
Statistics WikiCrowd KeheiWiki Hatta
Recent Changes
Yes
Yes
Yes
Wanted Pages
No
Plugin
Yes
Orphaned Pages
No
Plugin
Yes
Most/Least Popular
No
No
No
Recent Visitors
No
No
No
Analysis
No
Plugin
No
Output WikiCrowd KeheiWiki Hatta
Printer Friendly
No
Print View
Print CSS
Mobile Friendly
No
Yes
Yes
Themes & Skins
Yes
Plugin
Optional
RSS Feeds
Yes
Plugin
No
ATOM Feeds
No
No
Yes
Abbreviations
No
Yes
No
Auto-TOC
No
Yes
No
Raw Export
No
Yes
Yes
HTML Export
No
Yes
No
XML export
No
No
No
PDF Export
No
No
No
Office Export
Unknown
Unknown
Unknown
Media and Files WikiCrowd KeheiWiki Hatta
File Attachments
Plugin
Plugin
Yes
Media Revisions
Plugin
Plugin
Yes
Embedded Flash
Yes
Yes
No
Embedded Video
Plugin
Yes
No
Image Editing
No
No
No
SVG Editing
No
No
No
MindMap Editing
No
No
No
Media Search
No
Keywords
Filenames only
Extras WikiCrowd KeheiWiki Hatta
Calendar
No
No
No
Image Galleries
No
No
No
Presentations
Unknown
Unknown
Unknown
Forums
No
Yes
No
Blogs
No
Yes
No
Ticket System
No
No
No
Chat
Unknown
Unknown
Unknown
Syntax Examples WikiCrowd KeheiWiki Hatta
Internal Link
@page "Another Wiki Page"
@page[Wiki Page] "Link to Wiki Page"
@page[Wiki Page]
[[Wiki Page or URL]]
%topic%  ( '%' configurable )
or
<link topic>text</link>
or
use HTML in rich text editor
[[link]]
[[link|label]]
External Link
@page[http://wikimatrix.org]
@page[http://wikimatrix.org] "It's a link to WikiMatrix"
[[http://wikimatrix.org]]
http://gmail.com/
or
<extern http://gmail.com>a mail server</extern>
or
use HTML in rich text editor
http://example.com
[[http://example.com]]
[[http://example.com|label]]
[[http://example.com|{{image}}]]
Headlines
@title Some Title
@subtitle Some Subtitle
@subsubtitle Some Subsubtitle
text  ----    
or
insert HTML via WYSIWYG editor
= h1 =
== h2 ==
...
===== h5 =====
Bold Format
*bold*
_ text _ 
or
insert HTML via WYSIWYG editor
**bold**
Italics Format
//italic//
* text *
or
insert HTML via WYSIWYG editor
//italic//
Underline Format
No
insert HTML via WYSIWYG editor
n/a
Monospace Format
No
<wiki code>
stuff
</wiki code>
{{{verbatim}}}
Strikethrough Format
No
insert HTML via WYSIWYG editor
n/a
Superscript Format
^superscript^
insert HTML via WYSIWYG editor
n/a
Subscript Format
_subscript_
insert HTML via WYSIWYG editor
n/a
Images
@img url
insert HTML via WYSIWYG editor
{{image}}
{{image|alt}}
Aligning Text
No
<p align=right> stuff
or
insert HTML via WYSIWYG editor
n/a
Text Indentation
No
<ul>
stuff
</ul>
or
insert HTML via WYSIWYG editor
n/a
Bulleted Lists
@listitem Red
Green
Blue
* text
or
<!> text
or
insert HTML via WYSIWYG editor
* list
** sublist
Numbered Lists
No
digits. stuff
or
insert HTML via WYSIWYG editor
n/a
Definition Lists
No
term:    definition
or
insert HTML via WYSIWYG editor
n/a
Horizontal Rule
No
can use plain < HR > tag or
via WYSIWYG editor
----
remove WikiCrowd remove KeheiWiki remove Hatta