Git-Wiki vs. MojoMojo

General Features Git-Wiki MojoMojo
Version
1.0
1.02
Last Release Date
2010-08-30 (15 years ago)
Last Update here
2022-04-17 (3 years ago)
2010-09-01 (15 years ago)
Author
Marcus Ramberg et al. (open-source)
URL
Free and Open Source
Yes
Yes
License
MIT
Artistic License
Programming Language
Ruby
Perl
Data Storage
RCS
Database
License Cost/ Fee
Free
FREE
Development status
Mature
Mature
Intended Audience
Private, Public
Wiki, CMS, Blog users
System Requirements Git-Wiki MojoMojo
Operating System
*nix
Any OS that runs Perl
Root Access
No
No
Webserver
Ruby webserver (Mongrel, Unicorn, Thin, Webrick)
Has its own server; can run with any web server
Other Requirements
Ruby
Catalyst
Datastorage Git-Wiki MojoMojo
Text Files
No
Unknown
MySQL
No
Yes
PostgreSQL
No
Yes
Oracle
No
Patch
SQLite
No
Yes
BerkeleyDB
No
Unknown
RCS
Yes
Unknown
Other
Git
Security/Anti-Spam Git-Wiki MojoMojo
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
Plugin system, backends can be added
Host Blocking
Plugin
Unknown
Mail Encryption
No
Unknown
nofollow
No
Unknown
Blacklist
No
Unknown
CAPTCHA
Plugin
Yes
Delayed Indexing
No
Unknown
Development/Support Git-Wiki MojoMojo
# of Consultants
Preconfigured Hosting
No
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
242 ⭐
N/A
Common Features Git-Wiki MojoMojo
Preview
Plugin
Yes
Minor Changes
No
No
Change Summary
Plugin
No
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
Between all
To current
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features Git-Wiki MojoMojo
Unicode Support
Yes
Yes
Right-to-Left Support
Optional
Unknown
Interface Languages
4
Czech, German, English, French
11
Catalan, German, English, Spanish, French, Italian, Japanese, Korean, Norwegian, Polish, Russian
Email notification
No
No
Comments
No
Plugin
Categories
No
Yes
Namespaces
No
Yes
Conflict Handling
Conflict Detection
Conflict Resolution
Concurrent Editing
Unknown
Unknown
Search
Full Text
Full Text
Wiki Farming
Yes
No
Structured Data
No
No
Links Git-Wiki MojoMojo
CamelCase
No
No
Freelinks
Yes
Yes
Backlinks
No
Yes
InterWiki
Plugin
Unknown
SisterWiki
No
Unknown
Image Links
Yes
Yes
Windows Shares
No
Unknown
Page Redirects
Plugin
Yes
Syntax Features Git-Wiki MojoMojo
HTML Tags
Plugin
Some
Math formulas
Plugin
No
Tables
simple + complex
simple + complex
CREOLE support
Plugin
No
Markdown Support
Plugin
Yes
Textile Support
Plugin
Yes
BBCode Support
No
No
Emoticon Images
No
Plugin
Syntax Highlighting
Plugin
Yes
Footnotes
Plugin
Yes
Quoting
No
Yes
Internal Comments
Plugin
Yes
Custom styles
Yes
Yes
FAQ Tags
No
No
Scripting
XML based, Javascript
JavaScript
Content Includes
Yes
Yes
Feed Aggregation
Yes
Plugin
Usability Git-Wiki MojoMojo
Section Editing
Plugin
No
Page Templates
Yes
No
Double-Click Edit
No
No
Toolbar
Plugin
Yes
WYSIWYG Editing
No
Patch
Access Keys
Yes
Yes
Auto Signature
No
No
Statistics Git-Wiki MojoMojo
Recent Changes
Yes
Yes
Wanted Pages
No
Yes
Orphaned Pages
No
Patch
Most/Least Popular
No
Unknown
Recent Visitors
No
Unknown
Analysis
No
Unknown
Output Git-Wiki MojoMojo
Printer Friendly
Print CSS
Print View
Mobile Friendly
No
Unknown
Themes & Skins
Yes
Yes
RSS Feeds
Plugin
Yes
ATOM Feeds
Plugin
Yes
Abbreviations
No
No
Auto-TOC
Plugin
Optional
Raw Export
Yes
Yes
HTML Export
No
Yes
XML export
No
No
PDF Export
No
No
Office Export
Unknown
Unknown
Media and Files Git-Wiki MojoMojo
File Attachments
Yes
Yes
Media Revisions
Yes
Unknown
Embedded Flash
No
Yes
Embedded Video
Yes
Yes
Image Editing
No
No
SVG Editing
Yes
No
MindMap Editing
No
No
Media Search
Contents
Extras Git-Wiki MojoMojo
Calendar
Plugin
No
Image Galleries
Yes
Yes
Presentations
Unknown
Unknown
Forums
No
No
Blogs
Plugin
No
Ticket System
No
No
Chat
Unknown
Unknown
Syntax Examples Git-Wiki MojoMojo
Internal Link
[[a link]]
[[a link|with title]]
[[another page]]
External Link
[[http://example.org|The title]]
Markdown:
[Link text](http://example.com)

Textile:
"link text":http://example.com
Headlines
== Section
=== Subsection
==== Sub-subsection

or

== Section ==
=== Subsection ===
==== Sub-subsection ====
Mardown:
#Heading 1

Textile:
h1. Heading 1
Bold Format
**bold**
Markdown: **bold**

Textile: *bold*
Italics Format
//italic//
_italics_
Underline Format
<u>underlined</u>
Textile: _underline_
Markdown: use HTML
Monospace Format
<tt>monospace</tt>
Markdown:
`command line example`

Textile:
@command line example@
Strikethrough Format
<s>strikethrough</s>
Textile:
normal text -striked- normal text
Superscript Format
<sup>superscript</sup>
Textile: ^superscript^
Subscript Format
<sub>subscript</sub>
Textile: ~subscript~
Images
{{Image.png}}
Markdown:
![alt text](/image/path "title text")

Textile:
!http://example.com/image.png!
Aligning Text
Textile:
< right
> left
= center
<> justify
Text Indentation
Textile:
> text
Bulleted Lists
* Item 1
** Item 1.2
* Item 2
* an item
* another item
Numbered Lists
# Item 1
## Item 1.2
# Item 2
# item 1
# item 2
Definition Lists
Textile:
dl. title:data goes here
Horizontal Rule
----
<hr />
remove Git-Wiki remove MojoMojo