ikiwiki vs. Oddmuse

General Features ikiwiki Oddmuse
Version
2.67
2.3.13
Last Release Date
2008-10-16 (15 years ago)
2018-09-03 (5 years ago)
Last Update here
2008-10-28 (15 years ago)
2018-10-27 (5 years ago)
Author
Joey Hess and the ikiwiki community
Alex Schroeder
URL
Free and Open Source
Yes
Yes
License
GPL
GPL
Programming Language
Perl
Perl
Data Storage
Files, RCS
Files
License Cost/ Fee
0
free
Development status
Mature
Mature
Intended Audience
Anyone
family people, hackers
System Requirements ikiwiki Oddmuse
Operating System
Any
Anything supported by Perl
Root Access
No
No
Webserver
Any, or none
Anything supporting CGI scripts
Other Requirements
Writable data directory
Datastorage ikiwiki Oddmuse
Text Files
Yes
Yes
MySQL
No
No
PostgreSQL
No
No
Oracle
No
No
SQLite
No
No
BerkeleyDB
No
No
RCS
Yes
No
Other
No
Security/Anti-Spam ikiwiki Oddmuse
Page Permissions
Yes
Yes
ACL
Yes
No
Authentication Backends
Built-in, HTTP auth, OpenID; extensible via plugins
None (use your web server instead)
Host Blocking
Yes
Yes
Mail Encryption
Yes
No
nofollow
No
No
Blacklist
Yes
Optional
CAPTCHA
No
Plugin
Delayed Indexing
No
No
Development/Support ikiwiki Oddmuse
# of Consultants
Preconfigured Hosting
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
67 ⭐
Common Features ikiwiki Oddmuse
Preview
Yes
Yes
Minor Changes
No
Yes
Change Summary
Yes
Yes
Page History
Yes
Yes
Page Revisions
Unlimited
Restricted by Age
Revision Diffs
Between all
Between all
Sitemap
Plugin
Yes
Plugin System
Yes
Yes
Special Features ikiwiki Oddmuse
Unicode Support
Yes
Yes
Right-to-Left Support
Yes
Optional
Interface Languages
1
English
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
Discussion Pages
Discussion Pages
Categories
Plugin
Plugin
Namespaces
Yes
Plugin
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
Unknown
No
Search
Full Text
Full Text
Wiki Farming
Yes
Plugin
Structured Data
Unknown
Plugin
Links ikiwiki Oddmuse
CamelCase
Plugin
Optional
Freelinks
Yes
Optional
Backlinks
Yes
Plugin
InterWiki
Plugin
Yes
SisterWiki
Plugin
Plugin
Image Links
Yes
Plugin
Windows Shares
Yes
Plugin
Page Redirects
Unknown
Yes
Syntax Features ikiwiki Oddmuse
HTML Tags
Optional
Plugin
Math formulas
Plugin
Plugin
Tables
simple + complex
simple + complex
CREOLE support
No
Plugin
Markdown Support
Yes
Plugin
Textile Support
Plugin
No
BBCode Support
No
Plugin
Emoticon Images
Plugin
Optional
Syntax Highlighting
Plugin
Plugin
Footnotes
No
Plugin
Quoting
Yes
Optional
Internal Comments
Yes
No
Custom styles
Yes
Yes
FAQ Tags
Yes
Plugin
Scripting
safe subset of HTML::Template supported via template plugin
Perl
Content Includes
Plugin
Yes
Feed Aggregation
Plugin
Yes
Usability ikiwiki Oddmuse
Section Editing
No
No
Page Templates
Yes
No
Double-Click Edit
No
Plugin
Toolbar
No
Plugin
WYSIWYG Editing
No
Plugin
Access Keys
No
Yes
Auto Signature
No
Plugin
Statistics ikiwiki Oddmuse
Recent Changes
Yes
Yes
Wanted Pages
Plugin
Plugin
Orphaned Pages
Plugin
Plugin
Most/Least Popular
No
No
Recent Visitors
No
Plugin
Analysis
No
No
Output ikiwiki Oddmuse
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
Yes
Yes
Themes & Skins
Yes
Optional
RSS Feeds
Plugin
Yes
ATOM Feeds
Plugin
Plugin
Abbreviations
No
Yes
Auto-TOC
Plugin
Plugin
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
No
No
PDF Export
No
Plugin
Office Export
Unknown
No
Media and Files ikiwiki Oddmuse
File Attachments
Yes
Optional
Media Revisions
Yes
Yes
Embedded Flash
Optional
No
Embedded Video
Optional
No
Image Editing
No
No
SVG Editing
No
Plugin
MindMap Editing
No
No
Media Search
Filenames only
Filenames only
Extras ikiwiki Oddmuse
Calendar
Plugin
Plugin
Image Galleries
Plugin
No
Presentations
Unknown
No
Forums
Unknown
No
Blogs
Yes
Optional
Ticket System
Yes
No
Chat
Unknown
No
Syntax Examples ikiwiki Oddmuse
Internal Link
[[internal]]
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
[link text](http://example.org)
http://example.com/
[http://example.com/] → [1]

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

Depending on plugins:
[text](http://example.com/) → text
Headlines
Two syntaxes:

# heading 1
## heading 2
### heading 3

heading 1
=========

heading 2
---------
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
Bold Format
**bold**
__bold__
Depending on plugins:
*bold*
**bold*
'''bold'''
Italics Format
*emphasized*
_emphasized_
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
Underline Format
via HTML: <u>underlined</u>
Depending on plugins:
_underline_
__underline__
Monospace Format
`inline monospace`

indented block of
monospaced text

tab-indented
block
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
Strikethrough Format
via HTML: <del>deleted</del>
via bbCode plugin:
[s]strike through[/s]
Superscript Format
via HTML: x<sup>2</sup>
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
via HTML: a<sub>1</sub>
via bbCode plugin:
[sub]subscript[/sub]
Images
![alt text](internal/image)
![alt text](http://example.org/external/image)
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
Aligning Text
no example known
Text Indentation
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
Bulleted Lists
* item 1
* item 2
* item 2.1
* item 2.2
* one
** two
Numbered Lists
1. item 1
2. item 2
1. item 1.1
42. the value doesn't matter
1. any value works
Depending on plugins:
1. one
2. two

# one
## two
Definition Lists
via HTML:
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
Depending on plugins:
; term: definition
Horizontal Rule
---
***
___
------------------
Any number > 3
- - - - - - - - - -
spaces don't matter
Depending on plugins:
----
remove ikiwiki remove Oddmuse