WikiMatrix

Remember XWiki

Add Wikis you like to compare later to your "My Wikis" list. You can access this list later from the dropdown in the wiki selection box at the front page.

You need to login access the wiki remember list feature

Feature List

General FeaturesXWiki Details
Version 1.9.1, 2.0M1
Last Release Date 2009-06-25
Author XWiki Development Team
URL www.xwiki.org
Free and Open Source Yes
License LGPL
Programming Language Java
Data Storage Database
License Cost/ Fee 0
Development status Mature
Intended Audience Enterprise, Workgroups, Developers
System RequirementsXWiki Details
Operating System Any platform supporting JDK 1.5 or greater
Root Access No
Webserver Any Servlet 2.3+ container (up to XWiki 1.9), Servlet 2.4+ for XWiki 2.0 and above
Other Requirements Java 1.4 (XWiki 1.0) and Java 1.5 (XWiki 1.1+), MySQL/HSQLDB/etc (JDBC Driver required)
DatastorageXWiki Details
Text Files No
MySQL Yes
PostgreSQL Yes
Oracle Yes
SQLite No
BerkeleyDB No
RCS No
Other JDBC Databases and in general any database supported by Hibernate; any custom implementation, as the storage is pluggable
Security/Anti-SpamXWiki Details
Page Permissions Yes
ACL Yes
Authentication Backends XWiki, LDAP, eXo Platform, custom (Open API)
Host Blocking No
Mail Encryption No
nofollow No
Blacklist No
CAPTCHA Yes
Delayed Indexing Yes
Development/SupportXWiki Details
Commercial Support Yes, 3 listed
Preconfigured Hosting Yes
Code Repository svn.xwiki.org
Issue Tracker jira.xwiki.org
Mailing List dev.xwiki.org
Support Forum Through the mailing list/JIRA/IRC/Nabble
IRC Channel irc.freenode.net, channel #xwiki
Common FeaturesXWiki Details
Preview Yes
Minor Changes Yes
Change Summary Yes
Page History Yes
Page Revisions Unlimited
Revision Diffs Between all
Page Index Yes
Plugin System Yes
Special FeaturesXWiki Details
Unicode Support Yes
Right-to-Left Support No
Interface Languages 18 languages
Czech, German, English, Spanish, French, Galician, Hindi, Croatian, Italian, Latvian, Lettish, Norwegian, Polish, Portuguese, Romanian, Russian, Slovak, Ukrainian, Chinese
Email notification Yes
Comments Threaded
Categories Yes
Namespaces Yes
Page Redirection Yes
Conflict Handling Page Locking
Search Full Text
Wiki Farming Yes
Structured Data Yes
LinksXWiki Details
CamelCase Optional
Freelinks Yes
Backlinks Yes
InterWiki Yes
SisterWiki Yes
Image Links Yes
Windows Shares No
Page Redirects Yes
Syntax FeaturesXWiki Details
HTML Tags All
Math formulas No
Tables simple + complex
CREOLE support Yes
Markdown Support No
Textile Support No
BBCode Support No
Emoticon Images No
Syntax Highlighting Yes
Footnotes Yes
Quoting Yes
Internal Comments Yes
Custom styles Yes
FAQ Tags Plugin
Scripting velocity & groovy & very powerful API
Content Includes Yes
Feed Aggregation Yes
UsabilityXWiki Details
Section Editing Yes
Page Templates Yes
Double-Click Edit No
Toolbar Yes
WYSIWYG Editing Yes
Access Keys Yes
Auto Signature No
StatisticsXWiki Details
Recent Changes Yes
Wanted Pages Yes
Orphaned Pages Yes
Most/Least Popular Yes
Recent Visitors Yes
Analysis Yes
OutputXWiki Details
HTML XHTML 1.0 Strict
CSS Stylesheets Yes
Printer Friendly Print View
Mobile Friendly No
Themes & Skins Yes
RSS Feeds Yes
ATOM Feeds Optional
Abbreviations Plugin
Auto-TOC Optional
Raw Export Yes
HTML Export Yes
XML export Yes
PDF Export Yes
Media and FilesXWiki Details
File Attachments Yes
Media Revisions Yes
Embedded Flash Yes
Embedded Video Yes
Image Editing No
SVG Editing No
MindMap Editing Optional
Media Search Contents
ExtrasXWiki Details
Calendar Plugin
Image Galleries Plugin
Forums Plugin
Blogs Yes
Ticket System Plugin
Syntax ExamplesXWiki Details
Internal Link
XWiki 1.0 syntax:

[text>Space.Page]
[text|Space.Page]
[Space.Page]
(Space is optional and is the current space if not specified)

XWiki 2.0 syntax:

[[wiki syntax here>>Space.Page]]
[[Space.Page]]
(Space is optional and is the current space if not specified)
External Link
XWiki 1.0 syntax:

