PageWork vs. alphawiki vs. Anwiki

General Features PageWork alphawiki Anwiki
Version
0.4.8
v.20160608
0.2.5
Last Release Date
2010-07-20 (15 years ago)
2016-08-06 (9 years ago)
2010-12-13 (15 years ago)
Last Update here
2010-10-23 (15 years ago)
2016-09-10 (9 years ago)
2013-06-25 (12 years ago)
Author
Pitt Murmann
marty alain
Antoine Walter
URL
Free and Open Source
Yes
Yes
Yes
License
GPLv3
GNU-GPL
GPL 3
Programming Language
PHP
PHP+Javascript
PHP
Data Storage
Database, Files
Files
Database, Files
License Cost/ Fee
none
0
0
Development status
Mature
Mature
Mature
Intended Audience
Medium-sized sites
private users, small teams
Designed for multilingual contents and/or structured contents. Light, extensive and overridable architecture.
System Requirements PageWork alphawiki Anwiki
Operating System
Any
probably every OS
Linux, Windows, probably others
Root Access
No
Yes
No
Webserver
Any
Apache with PHP support
Apache, probably others with PHP support
Other Requirements
DBA with bdb or qdbm support
Datastorage PageWork alphawiki Anwiki
Text Files
Yes
Yes
No
MySQL
No
No
Yes
PostgreSQL
No
No
No
Oracle
No
No
No
SQLite
Patch
No
No
BerkeleyDB
Yes
No
No
RCS
No
No
No
Other
None
Extensible to any datastorage by implementing a custom driver
Security/Anti-Spam PageWork alphawiki Anwiki
Page Permissions
Yes
Yes
Yes
ACL
Yes
Yes
Yes
Authentication Backends
Proprietary
No
Extensible to any authentication backend by implementing a custom driver
Host Blocking
No
No
No
Mail Encryption
No
No
No
nofollow
Yes
No
No
Blacklist
No
No
No
CAPTCHA
No
No
Yes
Delayed Indexing
Yes
No
No
Development/Support PageWork alphawiki Anwiki
# of Consultants
Preconfigured Hosting
Yes
No
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
4 ⭐
Common Features PageWork alphawiki Anwiki
Preview
Yes
Yes
Yes
Minor Changes
Yes
Yes
No
Change Summary
Yes
No
Yes
Page History
Yes
Yes
Yes
Page Revisions
Unlimited
Unlimited
Restricted by Age or Number
Revision Diffs
Between all
No
Between all
Sitemap
Yes
Yes
Yes
Plugin System
Yes
Yes
Yes
Special Features PageWork alphawiki Anwiki
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Optional
Unknown
Yes
Interface Languages
2
German, English
1
English
5
German, English, Spanish, French, Italian
Email notification
No
No
No
Comments
Discussion Pages
Discussion Pages
No
Categories
Yes
Unknown
Unknown
Namespaces
Yes
Optional
Yes
Conflict Handling
Conflict Detection
Conflict Resolution
Page Locking
Concurrent Editing
Unknown
Unknown
Unknown
Search
Full Text
Full Text
Wiki Farming
Yes
No
Unknown
Structured Data
Yes
Unknown
Yes
Links PageWork alphawiki Anwiki
CamelCase
Yes
No
No
Freelinks
Yes
Yes
Yes
Backlinks
Yes
No
Yes
InterWiki
Yes
No
No
SisterWiki
Optional
No
No
Image Links
Yes
Yes
Yes
Windows Shares
No
No
Yes
Page Redirects
Yes
No
Unknown
Syntax Features PageWork alphawiki Anwiki
HTML Tags
All
Optional
All
Math formulas
Plugin
Yes
No
Tables
simple
simple + complex
none
CREOLE support
No
No
No
Markdown Support
No
No
No
Textile Support
No
No
No
BBCode Support
No
No
No
Emoticon Images
No
No
Plugin
Syntax Highlighting
Yes
No
No
Footnotes
Yes
Yes
No
Quoting
Yes
No
Plugin
Internal Comments
Yes
Yes
Unknown
Custom styles
Optional
Yes
Yes
FAQ Tags
Plugin
Unknown
Unknown
Scripting
lambdatalk, lambdalisp,javascript
Javascript ; PHP scripts can be enabled
Content Includes
Yes
Yes
Yes
Feed Aggregation
Yes
No
Yes
Usability PageWork alphawiki Anwiki
Section Editing
Yes
Optional
No
Page Templates
Yes
Yes
Yes
Double-Click Edit
No
No
No
Toolbar
Yes
No
No
WYSIWYG Editing
No
Yes
No
Access Keys
Yes
Optional
No
Auto Signature
No
Optional
No
Statistics PageWork alphawiki Anwiki
Recent Changes
Yes
Yes
Yes
Wanted Pages
Yes
No
No
Orphaned Pages
Yes
No
No
Most/Least Popular
No
No
No
Recent Visitors
No
Yes
No
Analysis
No
No
No
Output PageWork alphawiki Anwiki
Printer Friendly
Print View
Print CSS
Mobile Friendly
Optional
Yes
No
Themes & Skins
Optional
Yes
Unknown
RSS Feeds
Yes
No
Yes
ATOM Feeds
Yes
No
Unknown
Abbreviations
Yes
Optional
No
Auto-TOC
Yes
Yes
Yes
Raw Export
Plugin
Optional
Yes
HTML Export
Plugin
Optional
No
XML export
No
No
Yes
PDF Export
No
No
No
Office Export
Unknown
Unknown
Unknown
Media and Files PageWork alphawiki Anwiki
File Attachments
Yes
Yes
No
Media Revisions
Yes
No
No
Embedded Flash
Yes
Yes
Yes
Embedded Video
Yes
Yes
Yes
Image Editing
No
No
No
SVG Editing
No
Yes
No
MindMap Editing
No
No
No
Media Search
Keywords
No
No
Extras PageWork alphawiki Anwiki
Calendar
Plugin
Optional
No
Image Galleries
Plugin
Yes
No
Presentations
Unknown
Unknown
Unknown
Forums
Plugin
Yes
No
Blogs
Plugin
Optional
No
Ticket System
Plugin
No
No
Chat
Unknown
Unknown
Unknown
Syntax Examples PageWork alphawiki Anwiki
Internal Link
[[link]]
[[link|alternate text]]
1) standard syntax :
{a {@ href="?view=pixar"}pixar}
2) alternate wiki form :
[[pixar]]
<a href="en/home">go home</a>
External Link
http://www.wikimatrix.org/
1) standard syntax :
{a {@ href="http://www.pixar.com/"}pixar}
2) alternate wiki form :
[[pixar|http://www.pixar.com/]]
<a href="http://www.anwiki.com">Anwiki</a>
Headlines
= L1 =
== L2 ==
=== L3 ===
==== L4 ====
===== L5 =====

= L1
== L2
=== L3
==== L4
===== L5
1) standard syntax :
{h1 TITLE} from 1 to 6
2) alternate form :
_h1 TITLE (until end of line)
<h1>Title</h2>
<h2>Subtitle</h2>
...
Bold Format
This is '''bold''' (or rather, strong).
This is **bold**, too.
{b I am bold}
<b>bold</b>
Italics Format
This is in ''italics'' (or rather, emphasized).
This is in //italics//, too.
{i I am italic}
<i>italic</i>
Underline Format
This is __underlined__.
{u I am underline}
<u>underline</u>
Monospace Format
This is %%monospaced%%.
{pre I am monospace and preformated}
<tt>monospace</tt>
Strikethrough Format
This is --not-- important.
{del I am line-through}
<del>strikethrough</del>
Superscript Format
a^^2^^ = b^^2^^ + c^^2^^
E = mc{sup 2}
<sup>Anwiki</sup>
Subscript Format
p^^^n^^^ := {x^^^n^^^, y^^^n^^^, y^^^n^^^}
Vector low indiced : V{sub i} 
Vector high indiced: V{sup i}
Tensor : T{sub i}{sup j}
<sub>Anwiki</sub>
Images
{{image|image_file.suffix}}
{{image|image_file.suffix|alternate text}}
{{figure|image_file.suffix}}
{{figure|image_file.suffix|caption text}}
1) static image, simple :
{img {@ src="data/image.jpg"}}

