TWiki vs. Oddmuse

General Features TWiki Oddmuse
Version
TWiki-6.1.0
2.3.13
Last Release Date
2018-07-15 (5 years ago)
2018-09-03 (5 years ago)
Last Update here
2019-07-19 (4 years ago)
2018-10-27 (5 years ago)
Author
Peter Thoeny, TWiki community
Alex Schroeder
URL
Free and Open Source
Yes
Yes
License
GPL
GPL
Programming Language
Perl, JavaScript
Perl
Data Storage
Files, RCS
Files
License Cost/ Fee
N/A
free
Development status
Mature
Mature
Intended Audience
Large enterprise; small to medium businesses
family people, hackers
System Requirements TWiki Oddmuse
Operating System
Linux, Windows, OS-X and other
Anything supported by Perl
Root Access
No
No
Webserver
Almost any webserver, typically Apache and Ngnix
Anything supporting CGI scripts
Other Requirements
RCS (optional), cron/scheduler, fgrep, egrep; Plugins may have additional dependencies
Writable data directory
Datastorage TWiki Oddmuse
Text Files
Yes
Yes
MySQL
No
No
PostgreSQL
No
No
Oracle
No
No
SQLite
No
No
BerkeleyDB
No
No
RCS
Yes
No
Other
RcsLite Perl library for version control without external RCS; backend API for other storage
No
Security/Anti-Spam TWiki Oddmuse
Page Permissions
Yes
Yes
ACL
Yes
No
Authentication Backends
Internal authentication; anything Apache supports such as LDAP, NIS, AD, Kerberos
None (use your web server instead)
Host Blocking
Plugin
Yes
Mail Encryption
Yes
No
nofollow
Plugin
No
Blacklist
Plugin
Optional
CAPTCHA
Plugin
Plugin
Delayed Indexing
Plugin
No
Development/Support TWiki Oddmuse
# of Consultants
Preconfigured Hosting
Yes
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
67 ⭐
Common Features TWiki 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 TWiki Oddmuse
Unicode Support
Yes
Yes
Right-to-Left Support
No
Optional
Interface Languages
19
Bulgarian, Czech, Danish, German, English, Spanish, Finnish, French, Italian, Japanese, Korean, Dutch, Polish, Portuguese, Russian, Swedish, Ukrainian, 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
Threaded
Discussion Pages
Categories
Yes
Plugin
Namespaces
Yes
Plugin
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
Unknown
No
Search
Full Text
Full Text
Wiki Farming
Optional
Plugin
Structured Data
Yes
Plugin
Links TWiki Oddmuse
CamelCase
Yes
Optional
Freelinks
Yes
Optional
Backlinks
Yes
Plugin
InterWiki
Yes
Yes
SisterWiki
Plugin
Plugin
Image Links
Yes
Plugin
Windows Shares
Plugin
Plugin
Page Redirects
Plugin
Yes
Syntax Features TWiki Oddmuse
HTML Tags
All
Plugin
Math formulas
Plugin
Plugin
Tables
simple + complex
simple + complex
CREOLE support
No
Plugin
Markdown Support
No
Plugin
Textile Support
Plugin
No
BBCode Support
No
Plugin
Emoticon Images
Yes
Optional
Syntax Highlighting
Plugin
Plugin
Footnotes
Plugin
Plugin
Quoting
Yes
Optional
Internal Comments
Yes
No
Custom styles
Yes
Yes
FAQ Tags
Yes
Plugin
Scripting
TWiki Markup Language, TWiki variables, JavaScript, extensive API
Perl
Content Includes
Yes
Yes
Feed Aggregation
Yes
Yes
Usability TWiki Oddmuse
Section Editing
Plugin
No
Page Templates
Yes
No
Double-Click Edit
Plugin
Plugin
Toolbar
Plugin
Plugin
WYSIWYG Editing
Yes
Plugin
Access Keys
Yes
Yes
Auto Signature
Yes
Plugin
Statistics TWiki Oddmuse
Recent Changes
Yes
Yes
Wanted Pages
No
Plugin
Orphaned Pages
Plugin
Plugin
Most/Least Popular
Yes
No
Recent Visitors
Plugin
Plugin
Analysis
Yes
No
Output TWiki Oddmuse
Printer Friendly
Print View
Print CSS
Mobile Friendly
Plugin
Yes
Themes & Skins
Yes
Optional
RSS Feeds
Yes
Yes
ATOM Feeds
Yes
Plugin
Abbreviations
Plugin
Yes
Auto-TOC
Yes
Plugin
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
Plugin
No
PDF Export
Plugin
Plugin
Office Export
Unknown
No
Media and Files TWiki Oddmuse
File Attachments
Yes
Optional
Media Revisions
Yes
Yes
Embedded Flash
Plugin
No
Embedded Video
Plugin
No
Image Editing
Plugin
No
SVG Editing
Plugin
Plugin
MindMap Editing
Plugin
No
Media Search
Contents
Filenames only
Extras TWiki Oddmuse
Calendar
Plugin
Plugin
Image Galleries
Plugin
No
Presentations
Unknown
No
Forums
Plugin
No
Blogs
Plugin
Optional
Ticket System
Plugin
No
Chat
Unknown
No
Syntax Examples TWiki Oddmuse
Internal Link
WikiWord autolink
Otherweb.WikiWord
[[Spaced text]]
[[WikiWord][label]]
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://twiki.org/ autolink
[[http://twiki.org/][label]]
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
---++++++ Level 6
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
Bold Format
*bold*
Depending on plugins:
*bold*
**bold*
'''bold'''
Italics Format
_italic_
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
Underline Format
<u>underline</u>
Depending on plugins:
_underline_
__underline__
Monospace Format
=monospaced text= and
<verbatim>
multi line text
</verbatim>
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
Strikethrough Format
<strike>strikethrough</strike>
via bbCode plugin:
[s]strike through[/s]
Superscript Format
<sup>superscript</sup>
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
<sub>subscript</sub>
via bbCode plugin:
[sub]subscript[/sub]
Images
%ATTACHURL%/image.png
http://any.domain/image.png
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
Aligning Text
| left |   center   |   right |
or HTML
or CSS
no example known
Text Indentation
<blockquote>
multi line text
</blockquote>
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
Bulleted Lists
* Item 1
* Item 1.1
* Item 2
* one
** two
Numbered Lists
1. Item 1
a. Item 1.a
1. Item 2
Depending on plugins:
1. one
2. two

# one
## two
Definition Lists
$ Term: Definition
Depending on plugins:
; term: definition
Horizontal Rule
---
Depending on plugins:
----
remove TWiki remove Oddmuse