KeheiWiki vs. XWiki

General Features KeheiWiki XWiki
Version
Pleiades-M45
18.2.0
Last Release Date
2005-03-22 (21 years ago)
2026-03-30 (2 days ago)
Last Update here
2009-12-23 (16 years ago)
2026-03-31 (1 day ago)
Author
team
XWiki Development Team
URL
Free and Open Source
Yes
Yes
License
LGPL
LGPL + Free hosting on https://myxwiki.org for individuals/non profit
Programming Language
Perl
Java
Data Storage
Files, RCS
Database, RCS
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
corporate and special interest groups
Enterprise, Workgroups, Developers
Hosting Features KeheiWiki XWiki
Storage Quota
N/A
Bandwidth Quota
N/A
Other Limits
N/A
Topic Restrictions
N/A
Corporate Branding
N/A
Yes
Own Domain
N/A
Yes
Ads allowed
N/A
No
System Requirements KeheiWiki XWiki
Operating System
Unix/Linux
Any platform supporting Java 17 or greater
Root Access
No
No
Webserver
Apache 1.3 or better CGI (any level)
Servlet 5.0+
Other Requirements
perl 4 or newer
Java 17, MySQL/MariaDB/PostgreSQL/HSQLDB/etc (JDBC Driver required)
Datastorage KeheiWiki XWiki
Text Files
Yes
No
MySQL
Plugin
Yes
PostgreSQL
Plugin
Yes
Oracle
Plugin
Yes
SQLite
Plugin
No
BerkeleyDB
Plugin
No
RCS
Plugin
Plugin
Other
archiving plugin, designed for unionFS
JDBC Databases and in general any database supported by Hibernate; any custom implementation, as the storage is pluggable. Attachments can be saved on the filesystem
Security/Anti-Spam KeheiWiki XWiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
Apache
XWiki, OpenID Connect, LDAP, custom (Open API), Kerberos, NTLM, Headers, PUMA, SAML, Trusted LDAP, Sun SSO
Host Blocking
Yes
No
Mail Encryption
No
Yes
nofollow
No
No
Blacklist
Plugin
Plugin
CAPTCHA
Plugin
Yes
Delayed Indexing
Plugin
Yes
Development/Support KeheiWiki XWiki
# of Consultants
Preconfigured Hosting
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
Common Features KeheiWiki XWiki
Preview
Optional
Yes
Minor Changes
No
Yes
Change Summary
Yes
Yes
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
Between all
Between all
Sitemap
Optional
Yes
Plugin System
Yes
Yes
Special Features KeheiWiki XWiki
Unicode Support
Yes
Yes
Right-to-Left Support
Unknown
No
Interface Languages
1
English
40
Bulgarian, Catalan, Czech, Danish, German, Greek, English, Spanish, Persian, French, Galician, Hindi, Croatian, Hungarian, Indonesian, Italian, Japanese, Cambodian, Kannada, Korean, Lithuanian, Latvian, Lettish, Marathi, Dutch, Norwegian, Polish, Portuguese, Brazilian Portuguese, Romanian, Russian, Sinhalese, Slovak, Slovenian, Swedish, Turkish, Uighur, Ukrainian, Vietnamese, Chinese, Chinese Traditional
Email notification
Yes
Yes
Comments
Threaded
Threaded
Categories
Yes
Yes
Namespaces
Yes
Yes
Conflict Handling
Page Locking
Conflict Resolution
Concurrent Editing
Unknown
Yes
Search
Full Text
Full Text
Wiki Farming
Yes
Yes
Structured Data
Yes
Yes
Links KeheiWiki XWiki
CamelCase
Yes
Yes
Freelinks
Yes
Yes
Backlinks
No
Yes
InterWiki
Yes
Yes
SisterWiki
No
Yes
Image Links
Yes
Yes
Windows Shares
No
Yes
Page Redirects
Yes
Yes
Syntax Features KeheiWiki XWiki
HTML Tags
All
All
Math formulas
No
Yes
Tables
complex
simple + complex
CREOLE support
Unknown
Yes
Markdown Support
Unknown
Yes
Textile Support
Optional
No
BBCode Support
Optional
No
Emoticon Images
No
Yes
Syntax Highlighting
Plugin
Yes
Footnotes
No
Yes
Quoting
Yes
Yes
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
Yes
Plugin
Scripting
Yes - custom tags, javascript, variables
velocity, groovy, ruby, jython, generic JSR223 & very powerful API
Content Includes
Yes
Yes
Feed Aggregation
Yes
Yes
Usability KeheiWiki XWiki
Section Editing
Yes
Yes
Page Templates
Yes
Yes
Double-Click Edit
Optional
No
Toolbar
Yes
Yes
WYSIWYG Editing
Yes
Yes
Access Keys
No
Yes
Auto Signature
Yes
No
Statistics KeheiWiki XWiki
Recent Changes
Yes
Yes
Wanted Pages
Plugin
Yes
Orphaned Pages
Plugin
Yes
Most/Least Popular
No
Yes
Recent Visitors
No
Yes
Analysis
Plugin
Yes
Output KeheiWiki XWiki
Printer Friendly
Print View
Print CSS
Mobile Friendly
Yes
Yes
Themes & Skins
Plugin
Yes
RSS Feeds
Plugin
Yes
ATOM Feeds
No
Optional
Abbreviations
Yes
Plugin
Auto-TOC
Yes
Optional
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
No
Yes
PDF Export
No
Yes
Office Export
Unknown
Yes
Media and Files KeheiWiki XWiki
File Attachments
Plugin
Yes
Media Revisions
Plugin
Yes
Embedded Flash
Yes
Yes
Embedded Video
Yes
Yes
Image Editing
No
Plugin
SVG Editing
No
Plugin
MindMap Editing
No
Plugin
Media Search
Keywords
Contents
Extras KeheiWiki XWiki
Calendar
No
Plugin
Image Galleries
No
Yes
Presentations
Unknown
Plugin
Forums
Yes
Plugin
Blogs
Yes
Plugin
Ticket System
No
Plugin
Chat
Unknown
Plugin
Syntax Examples KeheiWiki XWiki
Internal Link
%topic%  ( '%' configurable )
or
<link topic>text</link>
or
use HTML in rich text editor
XWiki supports 16+ input syntaxes (e.g. confluence, twiki, docbook, mediawiki, xwiki, markdown, etc), see http://rendering.xwiki.org/xwiki/bin/view/Main/WebHome#HSupportedSyntaxes for details.

