ikiwiki vs. UseMod

General Features ikiwiki UseMod
Version
2.67
1.0
Last Release Date
2008-10-16 (15 years ago)
2003-09-11 (20 years ago)
Last Update here
2008-10-28 (15 years ago)
2009-07-01 (14 years ago)
Author
Joey Hess and the ikiwiki community
Clifford Adams
URL
Free and Open Source
Yes
Yes
License
GPL
GPL
Programming Language
Perl
Perl
Data Storage
Files, RCS
Files
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
Anyone
System Requirements ikiwiki UseMod
Operating System
Any
Linux, Windows, MacOS X
Root Access
No
No
Webserver
Any, or none
Apache, probably anything with CGI support
Other Requirements
Datastorage ikiwiki UseMod
Text Files
Yes
Yes
MySQL
No
No
PostgreSQL
No
No
Oracle
No
No
SQLite
No
No
BerkeleyDB
No
No
RCS
Yes
No
Other
No
Security/Anti-Spam ikiwiki UseMod
Page Permissions
Yes
Yes
ACL
Yes
No
Authentication Backends
Built-in, HTTP auth, OpenID; extensible via plugins
Host Blocking
Yes
Yes
Mail Encryption
Yes
Unknown
nofollow
No
Patch
Blacklist
Yes
Patch
CAPTCHA
No
No
Delayed Indexing
No
No
Development/Support ikiwiki UseMod
# of Consultants
Preconfigured Hosting
No
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
Common Features ikiwiki UseMod
Preview
Yes
Yes
Minor Changes
No
Yes
Change Summary
Yes
Yes
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
Between all
Between all
Sitemap
Plugin
Yes
Plugin System
Yes
No
Special Features ikiwiki UseMod
Unicode Support
Yes
Yes
Right-to-Left Support
Yes
Unknown
Interface Languages
1
English
0
Email notification
Yes
Unknown
Comments
Discussion Pages
No
Categories
Plugin
Unknown
Namespaces
Yes
Unknown
Conflict Handling
Conflict Resolution
Conflict Detection
Concurrent Editing
Unknown
Unknown
Search
Full Text
Full Text
Wiki Farming
Yes
Unknown
Structured Data
Unknown
Unknown
Links ikiwiki UseMod
CamelCase
Plugin
Optional
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Plugin
Yes
SisterWiki
Plugin
Yes
Image Links
Yes
Yes
Windows Shares
Yes
No
Page Redirects
Unknown
Unknown
Syntax Features ikiwiki UseMod
HTML Tags
Optional
Some
Math formulas
Plugin
No
Tables
simple + complex
simple
CREOLE support
No
Unknown
Markdown Support
Yes
No
Textile Support
Plugin
No
BBCode Support
No
No
Emoticon Images
Plugin
No
Syntax Highlighting
Plugin
No
Footnotes
No
No
Quoting
Yes
No
Internal Comments
Yes
No
Custom styles
Yes
No
FAQ Tags
Yes
No
Scripting
safe subset of HTML::Template supported via template plugin
None
Content Includes
Plugin
Unknown
Feed Aggregation
Plugin
Unknown
Usability ikiwiki UseMod
Section Editing
No
No
Page Templates
Yes
No
Double-Click Edit
No
No
Toolbar
No
No
WYSIWYG Editing
No
No
Access Keys
No
Unknown
Auto Signature
No
No
Statistics ikiwiki UseMod
Recent Changes
Yes
Yes
Wanted Pages
Plugin
Patch
Orphaned Pages
Plugin
Patch
Most/Least Popular
No
No
Recent Visitors
No
No
Analysis
No
No
Output ikiwiki UseMod
Printer Friendly
Print CSS
No
Mobile Friendly
Yes
Unknown
Themes & Skins
Yes
No
RSS Feeds
Plugin
Yes
ATOM Feeds
Plugin
No
Abbreviations
No
No
Auto-TOC
Plugin
Yes
Raw Export
Yes
No
HTML Export
Yes
No
XML export
No
No
PDF Export
No
No
Office Export
Unknown
Unknown
Media and Files ikiwiki UseMod
File Attachments
Yes
Optional
Media Revisions
Yes
No
Embedded Flash
Optional
No
Embedded Video
Optional
No
Image Editing
No
Unknown
SVG Editing
No
Unknown
MindMap Editing
No
Unknown
Media Search
Filenames only
No
Extras ikiwiki UseMod
Calendar
Plugin
Unknown
Image Galleries
Plugin
Unknown
Presentations
Unknown
Unknown
Forums
Unknown
Unknown
Blogs
Yes
Unknown
Ticket System
Yes
Unknown
Chat
Unknown
Unknown
Syntax Examples ikiwiki UseMod
Internal Link
[[internal]]
External Link
[link text](http://example.org)
Headlines
Two syntaxes:

# heading 1
## heading 2
### heading 3

heading 1
=========

heading 2
---------
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
====== Level 6 ======
Bold Format
**bold**
__bold__
'''bold'''
Italics Format
*emphasized*
_emphasized_
''italic''
Underline Format
via HTML: <u>underlined</u>
<u>underline</u>
Monospace Format
`inline monospace`

indented block of
monospaced text

tab-indented
block
<tt>for monospace text</tt>
Strikethrough Format
via HTML: <del>deleted</del>
N/A
Superscript Format
via HTML: x<sup>2</sup>
<sup>superscript</sup>
Subscript Format
via HTML: a<sub>1</sub>
<sub>subscript</sub>
Images
![alt text](internal/image)
![alt text](http://example.org/external/image)
http://url.com/pic.gif
Aligning Text
N/A
Text Indentation
: indented
Bulleted Lists
* item 1
* item 2
* item 2.1
* item 2.2
* Item 1
** Item 1.1
* Item 2
Numbered Lists
1. item 1
2. item 2
1. item 1.1
42. the value doesn't matter
1. any value works
# Item 1
## Item 1.1
# Item 2
Definition Lists
via HTML:
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
;Term:Definition
Horizontal Rule
---
***
___
------------------
Any number > 3
- - - - - - - - - -
spaces don't matter
remove ikiwiki remove UseMod