Oddmuse vs. DokuWiki

General Features Oddmuse DokuWiki
Version
2.3.13
2020-07-29 "Hogfather"
Last Release Date
2018-09-03 (5 years ago)
2020-07-19 (3 years ago)
Last Update here
2018-10-27 (5 years ago)
2021-08-09 (2 years ago)
Author
Alex Schroeder
Andreas Gohr
URL
Free and Open Source
Yes
Yes
License
GPL
GPL 2
Programming Language
Perl
PHP
Data Storage
Files
Files
License Cost/ Fee
free
0
Development status
Mature
Mature
Intended Audience
family people, hackers
personal, small to medium companies
System Requirements Oddmuse DokuWiki
Operating System
Anything supported by Perl
Linux, UNIX, Windows, MacOS X, probably others
Root Access
No
No
Webserver
Anything supporting CGI scripts
Apache, IIS, Nginx, Lighttpd, anything with PHP support
Other Requirements
Writable data directory
Datastorage Oddmuse DokuWiki
Text Files
Yes
Yes
MySQL
No
No
PostgreSQL
No
No
Oracle
No
No
SQLite
No
No
BerkeleyDB
No
No
RCS
No
No
Other
No
None
Security/Anti-Spam Oddmuse DokuWiki
Page Permissions
Yes
Yes
ACL
No
Yes
Authentication Backends
None (use your web server instead)
Textfile, LDAP, MySQL, PostgreSQL, ActiveDirectory
Host Blocking
Yes
Plugin
Mail Encryption
No
Optional
nofollow
No
Optional
Blacklist
Optional
Optional
CAPTCHA
Plugin
Plugin
Delayed Indexing
No
Optional
Development/Support Oddmuse DokuWiki
# of Consultants
Preconfigured Hosting
Yes
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
67 ⭐
3582 ⭐
Common Features Oddmuse DokuWiki
Preview
Yes
Yes
Minor Changes
Yes
Yes
Change Summary
Yes
Yes
Page History
Yes
Yes
Page Revisions
Restricted by Age
Unlimited
Revision Diffs
Between all
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features Oddmuse DokuWiki
Unicode Support
Yes
Yes
Right-to-Left Support
Optional
Yes
Interface Languages
18
Bulgarian, German, Spanish, Finnish, French, Hebrew, Italian, Korean, Dutch, Polish, Portuguese, Romanian, Russian, Serbian, Swedish, Ukrainian, Chinese, Chinese Traditional
68
Afrikaans, Arabic, Azerbaijani, Byelorussian, Bulgarian, Bengali; Bangla, Catalan, Czech, Welsh, Danish, German, Greek, English, Esperanto, Spanish, Estonian, Basque, Persian, Finnish, Faroese, French, Frisian, Galician, Hebrew, Hindi, Croatian, Hungarian, Interlingua, Indonesian, Icelandic, Italian, Japanese, Georgian, Kazakh, Cambodian, Kannada, Korean, Kurdish, Latin, Lithuanian, Latvian, Lettish, Malagasy, Macedonian, Malayalam, Marathi, Malay, Nepali, Dutch, Norwegian, Polish, Portuguese, Brazilian Portuguese, Romanian, Russian, Sinhalese, Slovak, Slovenian, Albanian, Serbian, Swedish, Tamil, Thai, Turkish, Ukrainian, Uzbek, Vietnamese, Chinese, Chinese Traditional
Email notification
Plugin
Optional
Comments
Discussion Pages
Plugin
Categories
Plugin
Plugin
Namespaces
Plugin
Yes
Conflict Handling
Conflict Resolution
Page Locking
Concurrent Editing
No
No
Search
Full Text
Full Text
Wiki Farming
Plugin
Plugin
Structured Data
Plugin
Plugin
Links Oddmuse DokuWiki
CamelCase
Optional
Optional
Freelinks
Optional
Yes
Backlinks
Plugin
Yes
InterWiki
Yes
Yes
SisterWiki
Plugin
No
Image Links
Plugin
Yes
Windows Shares
Plugin
Yes
Page Redirects
Yes
Plugin
Syntax Features Oddmuse DokuWiki
HTML Tags
Plugin
Optional
Math formulas
Plugin
Plugin
Tables
simple + complex
simple
CREOLE support
Plugin
Plugin
Markdown Support
Plugin
Plugin
Textile Support
No
Plugin
BBCode Support
Plugin
Plugin
Emoticon Images
Optional
Yes
Syntax Highlighting
Plugin
Yes
Footnotes
Plugin
Yes
Quoting
Optional
Yes
Internal Comments
No
Plugin
Custom styles
Yes
Plugin
FAQ Tags
Plugin
Plugin
Scripting
Perl
Optional, PHP
Content Includes
Yes
Plugin
Feed Aggregation
Yes
Yes
Usability Oddmuse DokuWiki
Section Editing
No
Yes
Page Templates
No
Yes
Double-Click Edit
Plugin
Plugin
Toolbar
Plugin
Yes
WYSIWYG Editing
Plugin
Plugin
Access Keys
Yes
Yes
Auto Signature
Plugin
Yes
Statistics Oddmuse DokuWiki
Recent Changes
Yes
Yes
Wanted Pages
Plugin
Plugin
Orphaned Pages
Plugin
Plugin
Most/Least Popular
No
No
Recent Visitors
Plugin
No
Analysis
No
Plugin
Output Oddmuse DokuWiki
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
Yes
Yes
Themes & Skins
Optional
Yes
RSS Feeds
Yes
Yes
ATOM Feeds
Plugin
Yes
Abbreviations
Yes
Yes
Auto-TOC
Plugin
Yes
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
No
No
PDF Export
Plugin
Plugin
Office Export
No
Plugin
Media and Files Oddmuse DokuWiki
File Attachments
Optional
Yes
Media Revisions
Yes
Yes
Embedded Flash
No
Yes
Embedded Video
No
Yes
Image Editing
No
No
SVG Editing
Plugin
Plugin
MindMap Editing
No
Plugin
Media Search
Filenames only
Filenames only
Extras Oddmuse DokuWiki
Calendar
Plugin
Plugin
Image Galleries
No
Plugin
Presentations
No
Plugin
Forums
No
No
Blogs
Optional
Plugin
Ticket System
No
Plugin
Chat
No
No
Syntax Examples Oddmuse DokuWiki
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
[[a Link]]
[[namespace:link]]
[[link|With a Title]]
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://example.com]]
[[http://example.com|With a Title]]
Headlines
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

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

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
{{local.jpg}}
{{http://foo.bar/baz.jpg}}
Aligning Text
no example known
Plugin
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
Plugin
Horizontal Rule
Depending on plugins:
----
----
remove Oddmuse remove DokuWiki