PageWork vs. Git-Wiki vs. MoinMoin

General Features PageWork Git-Wiki MoinMoin
Version
0.4.8
1.0
1.9.11
Last Release Date
2010-07-20 (15 years ago)
2020-11-08 (5 years ago)
Last Update here
2010-10-23 (15 years ago)
2022-04-17 (3 years ago)
2020-11-08 (5 years ago)
Author
Pitt Murmann
https://moinmo.in/MoinCoreTeamGroup
URL
Free and Open Source
Yes
Yes
Yes
License
GPLv3
MIT
GPL
Programming Language
PHP
Ruby
Python
Data Storage
Database, Files
RCS
Files
License Cost/ Fee
none
Free
0
Development status
Mature
Mature
Mature
Intended Audience
Medium-sized sites
Private, Public
Everybody with <<100.000 pages. :)
System Requirements PageWork Git-Wiki MoinMoin
Operating System
Any
*nix
UNIX, Windows, MacOS X, probably any platform with Python 2.3+
Root Access
No
No
No
Webserver
Any
Ruby webserver (Mongrel, Unicorn, Thin, Webrick)
Standalone, WSGI (e.g. Apache+mod_wsgi) - others like CGI, FastCGI, SCGI, AJP, ... via middlewares
Other Requirements
DBA with bdb or qdbm support
Ruby
None
Datastorage PageWork Git-Wiki MoinMoin
Text Files
Yes
No
Yes
MySQL
No
No
No
PostgreSQL
No
No
No
Oracle
No
No
No
SQLite
Patch
No
No
BerkeleyDB
Yes
No
No
RCS
No
Yes
No
Other
Git
No
Security/Anti-Spam PageWork Git-Wiki MoinMoin
Page Permissions
Yes
Yes
Yes
ACL
Yes
Yes
Yes
Authentication Backends
Proprietary
Plugin system, backends can be added
modular, scriptable. OpenID, ldap/AD, http, cookie, ssl client cert, interwiki, others possible
Host Blocking
No
Plugin
Yes
Mail Encryption
No
No
Optional
nofollow
Yes
No
No
Blacklist
No
No
Yes
CAPTCHA
No
Plugin
Optional
Delayed Indexing
Yes
No
No
Development/Support PageWork Git-Wiki MoinMoin
# of Consultants
Preconfigured Hosting
Yes
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
242 ⭐
N/A
Common Features PageWork Git-Wiki MoinMoin
Preview
Yes
Plugin
Yes
Minor Changes
Yes
No
Yes
Change Summary
Yes
Plugin
Yes
Page History
Yes
Yes
Yes
Page Revisions
Unlimited
Unlimited
Unlimited
Revision Diffs
Between all
Between all
Between all
Sitemap
Yes
Yes
Yes
Plugin System
Yes
Yes
Yes
Special Features PageWork Git-Wiki MoinMoin
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Optional
Optional
Yes
Interface Languages
2
German, English
4
Czech, German, English, French
1
English
Email notification
No
No
Yes
Comments
Discussion Pages
No
Discussion Pages
Categories
Yes
No
Yes
Namespaces
Yes
No
No
Conflict Handling
Conflict Detection
Conflict Detection
Conflict Resolution
Concurrent Editing
Unknown
Unknown
No
Search
Full Text
Full Text
Full Text
Wiki Farming
Yes
Yes
Yes
Structured Data
Yes
No
No
Links PageWork Git-Wiki MoinMoin
CamelCase
Yes
No
Yes
Freelinks
Yes
Yes
Yes
Backlinks
Yes
No
Yes
InterWiki
Yes
Plugin
Yes
SisterWiki
Optional
No
Yes
Image Links
Yes
Yes
Yes
Windows Shares
No
No
Yes
Page Redirects
Yes
Plugin
Yes
Syntax Features PageWork Git-Wiki MoinMoin
HTML Tags
All
Plugin
Some
Math formulas
Plugin
Plugin
Plugin
Tables
simple
simple + complex
complex
CREOLE support
No
Plugin
Yes
Markdown Support
No
Plugin
No
Textile Support
No
Plugin
No
BBCode Support
No
No
No
Emoticon Images
No
No
Yes
Syntax Highlighting
Yes
Plugin
Yes
Footnotes
Yes
Plugin
Yes
Quoting
Yes
No
No
Internal Comments
Yes
Plugin
Yes
Custom styles
Optional
Yes
Yes
FAQ Tags
Plugin
No
No
Scripting
XML based, Javascript
plugins, see comment ---------------->
Content Includes
Yes
Yes
Yes
Feed Aggregation
Yes
Yes
No
Usability PageWork Git-Wiki MoinMoin
Section Editing
Yes
Plugin
No
Page Templates
Yes
Yes
Yes
Double-Click Edit
No
No
Yes
Toolbar
Yes
Plugin
Yes
WYSIWYG Editing
No
No
Yes
Access Keys
Yes
Yes
Optional
Auto Signature
No
No
Yes
Statistics PageWork Git-Wiki MoinMoin
Recent Changes
Yes
Yes
Yes
Wanted Pages
Yes
No
Yes
Orphaned Pages
Yes
No
Yes
Most/Least Popular
No
No
Yes
Recent Visitors
No
No
No
Analysis
No
No
Yes
Output PageWork Git-Wiki MoinMoin
Printer Friendly
Print View
Print CSS
Print CSS
Mobile Friendly
Optional
No
Yes
Themes & Skins
Optional
Yes
Yes
RSS Feeds
Yes
Plugin
Yes
ATOM Feeds
Yes
Plugin
No
Abbreviations
Yes
No
No
Auto-TOC
Yes
Plugin
Yes
Raw Export
Plugin
Yes
Yes
HTML Export
Plugin
No
Yes
XML export
No
No
Yes
PDF Export
No
No
Plugin
Office Export
Unknown
Unknown
No
Media and Files PageWork Git-Wiki MoinMoin
File Attachments
Yes
Yes
Yes
Media Revisions
Yes
Yes
No
Embedded Flash
Yes
No
Yes
Embedded Video
Yes
Yes
Yes
Image Editing
No
No
Yes
SVG Editing
No
Yes
Yes
MindMap Editing
No
No
No
Media Search
Keywords
Contents
Contents
Extras PageWork Git-Wiki MoinMoin
Calendar
Plugin
Plugin
Yes
Image Galleries
Plugin
Yes
Plugin
Presentations
Unknown
Unknown
Yes
Forums
Plugin
No
No
Blogs
Plugin
Plugin
No
Ticket System
Plugin
No
No
Chat
Unknown
Unknown
No
Syntax Examples PageWork Git-Wiki MoinMoin
Internal Link
[[link]]
[[link|alternate text]]
[[a link]]
[[a link|with title]]
CamelCaseLink or [[free link]]

