alphawiki vs. PBwiki

General Features alphawiki PBwiki
Version
v.20160608
N/A
Last Release Date
2016-08-05 (7 years ago)
N/A
Last Update here
2016-09-10 (7 years ago)
2010-08-16 (13 years ago)
Author
marty alain
PBworks
URL
Free and Open Source
Yes
N/A
License
GNU-GPL
N/A
Programming Language
PHP+Javascript
N/A
Data Storage
Files
N/A
License Cost/ Fee
0
Determined by Solution Needs
Development status
Mature
N/A
Intended Audience
private users, small teams
Business Enterprises
Hosting Features alphawiki PBwiki
Storage Quota
N/A
No limit
Bandwidth Quota
N/A
No limit
Other Limits
N/A
None
Topic Restrictions
N/A
None
Corporate Branding
N/A
Yes
Own Domain
N/A
Yes
Ads allowed
N/A
Yes
System Requirements alphawiki PBwiki
Operating System
probably every OS
N/A
Root Access
Yes
N/A
Webserver
Apache with PHP support
N/A
Other Requirements
N/A
Datastorage alphawiki PBwiki
Text Files
Yes
N/A
MySQL
No
N/A
PostgreSQL
No
N/A
Oracle
No
N/A
SQLite
No
N/A
BerkeleyDB
No
N/A
RCS
No
N/A
Other
None
N/A
Security/Anti-Spam alphawiki PBwiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
No
N/A
Host Blocking
No
Optional
Mail Encryption
No
No
nofollow
No
No
Blacklist
No
Optional
CAPTCHA
No
No
Delayed Indexing
No
No
Development/Support alphawiki PBwiki
# of Consultants
Preconfigured Hosting
No
N/A
Code Repository
N/A
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
Common Features alphawiki PBwiki
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 PBwiki
Unicode Support
Yes
Yes
Right-to-Left Support
Unknown
Yes
Interface Languages
1
English
1
English
Email notification
No
Yes
Comments
Discussion Pages
Threaded
Categories
Unknown
Yes
Namespaces
Optional
Yes
Conflict Handling
Conflict Resolution
Page Locking
Concurrent Editing
Unknown
Unknown
Search
Full Text
Full Text
Wiki Farming
No
N/A
Structured Data
Unknown
Plugin
Links alphawiki PBwiki
CamelCase
No
Yes
Freelinks
Yes
Yes
Backlinks
No
Yes
InterWiki
No
Yes
SisterWiki
No
Yes
Image Links
Yes
Yes
Windows Shares
No
Optional
Page Redirects
No
Unknown
Syntax Features alphawiki PBwiki
HTML Tags
Optional
All
Math formulas
Yes
Yes
Tables
simple + complex
simple + complex
CREOLE support
No
No
Markdown Support
No
No
Textile Support
No
No
BBCode Support
No
No
Emoticon Images
No
Yes
Syntax Highlighting
No
Yes
Footnotes
Yes
Yes
Quoting
No
Yes
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
Unknown
Yes
Scripting
lambdatalk, lambdalisp,javascript
Javascript
Content Includes
Yes
Plugin
Feed Aggregation
No
Yes
Usability alphawiki PBwiki
Section Editing
Optional
Plugin
Page Templates
Yes
Yes
Double-Click Edit
No
No
Toolbar
No
Yes
WYSIWYG Editing
Yes
Yes
Access Keys
Optional
Yes
Auto Signature
Optional
No
Statistics alphawiki PBwiki
Recent Changes
Yes
Yes
Wanted Pages
No
Optional
Orphaned Pages
No
No
Most/Least Popular
No
Yes
Recent Visitors
Yes
Yes
Analysis
No
Optional
Output alphawiki PBwiki
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
Yes
Yes
Themes & Skins
Yes
Yes
RSS Feeds
No
Yes
ATOM Feeds
No
Yes
Abbreviations
Optional
Yes
Auto-TOC
Yes
Yes
Raw Export
Optional
Yes
HTML Export
Optional
Yes
XML export
No
Yes
PDF Export
No
Yes
Office Export
Unknown
Unknown
Media and Files alphawiki PBwiki
File Attachments
Yes
Yes
Media Revisions
No
Yes
Embedded Flash
Yes
Yes
Embedded Video
Yes
Yes
Image Editing
No
Yes
SVG Editing
Yes
Yes
MindMap Editing
No
Yes
Media Search
No
Contents
Extras alphawiki PBwiki
Calendar
Optional
Yes
Image Galleries
Yes
Yes
Presentations
Unknown
Unknown
Forums
Yes
Plugin
Blogs
Optional
Optional
Ticket System
No
Plugin
Chat
Unknown
Unknown
Syntax Examples alphawiki PBwiki
Internal Link
1) standard syntax :
{a {@ href="?view=pixar"}pixar}
2) alternate wiki form :
[[pixar]]
CamelCaseLink or [Free Link]
External Link
1) standard syntax :
{a {@ href="http://www.pixar.com/"}pixar}
2) alternate wiki form :
[[pixar|http://www.pixar.com/]]
[http://www.externallink.com]
Headlines
1) standard syntax :
{h1 TITLE} from 1 to 6
2) alternate form :
_h1 TITLE (until end of line)
! Level 1
!! Level 2
!!! Level 3
!!!! Level 4
!!!!! Level 5
!!!!!! Level 6
Bold Format
{b I am bold}
**bold**
Italics Format
{i I am italic}
''italics''
Underline Format
{u I am underline}
__underline__
Monospace Format
{pre I am monospace and preformated}
<code>monospace</code>
Strikethrough Format
{del I am line-through}
-strikethrough-
Superscript Format
E = mc{sup 2}
<sup>superscript</sup>
Subscript Format
Vector low indiced : V{sub i} 
Vector high indiced: V{sup i}
Tensor : T{sub i}{sup j}
<sub>subscript</sub>
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"
}}
[http://www.imagelocation.com/image.jpg
Aligning Text
{center I am centered}
<left>, <center>, <right>
Text Indentation
{p I am an indented paragraph.}
Indented block
Bulleted Lists
1) standard :
{ul
{li item 1}
{li item 2}
}

2) alternative :
_ul item 1
_ul item 2
* Bullet #1
* Bullet #2
** SubBullet #1
Numbered Lists
1) standard :
{ol
{li item 1}
{li item 2}
}

2) alternative :
_ol item 1
_ol item 2
# Number #1
# Number #2
Definition Lists
{dl
{dt one} 
{dd definition 1}
{dt two} 
{dd definition 2}
}
<dl>
</dl>
Horizontal Rule
{hr}
---
remove alphawiki remove PBwiki