WikkaWiki vs. Git-Wiki

General Features WikkaWiki Git-Wiki
Version
1.4.2
1.0
Last Release Date
2020-04-19 (4 years ago)
Last Update here
2020-04-20 (4 years ago)
2022-04-17 (2 years ago)
Author
Wikka Development Team
URL
Free and Open Source
Yes
Yes
License
GPL
MIT
Programming Language
PHP
Ruby
Data Storage
Database
RCS
License Cost/ Fee
0
Free
Development status
Mature
Mature
Intended Audience
Individual users (PIM/website backend), development teams (software documentation/knowledge base), organizations and companies (intranet/public website backend)
Private, Public
System Requirements WikkaWiki Git-Wiki
Operating System
any (platform-independent)
*nix
Root Access
No
No
Webserver
any server with PHP/MySQL support
Ruby webserver (Mongrel, Unicorn, Thin, Webrick)
Other Requirements
mod_rewrite (optional)
Ruby
Datastorage WikkaWiki Git-Wiki
Text Files
No
No
MySQL
Yes
No
PostgreSQL
No
No
Oracle
No
No
SQLite
Yes
No
BerkeleyDB
No
No
RCS
No
Yes
Other
No
Git
Security/Anti-Spam WikkaWiki Git-Wiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
Active Directory (patch)
Plugin system, backends can be added
Host Blocking
Yes
Plugin
Mail Encryption
No
No
nofollow
Yes
No
Blacklist
Yes
No
CAPTCHA
Plugin
Plugin
Delayed Indexing
No
No
Development/Support WikkaWiki Git-Wiki
# of Consultants
Preconfigured Hosting
Yes
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
42 ⭐
242 ⭐
Common Features WikkaWiki Git-Wiki
Preview
Yes
Plugin
Minor Changes
No
No
Change Summary
Yes
Plugin
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
Between all
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features WikkaWiki Git-Wiki
Unicode Support
Yes
Yes
Right-to-Left Support
Yes
Optional
Interface Languages
0
4
Czech, German, English, French
Email notification
Patch
No
Comments
Threaded
No
Categories
Yes
No
Namespaces
No
No
Conflict Handling
Page Locking
Conflict Detection
Concurrent Editing
Yes
Unknown
Search
Full Text
Full Text
Wiki Farming
No
Yes
Structured Data
Plugin
No
Links WikkaWiki Git-Wiki
CamelCase
Yes
No
Freelinks
Patch
Yes
Backlinks
Yes
No
InterWiki
Yes
Plugin
SisterWiki
No
No
Image Links
Yes
Yes
Windows Shares
No
No
Page Redirects
Patch
Plugin
Syntax Features WikkaWiki Git-Wiki
HTML Tags
Some
Plugin
Math formulas
Plugin
Plugin
Tables
simple + complex
simple + complex
CREOLE support
No
Plugin
Markdown Support
No
Plugin
Textile Support
No
Plugin
BBCode Support
No
No
Emoticon Images
No
No
Syntax Highlighting
Yes
Plugin
Footnotes
Plugin
Plugin
Quoting
Yes
No
Internal Comments
Yes
Plugin
Custom styles
Yes
Yes
FAQ Tags
No
No
Scripting
Extensibility through drop-in plugins
XML based, Javascript
Content Includes
Yes
Yes
Feed Aggregation
Yes
Yes
Usability WikkaWiki Git-Wiki
Section Editing
No
Plugin
Page Templates
Yes
Yes
Double-Click Edit
Yes
No
Toolbar
Yes
Plugin
WYSIWYG Editing
Plugin
No
Access Keys
Patch
Yes
Auto Signature
Patch
No
Statistics WikkaWiki Git-Wiki
Recent Changes
Yes
Yes
Wanted Pages
Yes
No
Orphaned Pages
Yes
No
Most/Least Popular
Patch
No
Recent Visitors
Patch
No
Analysis
Yes
No
Output WikkaWiki Git-Wiki
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
Unknown
No
Themes & Skins
Yes
Yes
RSS Feeds
Yes
Plugin
ATOM Feeds
Plugin
Plugin
Abbreviations
Patch
No
Auto-TOC
Yes
Plugin
Raw Export
Yes
Yes
HTML Export
Yes
No
XML export
Patch
No
PDF Export
No
No
Office Export
No
Unknown
Media and Files WikkaWiki Git-Wiki
File Attachments
Yes
Yes
Media Revisions
No
Yes
Embedded Flash
Yes
No
Embedded Video
No
Yes
Image Editing
No
No
SVG Editing
No
Yes
MindMap Editing
Yes
No
Media Search
No
Contents
Extras WikkaWiki Git-Wiki
Calendar
Plugin
Plugin
Image Galleries
Plugin
Yes
Presentations
No
Unknown
Forums
No
No
Blogs
Plugin
Plugin
Ticket System
No
No
Chat
No
Unknown
Syntax Examples WikkaWiki Git-Wiki
Internal Link
CamelCase
[[forced]]
[[forced|This is a link]]
[[forced |日本語]]
[[a link]]
[[a link|with title]]
External Link
http://wikkawiki.org
[[http://wikkawiki.org|Wikka Wiki]]
[[Wikipedia:WikkaWiki]]
[[http://example.org|The title]]
Headlines
====== Level 1 ======
===== Level 2 =====
==== Level 3 ====
=== Level 4 ===
== Level 5 ==
== Section
=== Subsection
==== Sub-subsection

or

== Section ==
=== Subsection ===
==== Sub-subsection ====
Bold Format
**bold**
**bold**
Italics Format
//italic//
//italic//
Underline Format
__underlined__
<u>underlined</u>
Monospace Format
##monospaced##
<tt>monospace</tt>
Strikethrough Format
++Strike through text++
<s>strikethrough</s>
Superscript Format
""<sup>Superscript</sup>""
<sup>superscript</sup>
Subscript Format
""<sub>Subscript</sub>""
<sub>subscript</sub>
Images
http://foo.bar/bar.jpg
{{image url="local.jpg"}}
{{image url="http://foo.bar/bar.jpg"}}
{{Image.png}}
Aligning Text
@@Center text@@
<<left floated<<
>>right floated>>
Text Indentation
(4 spaces or a ~ can replace a tab)
indented
~indented
Bulleted Lists
(4 spaces or a ~ can replace a tab)

~- Item 1
~~- Item 1.1
~- Item 2
* Item 1
** Item 1.2
* Item 2
Numbered Lists
(4 spaces or a ~ can replace a tab)

~1) Item 1
~~1) Item 1.1
~1) Item 2

(more options for lists are available)
# Item 1
## Item 1.2
# Item 2
Definition Lists
""<dl>
<dt>Coffee</dt>
<dd>Black hot drink</dd>
<dt>Milk</dt>
<dd>White cold drink</dd>
</dl>""
Horizontal Rule
----
----
remove WikkaWiki remove Git-Wiki