Wiclear vs. XWiki

General Features Wiclear XWiki
Version
1.0
18.1.0
Last Release Date
2007-08-07 (18 years ago)
2026-02-23 (21 days ago)
Last Update here
2007-09-16 (18 years ago)
2026-02-23 (21 days ago)
Author
David Jobet
XWiki Development Team
URL
Free and Open Source
Yes
Yes
License
GPL2
LGPL + Free hosting on https://myxwiki.org for individuals/non profit
Programming Language
PHP
Java
Data Storage
Database
Database, RCS
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
private users
Enterprise, Workgroups, Developers
Hosting Features Wiclear 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 Wiclear XWiki
Operating System
All
Any platform supporting Java 17 or greater
Root Access
No
No
Webserver
Apache
Servlet 5.0+
Other Requirements
MySql
Java 17, MySQL/MariaDB/PostgreSQL/HSQLDB/etc (JDBC Driver required)
Datastorage Wiclear XWiki
Text Files
No
No
MySQL
Yes
Yes
PostgreSQL
No
Yes
Oracle
No
Yes
SQLite
No
No
BerkeleyDB
No
No
RCS
No
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
Security/Anti-Spam Wiclear XWiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
XWiki, OpenID Connect, LDAP, custom (Open API), Kerberos, NTLM, Headers, PUMA, SAML, Trusted LDAP, Sun SSO
Host Blocking
Yes
No
Mail Encryption
Yes
Yes
nofollow
Yes
No
Blacklist
Yes
Plugin
CAPTCHA
Yes
Yes
Delayed Indexing
No
Yes
Development/Support Wiclear 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 Wiclear XWiki
Preview
Yes
Yes
Minor Changes
Yes
Yes
Change Summary
Yes
Yes
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
Between all
Between all
Sitemap
Plugin
Yes
Plugin System
Yes
Yes
Special Features Wiclear XWiki
Unicode Support
Yes
Yes
Right-to-Left Support
No
No
Interface Languages
7
German, English, French, Italian, Dutch, Russian, Slovenian
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
Flat
Threaded
Categories
Yes
Yes
Namespaces
No
Yes
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
Unknown
Yes
Search
Full Text
Full Text
Wiki Farming
Unknown
Yes
Structured Data
Unknown
Yes
Links Wiclear XWiki
CamelCase
Yes
Yes
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
No
Yes
SisterWiki
No
Yes
Image Links
Yes
Yes
Windows Shares
No
Yes
Page Redirects
Unknown
Yes
Syntax Features Wiclear XWiki
HTML Tags
Optional
All
Math formulas
No
Yes
Tables
simple
simple + complex
CREOLE support
No
Yes
Markdown Support
No
Yes
Textile Support
No
No
BBCode Support
No
No
Emoticon Images
Yes
Yes
Syntax Highlighting
No
Yes
Footnotes
Yes
Yes
Quoting
Yes
Yes
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
No
Plugin
Scripting
Not at the moment
velocity, groovy, ruby, jython, generic JSR223 & very powerful API
Content Includes
No
Yes
Feed Aggregation
Yes
Yes
Usability Wiclear XWiki
Section Editing
Yes
Yes
Page Templates
No
Yes
Double-Click Edit
No
No
Toolbar
Plugin
Yes
WYSIWYG Editing
No
Yes
Access Keys
Yes
Yes
Auto Signature
No
No
Statistics Wiclear XWiki
Recent Changes
Yes
Yes
Wanted Pages
No
Yes
Orphaned Pages
No
Yes
Most/Least Popular
No
Yes
Recent Visitors
No
Yes
Analysis
No
Yes
Output Wiclear XWiki
Printer Friendly
Print View
Print CSS
Mobile Friendly
Unknown
Yes
Themes & Skins
Yes
Yes
RSS Feeds
Yes
Yes
ATOM Feeds
Yes
Optional
Abbreviations
Yes
Plugin
Auto-TOC
Yes
Optional
Raw Export
Yes
Yes
HTML Export
No
Yes
XML export
No
Yes
PDF Export
No
Yes
Office Export
Unknown
Yes
Media and Files Wiclear XWiki
File Attachments
Yes
Yes
Media Revisions
No
Yes
Embedded Flash
No
Yes
Embedded Video
No
Yes
Image Editing
No
Plugin
SVG Editing
No
Plugin
MindMap Editing
No
Plugin
Media Search
No
Contents
Extras Wiclear XWiki
Calendar
Unknown
Plugin
Image Galleries
Unknown
Yes
Presentations
Unknown
Plugin
Forums
Unknown
Plugin
Blogs
Unknown
Plugin
Ticket System
Unknown
Plugin
Chat
Unknown
Plugin
Syntax Examples Wiclear XWiki
Internal Link
[Title]
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
[Title|http://url.to/]
[[wiki syntax here>>http://www.xwiki.com]]
http://www.xwiki.com
Headlines
!title1
!!title2
!!!title3
= Headline
== Subheadline
=== Sub-subheadline
==== etc..
Bold Format
__bold__
**bold**
Italics Format
''italic''
//Italics//
Underline Format
__underline__
Monospace Format
the text must be preceded by 2 spaces
and it will be pre formatted
##monospace##
Strikethrough Format
--Strike--
Superscript Format
^^superscript^^
Subscript Format
,,subscript,,
Images
((image|title|left|longer description|100|100))
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
(% style="... css here..." %)Text
Text Indentation
Non-semantic text indentation through styling:

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

Quotes:

> This is a quoted text
Bulleted Lists
*item1
*item2
**item21
**item22
*item3
* List
** list
*** list
Numbered Lists
#item1
##item1.1
##item1.2
#item2
#item3
1. Item 1
11. Item 2
111. Item 3
1. Item 4
Definition Lists
;def1 : the complete definition of def1
;def2 : the complete definition of def2
; term
: definition
Horizontal Rule
----
remove Wiclear remove XWiki