PukiWiki vs. Oddmuse

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

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

Depending on plugins:
[text](http://example.com/) → text
Headlines
* Level 1
** Level 2
*** Level 3
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
Bold Format
''bold''
Depending on plugins:
*bold*
**bold*
'''bold'''
Italics Format
'''italic'''
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
Underline Format
%%%underlined%%%
Depending on plugins:
_underline_
__underline__
Monospace Format
N/A
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
Strikethrough Format
%%strikethrough%%
via bbCode plugin:
[s]strike through[/s]
Superscript Format
N/A
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
N/A
via bbCode plugin:
[sub]subscript[/sub]
Images
#ref(pagename/filename[,option])
&ref(pagename/filename[,option]);
&ref(http://foo.bar/foo.jpg[,option]);
http://foo.bar/foo.jpg
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
Aligning Text
CENTER:center
RIGHT:right
LEFT:left
no example known
Text Indentation
N/A
Depending on plugins:
> text

[quote]
text
[/quote]

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

# one
## two
Definition Lists
:term|definition
Depending on plugins:
; term: definition
Horizontal Rule
--------------------
Depending on plugins:
----
remove PukiWiki remove Oddmuse