[text>http://www.xwiki.com]
[text|http://www.xwiki.coml]
http://www.xwiki.com

XWiki 2.0 syntax:

[[wiki syntax here>>http://www.xwiki.com]]
http://www.xwiki.com
Headlines
XWiki 1.0 syntax:

1 Headline
1.1 Subheadline
1.1.1 Sub-subheadline
1.1.1.1 etc..

XWiki 2.0 syntax:

= Headline
== Subheadline
=== Sub-subheadline
==== etc..
Bold Format
XWiki 1.0 syntax:

*bold*

XWiki 2.0 syntax:

**bold**
Italics Format
XWiki 1.0 syntax:

~~Italics~~

XWiki 2.0 syntax:

//Italics//
Underline Format
XWiki 1.0 syntax:

__underline__

XWiki 2.0 syntax:

__underline__
Monospace Format
XWiki 1.0 syntax:

<tt>monospace</tt>
XWiki 2.0 syntax:

##monospace##
Strikethrough Format
XWiki 1.0 syntax:

--Strike--

XWiki 2.0 syntax:

--Strike--
Superscript Format
XWiki 1.0 syntax:

<sup>superscript</sup>

XWiki 2.0 syntax:

^^superscript^^
Subscript Format
XWiki 1.0 syntax:

<sub>subscript</sub>

XWiki 2.0 syntax:

,,subscript,,
Images
XWiki 1.0 syntax:

{image:img.png}
{image:img.png|document=Space.Page} 
{image:img.png|width=25|height=25}
http://some/url/img.png 

XWiki 2.0 syntax:

image:img.png
image:Space.Page@img.png
[[image:img.png||width="25" height="25"]]
image:http://some/url/img.png
Aligning Text
XWiki 1.0 syntax:

<div align="right|center|justify">Text</div>

XWiki 2.0 syntax:

(% style="... css here..." %)Text
Text Indentation
XWiki 1.0 syntax:

<blockquote>
multi line text
</blockquote>

or using CSS styles

XWiki 2.0 syntax:

(% style="... css here..." %)multi line text
Bulleted Lists
XWiki 1.0 syntax:

* List
** list
*** list

XWiki 2.0 syntax:

* List
** list
*** list
Numbered Lists
XWiki 1.0 syntax:

1. Item 1
11. Item 2
111. Item 3
1. Item 4

XWiki 2.0 syntax:

1. Item 1
11. Item 2
111. Item 3
1. Item 4

See http://tinyurl.com/awaw6a
Definition Lists
XWiki 1.0 syntax:

<dl>
<dt>Term</dt>
<dd>Definition</dd>
</dl>

XWiki 2.0 syntax:

; term
: definition
Horizontal Rule
XWiki 1.0 Syntax:

----

XWiki 2.0 Syntax:

----

» XWiki DocumentationXWiki Details

XWiki is a second generation Wiki engine, features professional features like Wiki, Blog, Comments, User Rights, LDAP Authentication, PDF Export.

XWiki also includes an advance form and scripting engine making it a development environment for data-based intranet applications. It has powerfull extensibility features, using scripting a plugin and highly module architecture. The scripting engines allows to access a powerfull API allowing to access the XWiki repository in read and write mode.

XWiki is used by major companies around the world and XWiki SAS (http://xwiki.com) provides support and services for professional usage of XWiki.

XWiki is also provided as a free hosting service for non-business/non-critical projects at http://www.myxwiki.org/. Pro hosting offerings are available at http://www.xwiki.com/xwiki/bin/view/Services/Hosting

Statistics

Record maintainer:
ludovic
Detail views:
934
Comparisons:
13922
Most compared with:
DokuWiki (41%), MediaWiki (62%), PmWiki (35%) → Compare
Record added:
2005-11-30
Last updated:
2009-07-02

Get Support and Consulting for XWiki *new

EsPresto AG
Provides consulting, training, setup/configuration, customizing and programming

» See all 3 Consultants for XWiki

Compare it

Wiki Feature Comparison Compare XWiki to other, possibly similar Wikis using the widget to the left.

Get widget code

Upcoming Wiki Events

RSS

There are no events.

Something wrong?

Is something wrong with this entry? Do you have some additional infos? Contact us!

Discussion

RSS

Do you want to ask questions about XWiki? Talk with other users? Or share your knowledge? Discuss it in the XWiki Forum!

Screenshots

These screenshots should give you a first impression how XWiki looks like. Remember: The look of many Wikis can be changed by stylesheets or templates so these are only examples.

XWiki.org

XWiki.org (http://xwiki.org) web site (when it was in construciton) using the default XWiki skin.
See all references on http://www.xwiki.org/xwiki/bin/view/References/

Curriki

E-learning and collaborative web site built 100% on XWiki (http://www.xwiki.org/xwiki/bin/view/References/Curriki)

Bonita

Bonita Web site using XWiki (http://www.xwiki.org/xwiki/bin/view/References/Bonita)

Security Advisories

The following security advisories for XWiki are listed at Secunia. You should always make sure to run an up-to-date version of the software and apply security related patches as soon as possible.