alphawiki vs. PmWiki

General Features alphawiki PmWiki
Version
v.20160608
2.3.33
Last Release Date
2016-08-05 (7 years ago)
2024-04-20 (29 days ago)
Last Update here
2016-09-10 (7 years ago)
2024-04-21 (28 days ago)
Author
marty alain
Petko Yotov (Original author: Patrick R. Michaud)
URL
Free and Open Source
Yes
Yes
License
GNU-GPL
GPL2+
Programming Language
PHP+Javascript
PHP
Data Storage
Files
Files
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
private users, small teams
All
System Requirements alphawiki PmWiki
Operating System
probably every OS
Linux, UNIX, Windows, MacOS X, probably others
Root Access
Yes
No
Webserver
Apache with PHP support
Apache, IIS, anything with PHP support. Can also be run w/o a webserver.
Other Requirements
none
Datastorage alphawiki PmWiki
Text Files
Yes
Yes
MySQL
No
Plugin
PostgreSQL
No
No
Oracle
No
No
SQLite
No
Plugin
BerkeleyDB
No
No
RCS
No
Plugin
Other
None
Compressed, XML and/or ephemeral files (modules). Can provide custom data backends.
Security/Anti-Spam alphawiki PmWiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
No
Internal: per page, per group, per user, per user group. External: .htpasswd, LDAP, Active Directory. Plugins: Mailman, forums w/MySQL, oAuth, custom possible.
Host Blocking
No
Optional
Mail Encryption
No
Optional
nofollow
No
Yes
Blacklist
No
Optional
CAPTCHA
No
Plugin
Delayed Indexing
No
Optional
Development/Support alphawiki PmWiki
# 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 PmWiki
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 PmWiki
Unicode Support
Yes
Yes
Right-to-Left Support
Unknown
Optional
Interface Languages
1
English
38
Arabic, Bulgarian, Breton, Catalan, Czech, Danish, German, Greek, English, Esperanto, Spanish, Persian, Finnish, French, Hungarian, Indonesian, Italian, Japanese, Lithuanian, Latvian, Lettish, Macedonian, Dutch, Norwegian, Polish, Portuguese, Brazilian Portuguese, Romanian, Russian, Slovak, Slovenian, Albanian, Swedish, Tamil, Turkish, Ukrainian, Vietnamese, Chinese, Chinese Traditional
Email notification
No
Optional
Comments
Discussion Pages
Discussion Pages
Categories
Unknown
Yes
Namespaces
Optional
Yes
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
Unknown
Yes
Search
Full Text
Full Text
Wiki Farming
No
Yes
Structured Data
Unknown
Yes
Links alphawiki PmWiki
CamelCase
No
Optional
Freelinks
Yes
Yes
Backlinks
No
Yes
InterWiki
No
Yes
SisterWiki
No
Plugin
Image Links
Yes
Yes
Windows Shares
No
Yes
Page Redirects
No
Yes
Syntax Features alphawiki PmWiki
HTML Tags
Optional
Plugin
Math formulas
Yes
Plugin
Tables
simple + complex
simple + complex
CREOLE support
No
Optional
Markdown Support
No
Plugin
Textile Support
No
No
BBCode Support
No
Plugin
Emoticon Images
No
Plugin
Syntax Highlighting
No
Optional
Footnotes
Yes
Plugin
Quoting
No
Plugin
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
Unknown
Yes
Scripting
lambdatalk, lambdalisp,javascript
MarkupExpressions (core, many add-ons). PageLists with templates (core structured data scripting). WikiSh (plugin), Data forms (optional)
Content Includes
Yes
Yes
Feed Aggregation
No
Plugin
Usability alphawiki PmWiki
Section Editing
Optional
Plugin
Page Templates
Yes
Yes
Double-Click Edit
No
Plugin
Toolbar
No
Optional
WYSIWYG Editing
Yes
Plugin
Access Keys
Optional
Yes
Auto Signature
Optional
Yes
Statistics alphawiki PmWiki
Recent Changes
Yes
Yes
Wanted Pages
No
Optional
Orphaned Pages
No
Optional
Most/Least Popular
No
No
Recent Visitors
Yes
Plugin
Analysis
No
Plugin
Output alphawiki PmWiki
Printer Friendly
Print CSS
Print View
Mobile Friendly
Yes
Yes
Themes & Skins
Yes
Yes
RSS Feeds
No
Optional
ATOM Feeds
No
Optional
Abbreviations
Optional
Plugin
Auto-TOC
Yes
Optional
Raw Export
Optional
Yes
HTML Export
Optional
Plugin
XML export
No
Plugin
PDF Export
No
Plugin
Office Export
Unknown
Plugin
Media and Files alphawiki PmWiki
File Attachments
Yes
Optional
Media Revisions
No
Optional
Embedded Flash
Yes
Plugin
Embedded Video
Yes
Plugin
Image Editing
No
Plugin
SVG Editing
Yes
No
MindMap Editing
No
Plugin
Media Search
No
Filenames only
Extras alphawiki PmWiki
Calendar
Optional
Plugin
Image Galleries
Yes
Plugin
Presentations
Unknown
Plugin
Forums
Yes
Plugin
Blogs
Optional
Plugin
Ticket System
No
Plugin
Chat
Unknown
No
Syntax Examples alphawiki PmWiki
Internal Link
1) standard syntax :
{a {@ href="?view=pixar"}pixar}
2) alternate wiki form :
[[pixar]]
[[page name]]
[[page name | link text]]
[[link text -> page name]]
[[#anchor]]
[[#anchor|link to anchor]]
[[page name #anchor]]
External Link
1) standard syntax :
{a {@ href="http://www.pixar.com/"}pixar}
2) alternate wiki form :
[[pixar|http://www.pixar.com/]]
http://....
[[http://... | link text]]
[[link text -> http://...]]
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
Bold Format
{b I am bold}
'''bold'''
Italics Format
{i I am italic}
''italic''
Underline Format
{u I am underline}
{+underlined+}
Monospace Format
{pre I am monospace and preformated}
@@monospace@@
Strikethrough Format
{del I am line-through}
{-strikethrough-}
Superscript Format
E = mc{sup 2}
'^superscript^'
Subscript Format
Vector low indiced : V{sub i} 
Vector high indiced: V{sup i}
Tensor : T{sub i}{sup j}
'_subscript_'
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"
}}
https://foo.bar/foo.jpg
Attach:foo.jpg
Attach:foo.jpg"alt/title text" | Caption
Aligning Text
{center I am centered}
%center% centered text
%right% right aligned
%lfloat% left floating text
%rfloat% right floating text
%rframe% right floating frame
%lframe% left floating frame
Text Indentation
{p I am an indented paragraph.}
-> indented text
--> more indentation
-< hanging text
--< more indentation
Bulleted Lists
1) standard :
{ul
{li item 1}
{li item 2}
}

2) alternative :
_ul item 1
_ul item 2
* Item 1
** Item 1.1
* Item 2
alternatively, indented:
* 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
# Item 1
## Item 1.1
# Item 2
alternatively, indented:
# Item 1
# Item 1.1
# Item 2
Definition Lists
{dl
{dt one} 
{dd definition 1}
{dt two} 
{dd definition 2}
}
: term : definition
Horizontal Rule
{hr}
----
remove alphawiki remove PmWiki