XWiki vs. KeheiWiki

General Features XWiki KeheiWiki
Version
16.3.1
Pleiades-M45
Last Release Date
2024-05-09 (8 days ago)
2005-03-21 (19 years ago)
Last Update here
2024-05-13 (4 days ago)
2009-12-23 (14 years ago)
Author
XWiki Development Team
team
URL
Free and Open Source
Yes
Yes
License
LGPL + Free hosting on https://myxwiki.org for individuals/non profit
LGPL
Programming Language
Java
Perl
Data Storage
Database, RCS
Files, RCS
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
Enterprise, Workgroups, Developers
corporate and special interest groups
Hosting Features XWiki KeheiWiki
Storage Quota
N/A
Bandwidth Quota
N/A
Other Limits
N/A
Topic Restrictions
N/A
Corporate Branding
Yes
N/A
Own Domain
Yes
N/A
Ads allowed
No
N/A
System Requirements XWiki KeheiWiki
Operating System
Any platform supporting Java 11 or greater
Unix/Linux
Root Access
No
No
Webserver
Servlet 3.1+
Apache 1.3 or better CGI (any level)
Other Requirements
Java 11, MySQL/MariaDB/PostgreSQL/HSQLDB/etc (JDBC Driver required)
perl 4 or newer
Datastorage XWiki KeheiWiki
Text Files
No
Yes
MySQL
Yes
Plugin
PostgreSQL
Yes
Plugin
Oracle
Yes
Plugin
SQLite
No
Plugin
BerkeleyDB
No
Plugin
RCS
Plugin
Plugin
Other
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
archiving plugin, designed for unionFS
Security/Anti-Spam XWiki KeheiWiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
XWiki, LDAP, custom (Open API), Kerberos, NTLM, Headers, PUMA, SAML, Trusted LDAP, Sun SSO
Apache
Host Blocking
No
Yes
Mail Encryption
Yes
No
nofollow
No
No
Blacklist
Plugin
Plugin
CAPTCHA
Yes
Plugin
Delayed Indexing
Yes
Plugin
Development/Support XWiki 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 XWiki 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 XWiki KeheiWiki
Unicode Support
Yes
Yes
Right-to-Left Support
No
Unknown
Interface Languages
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
1
English
Email notification
Yes
Yes
Comments
Threaded
Threaded
Categories
Yes
Yes
Namespaces
Yes
Yes
Conflict Handling
Conflict Resolution
Page Locking
Concurrent Editing
Plugin
Unknown
Search
Full Text
Full Text
Wiki Farming
Yes
Yes
Structured Data
Yes
Yes
Links XWiki KeheiWiki
CamelCase
Yes
Yes
Freelinks
Yes
Yes
Backlinks
Yes
No
InterWiki
Yes
Yes
SisterWiki
Yes
No
Image Links
Yes
Yes
Windows Shares
Yes
No
Page Redirects
Yes
Yes
Syntax Features XWiki KeheiWiki
HTML Tags
All
All
Math formulas
Yes
No
Tables
simple + complex
complex
CREOLE support
Yes
Unknown
Markdown Support
Yes
Unknown
Textile Support
No
Optional
BBCode Support
No
Optional
Emoticon Images
Yes
No
Syntax Highlighting
Yes
Plugin
Footnotes
Yes
No
Quoting
Yes
Yes
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
Plugin
Yes
Scripting
velocity, groovy, ruby, jython, generic JSR223 & very powerful API
Yes - custom tags, javascript, variables
Content Includes
Yes
Yes
Feed Aggregation
Yes
Yes
Usability XWiki KeheiWiki
Section Editing
Yes
Yes
Page Templates
Yes
Yes
Double-Click Edit
No
Optional
Toolbar
Yes
Yes
WYSIWYG Editing
Yes
Yes
Access Keys
Yes
No
Auto Signature
No
Yes
Statistics XWiki KeheiWiki
Recent Changes
Yes
Yes
Wanted Pages
Yes
Plugin
Orphaned Pages
Yes
Plugin
Most/Least Popular
Yes
No
Recent Visitors
Yes
No
Analysis
Yes
Plugin
Output XWiki KeheiWiki
Printer Friendly
Print CSS
Print View
Mobile Friendly
Yes
Yes
Themes & Skins
Yes
Plugin
RSS Feeds
Yes
Plugin
ATOM Feeds
Optional
No
Abbreviations
Plugin
Yes
Auto-TOC
Optional
Yes
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
Yes
No
PDF Export
Yes
No
Office Export
Yes
Unknown
Media and Files XWiki KeheiWiki
File Attachments
Yes
Plugin
Media Revisions
Yes
Plugin
Embedded Flash
Yes
Yes
Embedded Video
Yes
Yes
Image Editing
Plugin
No
SVG Editing
Plugin
No
MindMap Editing
Plugin
No
Media Search
Contents
Keywords
Extras XWiki KeheiWiki
Calendar
Plugin
No
Image Galleries
Yes
No
Presentations
Plugin
Unknown
Forums
Plugin
Yes
Blogs
Plugin
Yes
Ticket System
Plugin
No
Chat
Plugin
Unknown
Syntax Examples XWiki KeheiWiki
Internal Link
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)
%topic%  ( '%' configurable )
or
<link topic>text</link>
or
use HTML in rich text editor
External Link
[[wiki syntax here>>http://www.xwiki.com]]
http://www.xwiki.com
http://gmail.com/
or
<extern http://gmail.com>a mail server</extern>
or
use HTML in rich text editor
Headlines
= Headline
== Subheadline
=== Sub-subheadline
==== etc..
text  ----    
or
insert HTML via WYSIWYG editor
Bold Format
**bold**
_ text _ 
or
insert HTML via WYSIWYG editor
Italics Format
//Italics//
* text *
or
insert HTML via WYSIWYG editor
Underline Format
__underline__
insert HTML via WYSIWYG editor
Monospace Format
##monospace##
<wiki code>
stuff
</wiki code>
Strikethrough Format
--Strike--
insert HTML via WYSIWYG editor
Superscript Format
^^superscript^^
insert HTML via WYSIWYG editor
Subscript Format
,,subscript,,
insert HTML via WYSIWYG editor
Images
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
insert HTML via WYSIWYG editor
Aligning Text
(% style="... css here..." %)Text
<p align=right> stuff
or
insert HTML via WYSIWYG editor
Text Indentation
Non-semantic text indentation through styling:

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

Quotes:

> This is a quoted text
<ul>
stuff
</ul>
or
insert HTML via WYSIWYG editor
Bulleted Lists
* List
** list
*** list
* text
or
<!> text
or
insert HTML via WYSIWYG editor
Numbered Lists
1. Item 1
11. Item 2
111. Item 3
1. Item 4
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 XWiki remove KeheiWiki