WikiCrowd vs. alphawiki vs. PageWork

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