The syntax documented below is XWiki Syntax 2.1 (http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax).

[[wiki syntax here>>Space.Page]]
[[Space.Page]]
(Space is optional and is the current space if not specified)
External Link
http://gmail.com/
or
<extern http://gmail.com>a mail server</extern>
or
use HTML in rich text editor
[[wiki syntax here>>http://www.xwiki.com]]
http://www.xwiki.com
Headlines
text  ----    
or
insert HTML via WYSIWYG editor
= Headline
== Subheadline
=== Sub-subheadline
==== etc..
Bold Format
_ text _ 
or
insert HTML via WYSIWYG editor
**bold**
Italics Format
* text *
or
insert HTML via WYSIWYG editor
//Italics//
Underline Format
insert HTML via WYSIWYG editor
__underline__
Monospace Format
<wiki code>
stuff
</wiki code>
##monospace##
Strikethrough Format
insert HTML via WYSIWYG editor
--Strike--
Superscript Format
insert HTML via WYSIWYG editor
^^superscript^^
Subscript Format
insert HTML via WYSIWYG editor
,,subscript,,
Images
insert HTML via WYSIWYG editor
image:img.png
image:Space.Page@img.png
[[image:img.png||width="25" height="25"]]
image:http://some/url/img.png

Starting with the xwiki/2.1 syntax, also:
image:icon:cancel
Aligning Text
<p align=right> stuff
or
insert HTML via WYSIWYG editor
(% style="... css here..." %)Text
Text Indentation
<ul>
stuff
</ul>
or
insert HTML via WYSIWYG editor
Non-semantic text indentation through styling:

(% style="... css here..." %)multi line text

Quotes:

> This is a quoted text
Bulleted Lists
* text
or
<!> text
or
insert HTML via WYSIWYG editor
* List
** list
*** list
Numbered Lists
digits. stuff
or
insert HTML via WYSIWYG editor
1. Item 1
11. Item 2
111. Item 3
1. Item 4
Definition Lists
term:    definition
or
insert HTML via WYSIWYG editor
; term
: definition
Horizontal Rule
can use plain < HR > tag or
via WYSIWYG editor
----
remove KeheiWiki remove XWiki