PukiWiki vs. MojoMojo

General Features PukiWiki MojoMojo
Version
1.5.1
1.02
Last Release Date
2016-03-06 (8 years ago)
2010-08-29 (13 years ago)
Last Update here
2016-03-23 (8 years ago)
2010-09-01 (13 years ago)
Author
PukiWiki Development Team
Marcus Ramberg et al. (open-source)
URL
Free and Open Source
Yes
Yes
License
GPL version 2 or (at your option) any later version
Artistic License
Programming Language
PHP
Perl
Data Storage
Files
Database
License Cost/ Fee
0
FREE
Development status
Mature
Mature
Intended Audience
One theme, one PukiWiki
Wiki, CMS, Blog users
System Requirements PukiWiki MojoMojo
Operating System
OS independent
Any OS that runs Perl
Root Access
No
No
Webserver
Apache, IIS, anything with PHP support
Has its own server; can run with any web server
Other Requirements
tar with "-p" option, or unzip for install. "mbstring" PHP extension for multi-bite support. backup feature wants 'zip' PHP extension.
Catalyst
Datastorage PukiWiki MojoMojo
Text Files
Yes
Unknown
MySQL
No
Yes
PostgreSQL
No
Yes
Oracle
No
Patch
SQLite
No
Yes
BerkeleyDB
No
Unknown
RCS
No
Unknown
Other
zip-compressed text files for backup (with "zip" PHP extension)
Security/Anti-Spam PukiWiki MojoMojo
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
LDIF strings compatible with OpenLDAP, LDAP
Host Blocking
Patch
Unknown
Mail Encryption
No
Unknown
nofollow
Yes
Unknown
Blacklist
Patch
Unknown
CAPTCHA
No
Yes
Delayed Indexing
No
Unknown
Development/Support PukiWiki MojoMojo
# of Consultants
Preconfigured Hosting
Yes
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
#pukiwiki
Stars on GitHub
N/A
N/A
Common Features PukiWiki MojoMojo
Preview
Yes
Yes
Minor Changes
No
No
Change Summary
No
No
Page History
Yes
Yes
Page Revisions
Restricted by Number
Unlimited
Revision Diffs
To current
To current
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features PukiWiki MojoMojo
Unicode Support
Yes
Yes
Right-to-Left Support
No
Unknown
Interface Languages
5
German, English, Japanese, Korean, Twi
11
Catalan, German, English, Spanish, French, Italian, Japanese, Korean, Norwegian, Polish, Russian
Email notification
Yes
No
Comments
Plugin
Plugin
Categories
No
Yes
Namespaces
No
Yes
Conflict Handling
Conflict Detection
Conflict Resolution
Concurrent Editing
Unknown
Unknown
Search
Full Text
Full Text
Wiki Farming
No
No
Structured Data
No
No
Links PukiWiki MojoMojo
CamelCase
Yes
No
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Yes
Unknown
SisterWiki
No
Unknown
Image Links
Yes
Yes
Windows Shares
Patch
Unknown
Page Redirects
No
Yes
Syntax Features PukiWiki MojoMojo
HTML Tags
Plugin
Some
Math formulas
Plugin
No
Tables
complex
simple + complex
CREOLE support
No
No
Markdown Support
No
Yes
Textile Support
No
Yes
BBCode Support
No
No
Emoticon Images
Yes
Plugin
Syntax Highlighting
Plugin
Yes
Footnotes
Yes
Yes
Quoting
Optional
Yes
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
No
No
Scripting
plugins(PHP), skins(PHP), CSSes(PHP,CSS)
JavaScript
Content Includes
Plugin
Yes
Feed Aggregation
Plugin
Plugin
Usability PukiWiki MojoMojo
Section Editing
Patch
No
Page Templates
Yes
No
Double-Click Edit
No
No
Toolbar
Patch
Yes
WYSIWYG Editing
No
Patch
Access Keys
Yes
Yes
Auto Signature
No
No
Statistics PukiWiki MojoMojo
Recent Changes
Yes
Yes
Wanted Pages
Plugin
Yes
Orphaned Pages
No
Patch
Most/Least Popular
Plugin
Unknown
Recent Visitors
No
Unknown
Analysis
No
Unknown
Output PukiWiki MojoMojo
Printer Friendly
Print CSS
Print View
Mobile Friendly
Optional
Unknown
Themes & Skins
Yes
Yes
RSS Feeds
Plugin
Yes
ATOM Feeds
Plugin
Yes
Abbreviations
No
No
Auto-TOC
Plugin
Optional
Raw Export
Plugin
Yes
HTML Export
No
Yes
XML export
No
No
PDF Export
No
No
Office Export
Unknown
Unknown
Media and Files PukiWiki MojoMojo
File Attachments
Plugin
Yes
Media Revisions
No
Unknown
Embedded Flash
Plugin
Yes
Embedded Video
Plugin
Yes
Image Editing
Plugin
No
SVG Editing
No
No
MindMap Editing
No
No
Media Search
No
Extras PukiWiki MojoMojo
Calendar
Plugin
No
Image Galleries
No
Yes
Presentations
Unknown
Unknown
Forums
Optional
No
Blogs
Optional
No
Ticket System
Optional
No
Chat
Unknown
Unknown
Syntax Examples PukiWiki MojoMojo
Internal Link
PageNameAsWikiName
[[PageName]]
[[link text>PageName]]
[[another page]]
External Link
http://....
[[link text>http://....]]
[[interwiki:keyphrase]]
[[link text>interwiki:keyphrase]]
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
N/A
Markdown:
`command line example`

Textile:
@command line example@
Strikethrough Format
%%strikethrough%%
Textile:
normal text -striked- normal text
Superscript Format
N/A
Textile: ^superscript^
Subscript Format
N/A
Textile: ~subscript~
Images
#ref(pagename/filename[,option])
&ref(pagename/filename[,option]);
&ref(http://foo.bar/foo.jpg[,option]);
http://foo.bar/foo.jpg
Markdown:
![alt text](/image/path "title text")

Textile:
!http://example.com/image.png!
Aligning Text
CENTER:center
RIGHT:right
LEFT:left
Textile:
< right
> left
= center
<> justify
Text Indentation
N/A
Textile:
> text
Bulleted Lists
- Item 1
-- Item 1.1
- Item 2
* an item
* another item
Numbered Lists
+ 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 PukiWiki remove MojoMojo