Anwiki vs. PageWork vs. JSPWiki

General Features Anwiki PageWork JSPWiki
Version
0.2.5
0.4.8
2.11.0
Last Release Date
2010-12-12 (13 years ago)
2010-07-19 (13 years ago)
2021-11-21 (2 years ago)
Last Update here
2013-06-25 (10 years ago)
2010-10-23 (13 years ago)
2021-12-01 (2 years ago)
Author
Antoine Walter
Pitt Murmann
Apache Software Foundation
URL
Free and Open Source
Yes
Yes
Yes
License
GPL 3
GPLv3
Apache License 2.0
Programming Language
PHP
PHP
Java
Data Storage
Database, Files
Database, Files
Database, Files
License Cost/ Fee
0
none
0
Development status
Mature
Mature
Mature
Intended Audience
Designed for multilingual contents and/or structured contents. Light, extensive and overridable architecture.
Medium-sized sites
all
System Requirements Anwiki PageWork JSPWiki
Operating System
Linux, Windows, probably others
Any
any platform supporting JDK 1.8+
Root Access
No
No
No
Webserver
Apache, probably others with PHP support
Any
Any servlet 3.1 compliant web server, e.g. Tomcat 8.5+, Jetty, Glassfish, Websphere
Other Requirements
DBA with bdb or qdbm support
optional JavaMail for mailing functionality
Datastorage Anwiki PageWork JSPWiki
Text Files
No
Yes
Yes
MySQL
Yes
No
Optional
PostgreSQL
No
No
Optional
Oracle
No
No
Optional
SQLite
No
Patch
Optional
BerkeleyDB
No
Yes
Optional
RCS
No
No
Plugin
Other
Extensible to any datastorage by implementing a custom driver
JDBC driver must be provided manually; also Page provider architecture -> several implementations
Security/Anti-Spam Anwiki PageWork JSPWiki
Page Permissions
Yes
Yes
Yes
ACL
Yes
Yes
Yes
Authentication Backends
Extensible to any authentication backend by implementing a custom driver
Proprietary
JAAS -> interface to many external backends possible
Host Blocking
No
No
Optional
Mail Encryption
No
No
Plugin
nofollow
No
Yes
Optional
Blacklist
No
No
Yes
CAPTCHA
Yes
No
Yes
Delayed Indexing
No
Yes
Yes
Development/Support Anwiki PageWork JSPWiki
# of Consultants
Preconfigured Hosting
No
Yes
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Freenode: #jspwiki
Stars on GitHub
4 ⭐
N/A
88 ⭐
Common Features Anwiki PageWork JSPWiki
Preview
Yes
Yes
Yes
Minor Changes
No
Yes
No
Change Summary
Yes
Yes
Yes
Page History
Yes
Yes
Yes
Page Revisions
Restricted by Age or Number
Unlimited
Unlimited
Revision Diffs
Between all
Between all
Between all
Sitemap
Yes
Yes
Yes
Plugin System
Yes
Yes
Yes
Special Features Anwiki PageWork JSPWiki
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Yes
Optional
Yes
Interface Languages
5
German, English, Spanish, French, Italian
2
German, English
10
Breton, German, English, Spanish, Finnish, French, Italian, Dutch, Russian, Chinese
Email notification
No
No
Plugin
Comments
No
Discussion Pages
Flat
Categories
Unknown
Yes
Yes
Namespaces
Yes
Yes
No
Conflict Handling
Page Locking
Conflict Detection
Page Locking
Concurrent Editing
Unknown
Unknown
Unknown
Search
Full Text
Full Text
Wiki Farming
Unknown
Yes
Patch
Structured Data
Yes
Yes
Yes
Links Anwiki PageWork JSPWiki
CamelCase
No
Yes
Yes
Freelinks
Yes
Yes
Yes
Backlinks
Yes
Yes
Yes
InterWiki
No
Yes
Yes
SisterWiki
No
Optional
No
Image Links
Yes
Yes
Yes
Windows Shares
Yes
No
Optional
Page Redirects
Unknown
Yes
Yes
Syntax Features Anwiki PageWork JSPWiki
HTML Tags
All
All
Optional
Math formulas
No
Plugin
Plugin
Tables
none
simple
simple + complex
CREOLE support
No
No
Yes
Markdown Support
No
No
No
Textile Support
No
No
No
BBCode Support
No
No
No
Emoticon Images
Plugin
No
Plugin
Syntax Highlighting
No
Yes
Yes
Footnotes
No
Yes
Yes
Quoting
Plugin
Yes
Yes
Internal Comments
Unknown
Yes
Plugin
Custom styles
Yes
Optional
Yes
FAQ Tags
Unknown
Plugin
No
Scripting
Javascript ; PHP scripts can be enabled
plugins for JavaScript, TCL and Groovy
Content Includes
Yes
Yes
Yes
Feed Aggregation
Yes
Yes
Optional
Usability Anwiki PageWork JSPWiki
Section Editing
No
Yes
Yes
Page Templates
Yes
Yes
Yes
Double-Click Edit
No
No
No
Toolbar
No
Yes
Yes
WYSIWYG Editing
No
No
Yes
Access Keys
No
Yes
Yes
Auto Signature
No
No
Optional
Statistics Anwiki PageWork JSPWiki
Recent Changes
Yes
Yes
Yes
Wanted Pages
No
Yes
Yes
Orphaned Pages
No
Yes
Yes
Most/Least Popular
No
No
No
Recent Visitors
No
No
No
Analysis
No
No
No
Output Anwiki PageWork JSPWiki
Printer Friendly
Print View
Print CSS
Mobile Friendly
No
Optional
Yes
Themes & Skins
Unknown
Optional
Yes
RSS Feeds
Yes
Yes
Yes
ATOM Feeds
Unknown
Yes
Yes
Abbreviations
No
Yes
No
Auto-TOC
Yes
Yes
Yes
Raw Export
Yes
Plugin
Yes
HTML Export
No
Plugin
Optional
XML export
Yes
No
No
PDF Export
No
No
Plugin
Office Export
Unknown
Unknown
Unknown
Media and Files Anwiki PageWork JSPWiki
File Attachments
No
Yes
Yes
Media Revisions
No
Yes
Yes
Embedded Flash
Yes
Yes
Yes
Embedded Video
Yes
Yes
Yes
Image Editing
No
No
No
SVG Editing
No
No
No
MindMap Editing
No
No
No
Media Search
No
Keywords
Contents
Extras Anwiki PageWork JSPWiki
Calendar
No
Plugin
Plugin
Image Galleries
No
Plugin
Yes
Presentations
Unknown
Unknown
Unknown
Forums
No
Plugin
Yes
Blogs
No
Plugin
Yes
Ticket System
No
Plugin
No
Chat
Unknown
Unknown
Unknown
Syntax Examples Anwiki PageWork JSPWiki
Internal Link
<a href="en/home">go home</a>
[[link]]
[[link|alternate text]]
[link]
[text|link]
[text|wiki:link]
External Link
<a href="http://www.anwiki.com">Anwiki</a>
http://www.wikimatrix.org/
[http://www.example.com/]
[example|http://www.example.com/]
[text|wiki:link]
Headlines
<h1>Title</h2>
<h2>Subtitle</h2>
...
= L1 =
== L2 ==
=== L3 ===
==== L4 ====
===== L5 =====

= L1
== L2
=== L3
==== L4
===== L5
! Level 1
!! Level 2
!!! Level 3
Bold Format
<b>bold</b>
This is '''bold''' (or rather, strong).
This is **bold**, too.
__bold__
Italics Format
<i>italic</i>
This is in ''italics'' (or rather, emphasized).
This is in //italics//, too.
''italics''
Underline Format
<u>underline</u>
This is __underlined__.
%%(text-decoration: underline) text %%
Monospace Format
<tt>monospace</tt>
This is %%monospaced%%.
{{monospace}}
Strikethrough Format
<del>strikethrough</del>
This is --not-- important.
%%(text-decoration: line-through) deleted text %%
Superscript Format
<sup>Anwiki</sup>
a^^2^^ = b^^2^^ + c^^2^^
%%(vertical-align: sup) text %%
Subscript Format
<sub>Anwiki</sub>
p^^^n^^^ := {x^^^n^^^, y^^^n^^^, y^^^n^^^}
%%(vertical-align: sub) text %%
Images
<img src=""/>
{{image|image_file.suffix}}
{{image|image_file.suffix|alternate text}}
{{figure|image_file.suffix}}
{{figure|image_file.suffix|caption text}}
[local.jpg]
[{Image src='local.jpg'}]
[{Image src='http://foo.bar/foo.jpg'}]
Aligning Text
<center>anwiki</center>
{{p|align:left|text of paragraph}}
{{p|align:center|text of paragraph}}
{{p|align:right|text of paragraph}}
%%(text-align: right) text %%
Text Indentation
> L1 quote
>> L2 quote
%%(text-indent: 20px) 20 pixels %%
%%(text-indent: 30%) 30 percent %%
Bulleted Lists
<ul>
<li>item</li>
<li>item</li>
</ul>
* one
* two
** two alpha
** two beta
* three
* Item 1
** Item 1.1
* Item 2
Numbered Lists
<ol>
<li>item</li>
<li>item</li>
</ol>
# one
# two
## two alpha
## two beta
# three
# Item 1
## Item 1.1
# Item 2
Definition Lists
<dl>
<dt>item</dt>
<dt>item</dt>
</dl>
: term : definition
;term:definition
Horizontal Rule
<hr/>
---
----
remove Anwiki remove PageWork remove JSPWiki