SubWiki vs. MoinMoin vs. TiddlyWiki

General Features SubWiki MoinMoin TiddlyWiki
Version
0.1-dev
1.9.11
5.1.21
Last Release Date
no official
2020-11-07 (3 years ago)
2019-07-24 (4 years ago)
Last Update here
2006-02-14 (18 years ago)
2020-11-08 (3 years ago)
2019-11-20 (4 years ago)
Author
Greg Stein
https://moinmo.in/MoinCoreTeamGroup
Jeremy Ruston, TiddlyWiki community
URL
Free and Open Source
Yes
Yes
Yes
License
Academic Free License
GPL
BSD
Programming Language
Python
Python
HTML, JavaScript
Data Storage
RCS
Files
Files
License Cost/ Fee
0
0
0
Development status
Alpha
Mature
Mature
Intended Audience
Everybody with <<100.000 pages. :)
Individuals, private, small groups
System Requirements SubWiki MoinMoin TiddlyWiki
Operating System
UNIX, Windows, MacOS X, probably others
UNIX, Windows, MacOS X, probably any platform with Python 2.3+
Any
Root Access
No
No
No
Webserver
Apache, IIS, anything with CGI support
Standalone, WSGI (e.g. Apache+mod_wsgi) - others like CGI, FastCGI, SCGI, AJP, ... via middlewares
Not required (optional backends available)
Other Requirements
None
A common browser
Datastorage SubWiki MoinMoin TiddlyWiki
Text Files
Yes
Yes
Optional
MySQL
No
No
No
PostgreSQL
No
No
No
Oracle
No
No
No
SQLite
No
No
No
BerkeleyDB
No
No
No
RCS
Yes
No
No
Other
No
No
Data self contained in html file OR as individual data files
Security/Anti-Spam SubWiki MoinMoin TiddlyWiki
Page Permissions
No
Yes
Yes
ACL
No
Yes
No
Authentication Backends
modular, scriptable. OpenID, ldap/AD, http, cookie, ssl client cert, interwiki, others possible
optional extensions available
Host Blocking
No
Yes
No
Mail Encryption
Unknown
Optional
No
nofollow
Yes
No
Unknown
Blacklist
No
Yes
No
CAPTCHA
No
Optional
No
Delayed Indexing
No
No
Unknown
Development/Support SubWiki MoinMoin TiddlyWiki
# of Consultants
Preconfigured Hosting
No
Yes
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
7039 ⭐
Common Features SubWiki MoinMoin TiddlyWiki
Preview
Yes
Yes
Yes
Minor Changes
No
Yes
Yes
Change Summary
Yes
Yes
Unknown
Page History
Yes
Yes
Plugin
Page Revisions
Unlimited
Unlimited
Unlimited
Revision Diffs
No
Between all
Between all
Sitemap
Yes
Yes
Yes
Plugin System
No
Yes
Yes
Special Features SubWiki MoinMoin TiddlyWiki
Unicode Support
No
Yes
Yes
Right-to-Left Support
Unknown
Yes
Yes
Interface Languages
1
English
1
English
4
German, English, French, Japanese
Email notification
Optional
Yes
Unknown
Comments
No
Discussion Pages
Plugin
Categories
Unknown
Yes
Yes
Namespaces
Unknown
No
Plugin
Conflict Handling
Conflict Resolution
None
Concurrent Editing
Unknown
No
Unknown
Search
Not available
Full Text
Full Text
Wiki Farming
Unknown
Yes
Yes
Structured Data
Unknown
No
Yes
Links SubWiki MoinMoin TiddlyWiki
CamelCase
Yes
Yes
Yes
Freelinks
No
Yes
Yes
Backlinks
No
Yes
Yes
InterWiki
Plugin
Yes
Plugin
SisterWiki
No
Yes
No
Image Links
Yes
Yes
Yes
Windows Shares
No
Yes
Yes
Page Redirects
Unknown
Yes
Plugin
Syntax Features SubWiki MoinMoin TiddlyWiki
HTML Tags
None
Some
Optional
Math formulas
No
Plugin
Yes
Tables
none
complex
complex
CREOLE support
Unknown
Yes
Plugin
Markdown Support
No
No
Yes
Textile Support
No
No
No
BBCode Support
No
No
No
Emoticon Images
No
Yes
Plugin
Syntax Highlighting
No
Yes
Plugin
Footnotes
No
Yes
Plugin
Quoting
No
No
Yes
Internal Comments
No
Yes
Yes
Custom styles
No
Yes
Yes
FAQ Tags
No
No
Plugin
Scripting
None
plugins, see comment ---------------->
JavaScript
Content Includes
Unknown
Yes
Yes
Feed Aggregation
Unknown
No
Plugin
Usability SubWiki MoinMoin TiddlyWiki
Section Editing
No
No
Yes
Page Templates
No
Yes
Yes
Double-Click Edit
No
Yes
Plugin
Toolbar
No
Yes
Yes
WYSIWYG Editing
No
Yes
Plugin
Access Keys
Unknown
Optional
Yes
Auto Signature
No
Yes
Plugin
Statistics SubWiki MoinMoin TiddlyWiki
Recent Changes
Yes
Yes
Yes
Wanted Pages
No
Yes
Yes
Orphaned Pages
No
Yes
Yes
Most/Least Popular
No
Yes
Plugin
Recent Visitors
No
No
No
Analysis
No
Yes
Plugin
Output SubWiki MoinMoin TiddlyWiki
Printer Friendly
No
Print CSS
Print CSS
Mobile Friendly
Unknown
Yes
Yes
Themes & Skins
No
Yes
Yes
RSS Feeds
No
Yes
Plugin
ATOM Feeds
No
No
Plugin
Abbreviations
No
No
Unknown
Auto-TOC
No
Yes
Yes
Raw Export
No
Yes
Yes
HTML Export
No
Yes
Yes
XML export
No
Yes
Unknown
PDF Export
No
Plugin
Plugin
Office Export
Unknown
No
Unknown
Media and Files SubWiki MoinMoin TiddlyWiki
File Attachments
No
Yes
Plugin
Media Revisions
No
No
No
Embedded Flash
No
Yes
Plugin
Embedded Video
No
Yes
Yes
Image Editing
Unknown
Yes
Yes
SVG Editing
Unknown
Yes
No
MindMap Editing
Unknown
No
Plugin
Media Search
No
Contents
No
Extras SubWiki MoinMoin TiddlyWiki
Calendar
Unknown
Yes
Plugin
Image Galleries
Unknown
Plugin
Plugin
Presentations
Unknown
Yes
Plugin
Forums
Unknown
No
Plugin
Blogs
Unknown
No
Yes
Ticket System
Unknown
No
Plugin
Chat
Unknown
No
Unknown
Syntax Examples SubWiki MoinMoin TiddlyWiki
Internal Link
CamelCaseLink or [[free link]]

