alphawiki vs. PageWork vs. PukiWiki

General Features alphawiki PageWork PukiWiki
Version
v.20160608
0.4.8
1.5.1
Last Release Date
2016-08-06 (9 years ago)
2010-07-20 (15 years ago)
2016-03-07 (10 years ago)
Last Update here
2016-09-10 (9 years ago)
2010-10-23 (15 years ago)
2016-03-23 (10 years ago)
Author
marty alain
Pitt Murmann
PukiWiki Development Team
URL
Free and Open Source
Yes
Yes
Yes
License
GNU-GPL
GPLv3
GPL version 2 or (at your option) any later version
Programming Language
PHP+Javascript
PHP
PHP
Data Storage
Files
Database, Files
Files
License Cost/ Fee
0
none
0
Development status
Mature
Mature
Mature
Intended Audience
private users, small teams
Medium-sized sites
One theme, one PukiWiki
System Requirements alphawiki PageWork PukiWiki
Operating System
probably every OS
Any
OS independent
Root Access
Yes
No
No
Webserver
Apache with PHP support
Any
Apache, IIS, anything with PHP support
Other Requirements
DBA with bdb or qdbm support
tar with "-p" option, or unzip for install. "mbstring" PHP extension for multi-bite support. backup feature wants 'zip' PHP extension.
Datastorage alphawiki PageWork PukiWiki
Text Files
Yes
Yes
Yes
MySQL
No
No
No
PostgreSQL
No
No
No
Oracle
No
No
No
SQLite
No
Patch
No
BerkeleyDB
No
Yes
No
RCS
No
No
No
Other
None
zip-compressed text files for backup (with "zip" PHP extension)
Security/Anti-Spam alphawiki PageWork PukiWiki
Page Permissions
Yes
Yes
Yes
ACL
Yes
Yes
Yes
Authentication Backends
No
Proprietary
LDIF strings compatible with OpenLDAP, LDAP
Host Blocking
No
No
Patch
Mail Encryption
No
No
No
nofollow
No
Yes
Yes
Blacklist
No
No
Patch
CAPTCHA
No
No
No
Delayed Indexing
No
Yes
No
Development/Support alphawiki PageWork PukiWiki
# of Consultants
Preconfigured Hosting
No
Yes
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
#pukiwiki
Stars on GitHub
N/A
N/A
N/A
Common Features alphawiki PageWork PukiWiki
Preview
Yes
Yes
Yes
Minor Changes
Yes
Yes
No
Change Summary
No
Yes
No
Page History
Yes
Yes
Yes
Page Revisions
Unlimited
Unlimited
Restricted by Number
Revision Diffs
No
Between all
To current
Sitemap
Yes
Yes
Yes
Plugin System
Yes
Yes
Yes
Special Features alphawiki PageWork PukiWiki
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Unknown
Optional
No
Interface Languages
1
English
2
German, English
5
German, English, Japanese, Korean, Twi
Email notification
No
No
Yes
Comments
Discussion Pages
Discussion Pages
Plugin
Categories
Unknown
Yes
No
Namespaces
Optional
Yes
No
Conflict Handling
Conflict Resolution
Conflict Detection
Conflict Detection
Concurrent Editing
Unknown
Unknown
Unknown
Search
Full Text
Full Text
Full Text
Wiki Farming
No
Yes
No
Structured Data
Unknown
Yes
No
Links alphawiki PageWork PukiWiki
CamelCase
No
Yes
Yes
Freelinks
Yes
Yes
Yes
Backlinks
No
Yes
Yes
InterWiki
No
Yes
Yes
SisterWiki
No
Optional
No
Image Links
Yes
Yes
Yes
Windows Shares
No
No
Patch
Page Redirects
No
Yes
No
Syntax Features alphawiki PageWork PukiWiki
HTML Tags
Optional
All
Plugin
Math formulas
Yes
Plugin
Plugin
Tables
simple + complex
simple
complex
CREOLE support
No
No
No
Markdown Support
No
No
No
Textile Support
No
No
No
BBCode Support
No
No
No
Emoticon Images
No
No
Yes
Syntax Highlighting
No
Yes
Plugin
Footnotes
Yes
Yes
Yes
Quoting
No
Yes
Optional
Internal Comments
Yes
Yes
Yes
Custom styles
Yes
Optional
Yes
FAQ Tags
Unknown
Plugin
No
Scripting
lambdatalk, lambdalisp,javascript
plugins(PHP), skins(PHP), CSSes(PHP,CSS)
Content Includes
Yes
Yes
Plugin
Feed Aggregation
No
Yes
Plugin
Usability alphawiki PageWork PukiWiki
Section Editing
Optional
Yes
Patch
Page Templates
Yes
Yes
Yes
Double-Click Edit
No
No
No
Toolbar
No
Yes
Patch
WYSIWYG Editing
Yes
No
No
Access Keys
Optional
Yes
Yes
Auto Signature
Optional
No
No
Statistics alphawiki PageWork PukiWiki
Recent Changes
Yes
Yes
Yes
Wanted Pages
No
Yes
Plugin
Orphaned Pages
No
Yes
No
Most/Least Popular
No
No
Plugin
Recent Visitors
Yes
No
No
Analysis
No
No
No
Output alphawiki PageWork PukiWiki
Printer Friendly
Print CSS
Print View
Print CSS
Mobile Friendly
Yes
Optional
Optional
Themes & Skins
Yes
Optional
Yes
RSS Feeds
No
Yes
Plugin
ATOM Feeds
No
Yes
Plugin
Abbreviations
Optional
Yes
No
Auto-TOC
Yes
Yes
Plugin
Raw Export
Optional
Plugin
Plugin
HTML Export
Optional
Plugin
No
XML export
No
No
No
PDF Export
No
No
No
Office Export
Unknown
Unknown
Unknown
Media and Files alphawiki PageWork PukiWiki
File Attachments
Yes
Yes
Plugin
Media Revisions
No
Yes
No
Embedded Flash
Yes
Yes
Plugin
Embedded Video
Yes
Yes
Plugin
Image Editing
No
No
Plugin
SVG Editing
Yes
No
No
MindMap Editing
No
No
No
Media Search
No
Keywords
No
Extras alphawiki PageWork PukiWiki
Calendar
Optional
Plugin
Plugin
Image Galleries
Yes
Plugin
No
Presentations
Unknown
Unknown
Unknown
Forums
Yes
Plugin
Optional
Blogs
Optional
Plugin
Optional
Ticket System
No
Plugin
Optional
Chat
Unknown
Unknown
Unknown
Syntax Examples alphawiki PageWork PukiWiki
Internal Link
1) standard syntax :
{a {@ href="?view=pixar"}pixar}
2) alternate wiki form :
[[pixar]]
[[link]]
[[link|alternate text]]
PageNameAsWikiName
[[PageName]]
[[link text>PageName]]
External Link
1) standard syntax :
{a {@ href="http://www.pixar.com/"}pixar}
2) alternate wiki form :
[[pixar|http://www.pixar.com/]]
http://www.wikimatrix.org/
http://....
[[link text>http://....]]
[[interwiki:keyphrase]]
[[link text>interwiki:keyphrase]]
Headlines
1) standard syntax :
{h1 TITLE} from 1 to 6
2) alternate form :
_h1 TITLE (until end of line)
= L1 =
== L2 ==
=== L3 ===
==== L4 ====
===== L5 =====

= L1
== L2
=== L3
==== L4
===== L5
* Level 1
** Level 2
*** Level 3
Bold Format
{b I am bold}
This is '''bold''' (or rather, strong).
This is **bold**, too.
''bold''
Italics Format
{i I am italic}
This is in ''italics'' (or rather, emphasized).
This is in //italics//, too.
'''italic'''
Underline Format
{u I am underline}
This is __underlined__.
%%%underlined%%%
Monospace Format
{pre I am monospace and preformated}
This is %%monospaced%%.
N/A
Strikethrough Format
{del I am line-through}
This is --not-- important.
%%strikethrough%%
Superscript Format
E = mc{sup 2}
a^^2^^ = b^^2^^ + c^^2^^
N/A
Subscript Format
Vector low indiced : V{sub i} 
Vector high indiced: V{sup i}
Tensor : T{sub i}{sup j}
p^^^n^^^ := {x^^^n^^^, y^^^n^^^, y^^^n^^^}
N/A
Images
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"
}}
{{image|image_file.suffix}}
{{image|image_file.suffix|alternate text}}
{{figure|image_file.suffix}}
{{figure|image_file.suffix|caption text}}
#ref(pagename/filename[,option])
&ref(pagename/filename[,option]);
&ref(http://foo.bar/foo.jpg[,option]);
http://foo.bar/foo.jpg
Aligning Text
{center I am centered}
{{p|align:left|text of paragraph}}
{{p|align:center|text of paragraph}}
{{p|align:right|text of paragraph}}
CENTER:center
RIGHT:right
LEFT:left
Text Indentation
{p I am an indented paragraph.}
> L1 quote
>> L2 quote
N/A
Bulleted Lists
1) standard :
{ul
{li item 1}
{li item 2}
}

2) alternative :
_ul item 1
_ul item 2
* one
* two
** two alpha
** two beta
* three
- Item 1
-- Item 1.1
- Item 2
Numbered Lists
1) standard :
{ol
{li item 1}
{li item 2}
}

2) alternative :
_ol item 1
_ol item 2
# one
# two
## two alpha
## two beta
# three
+ Item 1
++ Item 1.1
+ Item 2
Definition Lists
{dl
{dt one} 
{dd definition 1}
{dt two} 
{dd definition 2}
}
: term : definition
:term|definition
Horizontal Rule
{hr}
---
--------------------
remove alphawiki remove PageWork remove PukiWiki