Oddmuse vs. PukiWiki

General Features Oddmuse PukiWiki
Version
2.3.13
1.5.1
Last Release Date
2018-09-04 (7 years ago)
2016-03-07 (9 years ago)
Last Update here
2018-10-27 (7 years ago)
2016-03-23 (9 years ago)
Author
Alex Schroeder
PukiWiki Development Team
URL
Free and Open Source
Yes
Yes
License
GPL
GPL version 2 or (at your option) any later version
Programming Language
Perl
PHP
Data Storage
Files
Files
License Cost/ Fee
free
0
Development status
Mature
Mature
Intended Audience
family people, hackers
One theme, one PukiWiki
System Requirements Oddmuse PukiWiki
Operating System
Anything supported by Perl
OS independent
Root Access
No
No
Webserver
Anything supporting CGI scripts
Apache, IIS, anything with PHP support
Other Requirements
Writable data directory
tar with "-p" option, or unzip for install. "mbstring" PHP extension for multi-bite support. backup feature wants 'zip' PHP extension.
Datastorage Oddmuse PukiWiki
Text Files
Yes
Yes
MySQL
No
No
PostgreSQL
No
No
Oracle
No
No
SQLite
No
No
BerkeleyDB
No
No
RCS
No
No
Other
No
zip-compressed text files for backup (with "zip" PHP extension)
Security/Anti-Spam Oddmuse PukiWiki
Page Permissions
Yes
Yes
ACL
No
Yes
Authentication Backends
None (use your web server instead)
LDIF strings compatible with OpenLDAP, LDAP
Host Blocking
Yes
Patch
Mail Encryption
No
No
nofollow
No
Yes
Blacklist
Optional
Patch
CAPTCHA
Plugin
No
Delayed Indexing
No
No
Development/Support Oddmuse PukiWiki
# of Consultants
Preconfigured Hosting
Yes
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
#pukiwiki
Stars on GitHub
88 ⭐
N/A
Common Features Oddmuse PukiWiki
Preview
Yes
Yes
Minor Changes
Yes
No
Change Summary
Yes
No
Page History
Yes
Yes
Page Revisions
Restricted by Age
Restricted by Number
Revision Diffs
Between all
To current
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features Oddmuse PukiWiki
Unicode Support
Yes
Yes
Right-to-Left Support
Optional
No
Interface Languages
18
Bulgarian, German, Spanish, Finnish, French, Hebrew, Italian, Korean, Dutch, Polish, Portuguese, Romanian, Russian, Serbian, Swedish, Ukrainian, Chinese, Chinese Traditional
5
German, English, Japanese, Korean, Twi
Email notification
Plugin
Yes
Comments
Discussion Pages
Plugin
Categories
Plugin
No
Namespaces
Plugin
No
Conflict Handling
Conflict Resolution
Conflict Detection
Concurrent Editing
No
Unknown
Search
Full Text
Full Text
Wiki Farming
Plugin
No
Structured Data
Plugin
No
Links Oddmuse PukiWiki
CamelCase
Optional
Yes
Freelinks
Optional
Yes
Backlinks
Plugin
Yes
InterWiki
Yes
Yes
SisterWiki
Plugin
No
Image Links
Plugin
Yes
Windows Shares
Plugin
Patch
Page Redirects
Yes
No
Syntax Features Oddmuse PukiWiki
HTML Tags
Plugin
Plugin
Math formulas
Plugin
Plugin
Tables
simple + complex
complex
CREOLE support
Plugin
No
Markdown Support
Plugin
No
Textile Support
No
No
BBCode Support
Plugin
No
Emoticon Images
Optional
Yes
Syntax Highlighting
Plugin
Plugin
Footnotes
Plugin
Yes
Quoting
Optional
Optional
Internal Comments
No
Yes
Custom styles
Yes
Yes
FAQ Tags
Plugin
No
Scripting
Perl
plugins(PHP), skins(PHP), CSSes(PHP,CSS)
Content Includes
Yes
Plugin
Feed Aggregation
Yes
Plugin
Usability Oddmuse PukiWiki
Section Editing
No
Patch
Page Templates
No
Yes
Double-Click Edit
Plugin
No
Toolbar
Plugin
Patch
WYSIWYG Editing
Plugin
No
Access Keys
Yes
Yes
Auto Signature
Plugin
No
Statistics Oddmuse PukiWiki
Recent Changes
Yes
Yes
Wanted Pages
Plugin
Plugin
Orphaned Pages
Plugin
No
Most/Least Popular
No
Plugin
Recent Visitors
Plugin
No
Analysis
No
No
Output Oddmuse PukiWiki
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
Yes
Optional
Themes & Skins
Optional
Yes
RSS Feeds
Yes
Plugin
ATOM Feeds
Plugin
Plugin
Abbreviations
Yes
No
Auto-TOC
Plugin
Plugin
Raw Export
Yes
Plugin
HTML Export
Yes
No
XML export
No
No
PDF Export
Plugin
No
Office Export
No
Unknown
Media and Files Oddmuse PukiWiki
File Attachments
Optional
Plugin
Media Revisions
Yes
No
Embedded Flash
No
Plugin
Embedded Video
No
Plugin
Image Editing
No
Plugin
SVG Editing
Plugin
No
MindMap Editing
No
No
Media Search
Filenames only
No
Extras Oddmuse PukiWiki
Calendar
Plugin
Plugin
Image Galleries
No
No
Presentations
No
Unknown
Forums
No
Optional
Blogs
Optional
Optional
Ticket System
No
Optional
Chat
No
Unknown
Syntax Examples Oddmuse PukiWiki
Internal Link
optional, default on:
[[page name]]

optional, default off:
PageName
[PageName] → [1]
[[[page name]]] → [1]
[PageName text] → text
[[page name|text]] → text

Depending on plugins:
[text](page) → text
PageNameAsWikiName
[[PageName]]
[[link text>PageName]]
External Link
http://example.com/
[http://example.com/] → [1]

optional, default on:
[http://example.com/ text] → text

Depending on plugins:
[text](http://example.com/) → text
http://....
[[link text>http://....]]
[[interwiki:keyphrase]]
[[link text>interwiki:keyphrase]]
Headlines
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
* Level 1
** Level 2
*** Level 3
Bold Format
Depending on plugins:
*bold*
**bold*
'''bold'''
''bold''
Italics Format
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
'''italic'''
Underline Format
Depending on plugins:
_underline_
__underline__
%%%underlined%%%
Monospace Format
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
N/A
Strikethrough Format
via bbCode plugin:
[s]strike through[/s]
%%strikethrough%%
Superscript Format
via bbCode plugin:
[sup]superscript[/sup]
N/A
Subscript Format
via bbCode plugin:
[sub]subscript[/sub]
N/A
Images
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
#ref(pagename/filename[,option])
&ref(pagename/filename[,option]);
&ref(http://foo.bar/foo.jpg[,option]);
http://foo.bar/foo.jpg
Aligning Text
no example known
CENTER:center
RIGHT:right
LEFT:left
Text Indentation
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
N/A
Bulleted Lists
* one
** two
- Item 1
-- Item 1.1
- Item 2
Numbered Lists
Depending on plugins:
1. one
2. two

# one
## two
+ Item 1
++ Item 1.1
+ Item 2
Definition Lists
Depending on plugins:
; term: definition
:term|definition
Horizontal Rule
Depending on plugins:
----
--------------------
remove Oddmuse remove PukiWiki