MojoMojo vs. Zwiki vs. PageWork

General Features MojoMojo Zwiki PageWork
Version
1.02
0.61
0.4.8
Last Release Date
2010-08-29 (13 years ago)
2008-10-27 (15 years ago)
2010-07-19 (13 years ago)
Last Update here
2010-09-01 (13 years ago)
2008-10-30 (15 years ago)
2010-10-23 (13 years ago)
Author
Marcus Ramberg et al. (open-source)
Simon Michael & the Zwiki dev team
Pitt Murmann
URL
Free and Open Source
Yes
Yes
Yes
License
Artistic License
GPLv2
GPLv3
Programming Language
Perl
Python
PHP
Data Storage
Database
Database
Database, Files
License Cost/ Fee
FREE
0
none
Development status
Mature
Mature
Mature
Intended Audience
Wiki, CMS, Blog users
anyone able to install or get access to a zope server
Medium-sized sites
System Requirements MojoMojo Zwiki PageWork
Operating System
Any OS that runs Perl
any
Any
Root Access
No
No
No
Webserver
Has its own server; can run with any web server
Zope
Any
Other Requirements
Catalyst
DBA with bdb or qdbm support
Datastorage MojoMojo Zwiki PageWork
Text Files
Unknown
Plugin
Yes
MySQL
Yes
Plugin
No
PostgreSQL
Yes
Plugin
No
Oracle
Patch
Plugin
No
SQLite
Yes
Unknown
Patch
BerkeleyDB
Unknown
Unknown
Yes
RCS
Unknown
Unknown
No
Other
ZODB (zope object database)
Security/Anti-Spam MojoMojo Zwiki PageWork
Page Permissions
Yes
Yes
Yes
ACL
Yes
Yes
Yes
Authentication Backends
any supported by Zope authentication plugins
Proprietary
Host Blocking
Unknown
Patch
No
Mail Encryption
Unknown
Yes
No
nofollow
Unknown
Unknown
Yes
Blacklist
Unknown
Yes
No
CAPTCHA
Yes
No
No
Delayed Indexing
Unknown
Patch
Yes
Development/Support MojoMojo Zwiki PageWork
# of Consultants
Preconfigured Hosting
No
Yes
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
#zwiki on freenode
Stars on GitHub
N/A
N/A
N/A
Common Features MojoMojo Zwiki PageWork
Preview
Yes
Yes
Yes
Minor Changes
No
No
Yes
Change Summary
No
Yes
Yes
Page History
Yes
Yes
Yes
Page Revisions
Unlimited
Unlimited
Unlimited
Revision Diffs
To current
Between all
Between all
Sitemap
Yes
Yes
Yes
Plugin System
Yes
Yes
Yes
Special Features MojoMojo Zwiki PageWork
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Unknown
Optional
Optional
Interface Languages
11
Catalan, German, English, Spanish, French, Italian, Japanese, Korean, Norwegian, Polish, Russian
0
2
German, English
Email notification
No
Yes
No
Comments
Plugin
Flat
Discussion Pages
Categories
Yes
No
Yes
Namespaces
Yes
No
Yes
Conflict Handling
Conflict Resolution
Conflict Detection
Conflict Detection
Concurrent Editing
Unknown
Unknown
Unknown
Search
Full Text
Full Text
Full Text
Wiki Farming
No
Unknown
Yes
Structured Data
No
Unknown
Yes
Links MojoMojo Zwiki PageWork
CamelCase
No
Optional
Yes
Freelinks
Yes
Optional
Yes
Backlinks
Yes
Yes
Yes
InterWiki
Unknown
Yes
Yes
SisterWiki
Unknown
No
Optional
Image Links
Yes
Yes
Yes
Windows Shares
Unknown
Unknown
No
Page Redirects
Yes
Unknown
Yes
Syntax Features MojoMojo Zwiki PageWork
HTML Tags
Some
Optional
All
Math formulas
No
Plugin
Plugin
Tables
simple + complex
simple + complex
simple
CREOLE support
No
No
No
Markdown Support
Yes
No
No
Textile Support
Yes
No
No
BBCode Support
No
No
No
Emoticon Images
Plugin
Patch
No
Syntax Highlighting
Yes
No
Yes
Footnotes
Yes
Yes
Yes
Quoting
Yes
Yes
Yes
Internal Comments
Yes
Yes
Yes
Custom styles
Yes
Yes
Optional
FAQ Tags
No
Optional
Plugin
Scripting
JavaScript
DTML
Content Includes
Yes
Yes
Yes
Feed Aggregation
Plugin
Plugin
Yes
Usability MojoMojo Zwiki PageWork
Section Editing
No
No
Yes
Page Templates
No
No
Yes
Double-Click Edit
No
Patch
No
Toolbar
Yes
No
Yes
WYSIWYG Editing
Patch
Plugin
No
Access Keys
Yes
Yes
Yes
Auto Signature
No
Yes
No
Statistics MojoMojo Zwiki PageWork
Recent Changes
Yes
Yes
Yes
Wanted Pages
Yes
No
Yes
Orphaned Pages
Patch
Optional
Yes
Most/Least Popular
Unknown
Optional
No
Recent Visitors
Unknown
Plugin
No
Analysis
Unknown
No
No
Output MojoMojo Zwiki PageWork
Printer Friendly
Print View
Print View
Print View
Mobile Friendly
Unknown
Unknown
Optional
Themes & Skins
Yes
Yes
Optional
RSS Feeds
Yes
Yes
Yes
ATOM Feeds
Yes
No
Yes
Abbreviations
No
Unknown
Yes
Auto-TOC
Optional
Plugin
Yes
Raw Export
Yes
Yes
Plugin
HTML Export
Yes
Yes
Plugin
XML export
No
Yes
No
PDF Export
No
Patch
No
Office Export
Unknown
Unknown
Unknown
Media and Files MojoMojo Zwiki PageWork
File Attachments
Yes
Yes
Yes
Media Revisions
Unknown
No
Yes
Embedded Flash
Yes
Yes
Yes
Embedded Video
Yes
Yes
Yes
Image Editing
No
No
No
SVG Editing
No
No
No
MindMap Editing
No
No
No
Media Search
Filenames only
Keywords
Extras MojoMojo Zwiki PageWork
Calendar
No
Unknown
Plugin
Image Galleries
Yes
Unknown
Plugin
Presentations
Unknown
Unknown
Unknown
Forums
No
Unknown
Plugin
Blogs
No
Unknown
Plugin
Ticket System
No
Unknown
Plugin
Chat
Unknown
Unknown
Unknown
Syntax Examples MojoMojo Zwiki PageWork
Internal Link
[[another page]]
WikiName
[freeform name]
[[double-bracketed]]
[[link]]
[[link|alternate text]]
External Link
Markdown:
[Link text](http://example.com)

Textile:
"link text":http://example.com
Bare urls plus markup-specific 
link syntax. This and all 
following syntax examples depend 
on which markup mode is used for 
a page, including:

restructured text, structured 
text, wikiwikiweb, moinmoin, 
html, plaintext..
http://www.wikimatrix.org/
Headlines
Mardown:
#Heading 1

Textile:
h1. Heading 1
= L1 =
== L2 ==
=== L3 ===
==== L4 ====
===== L5 =====

= L1
== L2
=== L3
==== L4
===== L5
Bold Format
Markdown: **bold**

Textile: *bold*
This is '''bold''' (or rather, strong).
This is **bold**, too.
Italics Format
_italics_
This is in ''italics'' (or rather, emphasized).
This is in //italics//, too.
Underline Format
Textile: _underline_
Markdown: use HTML
This is __underlined__.
Monospace Format
Markdown:
`command line example`

Textile:
@command line example@
This is %%monospaced%%.
Strikethrough Format
Textile:
normal text -striked- normal text
This is --not-- important.
Superscript Format
Textile: ^superscript^
a^^2^^ = b^^2^^ + c^^2^^
Subscript Format
Textile: ~subscript~
p^^^n^^^ := {x^^^n^^^, y^^^n^^^, y^^^n^^^}
Images
Markdown:
![alt text](/image/path "title text")

Textile:
!http://example.com/image.png!
{{image|image_file.suffix}}
{{image|image_file.suffix|alternate text}}
{{figure|image_file.suffix}}
{{figure|image_file.suffix|caption text}}
Aligning Text
Textile:
< right
> left
= center
<> justify
{{p|align:left|text of paragraph}}
{{p|align:center|text of paragraph}}
{{p|align:right|text of paragraph}}
Text Indentation
Textile:
> text
> L1 quote
>> L2 quote
Bulleted Lists
* an item
* another item
* one
* two
** two alpha
** two beta
* three
Numbered Lists
# item 1
# item 2
# one
# two
## two alpha
## two beta
# three
Definition Lists
Textile:
dl. title:data goes here
: term : definition
Horizontal Rule
<hr />
---
remove MojoMojo remove Zwiki remove PageWork