Oddmuse vs. PageWork

General Features Oddmuse PageWork
Version
2.3.13
0.4.8
Last Release Date
2018-09-04 (7 years ago)
2010-07-20 (16 years ago)
Last Update here
2018-10-27 (7 years ago)
2010-10-23 (15 years ago)
Author
Alex Schroeder
Pitt Murmann
URL
Free and Open Source
Yes
Yes
License
GPL
GPLv3
Programming Language
Perl
PHP
Data Storage
Files
Database, Files
License Cost/ Fee
free
none
Development status
Mature
Mature
Intended Audience
family people, hackers
Medium-sized sites
System Requirements Oddmuse PageWork
Operating System
Anything supported by Perl
Any
Root Access
No
No
Webserver
Anything supporting CGI scripts
Any
Other Requirements
Writable data directory
DBA with bdb or qdbm support
Datastorage Oddmuse PageWork
Text Files
Yes
Yes
MySQL
No
No
PostgreSQL
No
No
Oracle
No
No
SQLite
No
Patch
BerkeleyDB
No
Yes
RCS
No
No
Other
No
Security/Anti-Spam Oddmuse PageWork
Page Permissions
Yes
Yes
ACL
No
Yes
Authentication Backends
None (use your web server instead)
Proprietary
Host Blocking
Yes
No
Mail Encryption
No
No
nofollow
No
Yes
Blacklist
Optional
No
CAPTCHA
Plugin
No
Delayed Indexing
No
Yes
Development/Support Oddmuse PageWork
# of Consultants
Preconfigured Hosting
Yes
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
89 ⭐
N/A
Common Features Oddmuse PageWork
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 PageWork
Unicode Support
Yes
Yes
Right-to-Left Support
Optional
Optional
Interface Languages
18
Bulgarian, German, Spanish, Finnish, French, Hebrew, Italian, Korean, Dutch, Polish, Portuguese, Romanian, Russian, Serbian, Swedish, Ukrainian, Chinese, Chinese Traditional
2
German, English
Email notification
Plugin
No
Comments
Discussion Pages
Discussion Pages
Categories
Plugin
Yes
Namespaces
Plugin
Yes
Conflict Handling
Conflict Resolution
Conflict Detection
Concurrent Editing
No
Unknown
Search
Full Text
Full Text
Wiki Farming
Plugin
Yes
Structured Data
Plugin
Yes
Links Oddmuse PageWork
CamelCase
Optional
Yes
Freelinks
Optional
Yes
Backlinks
Plugin
Yes
InterWiki
Yes
Yes
SisterWiki
Plugin
Optional
Image Links
Plugin
Yes
Windows Shares
Plugin
No
Page Redirects
Yes
Yes
Syntax Features Oddmuse PageWork
HTML Tags
Plugin
All
Math formulas
Plugin
Plugin
Tables
simple + complex
simple
CREOLE support
Plugin
No
Markdown Support
Plugin
No
Textile Support
No
No
BBCode Support
Plugin
No
Emoticon Images
Optional
No
Syntax Highlighting
Plugin
Yes
Footnotes
Plugin
Yes
Quoting
Optional
Yes
Internal Comments
No
Yes
Custom styles
Yes
Optional
FAQ Tags
Plugin
Plugin
Scripting
Perl
Content Includes
Yes
Yes
Feed Aggregation
Yes
Yes
Usability Oddmuse PageWork
Section Editing
No
Yes
Page Templates
No
Yes
Double-Click Edit
Plugin
No
Toolbar
Plugin
Yes
WYSIWYG Editing
Plugin
No
Access Keys
Yes
Yes
Auto Signature
Plugin
No
Statistics Oddmuse PageWork
Recent Changes
Yes
Yes
Wanted Pages
Plugin
Yes
Orphaned Pages
Plugin
Yes
Most/Least Popular
No
No
Recent Visitors
Plugin
No
Analysis
No
No
Output Oddmuse PageWork
Printer Friendly
Print CSS
Print View
Mobile Friendly
Yes
Optional
Themes & Skins
Optional
Optional
RSS Feeds
Yes
Yes
ATOM Feeds
Plugin
Yes
Abbreviations
Yes
Yes
Auto-TOC
Plugin
Yes
Raw Export
Yes
Plugin
HTML Export
Yes
Plugin
XML export
No
No
PDF Export
Plugin
No
Office Export
No
Unknown
Media and Files Oddmuse PageWork
File Attachments
Optional
Yes
Media Revisions
Yes
Yes
Embedded Flash
No
Yes
Embedded Video
No
Yes
Image Editing
No
No
SVG Editing
Plugin
No
MindMap Editing
No
No
Media Search
Filenames only
Keywords
Extras Oddmuse PageWork
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 PageWork
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
[[link]]
[[link|alternate text]]
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://www.wikimatrix.org/
Headlines
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
= L1 =
== L2 ==
=== L3 ===
==== L4 ====
===== L5 =====

= L1
== L2
=== L3
==== L4
===== L5
Bold Format
Depending on plugins:
*bold*
**bold*
'''bold'''
This is '''bold''' (or rather, strong).
This is **bold**, too.
Italics Format
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
This is in ''italics'' (or rather, emphasized).
This is in //italics//, too.
Underline Format
Depending on plugins:
_underline_
__underline__
This is __underlined__.
Monospace Format
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
This is %%monospaced%%.
Strikethrough Format
via bbCode plugin:
[s]strike through[/s]
This is --not-- important.
Superscript Format
via bbCode plugin:
[sup]superscript[/sup]
a^^2^^ = b^^2^^ + c^^2^^
Subscript Format
via bbCode plugin:
[sub]subscript[/sub]
p^^^n^^^ := {x^^^n^^^, y^^^n^^^, y^^^n^^^}
Images
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
{{image|image_file.suffix}}
{{image|image_file.suffix|alternate text}}
{{figure|image_file.suffix}}
{{figure|image_file.suffix|caption text}}
Aligning Text
no example known
{{p|align:left|text of paragraph}}
{{p|align:center|text of paragraph}}
{{p|align:right|text of paragraph}}
Text Indentation
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
> L1 quote
>> L2 quote
Bulleted Lists
* one
** two
* one
* two
** two alpha
** two beta
* three
Numbered Lists
Depending on plugins:
1. one
2. two

# one
## two
# one
# two
## two alpha
## two beta
# three
Definition Lists
Depending on plugins:
; term: definition
: term : definition
Horizontal Rule
Depending on plugins:
----
---
remove Oddmuse remove PageWork