alphawiki vs. Oddmuse

General Features alphawiki Oddmuse
Version
v.20160608
2.3.13
Last Release Date
2016-08-06 (9 years ago)
2018-09-04 (7 years ago)
Last Update here
2016-09-10 (9 years ago)
2018-10-27 (7 years ago)
Author
marty alain
Alex Schroeder
URL
Free and Open Source
Yes
Yes
License
GNU-GPL
GPL
Programming Language
PHP+Javascript
Perl
Data Storage
Files
Files
License Cost/ Fee
0
free
Development status
Mature
Mature
Intended Audience
private users, small teams
family people, hackers
System Requirements alphawiki Oddmuse
Operating System
probably every OS
Anything supported by Perl
Root Access
Yes
No
Webserver
Apache with PHP support
Anything supporting CGI scripts
Other Requirements
Writable data directory
Datastorage alphawiki Oddmuse
Text Files
Yes
Yes
MySQL
No
No
PostgreSQL
No
No
Oracle
No
No
SQLite
No
No
BerkeleyDB
No
No
RCS
No
No
Other
None
No
Security/Anti-Spam alphawiki Oddmuse
Page Permissions
Yes
Yes
ACL
Yes
No
Authentication Backends
No
None (use your web server instead)
Host Blocking
No
Yes
Mail Encryption
No
No
nofollow
No
No
Blacklist
No
Optional
CAPTCHA
No
Plugin
Delayed Indexing
No
No
Development/Support alphawiki Oddmuse
# of Consultants
Preconfigured Hosting
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
88 ⭐
Common Features alphawiki Oddmuse
Preview
Yes
Yes
Minor Changes
Yes
Yes
Change Summary
No
Yes
Page History
Yes
Yes
Page Revisions
Unlimited
Restricted by Age
Revision Diffs
No
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features alphawiki Oddmuse
Unicode Support
Yes
Yes
Right-to-Left Support
Unknown
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
No
Plugin
Comments
Discussion Pages
Discussion Pages
Categories
Unknown
Plugin
Namespaces
Optional
Plugin
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
Unknown
No
Search
Full Text
Full Text
Wiki Farming
No
Plugin
Structured Data
Unknown
Plugin
Links alphawiki Oddmuse
CamelCase
No
Optional
Freelinks
Yes
Optional
Backlinks
No
Plugin
InterWiki
No
Yes
SisterWiki
No
Plugin
Image Links
Yes
Plugin
Windows Shares
No
Plugin
Page Redirects
No
Yes
Syntax Features alphawiki Oddmuse
HTML Tags
Optional
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
No
Optional
Syntax Highlighting
No
Plugin
Footnotes
Yes
Plugin
Quoting
No
Optional
Internal Comments
Yes
No
Custom styles
Yes
Yes
FAQ Tags
Unknown
Plugin
Scripting
lambdatalk, lambdalisp,javascript
Perl
Content Includes
Yes
Yes
Feed Aggregation
No
Yes
Usability alphawiki Oddmuse
Section Editing
Optional
No
Page Templates
Yes
No
Double-Click Edit
No
Plugin
Toolbar
No
Plugin
WYSIWYG Editing
Yes
Plugin
Access Keys
Optional
Yes
Auto Signature
Optional
Plugin
Statistics alphawiki Oddmuse
Recent Changes
Yes
Yes
Wanted Pages
No
Plugin
Orphaned Pages
No
Plugin
Most/Least Popular
No
No
Recent Visitors
Yes
Plugin
Analysis
No
No
Output alphawiki Oddmuse
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
Yes
Yes
Themes & Skins
Yes
Optional
RSS Feeds
No
Yes
ATOM Feeds
No
Plugin
Abbreviations
Optional
Yes
Auto-TOC
Yes
Plugin
Raw Export
Optional
Yes
HTML Export
Optional
Yes
XML export
No
No
PDF Export
No
Plugin
Office Export
Unknown
No
Media and Files alphawiki Oddmuse
File Attachments
Yes
Optional
Media Revisions
No
Yes
Embedded Flash
Yes
No
Embedded Video
Yes
No
Image Editing
No
No
SVG Editing
Yes
Plugin
MindMap Editing
No
No
Media Search
No
Filenames only
Extras alphawiki Oddmuse
Calendar
Optional
Plugin
Image Galleries
Yes
No
Presentations
Unknown
No
Forums
Yes
No
Blogs
Optional
Optional
Ticket System
No
No
Chat
Unknown
No
Syntax Examples alphawiki Oddmuse
Internal Link
1) standard syntax :
{a {@ href="?view=pixar"}pixar}
2) alternate wiki form :
[[pixar]]
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
1) standard syntax :
{a {@ href="http://www.pixar.com/"}pixar}
2) alternate wiki form :
[[pixar|http://www.pixar.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
1) standard syntax :
{h1 TITLE} from 1 to 6
2) alternate form :
_h1 TITLE (until end of line)
Depending on plugins:
## two
### three
== two ==
=== three ==

section
=======

subsection
----------
Bold Format
{b I am bold}
Depending on plugins:
*bold*
**bold*
'''bold'''
Italics Format
{i I am italic}
Depending on plugins:
*italic*
/italic/
//italic//
''italic''
Underline Format
{u I am underline}
Depending on plugins:
_underline_
__underline__
Monospace Format
{pre I am monospace and preformated}
Depending on plugins:
`mono`
##mono##
[code]mono[/code]
<tt>mono</tt>
<code>mono</code>
Strikethrough Format
{del I am line-through}
via bbCode plugin:
[s]strike through[/s]
Superscript Format
E = mc{sup 2}
via bbCode plugin:
[sup]superscript[/sup]
Subscript Format
Vector low indiced : V{sub i} 
Vector high indiced: V{sup i}
Tensor : T{sub i}{sup j}
via bbCode plugin:
[sub]subscript[/sub]
Images
1) static image, simple :
{img {@ src="data/image.jpg"}}

2) static image, complete :
{img 
{@ src="data/image.jpg"  
height="200"
title="infotext"
}}

3) click_enlarging image :
{show 
{@ src="data/image.jpg"
height="200" 
width="400" 
title="infotext"
}}
http://example.com/pic.jpg

Depending on plugins:
[[image:Name|Text|URL]] and variants
![text](URL)
Aligning Text
{center I am centered}
no example known
Text Indentation
{p I am an indented paragraph.}
Depending on plugins:
> text

[quote]
text
[/quote]

: one
:: two
Bulleted Lists
1) standard :
{ul
{li item 1}
{li item 2}
}

2) alternative :
_ul item 1
_ul item 2
* one
** two
Numbered Lists
1) standard :
{ol
{li item 1}
{li item 2}
}

2) alternative :
_ol item 1
_ol item 2
Depending on plugins:
1. one
2. two

# one
## two
Definition Lists
{dl
{dt one} 
{dd definition 1}
{dt two} 
{dd definition 2}
}
Depending on plugins:
; term: definition
Horizontal Rule
{hr}
Depending on plugins:
----
remove alphawiki remove Oddmuse