Oddmuse vs. TWiki

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

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

Depending on plugins:
[text](http://example.com/) → text
http://twiki.org/ autolink
[[http://twiki.org/][label]]
Headlines
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

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

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
%ATTACHURL%/image.png
http://any.domain/image.png
Aligning Text
no example known
| left |   center   |   right |
or HTML
or CSS
Text Indentation
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
<blockquote>
multi line text
</blockquote>
Bulleted Lists
* one
** two
* Item 1
* Item 1.1
* Item 2
Numbered Lists
Depending on plugins:
1. one
2. two

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