KeheiWiki vs. Oddmuse

General Features KeheiWiki Oddmuse
Version
Pleiades-M45
2.3.13
Last Release Date
2005-03-21 (19 years ago)
2018-09-03 (5 years ago)
Last Update here
2009-12-23 (14 years ago)
2018-10-27 (5 years ago)
Author
team
Alex Schroeder
URL
Free and Open Source
Yes
Yes
License
LGPL
GPL
Programming Language
Perl
Perl
Data Storage
Files, RCS
Files
License Cost/ Fee
0
free
Development status
Mature
Mature
Intended Audience
corporate and special interest groups
family people, hackers
System Requirements KeheiWiki Oddmuse
Operating System
Unix/Linux
Anything supported by Perl
Root Access
No
No
Webserver
Apache 1.3 or better CGI (any level)
Anything supporting CGI scripts
Other Requirements
perl 4 or newer
Writable data directory
Datastorage KeheiWiki Oddmuse
Text Files
Yes
Yes
MySQL
Plugin
No
PostgreSQL
Plugin
No
Oracle
Plugin
No
SQLite
Plugin
No
BerkeleyDB
Plugin
No
RCS
Plugin
No
Other
archiving plugin, designed for unionFS
No
Security/Anti-Spam KeheiWiki Oddmuse
Page Permissions
Yes
Yes
ACL
Yes
No
Authentication Backends
Apache
None (use your web server instead)
Host Blocking
Yes
Yes
Mail Encryption
No
No
nofollow
No
No
Blacklist
Plugin
Optional
CAPTCHA
Plugin
Plugin
Delayed Indexing
Plugin
No
Development/Support KeheiWiki 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 KeheiWiki Oddmuse
Preview
Optional
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
Optional
Yes
Plugin System
Yes
Yes
Special Features KeheiWiki Oddmuse
Unicode Support
Yes
Yes
Right-to-Left Support
Unknown
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
Threaded
Discussion Pages
Categories
Yes
Plugin
Namespaces
Yes
Plugin
Conflict Handling
Page Locking
Conflict Resolution
Concurrent Editing
Unknown
No
Search
Full Text
Full Text
Wiki Farming
Yes
Plugin
Structured Data
Yes
Plugin
Links KeheiWiki Oddmuse
CamelCase
Yes
Optional
Freelinks
Yes
Optional
Backlinks
No
Plugin
InterWiki
Yes
Yes
SisterWiki
No
Plugin
Image Links
Yes
Plugin
Windows Shares
No
Plugin
Page Redirects
Yes
Yes
Syntax Features KeheiWiki Oddmuse
HTML Tags
All
Plugin
Math formulas
No
Plugin
Tables
complex
simple + complex
CREOLE support
Unknown
Plugin
Markdown Support
Unknown
Plugin
Textile Support
Optional
No
BBCode Support
Optional
Plugin
Emoticon Images
No
Optional
Syntax Highlighting
Plugin
Plugin
Footnotes
No
Plugin
Quoting
Yes
Optional
Internal Comments
Yes
No
Custom styles
Yes
Yes
FAQ Tags
Yes
Plugin
Scripting
Yes - custom tags, javascript, variables
Perl
Content Includes
Yes
Yes
Feed Aggregation
Yes
Yes
Usability KeheiWiki Oddmuse
Section Editing
Yes
No
Page Templates
Yes
No
Double-Click Edit
Optional
Plugin
Toolbar
Yes
Plugin
WYSIWYG Editing
Yes
Plugin
Access Keys
No
Yes
Auto Signature
Yes
Plugin
Statistics KeheiWiki 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 KeheiWiki Oddmuse
Printer Friendly
Print View
Print CSS
Mobile Friendly
Yes
Yes
Themes & Skins
Plugin
Optional
RSS Feeds
Plugin
Yes
ATOM Feeds
No
Plugin
Abbreviations
Yes
Yes
Auto-TOC
Yes
Plugin
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
No
No
PDF Export
No
Plugin
Office Export
Unknown
No
Media and Files KeheiWiki Oddmuse
File Attachments
Plugin
Optional
Media Revisions
Plugin
Yes
Embedded Flash
Yes
No
Embedded Video
Yes
No
Image Editing
No
No
SVG Editing
No
Plugin
MindMap Editing
No
No
Media Search
Keywords
Filenames only
Extras KeheiWiki Oddmuse
Calendar
No
Plugin
Image Galleries
No
No
Presentations
Unknown
No
Forums
Yes
No
Blogs
Yes
Optional
Ticket System
No
No
Chat
Unknown
No
Syntax Examples KeheiWiki Oddmuse
Internal Link
%topic%  ( '%' configurable )
or
<link topic>text</link>
or
use HTML in rich text editor
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://gmail.com/
or
<extern http://gmail.com>a mail server</extern>
or
use HTML in rich text editor
http://example.com/
[http://example.com/] → [1]

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

Depending on plugins:
[text](http://example.com/) → text
Headlines
text  ----    
or
insert HTML via WYSIWYG editor
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
Bold Format
_ text _ 
or
insert HTML via WYSIWYG editor
Depending on plugins:
*bold*
**bold*
'''bold'''
Italics Format
* text *
or
insert HTML via WYSIWYG editor
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
Underline Format
insert HTML via WYSIWYG editor
Depending on plugins:
_underline_
__underline__
Monospace Format
<wiki code>
stuff
</wiki code>
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
Strikethrough Format
insert HTML via WYSIWYG editor
via bbCode plugin:
[s]strike through[/s]
Superscript Format
insert HTML via WYSIWYG editor
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
insert HTML via WYSIWYG editor
via bbCode plugin:
[sub]subscript[/sub]
Images
insert HTML via WYSIWYG editor
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
Aligning Text
<p align=right> stuff
or
insert HTML via WYSIWYG editor
no example known
Text Indentation
<ul>
stuff
</ul>
or
insert HTML via WYSIWYG editor
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
Bulleted Lists
* text
or
<!> text
or
insert HTML via WYSIWYG editor
* one
** two
Numbered Lists
digits. stuff
or
insert HTML via WYSIWYG editor
Depending on plugins:
1. one
2. two

# one
## two
Definition Lists
term:    definition
or
insert HTML via WYSIWYG editor
Depending on plugins:
; term: definition
Horizontal Rule
can use plain < HR > tag or
via WYSIWYG editor
Depending on plugins:
----
remove KeheiWiki remove Oddmuse