alphawiki vs. ButorWiki vs. TWiki

General Features alphawiki ButorWiki TWiki
Version
v.20160608
2.2.1
TWiki-6.1.0
Last Release Date
2016-08-06 (9 years ago)
2007-03-09 (19 years ago)
2018-07-16 (7 years ago)
Last Update here
2016-09-10 (9 years ago)
2007-07-30 (18 years ago)
2019-07-19 (6 years ago)
Author
marty alain
Aiman Sawan
Peter Thoeny, TWiki community
URL
Free and Open Source
Yes
Yes
Yes
License
GNU-GPL
LGPL
GPL
Programming Language
PHP+Javascript
Java
Perl, JavaScript
Data Storage
Files
Files
Files, RCS
License Cost/ Fee
0
0
N/A
Development status
Mature
Mature
Mature
Intended Audience
private users, small teams
SMB
Large enterprise; small to medium businesses
System Requirements alphawiki ButorWiki TWiki
Operating System
probably every OS
Any platform that can run Java 1.4+
Linux, Windows, OS-X and other
Root Access
Yes
No
No
Webserver
Apache with PHP support
Any webserver
Almost any webserver, typically Apache and Ngnix
Other Requirements
Tomcat 4.1 +
RCS (optional), cron/scheduler, fgrep, egrep; Plugins may have additional dependencies
Datastorage alphawiki ButorWiki TWiki
Text Files
Yes
Yes
Yes
MySQL
No
No
No
PostgreSQL
No
No
No
Oracle
No
No
No
SQLite
No
No
No
BerkeleyDB
No
No
No
RCS
No
No
Yes
Other
None
RcsLite Perl library for version control without external RCS; backend API for other storage
Security/Anti-Spam alphawiki ButorWiki TWiki
Page Permissions
Yes
Yes
Yes
ACL
Yes
Yes
Yes
Authentication Backends
No
None
Internal authentication; anything Apache supports such as LDAP, NIS, AD, Kerberos
Host Blocking
No
Unknown
Plugin
Mail Encryption
No
Unknown
Yes
nofollow
No
Unknown
Plugin
Blacklist
No
Unknown
Plugin
CAPTCHA
No
Unknown
Plugin
Delayed Indexing
No
Yes
Plugin
Development/Support alphawiki ButorWiki TWiki
# 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 alphawiki ButorWiki TWiki
Preview
Yes
Yes
Yes
Minor Changes
Yes
No
Yes
Change Summary
No
Yes
Yes
Page History
Yes
Yes
Yes
Page Revisions
Unlimited
Unlimited
Unlimited
Revision Diffs
No
Between all
Between all
Sitemap
Yes
Yes
Yes
Plugin System
Yes
No
Yes
Special Features alphawiki ButorWiki TWiki
Unicode Support
Yes
No
Yes
Right-to-Left Support
Unknown
Unknown
No
Interface Languages
1
English
1
English
19
Bulgarian, Czech, Danish, German, English, Spanish, Finnish, French, Italian, Japanese, Korean, Dutch, Polish, Portuguese, Russian, Swedish, Ukrainian, Chinese, Chinese Traditional
Email notification
No
Optional
Yes
Comments
Discussion Pages
Threaded
Threaded
Categories
Unknown
Optional
Yes
Namespaces
Optional
Optional
Yes
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
Unknown
Unknown
Unknown
Search
Full Text
Full Text
Full Text
Wiki Farming
No
Unknown
Optional
Structured Data
Unknown
Unknown
Yes
Links alphawiki ButorWiki TWiki
CamelCase
No
No
Yes
Freelinks
Yes
Yes
Yes
Backlinks
No
Yes
Yes
InterWiki
No
No
Yes
SisterWiki
No
No
Plugin
Image Links
Yes
Yes
Yes
Windows Shares
No
Unknown
Plugin
Page Redirects
No
Unknown
Plugin
Syntax Features alphawiki ButorWiki TWiki
HTML Tags
Optional
All
All
Math formulas
Yes
No
Plugin
Tables
simple + complex
simple + complex
simple + complex
CREOLE support
No
No
No
Markdown Support
No
No
No
Textile Support
No
No
Plugin
BBCode Support
No
No
No
Emoticon Images
No
No
Yes
Syntax Highlighting
No
No
Plugin
Footnotes
Yes
No
Plugin
Quoting
No
No
Yes
Internal Comments
Yes
Optional
Yes
Custom styles
Yes
Optional
Yes
FAQ Tags
Unknown
No
Yes
Scripting
lambdatalk, lambdalisp,javascript
Internal Macros
TWiki Markup Language, TWiki variables, JavaScript, extensive API
Content Includes
Yes
Unknown
Yes
Feed Aggregation
No
Unknown
Yes
Usability alphawiki ButorWiki TWiki
Section Editing
Optional
Unknown
Plugin
Page Templates
Yes
No
Yes
Double-Click Edit
No
No
Plugin
Toolbar
No
No
Plugin
WYSIWYG Editing
Yes
Yes
Yes
Access Keys
Optional
No
Yes
Auto Signature
Optional
No
Yes
Statistics alphawiki ButorWiki TWiki
Recent Changes
Yes
Yes
Yes
Wanted Pages
No
No
No
Orphaned Pages
No
No
Plugin
Most/Least Popular
No
Unknown
Yes
Recent Visitors
Yes
Unknown
Plugin
Analysis
No
Unknown
Yes
Output alphawiki ButorWiki TWiki
Printer Friendly
Print CSS
No
Print View
Mobile Friendly
Yes
Unknown
Plugin
Themes & Skins
Yes
Optional
Yes
RSS Feeds
No
Yes
Yes
ATOM Feeds
No
No
Yes
Abbreviations
Optional
No
Plugin
Auto-TOC
Yes
Yes
Yes
Raw Export
Optional
No
Yes
HTML Export
Optional
No
Yes
XML export
No
No
Plugin
PDF Export
No
Plugin
Plugin
Office Export
Unknown
Unknown
Unknown
Media and Files alphawiki ButorWiki TWiki
File Attachments
Yes
Yes
Yes
Media Revisions
No
Yes
Yes
Embedded Flash
Yes
Optional
Plugin
Embedded Video
Yes
Optional
Plugin
Image Editing
No
No
Plugin
SVG Editing
Yes
No
Plugin
MindMap Editing
No
No
Plugin
Media Search
No
Keywords
Contents
Extras alphawiki ButorWiki TWiki
Calendar
Optional
Unknown
Plugin
Image Galleries
Yes
Unknown
Plugin
Presentations
Unknown
Unknown
Unknown
Forums
Yes
Unknown
Plugin
Blogs
Optional
Unknown
Plugin
Ticket System
No
Unknown
Plugin
Chat
Unknown
Unknown
Unknown
Syntax Examples alphawiki ButorWiki TWiki
Internal Link
1) standard syntax :
{a {@ href="?view=pixar"}pixar}
2) alternate wiki form :
[[pixar]]
<a href="..."></a>
WikiWord autolink
Otherweb.WikiWord
[[Spaced text]]
[[WikiWord][label]]
External Link
1) standard syntax :
{a {@ href="http://www.pixar.com/"}pixar}
2) alternate wiki form :
[[pixar|http://www.pixar.com/]]
<a href="..."></a>
http://twiki.org/ autolink
[[http://twiki.org/][label]]
Headlines
1) standard syntax :
{h1 TITLE} from 1 to 6
2) alternate form :
_h1 TITLE (until end of line)
<h1>Header 1</h1>
<h2>Header 2</h2>
...
---+ Level 1
---++ Level 2
---+++ Level 3
---++++ Level 4
---+++++ Level 5
---++++++ Level 6
Bold Format
{b I am bold}
<b>Bold</b>
*bold*
Italics Format
{i I am italic}
<i>Italics</i>
_italic_
Underline Format
{u I am underline}
<u>Underline</u>
<u>underline</u>
Monospace Format
{pre I am monospace and preformated}
=monospaced text= and
<verbatim>
multi line text
</verbatim>
Strikethrough Format
{del I am line-through}
<strike>strikethrough</strike>
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"
}}
%ATTACHURL%/image.png
http://any.domain/image.png
Aligning Text
{center I am centered}
| left |   center   |   right |
or HTML
or CSS
Text Indentation
{p I am an indented paragraph.}
<blockquote>
multi line text
</blockquote>
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
1. Item 1
a. Item 1.a
1. Item 2
Definition Lists
{dl
{dt one} 
{dd definition 1}
{dt two} 
{dd definition 2}
}
$ Term: Definition
Horizontal Rule
{hr}
---
remove alphawiki remove ButorWiki remove TWiki