Wikepage vs. Oddmuse vs. WikiNi

General Features Wikepage Oddmuse WikiNi
Version
2008.1
2.3.13
0.5.0
Last Release Date
2008-10-13 (15 years ago)
2018-09-03 (5 years ago)
2007-04-11 (17 years ago)
Last Update here
2008-10-24 (15 years ago)
2018-10-27 (5 years ago)
2009-02-09 (15 years ago)
Author
Jose Carlos Medeiros
Alex Schroeder
URL
Free and Open Source
Yes
Yes
Yes
License
GPL
GPL
GPL
Programming Language
PHP
Perl
PHP
Data Storage
Files
Files
Database
License Cost/ Fee
0
free
0 ($, €, £, ¥, ...)
Development status
Mature
Mature
Mature
Intended Audience
Private users, small groups
family people, hackers
End Users/Desktop, Education
System Requirements Wikepage Oddmuse WikiNi
Operating System
Platform Independent
Anything supported by Perl
all (UNIX, Windows, MacOS X)
Root Access
No
No
No
Webserver
Server Independent
Anything supporting CGI scripts
Other Requirements
n/a
Writable data directory
Datastorage Wikepage Oddmuse WikiNi
Text Files
Yes
Yes
No
MySQL
No
No
Yes
PostgreSQL
No
No
No
Oracle
No
No
No
SQLite
No
No
No
BerkeleyDB
No
No
No
RCS
No
No
No
Other
No
Security/Anti-Spam Wikepage Oddmuse WikiNi
Page Permissions
Yes
Yes
Yes
ACL
No
No
Yes
Authentication Backends
None (use your web server instead)
Host Blocking
No
Yes
Unknown
Mail Encryption
Unknown
No
Unknown
nofollow
Yes
No
No
Blacklist
No
Optional
No
CAPTCHA
No
Plugin
Patch
Delayed Indexing
No
No
No
Development/Support Wikepage Oddmuse WikiNi
# of Consultants
Preconfigured Hosting
No
Yes
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
67 ⭐
N/A
Common Features Wikepage Oddmuse WikiNi
Preview
No
Yes
Yes
Minor Changes
No
Yes
No
Change Summary
No
Yes
Yes
Page History
No
Yes
Yes
Page Revisions
None
Restricted by Age
Restricted by Age
Revision Diffs
No
Between all
Between all
Sitemap
Yes
Yes
Yes
Plugin System
No
Yes
Yes
Special Features Wikepage Oddmuse WikiNi
Unicode Support
Yes
Yes
No
Right-to-Left Support
Unknown
Optional
Unknown
Interface Languages
0
18
Bulgarian, German, Spanish, Finnish, French, Hebrew, Italian, Korean, Dutch, Polish, Portuguese, Romanian, Russian, Serbian, Swedish, Ukrainian, Chinese, Chinese Traditional
1
French
Email notification
No
Plugin
Plugin
Comments
No
Discussion Pages
Threaded
Categories
No
Plugin
Unknown
Namespaces
No
Plugin
Patch
Conflict Handling
None
Conflict Resolution
Conflict Detection
Concurrent Editing
Unknown
No
Unknown
Search
Full Text
Full Text
Full Text
Wiki Farming
Optional
Plugin
Unknown
Structured Data
Unknown
Plugin
Unknown
Links Wikepage Oddmuse WikiNi
CamelCase
Optional
Optional
Yes
Freelinks
Yes
Optional
Yes
Backlinks
Yes
Plugin
Yes
InterWiki
Unknown
Yes
Yes
SisterWiki
No
Plugin
No
Image Links
Yes
Plugin
Unknown
Windows Shares
No
Plugin
No
Page Redirects
Unknown
Yes
Unknown
Syntax Features Wikepage Oddmuse WikiNi
HTML Tags
None
Plugin
Optional
Math formulas
No
Plugin
Plugin
Tables
simple
simple + complex
simple + complex
CREOLE support
Unknown
Plugin
No
Markdown Support
No
Plugin
No
Textile Support
No
No
No
BBCode Support
No
Plugin
No
Emoticon Images
No
Optional
No
Syntax Highlighting
No
Plugin
Yes
Footnotes
No
Plugin
Plugin
Quoting
Yes
Optional
Unknown
Internal Comments
No
No
Unknown
Custom styles
Yes
Yes
Patch
FAQ Tags
No
Plugin
No
Scripting
Perl
Content Includes
No
Yes
Yes
Feed Aggregation
Yes
Yes
Patch
Usability Wikepage Oddmuse WikiNi
Section Editing
No
No
No
Page Templates
Yes
No
No
Double-Click Edit
No
Plugin
Yes
Toolbar
No
Plugin
Patch
WYSIWYG Editing
No
Plugin
No
Access Keys
No
Yes
Yes
Auto Signature
No
Plugin
No
Statistics Wikepage Oddmuse WikiNi
Recent Changes
Yes
Yes
Yes
Wanted Pages
No
Plugin
Yes
Orphaned Pages
No
Plugin
Yes
Most/Least Popular
No
No
No
Recent Visitors
No
Plugin
No
Analysis
No
No
No
Output Wikepage Oddmuse WikiNi
Printer Friendly
No
Print CSS
Print CSS
Mobile Friendly
Unknown
Yes
Unknown
Themes & Skins
Yes
Optional
Optional
RSS Feeds
Yes
Yes
Yes
ATOM Feeds
No
Plugin
No
Abbreviations
No
Yes
No
Auto-TOC
Yes
Plugin
Unknown
Raw Export
No
Yes
Yes
HTML Export
No
Yes
No
XML export
No
No
No
PDF Export
No
Plugin
Plugin
Office Export
Unknown
No
Unknown
Media and Files Wikepage Oddmuse WikiNi
File Attachments
Yes
Optional
Plugin
Media Revisions
No
Yes
Unknown
Embedded Flash
Yes
No
Plugin
Embedded Video
No
No
Plugin
Image Editing
No
No
No
SVG Editing
No
Plugin
No
MindMap Editing
No
No
No
Media Search
No
Filenames only
No
Extras Wikepage Oddmuse WikiNi
Calendar
No
Plugin
Unknown
Image Galleries
No
No
Unknown
Presentations
Unknown
No
Unknown
Forums
No
No
Unknown
Blogs
No
Optional
Unknown
Ticket System
No
No
Unknown
Chat
Unknown
No
Unknown
Syntax Examples Wikepage Oddmuse WikiNi
Internal Link
[Link_type]
[http://externallink.com]
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
wiki word (XxxXxxxxx)
External Link
[http://externallink.com/|click]
[http://externallink.com/|picture.gif]
http://example.com/
[http://example.com/] → [1]

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

Depending on plugins:
[text](http://example.com/) → text
[[ ]]
Headlines
! Biggest
!! Smaller
!!! Smallest
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
====== ====== level 1
===== ===== level 2
==== ==== level 3
=== === level 4
== == level 5

Bold Format
**Bold**
Depending on plugins:
*bold*
**bold*
'''bold'''
** **
Italics Format
''Italic''
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
// //
Underline Format
__Underline__
Depending on plugins:
_underline_
__underline__
__ __
Monospace Format
With a space in front of the text
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
## ##
Strikethrough Format
n/a
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
[image.gif]
[http://externalimage.com/image.gif]
http://example.com/pic.jpg

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

[quote]
text
[/quote]

: one
:: two
[space] level 1
[space][space] level 2
[space][space][...] level X
Bulleted Lists
* Bullet1
* Bullet2
* one
** two
-
-
-
Numbered Lists
n/a
Depending on plugins:
1. one
2. two

# one
## two
1)
1)
1)
Definition Lists
Depending on plugins:
; term: definition
Horizontal Rule
---
Depending on plugins:
----
----
remove Wikepage remove Oddmuse remove WikiNi