[[target|label|params]]
External Link
http://www.wikimatrix.org/
[[http://example.org|The title]]
http://google.de/ or
[[http://google.de/ | Google]] or
file://///server/share/file
Headlines
= L1 =
== L2 ==
=== L3 ===
==== L4 ====
===== L5 =====

= L1
== L2
=== L3
==== L4
===== L5
== Section
=== Subsection
==== Sub-subsection

or

== Section ==
=== Subsection ===
==== Sub-subsection ====
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
Bold Format
This is '''bold''' (or rather, strong).
This is **bold**, too.
**bold**
'''bold'''
'''strong emphasised'''
Italics Format
This is in ''italics'' (or rather, emphasized).
This is in //italics//, too.
//italic//
''italic''
''emphasised''
Underline Format
This is __underlined__.
<u>underlined</u>
__underline__
Monospace Format
This is %%monospaced%%.
<tt>monospace</tt>
`monospaced`
Strikethrough Format
This is --not-- important.
<s>strikethrough</s>
--(strikethrough)--
Superscript Format
a^^2^^ = b^^2^^ + c^^2^^
<sup>superscript</sup>
^superscript^
Subscript Format
p^^^n^^^ := {x^^^n^^^, y^^^n^^^, y^^^n^^^}
<sub>subscript</sub>
,,subscript,,
Images
{{image|image_file.suffix}}
{{image|image_file.suffix|alternate text}}
{{figure|image_file.suffix}}
{{figure|image_file.suffix|caption text}}
{{Image.png}}
{{http://foo.bar/foo.jpg}}
{{attachment:foo.jpg | alt text}}
{{target|alt|params}}
Aligning Text
{{p|align:left|text of paragraph}}
{{p|align:center|text of paragraph}}
{{p|align:right|text of paragraph}}
only in tables:
||<(> left ||<:> middle ||<)> right ||
Text Indentation
> L1 quote
>> L2 quote
indented text
Bulleted Lists
* one
* two
** two alpha
** two beta
* three
* Item 1
** Item 1.2
* Item 2
* Item 1
* Item 1.1
* Item 2
Numbered Lists
# one
# two
## two alpha
## two beta
# three
# Item 1
## Item 1.2
# Item 2
1. Item 1
a. Item 1.a
1. Item 2
Definition Lists
: term : definition
term:: definition
Horizontal Rule
---
----
----
-----
------
remove PageWork remove Git-Wiki remove MoinMoin