WackoWiki vs. Oddmuse

General Features WackoWiki Oddmuse
Version
6.1.25
2.3.13
Last Release Date
2024-04-11 (1 month ago)
2018-09-03 (5 years ago)
Last Update here
2024-04-11 (1 month ago)
2018-10-27 (5 years ago)
Author
WackoWiki Team
Alex Schroeder
URL
Free and Open Source
Yes
Yes
License
BSD
GPL
Programming Language
PHP
Perl
Data Storage
Database
Files
License Cost/ Fee
0
free
Development status
Mature
Mature
Intended Audience
Advanced End Users, Developers, End Users/Desktop
family people, hackers
System Requirements WackoWiki Oddmuse
Operating System
OS Independent
Anything supported by Perl
Root Access
No
No
Webserver
run with the appserver/webserver of your choice
Anything supporting CGI scripts
Other Requirements
mod_rewrite (optional)
Writable data directory
Datastorage WackoWiki Oddmuse
Text Files
No
Yes
MySQL
Yes
No
PostgreSQL
No
No
Oracle
No
No
SQLite
No
No
BerkeleyDB
No
No
RCS
No
No
Other
MariaDB
No
Security/Anti-Spam WackoWiki Oddmuse
Page Permissions
Yes
Yes
ACL
Yes
No
Authentication Backends
LDAP (patch), ActiveDirectory
None (use your web server instead)
Host Blocking
Optional
Yes
Mail Encryption
Optional
No
nofollow
Optional
No
Blacklist
Yes
Optional
CAPTCHA
Yes
Plugin
Delayed Indexing
No
No
Development/Support WackoWiki Oddmuse
# of Consultants
Preconfigured Hosting
Yes
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
32 ⭐
67 ⭐
Common Features WackoWiki Oddmuse
Preview
Yes
Yes
Minor Changes
Yes
Yes
Change Summary
Yes
Yes
Page History
Yes
Yes
Page Revisions
Unlimited
Restricted by Age
Revision Diffs
Between all
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features WackoWiki Oddmuse
Unicode Support
Yes
Yes
Right-to-Left Support
Yes
Optional
Interface Languages
20
Bulgarian, Danish, German, Greek, English, Spanish, Estonian, Persian, French, Hindi, Hungarian, Italian, Japanese, Korean, Dutch, Polish, Portuguese, Russian, Chinese, Chinese Traditional
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
Flat
Discussion Pages
Categories
Yes
Plugin
Namespaces
Yes
Plugin
Conflict Handling
Page Locking
Conflict Resolution
Concurrent Editing
No
No
Search
Full Text
Full Text
Wiki Farming
Patch
Plugin
Structured Data
Plugin
Plugin
Links WackoWiki Oddmuse
CamelCase
Optional
Optional
Freelinks
Yes
Optional
Backlinks
Yes
Plugin
InterWiki
Yes
Yes
SisterWiki
No
Plugin
Image Links
Yes
Plugin
Windows Shares
Yes
Plugin
Page Redirects
Yes
Yes
Syntax Features WackoWiki Oddmuse
HTML Tags
All
Plugin
Math formulas
Plugin
Plugin
Tables
simple
simple + complex
CREOLE support
No
Plugin
Markdown Support
No
Plugin
Textile Support
No
No
BBCode Support
Patch
Plugin
Emoticon Images
Yes
Optional
Syntax Highlighting
Yes
Plugin
Footnotes
Yes
Plugin
Quoting
Yes
Optional
Internal Comments
Yes
No
Custom styles
Yes
Yes
FAQ Tags
No
Plugin
Scripting
actions (PHP)
Perl
Content Includes
Yes
Yes
Feed Aggregation
Yes
Yes
Usability WackoWiki Oddmuse
Section Editing
Yes
No
Page Templates
Yes
No
Double-Click Edit
Yes
Plugin
Toolbar
Yes
Plugin
WYSIWYG Editing
Plugin
Plugin
Access Keys
Yes
Yes
Auto Signature
Yes
Plugin
Statistics WackoWiki Oddmuse
Recent Changes
Yes
Yes
Wanted Pages
Yes
Plugin
Orphaned Pages
Yes
Plugin
Most/Least Popular
Yes
No
Recent Visitors
Yes
Plugin
Analysis
Plugin
No
Output WackoWiki Oddmuse
Printer Friendly
Print View
Print CSS
Mobile Friendly
Yes
Yes
Themes & Skins
Yes
Optional
RSS Feeds
Yes
Yes
ATOM Feeds
No
Plugin
Abbreviations
Patch
Yes
Auto-TOC
Yes
Plugin
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
Yes
No
PDF Export
Patch
Plugin
Office Export
Patch
No
Media and Files WackoWiki Oddmuse
File Attachments
Yes
Optional
Media Revisions
No
Yes
Embedded Flash
Yes
No
Embedded Video
Yes
No
Image Editing
No
No
SVG Editing
No
Plugin
MindMap Editing
Plugin
No
Media Search
Contents
Filenames only
Extras WackoWiki Oddmuse
Calendar
Plugin
Plugin
Image Galleries
Plugin
No
Presentations
Plugin
No
Forums
Optional
No
Blogs
Optional
Optional
Ticket System
No
No
Chat
Patch
No
Syntax Examples WackoWiki Oddmuse
Internal Link
[[InternalLink]] 
((InternalLink))
[[InternalLink alternate text]]
CamelCase
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
https://wackowiki.org
[[https://wackowiki.org WackoWiki]]
[[Wikipedia:WackoWiki]]
http://example.com/
[http://example.com/] → [1]

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

Depending on plugins:
[text](http://example.com/) → text
Headlines
== Level 1 ==
=== Level 2 ===
==== Level 3 ====
===== Level 4 =====
====== Level 5 ======
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
Bold Format
**bold**
Depending on plugins:
*bold*
**bold*
'''bold'''
Italics Format
//italics//
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
Underline Format
__underline__
Depending on plugins:
_underline_
__underline__
Monospace Format
##monospace##
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
Strikethrough Format
--strikethrough--
via bbCode plugin:
[s]strike through[/s]
Superscript Format
^^superscript^^
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
vvsubscriptvv
via bbCode plugin:
[sub]subscript[/sub]
Images
((image.png))
file:image.png
https://example.com/image.png
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
Aligning Text
{html}<div align="right">{html}

%%(wacko wrapper="text" wrapper_align="center")
content%%
no example known
Text Indentation
one
two
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
Bulleted Lists
*one
**One-two
*two
*three
* one
** two
Numbered Lists
1. numbered List
1. numbered List-2
2.#8 numbered List, with break


Depending on plugins:
1. one
2. two

# one
## two
Definition Lists
{html}<dl>
<dt>Coffee</dt>
<dd>Black hot drink</dd>
<dt>Milk</dt>
<dd>White cold drink</dd>
</dl>{html}
Depending on plugins:
; term: definition
Horizontal Rule
----
Depending on plugins:
----
remove WackoWiki remove Oddmuse