Anwiki vs. Oddmuse vs. Wikepage

General Features Anwiki Oddmuse Wikepage
Version
0.2.5
2.3.13
2008.1
Last Release Date
2010-12-13 (15 years ago)
2018-09-04 (7 years ago)
2008-10-14 (17 years ago)
Last Update here
2013-06-25 (12 years ago)
2018-10-27 (7 years ago)
2008-10-24 (17 years ago)
Author
Antoine Walter
Alex Schroeder
Jose Carlos Medeiros
URL
Free and Open Source
Yes
Yes
Yes
License
GPL 3
GPL
GPL
Programming Language
PHP
Perl
PHP
Data Storage
Database, Files
Files
Files
License Cost/ Fee
0
free
0
Development status
Mature
Mature
Mature
Intended Audience
Designed for multilingual contents and/or structured contents. Light, extensive and overridable architecture.
family people, hackers
Private users, small groups
System Requirements Anwiki Oddmuse Wikepage
Operating System
Linux, Windows, probably others
Anything supported by Perl
Platform Independent
Root Access
No
No
No
Webserver
Apache, probably others with PHP support
Anything supporting CGI scripts
Server Independent
Other Requirements
Writable data directory
n/a
Datastorage Anwiki Oddmuse Wikepage
Text Files
No
Yes
Yes
MySQL
Yes
No
No
PostgreSQL
No
No
No
Oracle
No
No
No
SQLite
No
No
No
BerkeleyDB
No
No
No
RCS
No
No
No
Other
Extensible to any datastorage by implementing a custom driver
No
Security/Anti-Spam Anwiki Oddmuse Wikepage
Page Permissions
Yes
Yes
Yes
ACL
Yes
No
No
Authentication Backends
Extensible to any authentication backend by implementing a custom driver
None (use your web server instead)
Host Blocking
No
Yes
No
Mail Encryption
No
No
Unknown
nofollow
No
No
Yes
Blacklist
No
Optional
No
CAPTCHA
Yes
Plugin
No
Delayed Indexing
No
No
No
Development/Support Anwiki Oddmuse Wikepage
# of Consultants
Preconfigured Hosting
No
Yes
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
4 ⭐
89 ⭐
N/A
Common Features Anwiki Oddmuse Wikepage
Preview
Yes
Yes
No
Minor Changes
No
Yes
No
Change Summary
Yes
Yes
No
Page History
Yes
Yes
No
Page Revisions
Restricted by Age or Number
Restricted by Age
None
Revision Diffs
Between all
Between all
No
Sitemap
Yes
Yes
Yes
Plugin System
Yes
Yes
No
Special Features Anwiki Oddmuse Wikepage
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
Yes
Optional
Unknown
Interface Languages
5
German, English, Spanish, French, Italian
18
Bulgarian, German, Spanish, Finnish, French, Hebrew, Italian, Korean, Dutch, Polish, Portuguese, Romanian, Russian, Serbian, Swedish, Ukrainian, Chinese, Chinese Traditional
0
Email notification
No
Plugin
No
Comments
No
Discussion Pages
No
Categories
Unknown
Plugin
No
Namespaces
Yes
Plugin
No
Conflict Handling
Page Locking
Conflict Resolution
None
Concurrent Editing
Unknown
No
Unknown
Search
Full Text
Full Text
Wiki Farming
Unknown
Plugin
Optional
Structured Data
Yes
Plugin
Unknown
Links Anwiki Oddmuse Wikepage
CamelCase
No
Optional
Optional
Freelinks
Yes
Optional
Yes
Backlinks
Yes
Plugin
Yes
InterWiki
No
Yes
Unknown
SisterWiki
No
Plugin
No
Image Links
Yes
Plugin
Yes
Windows Shares
Yes
Plugin
No
Page Redirects
Unknown
Yes
Unknown
Syntax Features Anwiki Oddmuse Wikepage
HTML Tags
All
Plugin
None
Math formulas
No
Plugin
No
Tables
none
simple + complex
simple
CREOLE support
No
Plugin
Unknown
Markdown Support
No
Plugin
No
Textile Support
No
No
No
BBCode Support
No
Plugin
No
Emoticon Images
Plugin
Optional
No
Syntax Highlighting
No
Plugin
No
Footnotes
No
Plugin
No
Quoting
Plugin
Optional
Yes
Internal Comments
Unknown
No
No
Custom styles
Yes
Yes
Yes
FAQ Tags
Unknown
Plugin
No
Scripting
Javascript ; PHP scripts can be enabled
Perl
Content Includes
Yes
Yes
No
Feed Aggregation
Yes
Yes
Yes
Usability Anwiki Oddmuse Wikepage
Section Editing
No
No
No
Page Templates
Yes
No
Yes
Double-Click Edit
No
Plugin
No
Toolbar
No
Plugin
No
WYSIWYG Editing
No
Plugin
No
Access Keys
No
Yes
No
Auto Signature
No
Plugin
No
Statistics Anwiki Oddmuse Wikepage
Recent Changes
Yes
Yes
Yes
Wanted Pages
No
Plugin
No
Orphaned Pages
No
Plugin
No
Most/Least Popular
No
No
No
Recent Visitors
No
Plugin
No
Analysis
No
No
No
Output Anwiki Oddmuse Wikepage
Printer Friendly
Print CSS
No
Mobile Friendly
No
Yes
Unknown
Themes & Skins
Unknown
Optional
Yes
RSS Feeds
Yes
Yes
Yes
ATOM Feeds
Unknown
Plugin
No
Abbreviations
No
Yes
No
Auto-TOC
Yes
Plugin
Yes
Raw Export
Yes
Yes
No
HTML Export
No
Yes
No
XML export
Yes
No
No
PDF Export
No
Plugin
No
Office Export
Unknown
No
Unknown
Media and Files Anwiki Oddmuse Wikepage
File Attachments
No
Optional
Yes
Media Revisions
No
Yes
No
Embedded Flash
Yes
No
Yes
Embedded Video
Yes
No
No
Image Editing
No
No
No
SVG Editing
No
Plugin
No
MindMap Editing
No
No
No
Media Search
No
Filenames only
No
Extras Anwiki Oddmuse Wikepage
Calendar
No
Plugin
No
Image Galleries
No
No
No
Presentations
Unknown
No
Unknown
Forums
No
No
No
Blogs
No
Optional
No
Ticket System
No
No
No
Chat
Unknown
No
Unknown
Syntax Examples Anwiki Oddmuse Wikepage
Internal Link
<a href="en/home">go home</a>
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
[Link_type]
[http://externallink.com]
External Link
<a href="http://www.anwiki.com">Anwiki</a>
http://example.com/
[http://example.com/] → [1]

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

Depending on plugins:
[text](http://example.com/) → text
[http://externallink.com/|click]
[http://externallink.com/|picture.gif]
Headlines
<h1>Title</h2>
<h2>Subtitle</h2>
...
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
! Biggest
!! Smaller
!!! Smallest
Bold Format
<b>bold</b>
Depending on plugins:
*bold*
**bold*
'''bold'''
**Bold**
Italics Format
<i>italic</i>
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
''Italic''
Underline Format
<u>underline</u>
Depending on plugins:
_underline_
__underline__
__Underline__
Monospace Format
<tt>monospace</tt>
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
With a space in front of the text
Strikethrough Format
<del>strikethrough</del>
via bbCode plugin:
[s]strike through[/s]
n/a
Superscript Format
<sup>Anwiki</sup>
via bbCode plugin:
[sup]superscript[/sup]
n/a
Subscript Format
<sub>Anwiki</sub>
via bbCode plugin:
[sub]subscript[/sub]
n/a
Images
<img src=""/>
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
[image.gif]
[http://externalimage.com/image.gif]
Aligning Text
<center>anwiki</center>
no example known
n/a
Text Indentation
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
n/a
Bulleted Lists
<ul>
<li>item</li>
<li>item</li>
</ul>
* one
** two
* Bullet1
* Bullet2
Numbered Lists
<ol>
<li>item</li>
<li>item</li>
</ol>
Depending on plugins:
1. one
2. two

# one
## two
n/a
Definition Lists
<dl>
<dt>item</dt>
<dt>item</dt>
</dl>
Depending on plugins:
; term: definition
Horizontal Rule
<hr/>
Depending on plugins:
----
---
remove Anwiki remove Oddmuse remove Wikepage