Oddmuse vs. PmWiki

General Features Oddmuse PmWiki
Version
2.3.13
2.3.33
Last Release Date
2018-09-03 (5 years ago)
2024-04-20 (3 days ago)
Last Update here
2018-10-27 (5 years ago)
2024-04-21 (2 days ago)
Author
Alex Schroeder
Petko Yotov (Original author: Patrick R. Michaud)
URL
Free and Open Source
Yes
Yes
License
GPL
GPL2+
Programming Language
Perl
PHP
Data Storage
Files
Files
License Cost/ Fee
free
0
Development status
Mature
Mature
Intended Audience
family people, hackers
All
System Requirements Oddmuse PmWiki
Operating System
Anything supported by Perl
Linux, UNIX, Windows, MacOS X, probably others
Root Access
No
No
Webserver
Anything supporting CGI scripts
Apache, IIS, anything with PHP support. Can also be run w/o a webserver.
Other Requirements
Writable data directory
none
Datastorage Oddmuse PmWiki
Text Files
Yes
Yes
MySQL
No
Plugin
PostgreSQL
No
No
Oracle
No
No
SQLite
No
Plugin
BerkeleyDB
No
No
RCS
No
Plugin
Other
No
Compressed, XML and/or ephemeral files (modules). Can provide custom data backends.
Security/Anti-Spam Oddmuse PmWiki
Page Permissions
Yes
Yes
ACL
No
Yes
Authentication Backends
None (use your web server instead)
Internal: per page, per group, per user, per user group. External: .htpasswd, LDAP, Active Directory. Plugins: Mailman, forums w/MySQL, oAuth, custom possible.
Host Blocking
Yes
Optional
Mail Encryption
No
Optional
nofollow
No
Yes
Blacklist
Optional
Optional
CAPTCHA
Plugin
Plugin
Delayed Indexing
No
Optional
Development/Support Oddmuse PmWiki
# 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 PmWiki
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 PmWiki
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
38
Arabic, Bulgarian, Breton, Catalan, Czech, Danish, German, Greek, English, Esperanto, Spanish, Persian, Finnish, French, Hungarian, Indonesian, Italian, Japanese, Lithuanian, Latvian, Lettish, Macedonian, Dutch, Norwegian, Polish, Portuguese, Brazilian Portuguese, Romanian, Russian, Slovak, Slovenian, Albanian, Swedish, Tamil, Turkish, Ukrainian, Vietnamese, Chinese, Chinese Traditional
Email notification
Plugin
Optional
Comments
Discussion Pages
Discussion Pages
Categories
Plugin
Yes
Namespaces
Plugin
Yes
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
No
Yes
Search
Full Text
Full Text
Wiki Farming
Plugin
Yes
Structured Data
Plugin
Yes
Links Oddmuse PmWiki
CamelCase
Optional
Optional
Freelinks
Optional
Yes
Backlinks
Plugin
Yes
InterWiki
Yes
Yes
SisterWiki
Plugin
Plugin
Image Links
Plugin
Yes
Windows Shares
Plugin
Yes
Page Redirects
Yes
Yes
Syntax Features Oddmuse PmWiki
HTML Tags
Plugin
Plugin
Math formulas
Plugin
Plugin
Tables
simple + complex
simple + complex
CREOLE support
Plugin
Optional
Markdown Support
Plugin
Plugin
Textile Support
No
No
BBCode Support
Plugin
Plugin
Emoticon Images
Optional
Plugin
Syntax Highlighting
Plugin
Optional
Footnotes
Plugin
Plugin
Quoting
Optional
Plugin
Internal Comments
No
Yes
Custom styles
Yes
Yes
FAQ Tags
Plugin
Yes
Scripting
Perl
MarkupExpressions (core, many add-ons). PageLists with templates (core structured data scripting). WikiSh (plugin), Data forms (optional)
Content Includes
Yes
Yes
Feed Aggregation
Yes
Plugin
Usability Oddmuse PmWiki
Section Editing
No
Plugin
Page Templates
No
Yes
Double-Click Edit
Plugin
Plugin
Toolbar
Plugin
Optional
WYSIWYG Editing
Plugin
Plugin
Access Keys
Yes
Yes
Auto Signature
Plugin
Yes
Statistics Oddmuse PmWiki
Recent Changes
Yes
Yes
Wanted Pages
Plugin
Optional
Orphaned Pages
Plugin
Optional
Most/Least Popular
No
No
Recent Visitors
Plugin
Plugin
Analysis
No
Plugin
Output Oddmuse PmWiki
Printer Friendly
Print CSS
Print View
Mobile Friendly
Yes
Yes
Themes & Skins
Optional
Yes
RSS Feeds
Yes
Optional
ATOM Feeds
Plugin
Optional
Abbreviations
Yes
Plugin
Auto-TOC
Plugin
Optional
Raw Export
Yes
Yes
HTML Export
Yes
Plugin
XML export
No
Plugin
PDF Export
Plugin
Plugin
Office Export
No
Plugin
Media and Files Oddmuse PmWiki
File Attachments
Optional
Optional
Media Revisions
Yes
Optional
Embedded Flash
No
Plugin
Embedded Video
No
Plugin
Image Editing
No
Plugin
SVG Editing
Plugin
No
MindMap Editing
No
Plugin
Media Search
Filenames only
Filenames only
Extras Oddmuse PmWiki
Calendar
Plugin
Plugin
Image Galleries
No
Plugin
Presentations
No
Plugin
Forums
No
Plugin
Blogs
Optional
Plugin
Ticket System
No
Plugin
Chat
No
No
Syntax Examples Oddmuse PmWiki
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
[[page name]]
[[page name | link text]]
[[link text -> page name]]
[[#anchor]]
[[#anchor|link to anchor]]
[[page name #anchor]]
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://....
[[http://... | link text]]
[[link text -> http://...]]
Headlines
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
! Level 1
!! Level 2
!!! Level 3
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__
{+underlined+}
Monospace Format
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
@@monospace@@
Strikethrough Format
via bbCode plugin:
[s]strike through[/s]
{-strikethrough-}
Superscript Format
via bbCode plugin:
[sup]superscript[/sup]
'^superscript^'
Subscript Format
via bbCode plugin:
[sub]subscript[/sub]
'_subscript_'
Images
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
https://foo.bar/foo.jpg
Attach:foo.jpg
Attach:foo.jpg"alt/title text" | Caption
Aligning Text
no example known
%center% centered text
%right% right aligned
%lfloat% left floating text
%rfloat% right floating text
%rframe% right floating frame
%lframe% left floating frame
Text Indentation
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
-> indented text
--> more indentation
-< hanging text
--< more indentation
Bulleted Lists
* one
** two
* Item 1
** Item 1.1
* Item 2
alternatively, indented:
* item 1
* item 1.1
* item 2
Numbered Lists
Depending on plugins:
1. one
2. two

# one
## two
# Item 1
## Item 1.1
# Item 2
alternatively, indented:
# Item 1
# Item 1.1
# Item 2
Definition Lists
Depending on plugins:
; term: definition
: term : definition
Horizontal Rule
Depending on plugins:
----
----
remove Oddmuse remove PmWiki