PageWork vs. alphawiki

General Features PageWork alphawiki
Version
0.4.8
v.20160608
Last Release Date
2010-07-20 (15 years ago)
2016-08-06 (9 years ago)
Last Update here
2010-10-23 (15 years ago)
2016-09-10 (9 years ago)
Author
Pitt Murmann
marty alain
URL
Free and Open Source
Yes
Yes
License
GPLv3
GNU-GPL
Programming Language
PHP
PHP+Javascript
Data Storage
Database, Files
Files
License Cost/ Fee
none
0
Development status
Mature
Mature
Intended Audience
Medium-sized sites
private users, small teams
System Requirements PageWork alphawiki
Operating System
Any
probably every OS
Root Access
No
Yes
Webserver
Any
Apache with PHP support
Other Requirements
DBA with bdb or qdbm support
Datastorage PageWork alphawiki
Text Files
Yes
Yes
MySQL
No
No
PostgreSQL
No
No
Oracle
No
No
SQLite
Patch
No
BerkeleyDB
Yes
No
RCS
No
No
Other
None
Security/Anti-Spam PageWork alphawiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
Proprietary
No
Host Blocking
No
No
Mail Encryption
No
No
nofollow
Yes
No
Blacklist
No
No
CAPTCHA
No
No
Delayed Indexing
Yes
No
Development/Support PageWork alphawiki
# of Consultants
Preconfigured Hosting
Yes
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
Common Features PageWork alphawiki
Preview
Yes
Yes
Minor Changes
Yes
Yes
Change Summary
Yes
No
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
Between all
No
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features PageWork alphawiki
Unicode Support
Yes
Yes
Right-to-Left Support
Optional
Unknown
Interface Languages
2
German, English
1
English
Email notification
No
No
Comments
Discussion Pages
Discussion Pages
Categories
Yes
Unknown
Namespaces
Yes
Optional
Conflict Handling
Conflict Detection
Conflict Resolution
Concurrent Editing
Unknown
Unknown
Search
Full Text
Full Text
Wiki Farming
Yes
No
Structured Data
Yes
Unknown
Links PageWork alphawiki
CamelCase
Yes
No
Freelinks
Yes
Yes
Backlinks
Yes
No
InterWiki
Yes
No
SisterWiki
Optional
No
Image Links
Yes
Yes
Windows Shares
No
No
Page Redirects
Yes
No
Syntax Features PageWork alphawiki
HTML Tags
All
Optional
Math formulas
Plugin
Yes
Tables
simple
simple + complex
CREOLE support
No
No
Markdown Support
No
No
Textile Support
No
No
BBCode Support
No
No
Emoticon Images
No
No
Syntax Highlighting
Yes
No
Footnotes
Yes
Yes
Quoting
Yes
No
Internal Comments
Yes
Yes
Custom styles
Optional
Yes
FAQ Tags
Plugin
Unknown
Scripting
lambdatalk, lambdalisp,javascript
Content Includes
Yes
Yes
Feed Aggregation
Yes
No
Usability PageWork alphawiki
Section Editing
Yes
Optional
Page Templates
Yes
Yes
Double-Click Edit
No
No
Toolbar
Yes
No
WYSIWYG Editing
No
Yes
Access Keys
Yes
Optional
Auto Signature
No
Optional
Statistics PageWork alphawiki
Recent Changes
Yes
Yes
Wanted Pages
Yes
No
Orphaned Pages
Yes
No
Most/Least Popular
No
No
Recent Visitors
No
Yes
Analysis
No
No
Output PageWork alphawiki
Printer Friendly
Print View
Print CSS
Mobile Friendly
Optional
Yes
Themes & Skins
Optional
Yes
RSS Feeds
Yes
No
ATOM Feeds
Yes
No
Abbreviations
Yes
Optional
Auto-TOC
Yes
Yes
Raw Export
Plugin
Optional
HTML Export
Plugin
Optional
XML export
No
No
PDF Export
No
No
Office Export
Unknown
Unknown
Media and Files PageWork alphawiki
File Attachments
Yes
Yes
Media Revisions
Yes
No
Embedded Flash
Yes
Yes
Embedded Video
Yes
Yes
Image Editing
No
No
SVG Editing
No
Yes
MindMap Editing
No
No
Media Search
Keywords
No
Extras PageWork alphawiki
Calendar
Plugin
Optional
Image Galleries
Plugin
Yes
Presentations
Unknown
Unknown
Forums
Plugin
Yes
Blogs
Plugin
Optional
Ticket System
Plugin
No
Chat
Unknown
Unknown
Syntax Examples PageWork alphawiki
Internal Link
[[link]]
[[link|alternate text]]
1) standard syntax :
{a {@ href="?view=pixar"}pixar}
2) alternate wiki form :
[[pixar]]
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/]]
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)
Bold Format
This is '''bold''' (or rather, strong).
This is **bold**, too.
{b I am bold}
Italics Format
This is in ''italics'' (or rather, emphasized).
This is in //italics//, too.
{i I am italic}
Underline Format
This is __underlined__.
{u I am underline}
Monospace Format
This is %%monospaced%%.
{pre I am monospace and preformated}
Strikethrough Format
This is --not-- important.
{del I am line-through}
Superscript Format
a^^2^^ = b^^2^^ + c^^2^^
E = mc{sup 2}
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}
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"
}}
Aligning Text
{{p|align:left|text of paragraph}}
{{p|align:center|text of paragraph}}
{{p|align:right|text of paragraph}}
{center I am centered}
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
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
Definition Lists
: term : definition
{dl
{dt one} 
{dd definition 1}
{dt two} 
{dd definition 2}
}
Horizontal Rule
---
{hr}
remove PageWork remove alphawiki