MojoMojo vs. PmWiki

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

Textile:
"link text":http://example.com
http://....
[[http://... | link text]]
[[link text -> http://...]]
Headlines
Mardown:
#Heading 1

Textile:
h1. Heading 1
! Level 1
!! Level 2
!!! Level 3
Bold Format
Markdown: **bold**

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

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

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