Anwiki vs. Oddmuse

General Features Anwiki Oddmuse
Version
0.2.5
2.3.13
Last Release Date
2010-12-13 (15 years ago)
2018-09-04 (7 years ago)
Last Update here
2013-06-25 (12 years ago)
2018-10-27 (7 years ago)
Author
Antoine Walter
Alex Schroeder
URL
Free and Open Source
Yes
Yes
License
GPL 3
GPL
Programming Language
PHP
Perl
Data Storage
Database, Files
Files
License Cost/ Fee
0
free
Development status
Mature
Mature
Intended Audience
Designed for multilingual contents and/or structured contents. Light, extensive and overridable architecture.
family people, hackers
System Requirements Anwiki Oddmuse
Operating System
Linux, Windows, probably others
Anything supported by Perl
Root Access
No
No
Webserver
Apache, probably others with PHP support
Anything supporting CGI scripts
Other Requirements
Writable data directory
Datastorage Anwiki Oddmuse
Text Files
No
Yes
MySQL
Yes
No
PostgreSQL
No
No
Oracle
No
No
SQLite
No
No
BerkeleyDB
No
No
RCS
No
No
Other
Extensible to any datastorage by implementing a custom driver
No
Security/Anti-Spam Anwiki Oddmuse
Page Permissions
Yes
Yes
ACL
Yes
No
Authentication Backends
Extensible to any authentication backend by implementing a custom driver
None (use your web server instead)
Host Blocking
No
Yes
Mail Encryption
No
No
nofollow
No
No
Blacklist
No
Optional
CAPTCHA
Yes
Plugin
Delayed Indexing
No
No
Development/Support Anwiki Oddmuse
# of Consultants
Preconfigured Hosting
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
4 ⭐
89 ⭐
Common Features Anwiki Oddmuse
Preview
Yes
Yes
Minor Changes
No
Yes
Change Summary
Yes
Yes
Page History
Yes
Yes
Page Revisions
Restricted by Age or Number
Restricted by Age
Revision Diffs
Between all
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features Anwiki Oddmuse
Unicode Support
Yes
Yes
Right-to-Left Support
Yes
Optional
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
Email notification
No
Plugin
Comments
No
Discussion Pages
Categories
Unknown
Plugin
Namespaces
Yes
Plugin
Conflict Handling
Page Locking
Conflict Resolution
Concurrent Editing
Unknown
No
Search
Full Text
Wiki Farming
Unknown
Plugin
Structured Data
Yes
Plugin
Links Anwiki Oddmuse
CamelCase
No
Optional
Freelinks
Yes
Optional
Backlinks
Yes
Plugin
InterWiki
No
Yes
SisterWiki
No
Plugin
Image Links
Yes
Plugin
Windows Shares
Yes
Plugin
Page Redirects
Unknown
Yes
Syntax Features Anwiki Oddmuse
HTML Tags
All
Plugin
Math formulas
No
Plugin
Tables
none
simple + complex
CREOLE support
No
Plugin
Markdown Support
No
Plugin
Textile Support
No
No
BBCode Support
No
Plugin
Emoticon Images
Plugin
Optional
Syntax Highlighting
No
Plugin
Footnotes
No
Plugin
Quoting
Plugin
Optional
Internal Comments
Unknown
No
Custom styles
Yes
Yes
FAQ Tags
Unknown
Plugin
Scripting
Javascript ; PHP scripts can be enabled
Perl
Content Includes
Yes
Yes
Feed Aggregation
Yes
Yes
Usability Anwiki 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 Anwiki Oddmuse
Recent Changes
Yes
Yes
Wanted Pages
No
Plugin
Orphaned Pages
No
Plugin
Most/Least Popular
No
No
Recent Visitors
No
Plugin
Analysis
No
No
Output Anwiki Oddmuse
Printer Friendly
Print CSS
Mobile Friendly
No
Yes
Themes & Skins
Unknown
Optional
RSS Feeds
Yes
Yes
ATOM Feeds
Unknown
Plugin
Abbreviations
No
Yes
Auto-TOC
Yes
Plugin
Raw Export
Yes
Yes
HTML Export
No
Yes
XML export
Yes
No
PDF Export
No
Plugin
Office Export
Unknown
No
Media and Files Anwiki Oddmuse
File Attachments
No
Optional
Media Revisions
No
Yes
Embedded Flash
Yes
No
Embedded Video
Yes
No
Image Editing
No
No
SVG Editing
No
Plugin
MindMap Editing
No
No
Media Search
No
Filenames only
Extras Anwiki Oddmuse
Calendar
No
Plugin
Image Galleries
No
No
Presentations
Unknown
No
Forums
No
No
Blogs
No
Optional
Ticket System
No
No
Chat
Unknown
No
Syntax Examples Anwiki Oddmuse
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
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
Headlines
<h1>Title</h2>
<h2>Subtitle</h2>
...
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
Bold Format
<b>bold</b>
Depending on plugins:
*bold*
**bold*
'''bold'''
Italics Format
<i>italic</i>
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
Underline Format
<u>underline</u>
Depending on plugins:
_underline_
__underline__
Monospace Format
<tt>monospace</tt>
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>Anwiki</sup>
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
<sub>Anwiki</sub>
via bbCode plugin:
[sub]subscript[/sub]
Images
<img src=""/>
http://example.com/pic.jpg

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

[quote]
text
[/quote]

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

# one
## two
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