alphawiki vs. PageWork

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