[[target|label|params]]
WikiWord (CamelCase)
[[link]]
[[label|link]]
External Link
http://google.de/ or
[[http://google.de/ | Google]] or
file://///server/share/file
http://www.example.com
[[label|http://www.example.com]]
Headlines
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
! Level 1
!! Level 2
!!! Level 3
!!!! Level 4
!!!!! Level 5
Bold Format
'''bold'''
'''bold'''
'''strong emphasised'''
''bold''
Italics Format
''italic''
''italic''
''emphasised''
//italic//
Underline Format
N/A
__underline__
__underline__
Monospace Format
{{monospaced}}
`monospaced`
{{{monospaced}}}
Strikethrough Format
N/A
--(strikethrough)--
--strikethrough--
Superscript Format
N/A
^superscript^
^^superscript^^
Subscript Format
N/A
,,subscript,,
~~subscript~~
Images
http://foo.bar/foo.gif
{{http://foo.bar/foo.jpg}}
{{attachment:foo.jpg | alt text}}
{{target|alt|params}}
[img[local.jpg]]
[img[http://foo.bar/foo.jpg]]
Aligning Text
N/A
only in tables:
||<(> left ||<:> middle ||<)> right ||
using custom classes, e.g.
{{right{
text
}}}
Text Indentation
N/A
indented text
:indent

> quote

<<<
blockquote
<<<
Bulleted Lists
* Item 1
* Item 1.1
* Item 2
* Item 1
* Item 1.1
* Item 2
* Item 1
** Item 1.1
* Item 2
Numbered Lists
# Item 1
# Item 1.1
# Item 2
1. Item 1
a. Item 1.a
1. Item 2
# Item 1
## Item 1.1
# Item 2
Definition Lists
N/A
term:: definition
; term
: description
Horizontal Rule
----
-----
------
----
remove SubWiki remove MoinMoin remove TiddlyWiki