DokuWiki vs. Oddmuse

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

section
=======

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

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
Aligning Text
Plugin
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
Plugin
Depending on plugins:
; term: definition
Horizontal Rule
----
Depending on plugins:
----
remove DokuWiki remove Oddmuse