alphawiki vs. PukiWiki

General Features alphawiki PukiWiki
Version
v.20160608
1.5.1
Last Release Date
2016-08-06 (9 years ago)
2016-03-07 (10 years ago)
Last Update here
2016-09-10 (9 years ago)
2016-03-23 (9 years ago)
Author
marty alain
PukiWiki Development Team
URL
Free and Open Source
Yes
Yes
License
GNU-GPL
GPL version 2 or (at your option) any later version
Programming Language
PHP+Javascript
PHP
Data Storage
Files
Files
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
private users, small teams
One theme, one PukiWiki
System Requirements alphawiki PukiWiki
Operating System
probably every OS
OS independent
Root Access
Yes
No
Webserver
Apache with PHP support
Apache, IIS, anything with PHP support
Other Requirements
tar with "-p" option, or unzip for install. "mbstring" PHP extension for multi-bite support. backup feature wants 'zip' PHP extension.
Datastorage alphawiki PukiWiki
Text Files
Yes
Yes
MySQL
No
No
PostgreSQL
No
No
Oracle
No
No
SQLite
No
No
BerkeleyDB
No
No
RCS
No
No
Other
None
zip-compressed text files for backup (with "zip" PHP extension)
Security/Anti-Spam alphawiki PukiWiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
No
LDIF strings compatible with OpenLDAP, LDAP
Host Blocking
No
Patch
Mail Encryption
No
No
nofollow
No
Yes
Blacklist
No
Patch
CAPTCHA
No
No
Delayed Indexing
No
No
Development/Support alphawiki PukiWiki
# of Consultants
Preconfigured Hosting
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
#pukiwiki
Stars on GitHub
N/A
N/A
Common Features alphawiki PukiWiki
Preview
Yes
Yes
Minor Changes
Yes
No
Change Summary
No
No
Page History
Yes
Yes
Page Revisions
Unlimited
Restricted by Number
Revision Diffs
No
To current
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features alphawiki PukiWiki
Unicode Support
Yes
Yes
Right-to-Left Support
Unknown
No
Interface Languages
1
English
5
German, English, Japanese, Korean, Twi
Email notification
No
Yes
Comments
Discussion Pages
Plugin
Categories
Unknown
No
Namespaces
Optional
No
Conflict Handling
Conflict Resolution
Conflict Detection
Concurrent Editing
Unknown
Unknown
Search
Full Text
Full Text
Wiki Farming
No
No
Structured Data
Unknown
No
Links alphawiki PukiWiki
CamelCase
No
Yes
Freelinks
Yes
Yes
Backlinks
No
Yes
InterWiki
No
Yes
SisterWiki
No
No
Image Links
Yes
Yes
Windows Shares
No
Patch
Page Redirects
No
No
Syntax Features alphawiki PukiWiki
HTML Tags
Optional
Plugin
Math formulas
Yes
Plugin
Tables
simple + complex
complex
CREOLE support
No
No
Markdown Support
No
No
Textile Support
No
No
BBCode Support
No
No
Emoticon Images
No
Yes
Syntax Highlighting
No
Plugin
Footnotes
Yes
Yes
Quoting
No
Optional
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
Unknown
No
Scripting
lambdatalk, lambdalisp,javascript
plugins(PHP), skins(PHP), CSSes(PHP,CSS)
Content Includes
Yes
Plugin
Feed Aggregation
No
Plugin
Usability alphawiki PukiWiki
Section Editing
Optional
Patch
Page Templates
Yes
Yes
Double-Click Edit
No
No
Toolbar
No
Patch
WYSIWYG Editing
Yes
No
Access Keys
Optional
Yes
Auto Signature
Optional
No
Statistics alphawiki PukiWiki
Recent Changes
Yes
Yes
Wanted Pages
No
Plugin
Orphaned Pages
No
No
Most/Least Popular
No
Plugin
Recent Visitors
Yes
No
Analysis
No
No
Output alphawiki PukiWiki
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
Yes
Optional
Themes & Skins
Yes
Yes
RSS Feeds
No
Plugin
ATOM Feeds
No
Plugin
Abbreviations
Optional
No
Auto-TOC
Yes
Plugin
Raw Export
Optional
Plugin
HTML Export
Optional
No
XML export
No
No
PDF Export
No
No
Office Export
Unknown
Unknown
Media and Files alphawiki PukiWiki
File Attachments
Yes
Plugin
Media Revisions
No
No
Embedded Flash
Yes
Plugin
Embedded Video
Yes
Plugin
Image Editing
No
Plugin
SVG Editing
Yes
No
MindMap Editing
No
No
Media Search
No
No
Extras alphawiki PukiWiki
Calendar
Optional
Plugin
Image Galleries
Yes
No
Presentations
Unknown
Unknown
Forums
Yes
Optional
Blogs
Optional
Optional
Ticket System
No
Optional
Chat
Unknown
Unknown
Syntax Examples alphawiki PukiWiki
Internal Link
1) standard syntax :
{a {@ href="?view=pixar"}pixar}
2) alternate wiki form :
[[pixar]]
PageNameAsWikiName
[[PageName]]
[[link text>PageName]]
External Link
1) standard syntax :
{a {@ href="http://www.pixar.com/"}pixar}
2) alternate wiki form :
[[pixar|http://www.pixar.com/]]
http://....
[[link text>http://....]]
[[interwiki:keyphrase]]
[[link text>interwiki:keyphrase]]
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}
N/A
Strikethrough Format
{del I am line-through}
%%strikethrough%%
Superscript Format
E = mc{sup 2}
N/A
Subscript Format
Vector low indiced : V{sub i} 
Vector high indiced: V{sup i}
Tensor : T{sub i}{sup j}
N/A
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"
}}
#ref(pagename/filename[,option])
&ref(pagename/filename[,option]);
&ref(http://foo.bar/foo.jpg[,option]);
http://foo.bar/foo.jpg
Aligning Text
{center I am centered}
CENTER:center
RIGHT:right
LEFT:left
Text Indentation
{p I am an indented paragraph.}
N/A
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
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
Definition Lists
{dl
{dt one} 
{dd definition 1}
{dt two} 
{dd definition 2}
}
:term|definition
Horizontal Rule
{hr}
--------------------
remove alphawiki remove PukiWiki