PhpWiki vs. Oddmuse

General Features PhpWiki Oddmuse
Version
phpwiki-1.3.14
2.3.13
Last Release Date
2007-06-30 (16 years ago)
2018-09-03 (5 years ago)
Last Update here
2009-04-03 (15 years ago)
2018-10-27 (5 years ago)
Author
Steve Wainstead, Jeff Dairiki, Reini Urban, Carsten Klapp, Marc-Etienne Vargenau
Alex Schroeder
URL
Free and Open Source
Yes
Yes
License
GPL
GPL
Programming Language
PHP
Perl
Data Storage
Database, Files, RCS
Files
License Cost/ Fee
0
free
Development status
Mature
Mature
Intended Audience
Any
family people, hackers
System Requirements PhpWiki Oddmuse
Operating System
UNIX, Windows, MacOS X, probably others
Anything supported by Perl
Root Access
No
No
Webserver
Apache, IIS, anything with PHP support
Anything supporting CGI scripts
Other Requirements
various opt. helpers
Writable data directory
Datastorage PhpWiki Oddmuse
Text Files
Yes
Yes
MySQL
Yes
No
PostgreSQL
Yes
No
Oracle
Yes
No
SQLite
Yes
No
BerkeleyDB
Yes
No
RCS
Yes
No
Other
gdbm, cvs, MSSQL, ... (ADODB, PearDB)
No
Security/Anti-Spam PhpWiki Oddmuse
Page Permissions
Yes
Yes
ACL
Yes
No
Authentication Backends
db, session, pop, imap, ldap, file, webserver
None (use your web server instead)
Host Blocking
No
Yes
Mail Encryption
No
No
nofollow
Yes
No
Blacklist
Yes
Optional
CAPTCHA
Yes
Plugin
Delayed Indexing
No
No
Development/Support PhpWiki Oddmuse
# of Consultants
Preconfigured Hosting
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
#phpwiki
Stars on GitHub
N/A
67 ⭐
Common Features PhpWiki 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 PhpWiki Oddmuse
Unicode Support
Yes
Yes
Right-to-Left Support
No
Optional
Interface Languages
9
German, English, Spanish, French, Italian, Japanese, Dutch, Swedish, 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
Plugin
Discussion Pages
Categories
Yes
Plugin
Namespaces
No
Plugin
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
Unknown
No
Search
Full Text
Full Text
Wiki Farming
Yes
Plugin
Structured Data
Patch
Plugin
Links PhpWiki Oddmuse
CamelCase
Yes
Optional
Freelinks
Yes
Optional
Backlinks
Yes
Plugin
InterWiki
Yes
Yes
SisterWiki
No
Plugin
Image Links
Yes
Plugin
Windows Shares
Yes
Plugin
Page Redirects
Yes
Yes
Syntax Features PhpWiki Oddmuse
HTML Tags
Some
Plugin
Math formulas
Plugin
Plugin
Tables
simple + complex
simple + complex
CREOLE support
No
Plugin
Markdown Support
No
Plugin
Textile Support
No
No
BBCode Support
No
Plugin
Emoticon Images
No
Optional
Syntax Highlighting
Plugin
Plugin
Footnotes
Yes
Plugin
Quoting
Yes
Optional
Internal Comments
Yes
No
Custom styles
Yes
Yes
FAQ Tags
No
Plugin
Scripting
plugins, templates, PHP
Perl
Content Includes
Yes
Yes
Feed Aggregation
Yes
Yes
Usability PhpWiki Oddmuse
Section Editing
No
No
Page Templates
Yes
No
Double-Click Edit
Optional
Plugin
Toolbar
Yes
Plugin
WYSIWYG Editing
Patch
Plugin
Access Keys
Yes
Yes
Auto Signature
Yes
Plugin
Statistics PhpWiki Oddmuse
Recent Changes
Yes
Yes
Wanted Pages
Yes
Plugin
Orphaned Pages
Yes
Plugin
Most/Least Popular
Yes
No
Recent Visitors
Yes
Plugin
Analysis
Plugin
No
Output PhpWiki Oddmuse
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
No
Yes
Themes & Skins
Yes
Optional
RSS Feeds
Yes
Yes
ATOM Feeds
No
Plugin
Abbreviations
No
Yes
Auto-TOC
Yes
Plugin
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
No
No
PDF Export
Yes
Plugin
Office Export
Unknown
No
Media and Files PhpWiki Oddmuse
File Attachments
Yes
Optional
Media Revisions
Yes
Yes
Embedded Flash
Yes
No
Embedded Video
Yes
No
Image Editing
No
No
SVG Editing
No
Plugin
MindMap Editing
No
No
Media Search
No
Filenames only
Extras PhpWiki Oddmuse
Calendar
Yes
Plugin
Image Galleries
Yes
No
Presentations
Unknown
No
Forums
Yes
No
Blogs
Yes
Optional
Ticket System
No
No
Chat
Unknown
No
Syntax Examples PhpWiki Oddmuse
Internal Link
WikiWord or [somelink]
[ desc | pagename ]
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://someserver/someurl
[ desc | exturl ]
http://example.com/
[http://example.com/] → [1]

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

Depending on plugins:
[text](http://example.com/) → text
Headlines
!!!Headline1
!!Headline2
!Headline3
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
Bold Format
*bold* or
<strong>bold</strong>
Depending on plugins:
*bold*
**bold*
'''bold'''
Italics Format
_italics_ or 
or
<em>italics</em>
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
Underline Format
<u>underlined</u>
Depending on plugins:
_underline_
__underline__
Monospace Format
<tt>monospace</tt>
<code>code</code>
<pre>preformatted</pre>
<verbatim>
unparsed text</verbatim>


Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
Strikethrough Format
<strike>striked through</strike>
via bbCode plugin:
[s]strike through[/s]
Superscript Format
<sup>above</sup>
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
<sub>below</sub>
via bbCode plugin:
[sub]subscript[/sub]
Images
[ http://foo.org/1.jpg size=30%] 
external image
[Upload:view.jpg align=right size=50x40] 
view uploaded image
[Upload:view.jpg | http://server/external-linkjpg ] 
view and link to another image
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
Aligning Text
<?plugin RawHtml <span align="right"> ?>right<?plugin RawHtml </span> ?>
or <div align="right"> right </div>

no example known
Text Indentation
;: left indent
;;: more left indent

or 
paragraph
and another level 
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
Bulleted Lists
* list
or
- list
* one
** two
Numbered Lists
# list
Depending on plugins:
1. one
2. two

# one
## two
Definition Lists
Term:<def>
def
Depending on plugins:
; term: definition
Horizontal Rule
----
Depending on plugins:
----
remove PhpWiki remove Oddmuse