PmWiki vs. MojoMojo

General Features PmWiki MojoMojo
Version
2.3.33
1.02
Last Release Date
2024-04-20 (25 days ago)
2010-08-29 (13 years ago)
Last Update here
2024-04-21 (24 days ago)
2010-09-01 (13 years ago)
Author
Petko Yotov (Original author: Patrick R. Michaud)
Marcus Ramberg et al. (open-source)
URL
Free and Open Source
Yes
Yes
License
GPL2+
Artistic License
Programming Language
PHP
Perl
Data Storage
Files
Database
License Cost/ Fee
0
FREE
Development status
Mature
Mature
Intended Audience
All
Wiki, CMS, Blog users
System Requirements PmWiki MojoMojo
Operating System
Linux, UNIX, Windows, MacOS X, probably others
Any OS that runs Perl
Root Access
No
No
Webserver
Apache, IIS, anything with PHP support. Can also be run w/o a webserver.
Has its own server; can run with any web server
Other Requirements
none
Catalyst
Datastorage PmWiki MojoMojo
Text Files
Yes
Unknown
MySQL
Plugin
Yes
PostgreSQL
No
Yes
Oracle
No
Patch
SQLite
Plugin
Yes
BerkeleyDB
No
Unknown
RCS
Plugin
Unknown
Other
Compressed, XML and/or ephemeral files (modules). Can provide custom data backends.
Security/Anti-Spam PmWiki MojoMojo
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
Internal: per page, per group, per user, per user group. External: .htpasswd, LDAP, Active Directory. Plugins: Mailman, forums w/MySQL, oAuth, custom possible.
Host Blocking
Optional
Unknown
Mail Encryption
Optional
Unknown
nofollow
Yes
Unknown
Blacklist
Optional
Unknown
CAPTCHA
Plugin
Yes
Delayed Indexing
Optional
Unknown
Development/Support PmWiki MojoMojo
# of Consultants
Preconfigured Hosting
Yes
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
Common Features PmWiki MojoMojo
Preview
Yes
Yes
Minor Changes
Yes
No
Change Summary
Yes
No
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
Between all
To current
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features PmWiki MojoMojo
Unicode Support
Yes
Yes
Right-to-Left Support
Optional
Unknown
Interface Languages
38
Arabic, Bulgarian, Breton, Catalan, Czech, Danish, German, Greek, English, Esperanto, Spanish, Persian, Finnish, French, Hungarian, Indonesian, Italian, Japanese, Lithuanian, Latvian, Lettish, Macedonian, Dutch, Norwegian, Polish, Portuguese, Brazilian Portuguese, Romanian, Russian, Slovak, Slovenian, Albanian, Swedish, Tamil, Turkish, Ukrainian, Vietnamese, Chinese, Chinese Traditional
11
Catalan, German, English, Spanish, French, Italian, Japanese, Korean, Norwegian, Polish, Russian
Email notification
Optional
No
Comments
Discussion Pages
Plugin
Categories
Yes
Yes
Namespaces
Yes
Yes
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
Yes
Unknown
Search
Full Text
Full Text
Wiki Farming
Yes
No
Structured Data
Yes
No
Links PmWiki MojoMojo
CamelCase
Optional
No
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Yes
Unknown
SisterWiki
Plugin
Unknown
Image Links
Yes
Yes
Windows Shares
Yes
Unknown
Page Redirects
Yes
Yes
Syntax Features PmWiki MojoMojo
HTML Tags
Plugin
Some
Math formulas
Plugin
No
Tables
simple + complex
simple + complex
CREOLE support
Optional
No
Markdown Support
Plugin
Yes
Textile Support
No
Yes
BBCode Support
Plugin
No
Emoticon Images
Plugin
Plugin
Syntax Highlighting
Optional
Yes
Footnotes
Plugin
Yes
Quoting
Plugin
Yes
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
Yes
No
Scripting
MarkupExpressions (core, many add-ons). PageLists with templates (core structured data scripting). WikiSh (plugin), Data forms (optional)
JavaScript
Content Includes
Yes
Yes
Feed Aggregation
Plugin
Plugin
Usability PmWiki MojoMojo
Section Editing
Plugin
No
Page Templates
Yes
No
Double-Click Edit
Plugin
No
Toolbar
Optional
Yes
WYSIWYG Editing
Plugin
Patch
Access Keys
Yes
Yes
Auto Signature
Yes
No
Statistics PmWiki MojoMojo
Recent Changes
Yes
Yes
Wanted Pages
Optional
Yes
Orphaned Pages
Optional
Patch
Most/Least Popular
No
Unknown
Recent Visitors
Plugin
Unknown
Analysis
Plugin
Unknown
Output PmWiki MojoMojo
Printer Friendly
Print View
Print View
Mobile Friendly
Yes
Unknown
Themes & Skins
Yes
Yes
RSS Feeds
Optional
Yes
ATOM Feeds
Optional
Yes
Abbreviations
Plugin
No
Auto-TOC
Optional
Optional
Raw Export
Yes
Yes
HTML Export
Plugin
Yes
XML export
Plugin
No
PDF Export
Plugin
No
Office Export
Plugin
Unknown
Media and Files PmWiki MojoMojo
File Attachments
Optional
Yes
Media Revisions
Optional
Unknown
Embedded Flash
Plugin
Yes
Embedded Video
Plugin
Yes
Image Editing
Plugin
No
SVG Editing
No
No
MindMap Editing
Plugin
No
Media Search
Filenames only
Extras PmWiki MojoMojo
Calendar
Plugin
No
Image Galleries
Plugin
Yes
Presentations
Plugin
Unknown
Forums
Plugin
No
Blogs
Plugin
No
Ticket System
Plugin
No
Chat
No
Unknown
Syntax Examples PmWiki MojoMojo
Internal Link
[[page name]]
[[page name | link text]]
[[link text -> page name]]
[[#anchor]]
[[#anchor|link to anchor]]
[[page name #anchor]]
[[another page]]
External Link
http://....
[[http://... | link text]]
[[link text -> http://...]]
Markdown:
[Link text](http://example.com)

Textile:
"link text":http://example.com
Headlines
! Level 1
!! Level 2
!!! Level 3
Mardown:
#Heading 1

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

Textile: *bold*
Italics Format
''italic''
_italics_
Underline Format
{+underlined+}
Textile: _underline_
Markdown: use HTML
Monospace Format
@@monospace@@
Markdown:
`command line example`

Textile:
@command line example@
Strikethrough Format
{-strikethrough-}
Textile:
normal text -striked- normal text
Superscript Format
'^superscript^'
Textile: ^superscript^
Subscript Format
'_subscript_'
Textile: ~subscript~
Images
https://foo.bar/foo.jpg
Attach:foo.jpg
Attach:foo.jpg"alt/title text" | Caption
Markdown:
![alt text](/image/path "title text")

Textile:
!http://example.com/image.png!
Aligning Text
%center% centered text
%right% right aligned
%lfloat% left floating text
%rfloat% right floating text
%rframe% right floating frame
%lframe% left floating frame
Textile:
< right
> left
= center
<> justify
Text Indentation
-> indented text
--> more indentation
-< hanging text
--< more indentation
Textile:
> text
Bulleted Lists
* Item 1
** Item 1.1
* Item 2
alternatively, indented:
* item 1
* item 1.1
* item 2
* an item
* another item
Numbered Lists
# Item 1
## Item 1.1
# Item 2
alternatively, indented:
# Item 1
# Item 1.1
# Item 2
# item 1
# item 2
Definition Lists
: term : definition
Textile:
dl. title:data goes here
Horizontal Rule
----
<hr />
remove PmWiki remove MojoMojo