Tiki Wiki CMS Groupware vs. alphawiki

General Features Tiki Wiki CMS Groupware alphawiki
Version
26.2, 24.6 LTS, 21.9 LTS
v.20160608
Last Release Date
2023-11-15 (6 months ago)
2016-08-05 (7 years ago)
Last Update here
2024-04-01 (1 month ago)
2016-09-10 (7 years ago)
Author
Tiki Software Community Association
marty alain
URL
Free and Open Source
Yes
Yes
License
LGPL
GNU-GPL
Programming Language
PHP
PHP+Javascript
Data Storage
Database
Files
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
Needing not just a robust wiki, but a full-featured CMS/Groupware with a bug tracker, discussion forums, blogs, etc.
private users, small teams
System Requirements Tiki Wiki CMS Groupware alphawiki
Operating System
Linux, FreeBSD, Windows, MacOS X and probably others
probably every OS
Root Access
No
Yes
Webserver
Works on standard shared hosting
Apache with PHP support
Other Requirements
None
Datastorage Tiki Wiki CMS Groupware alphawiki
Text Files
No
Yes
MySQL
Yes
No
PostgreSQL
No
No
Oracle
No
No
SQLite
No
No
BerkeleyDB
No
No
RCS
No
No
Other
MariaDB
None
Security/Anti-Spam Tiki Wiki CMS Groupware alphawiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
SAML, OpenID Connect, Active Directory, LDAP, Shibboleth, CAS, IMAP, InterTiki, Vpopmail, Basic HTTP authentication
No
Host Blocking
Yes
No
Mail Encryption
Yes
No
nofollow
Optional
No
Blacklist
Optional
No
CAPTCHA
Yes
No
Delayed Indexing
No
No
Development/Support Tiki Wiki CMS Groupware alphawiki
# of Consultants
Preconfigured Hosting
Yes
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
Common Features Tiki Wiki CMS Groupware alphawiki
Preview
Yes
Yes
Minor Changes
Yes
Yes
Change Summary
Yes
No
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
Between all
No
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features Tiki Wiki CMS Groupware alphawiki
Unicode Support
Yes
Yes
Right-to-Left Support
Yes
Unknown
Interface Languages
35
Bulgarian, Catalan, Czech, Danish, German, Greek, English, Esperanto, Spanish, Basque, Persian, Finnish, French, Galician, Hebrew, Croatian, Hungarian, Indonesian, Italian, Japanese, Korean, Dutch, Norwegian, Polish, Portuguese, Brazilian Portuguese, Russian, Slovak, Slovenian, Serbian, Swedish, Swahili, Ukrainian, Chinese, Chinese Traditional
1
English
Email notification
Yes
No
Comments
Threaded
Discussion Pages
Categories
Yes
Unknown
Namespaces
Yes
Optional
Conflict Handling
Conflict Detection
Conflict Resolution
Concurrent Editing
Yes
Unknown
Search
Full Text
Full Text
Wiki Farming
Yes
No
Structured Data
Yes
Unknown
Links Tiki Wiki CMS Groupware alphawiki
CamelCase
Optional
No
Freelinks
Yes
Yes
Backlinks
Yes
No
InterWiki
Yes
No
SisterWiki
Yes
No
Image Links
Yes
Yes
Windows Shares
Yes
No
Page Redirects
Yes
No
Syntax Features Tiki Wiki CMS Groupware alphawiki
HTML Tags
Optional
Optional
Math formulas
Plugin
Yes
Tables
simple + complex
simple + complex
CREOLE support
No
No
Markdown Support
Yes
No
Textile Support
No
No
BBCode Support
No
No
Emoticon Images
Yes
No
Syntax Highlighting
Yes
No
Footnotes
Yes
Yes
Quoting
Yes
No
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
Yes
Unknown
Scripting
Dynamic Variables more info ===>>
lambdatalk, lambdalisp,javascript
Content Includes
Yes
Yes
Feed Aggregation
Yes
No
Usability Tiki Wiki CMS Groupware alphawiki
Section Editing
Yes
Optional
Page Templates
Yes
Yes
Double-Click Edit
Optional
No
Toolbar
Yes
No
WYSIWYG Editing
Optional
Yes
Access Keys
Yes
Optional
Auto Signature
Yes
Optional
Statistics Tiki Wiki CMS Groupware alphawiki
Recent Changes
Yes
Yes
Wanted Pages
Yes
No
Orphaned Pages
Yes
No
Most/Least Popular
Yes
No
Recent Visitors
Yes
Yes
Analysis
Yes
No
Output Tiki Wiki CMS Groupware alphawiki
Printer Friendly
Print View
Print CSS
Mobile Friendly
Yes
Yes
Themes & Skins
Yes
Yes
RSS Feeds
Yes
No
ATOM Feeds
Yes
No
Abbreviations
Yes
Optional
Auto-TOC
Yes
Yes
Raw Export
Yes
Optional
HTML Export
Yes
Optional
XML export
Yes
No
PDF Export
Optional
No
Office Export
No
Unknown
Media and Files Tiki Wiki CMS Groupware alphawiki
File Attachments
Yes
Yes
Media Revisions
Yes
No
Embedded Flash
Yes
Yes
Embedded Video
Yes
Yes
Image Editing
Yes
No
SVG Editing
Yes
Yes
MindMap Editing
No
No
Media Search
Contents
No
Extras Tiki Wiki CMS Groupware alphawiki
Calendar
Yes
Optional
Image Galleries
Yes
Yes
Presentations
Yes
Unknown
Forums
Yes
Yes
Blogs
Yes
Optional
Ticket System
Yes
No
Chat
Yes
Unknown
Syntax Examples Tiki Wiki CMS Groupware alphawiki
Internal Link
((Name of page))
or
((Name of page|link to a page))
or
(semantic(link to a page))
or, if activated:
CamelCase WikiWords
1) standard syntax :
{a {@ href="?view=pixar"}pixar}
2) alternate wiki form :
[[pixar]]
External Link
[http://example.com]
or
[http://example.com|label]
1) standard syntax :
{a {@ href="http://www.pixar.com/"}pixar}
2) alternate wiki form :
[[pixar|http://www.pixar.com/]]
Headlines
-= Titlebar =-
! Level 1
!! Level 2
!!! Level 3
!!!! Level 4
!!!!! Level 5
1) standard syntax :
{h1 TITLE} from 1 to 6
2) alternate form :
_h1 TITLE (until end of line)
Bold Format
__bold__
{b I am bold}
Italics Format
''italic''
{i I am italic}
Underline Format
===underline===
{u I am underline}
Monospace Format
-+monospace+-
{pre I am monospace and preformated}
Strikethrough Format
--strike--
{del I am line-through}
Superscript Format
{SUP()}text{SUP}
E = mc{sup 2}
Subscript Format
{SUB()}text{SUB}
Vector low indiced : V{sub i} 
Vector high indiced: V{sup i}
Tensor : T{sub i}{sup j}
Images
{img src=http://foo.bar/foo.jpg}
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"
}}
Aligning Text
::centered text::
{center I am centered}
Text Indentation
leading spaces, if activated.
{p I am an indented paragraph.}
Bulleted Lists
* Item 1
** Item 1.1
* Item 2
1) standard :
{ul
{li item 1}
{li item 2}
}

2) alternative :
_ul item 1
_ul item 2
Numbered Lists
# Item 1
## Item 1.1
# Item 2
1) standard :
{ol
{li item 1}
{li item 2}
}

2) alternative :
_ol item 1
_ol item 2
Definition Lists
;term:definition
{dl
{dt one} 
{dd definition 1}
{dt two} 
{dd definition 2}
}
Horizontal Rule
---
{hr}
remove Tiki Wiki CMS Groupware remove alphawiki