MoinMoin vs. TWiki

General Features MoinMoin TWiki
Version
1.9.11
TWiki-6.1.0
Last Release Date
2020-11-07 (3 years ago)
2018-07-15 (5 years ago)
Last Update here
2020-11-08 (3 years ago)
2019-07-19 (4 years ago)
Author
https://moinmo.in/MoinCoreTeamGroup
Peter Thoeny, TWiki community
URL
Free and Open Source
Yes
Yes
License
GPL
GPL
Programming Language
Python
Perl, JavaScript
Data Storage
Files
Files, RCS
License Cost/ Fee
0
N/A
Development status
Mature
Mature
Intended Audience
Everybody with <<100.000 pages. :)
Large enterprise; small to medium businesses
System Requirements MoinMoin TWiki
Operating System
UNIX, Windows, MacOS X, probably any platform with Python 2.3+
Linux, Windows, OS-X and other
Root Access
No
No
Webserver
Standalone, WSGI (e.g. Apache+mod_wsgi) - others like CGI, FastCGI, SCGI, AJP, ... via middlewares
Almost any webserver, typically Apache and Ngnix
Other Requirements
None
RCS (optional), cron/scheduler, fgrep, egrep; Plugins may have additional dependencies
Datastorage MoinMoin TWiki
Text Files
Yes
Yes
MySQL
No
No
PostgreSQL
No
No
Oracle
No
No
SQLite
No
No
BerkeleyDB
No
No
RCS
No
Yes
Other
No
RcsLite Perl library for version control without external RCS; backend API for other storage
Security/Anti-Spam MoinMoin TWiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
modular, scriptable. OpenID, ldap/AD, http, cookie, ssl client cert, interwiki, others possible
Internal authentication; anything Apache supports such as LDAP, NIS, AD, Kerberos
Host Blocking
Yes
Plugin
Mail Encryption
Optional
Yes
nofollow
No
Plugin
Blacklist
Yes
Plugin
CAPTCHA
Optional
Plugin
Delayed Indexing
No
Plugin
Development/Support MoinMoin TWiki
# of Consultants
Preconfigured Hosting
Yes
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
Common Features MoinMoin TWiki
Preview
Yes
Yes
Minor Changes
Yes
Yes
Change Summary
Yes
Yes
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
Between all
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features MoinMoin TWiki
Unicode Support
Yes
Yes
Right-to-Left Support
Yes
No
Interface Languages
1
English
19
Bulgarian, Czech, Danish, German, English, Spanish, Finnish, French, Italian, Japanese, Korean, Dutch, Polish, Portuguese, Russian, Swedish, Ukrainian, Chinese, Chinese Traditional
Email notification
Yes
Yes
Comments
Discussion Pages
Threaded
Categories
Yes
Yes
Namespaces
No
Yes
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
No
Unknown
Search
Full Text
Full Text
Wiki Farming
Yes
Optional
Structured Data
No
Yes
Links MoinMoin TWiki
CamelCase
Yes
Yes
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Yes
Yes
SisterWiki
Yes
Plugin
Image Links
Yes
Yes
Windows Shares
Yes
Plugin
Page Redirects
Yes
Plugin
Syntax Features MoinMoin TWiki
HTML Tags
Some
All
Math formulas
Plugin
Plugin
Tables
complex
simple + complex
CREOLE support
Yes
No
Markdown Support
No
No
Textile Support
No
Plugin
BBCode Support
No
No
Emoticon Images
Yes
Yes
Syntax Highlighting
Yes
Plugin
Footnotes
Yes
Plugin
Quoting
No
Yes
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
No
Yes
Scripting
plugins, see comment ---------------->
TWiki Markup Language, TWiki variables, JavaScript, extensive API
Content Includes
Yes
Yes
Feed Aggregation
No
Yes
Usability MoinMoin TWiki
Section Editing
No
Plugin
Page Templates
Yes
Yes
Double-Click Edit
Yes
Plugin
Toolbar
Yes
Plugin
WYSIWYG Editing
Yes
Yes
Access Keys
Optional
Yes
Auto Signature
Yes
Yes
Statistics MoinMoin TWiki
Recent Changes
Yes
Yes
Wanted Pages
Yes
No
Orphaned Pages
Yes
Plugin
Most/Least Popular
Yes
Yes
Recent Visitors
No
Plugin
Analysis
Yes
Yes
Output MoinMoin TWiki
Printer Friendly
Print CSS
Print View
Mobile Friendly
Yes
Plugin
Themes & Skins
Yes
Yes
RSS Feeds
Yes
Yes
ATOM Feeds
No
Yes
Abbreviations
No
Plugin
Auto-TOC
Yes
Yes
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
Yes
Plugin
PDF Export
Plugin
Plugin
Office Export
No
Unknown
Media and Files MoinMoin TWiki
File Attachments
Yes
Yes
Media Revisions
No
Yes
Embedded Flash
Yes
Plugin
Embedded Video
Yes
Plugin
Image Editing
Yes
Plugin
SVG Editing
Yes
Plugin
MindMap Editing
No
Plugin
Media Search
Contents
Contents
Extras MoinMoin TWiki
Calendar
Yes
Plugin
Image Galleries
Plugin
Plugin
Presentations
Yes
Unknown
Forums
No
Plugin
Blogs
No
Plugin
Ticket System
No
Plugin
Chat
No
Unknown
Syntax Examples MoinMoin TWiki
Internal Link
CamelCaseLink or [[free link]]

[[target|label|params]]
WikiWord autolink
Otherweb.WikiWord
[[Spaced text]]
[[WikiWord][label]]
External Link
http://google.de/ or
[[http://google.de/ | Google]] or
file://///server/share/file
http://twiki.org/ autolink
[[http://twiki.org/][label]]
Headlines
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
---+ Level 1
---++ Level 2
---+++ Level 3
---++++ Level 4
---+++++ Level 5
---++++++ Level 6
Bold Format
'''bold'''
'''strong emphasised'''
*bold*
Italics Format
''italic''
''emphasised''
_italic_
Underline Format
__underline__
<u>underline</u>
Monospace Format
`monospaced`
=monospaced text= and
<verbatim>
multi line text
</verbatim>
Strikethrough Format
--(strikethrough)--
<strike>strikethrough</strike>
Superscript Format
^superscript^
<sup>superscript</sup>
Subscript Format
,,subscript,,
<sub>subscript</sub>
Images
{{http://foo.bar/foo.jpg}}
{{attachment:foo.jpg | alt text}}
{{target|alt|params}}
%ATTACHURL%/image.png
http://any.domain/image.png
Aligning Text
only in tables:
||<(> left ||<:> middle ||<)> right ||
| left |   center   |   right |
or HTML
or CSS
Text Indentation
indented text
<blockquote>
multi line text
</blockquote>
Bulleted Lists
* Item 1
* Item 1.1
* Item 2
* Item 1
* Item 1.1
* Item 2
Numbered Lists
1. Item 1
a. Item 1.a
1. Item 2
1. Item 1
a. Item 1.a
1. Item 2
Definition Lists
term:: definition
$ Term: Definition
Horizontal Rule
----
-----
------
---
remove MoinMoin remove TWiki