PBwiki vs. Oddmuse

General Features PBwiki Oddmuse
Version
N/A
2.3.13
Last Release Date
N/A
2018-09-04 (7 years ago)
Last Update here
2010-08-16 (15 years ago)
2018-10-27 (7 years ago)
Author
PBworks
Alex Schroeder
URL
Free and Open Source
N/A
Yes
License
N/A
GPL
Programming Language
N/A
Perl
Data Storage
N/A
Files
License Cost/ Fee
Determined by Solution Needs
free
Development status
N/A
Mature
Intended Audience
Business Enterprises
family people, hackers
Hosting Features PBwiki Oddmuse
Storage Quota
No limit
N/A
Bandwidth Quota
No limit
N/A
Other Limits
None
N/A
Topic Restrictions
None
N/A
Corporate Branding
Yes
N/A
Own Domain
Yes
N/A
Ads allowed
Yes
N/A
System Requirements PBwiki Oddmuse
Operating System
N/A
Anything supported by Perl
Root Access
N/A
No
Webserver
N/A
Anything supporting CGI scripts
Other Requirements
N/A
Writable data directory
Datastorage PBwiki Oddmuse
Text Files
N/A
Yes
MySQL
N/A
No
PostgreSQL
N/A
No
Oracle
N/A
No
SQLite
N/A
No
BerkeleyDB
N/A
No
RCS
N/A
No
Other
N/A
No
Security/Anti-Spam PBwiki Oddmuse
Page Permissions
Yes
Yes
ACL
Yes
No
Authentication Backends
N/A
None (use your web server instead)
Host Blocking
Optional
Yes
Mail Encryption
No
No
nofollow
No
No
Blacklist
Optional
Optional
CAPTCHA
No
Plugin
Delayed Indexing
No
No
Development/Support PBwiki Oddmuse
# of Consultants
Preconfigured Hosting
N/A
Yes
Code Repository
N/A
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
89 ⭐
Common Features PBwiki 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 PBwiki Oddmuse
Unicode Support
Yes
Yes
Right-to-Left Support
Yes
Optional
Interface Languages
1
English
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
Page Locking
Conflict Resolution
Concurrent Editing
Unknown
No
Search
Full Text
Full Text
Wiki Farming
N/A
Plugin
Structured Data
Plugin
Plugin
Links PBwiki Oddmuse
CamelCase
Yes
Optional
Freelinks
Yes
Optional
Backlinks
Yes
Plugin
InterWiki
Yes
Yes
SisterWiki
Yes
Plugin
Image Links
Yes
Plugin
Windows Shares
Optional
Plugin
Page Redirects
Unknown
Yes
Syntax Features PBwiki Oddmuse
HTML Tags
All
Plugin
Math formulas
Yes
Plugin
Tables
simple + complex
simple + complex
CREOLE support
No
Plugin
Markdown Support
No
Plugin
Textile Support
No
No
BBCode Support
No
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
Yes
Plugin
Scripting
Javascript
Perl
Content Includes
Plugin
Yes
Feed Aggregation
Yes
Yes
Usability PBwiki Oddmuse
Section Editing
Plugin
No
Page Templates
Yes
No
Double-Click Edit
No
Plugin
Toolbar
Yes
Plugin
WYSIWYG Editing
Yes
Plugin
Access Keys
Yes
Yes
Auto Signature
No
Plugin
Statistics PBwiki Oddmuse
Recent Changes
Yes
Yes
Wanted Pages
Optional
Plugin
Orphaned Pages
No
Plugin
Most/Least Popular
Yes
No
Recent Visitors
Yes
Plugin
Analysis
Optional
No
Output PBwiki Oddmuse
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
Yes
Yes
Themes & Skins
Yes
Optional
RSS Feeds
Yes
Yes
ATOM Feeds
Yes
Plugin
Abbreviations
Yes
Yes
Auto-TOC
Yes
Plugin
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
Yes
No
PDF Export
Yes
Plugin
Office Export
Unknown
No
Media and Files PBwiki Oddmuse
File Attachments
Yes
Optional
Media Revisions
Yes
Yes
Embedded Flash
Yes
No
Embedded Video
Yes
No
Image Editing
Yes
No
SVG Editing
Yes
Plugin
MindMap Editing
Yes
No
Media Search
Contents
Filenames only
Extras PBwiki Oddmuse
Calendar
Yes
Plugin
Image Galleries
Yes
No
Presentations
Unknown
No
Forums
Plugin
No
Blogs
Optional
Optional
Ticket System
Plugin
No
Chat
Unknown
No
Syntax Examples PBwiki Oddmuse
Internal Link
CamelCaseLink or [Free 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
External Link
[http://www.externallink.com]
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
''italics''
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
Underline Format
__underline__
Depending on plugins:
_underline_
__underline__
Monospace Format
<code>monospace</code>
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
<sup>superscript</sup>
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
<sub>subscript</sub>
via bbCode plugin:
[sub]subscript[/sub]
Images
[http://www.imagelocation.com/image.jpg
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
Aligning Text
<left>, <center>, <right>
no example known
Text Indentation
Indented block
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
Bulleted Lists
* Bullet #1
* Bullet #2
** SubBullet #1
* one
** two
Numbered Lists
# Number #1
# Number #2
Depending on plugins:
1. one
2. two

# one
## two
Definition Lists
<dl>
</dl>
Depending on plugins:
; term: definition
Horizontal Rule
---
Depending on plugins:
----
remove PBwiki remove Oddmuse