MojoMojo vs. Zwiki vs. SharePoint Wiki Plus

General Features MojoMojo Zwiki SharePoint Wiki Plus
Version
1.02
0.61
Version 13.1.88 (SP2010/2013/2016)
Last Release Date
2010-08-29 (13 years ago)
2008-10-27 (15 years ago)
2017-08-04 (6 years ago)
Last Update here
2010-09-01 (13 years ago)
2008-10-30 (15 years ago)
2018-10-11 (5 years ago)
Author
Marcus Ramberg et al. (open-source)
Simon Michael & the Zwiki dev team
KWizCom Corporation
URL
Free and Open Source
Yes
Yes
No
License
Artistic License
GPLv2
per server
Programming Language
Perl
Python
.NET - C#
Data Storage
Database
Database
Database
License Cost/ Fee
FREE
0
$3680
Development status
Mature
Mature
Mature
Intended Audience
Wiki, CMS, Blog users
anyone able to install or get access to a zope server
SharePoint users who desire enterprise wiki capabilities
System Requirements MojoMojo Zwiki SharePoint Wiki Plus
Operating System
Any OS that runs Perl
any
Windows Server 2003/2008
Root Access
No
No
Yes
Webserver
Has its own server; can run with any web server
Zope
Microsoft IIS
Other Requirements
Catalyst
SharePoint 2013/2016/2018 - All editions supported
Datastorage MojoMojo Zwiki SharePoint Wiki Plus
Text Files
Unknown
Plugin
No
MySQL
Yes
Plugin
No
PostgreSQL
Yes
Plugin
No
Oracle
Patch
Plugin
No
SQLite
Yes
Unknown
No
BerkeleyDB
Unknown
Unknown
No
RCS
Unknown
Unknown
No
Other
ZODB (zope object database)
MS SQL Server
Security/Anti-Spam MojoMojo Zwiki SharePoint Wiki Plus
Page Permissions
Yes
Yes
Yes
ACL
Yes
Yes
Yes
Authentication Backends
any supported by Zope authentication plugins
Active Directory/Claims/.NET Authentication provider
Host Blocking
Unknown
Patch
Yes
Mail Encryption
Unknown
Yes
No
nofollow
Unknown
Unknown
No
Blacklist
Unknown
Yes
No
CAPTCHA
Yes
No
Optional
Delayed Indexing
Unknown
Patch
Yes
Development/Support MojoMojo Zwiki SharePoint Wiki Plus
# of Consultants
Preconfigured Hosting
No
Yes
No
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 SharePoint Wiki Plus
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
To current
Sitemap
Yes
Yes
Yes
Plugin System
Yes
Yes
Yes
Special Features MojoMojo Zwiki SharePoint Wiki Plus
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Unknown
Optional
Yes
Interface Languages
11
Catalan, German, English, Spanish, French, Italian, Japanese, Korean, Norwegian, Polish, Russian
0
0
Email notification
No
Yes
Yes
Comments
Plugin
Flat
Threaded
Categories
Yes
No
Yes
Namespaces
Yes
No
No
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 SharePoint Wiki Plus
CamelCase
No
Optional
No
Freelinks
Yes
Optional
Yes
Backlinks
Yes
Yes
Yes
InterWiki
Unknown
Yes
Optional
SisterWiki
Unknown
No
No
Image Links
Yes
Yes
Yes
Windows Shares
Unknown
Unknown
Yes
Page Redirects
Yes
Unknown
Yes
Syntax Features MojoMojo Zwiki SharePoint Wiki Plus
HTML Tags
Some
Optional
All
Math formulas
No
Plugin
No
Tables
simple + complex
simple + complex
simple + complex
CREOLE support
No
No
No
Markdown Support
Yes
No
No
Textile Support
Yes
No
No
BBCode Support
No
No
No
Emoticon Images
Plugin
Patch
Yes
Syntax Highlighting
Yes
No
Yes
Footnotes
Yes
Yes
Optional
Quoting
Yes
Yes
Yes
Internal Comments
Yes
Yes
Yes
Custom styles
Yes
Yes
Yes
FAQ Tags
No
Optional
No
Scripting
JavaScript
DTML
javascript
Content Includes
Yes
Yes
Yes
Feed Aggregation
Plugin
Plugin
Yes
Usability MojoMojo Zwiki SharePoint Wiki Plus
Section Editing
No
No
Yes
Page Templates
No
No
Yes
Double-Click Edit
No
Patch
No
Toolbar
Yes
No
Yes
WYSIWYG Editing
Patch
Plugin
Yes
Access Keys
Yes
Yes
Yes
Auto Signature
No
Yes
Yes
Statistics MojoMojo Zwiki SharePoint Wiki Plus
Recent Changes
Yes
Yes
Yes
Wanted Pages
Yes
No
Yes
Orphaned Pages
Patch
Optional
No
Most/Least Popular
Unknown
Optional
Yes
Recent Visitors
Unknown
Plugin
Yes
Analysis
Unknown
No
Yes
Output MojoMojo Zwiki SharePoint Wiki Plus
Printer Friendly
Print View
Print View
Print View
Mobile Friendly
Unknown
Unknown
No
Themes & Skins
Yes
Yes
Yes
RSS Feeds
Yes
Yes
Yes
ATOM Feeds
Yes
No
No
Abbreviations
No
Unknown
Optional
Auto-TOC
Optional
Plugin
Yes
Raw Export
Yes
Yes
Yes
HTML Export
Yes
Yes
Yes
XML export
No
Yes
Yes
PDF Export
No
Patch
Yes
Office Export
Unknown
Unknown
Unknown
Media and Files MojoMojo Zwiki SharePoint Wiki Plus
File Attachments
Yes
Yes
Yes
Media Revisions
Unknown
No
No
Embedded Flash
Yes
Yes
Yes
Embedded Video
Yes
Yes
Yes
Image Editing
No
No
Yes
SVG Editing
No
No
Optional
MindMap Editing
No
No
No
Media Search
Filenames only
No
Extras MojoMojo Zwiki SharePoint Wiki Plus
Calendar
No
Unknown
Yes
Image Galleries
Yes
Unknown
Yes
Presentations
Unknown
Unknown
Unknown
Forums
No
Unknown
Yes
Blogs
No
Unknown
Yes
Ticket System
No
Unknown
Yes
Chat
Unknown
Unknown
Unknown
Syntax Examples MojoMojo Zwiki SharePoint Wiki Plus
Internal Link
[[another page]]
WikiName
[freeform name]
[[double-bracketed]]
[[SPD]]
[[SharePoint Designer | SPD]]
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://en.wikipedia.org/]
[http://en.wikipedia.org Wikipedia]
Headlines
Mardown:
#Heading 1

Textile:
h1. Heading 1
==Section==
===Subsection===
====Sub-subsection====
Bold Format
Markdown: **bold**

Textile: *bold*
'''Bold text'''
Italics Format
_italics_
''Italicized text''
Underline Format
Textile: _underline_
Markdown: use HTML
<u>underlined text</u>
Monospace Format
Markdown:
`command line example`

Textile:
@command line example@
=monospaced text=
Strikethrough Format
Textile:
normal text -striked- normal text
<s>strike through</s>
Superscript Format
Textile: ^superscript^
<sup>superscript</sup>
Subscript Format
Textile: ~subscript~
<sub>subscript</sub>
Images
Markdown:
![alt text](/image/path "title text")

Textile:
!http://example.com/image.png!
[[Image:KWizCom-logo.gif|KWizCom – Knowledge Worker Components]]
Aligning Text
Textile:
< right
> left
= center
<> justify
<div align="right">
Text Indentation
Textile:
> text
<blockquote>
multi line text
</blockquote>
Bulleted Lists
* an item
* another item
* one
** one-two
* two
* three
Numbered Lists
# item 1
# item 2
# one
## one-two
# two
# three
Definition Lists
Textile:
dl. title:data goes here
Horizontal Rule
<hr />
---
remove MojoMojo remove Zwiki remove SharePoint Wiki Plus