2) static image, complete :
{img 
{@ src="data/image.jpg"  
height="200"
title="infotext"
}}

3) click_enlarging image :
{show 
{@ src="data/image.jpg"
height="200" 
width="400" 
title="infotext"
}}
<img src=""/>
Aligning Text
{{p|align:left|text of paragraph}}
{{p|align:center|text of paragraph}}
{{p|align:right|text of paragraph}}
{center I am centered}
<center>anwiki</center>
Text Indentation
> L1 quote
>> L2 quote
{p I am an indented paragraph.}
Bulleted Lists
* one
* two
** two alpha
** two beta
* three
1) standard :
{ul
{li item 1}
{li item 2}
}

2) alternative :
_ul item 1
_ul item 2
<ul>
<li>item</li>
<li>item</li>
</ul>
Numbered Lists
# one
# two
## two alpha
## two beta
# three
1) standard :
{ol
{li item 1}
{li item 2}
}

2) alternative :
_ol item 1
_ol item 2
<ol>
<li>item</li>
<li>item</li>
</ol>
Definition Lists
: term : definition
{dl
{dt one} 
{dd definition 1}
{dt two} 
{dd definition 2}
}
<dl>
<dt>item</dt>
<dt>item</dt>
</dl>
Horizontal Rule
---
{hr}
<hr/>
remove PageWork remove alphawiki remove Anwiki