MoinMoin vs. PmWiki

General Features MoinMoin PmWiki
Version
1.9.11
2.3.33
Last Release Date
2020-11-07 (3 years ago)
2024-04-20 (9 days ago)
Last Update here
2020-11-08 (3 years ago)
2024-04-21 (8 days ago)
Author
https://moinmo.in/MoinCoreTeamGroup
Petko Yotov (Original author: Patrick R. Michaud)
URL
Free and Open Source
Yes
Yes
License
GPL
GPL2+
Programming Language
Python
PHP
Data Storage
Files
Files
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
Everybody with <<100.000 pages. :)
All
System Requirements MoinMoin PmWiki
Operating System
UNIX, Windows, MacOS X, probably any platform with Python 2.3+
Linux, UNIX, Windows, MacOS X, probably others
Root Access
No
No
Webserver
Standalone, WSGI (e.g. Apache+mod_wsgi) - others like CGI, FastCGI, SCGI, AJP, ... via middlewares
Apache, IIS, anything with PHP support. Can also be run w/o a webserver.
Other Requirements
None
none
Datastorage MoinMoin PmWiki
Text Files
Yes
Yes
MySQL
No
Plugin
PostgreSQL
No
No
Oracle
No
No
SQLite
No
Plugin
BerkeleyDB
No
No
RCS
No
Plugin
Other
No
Compressed, XML and/or ephemeral files (modules). Can provide custom data backends.
Security/Anti-Spam MoinMoin PmWiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
modular, scriptable. OpenID, ldap/AD, http, cookie, ssl client cert, interwiki, others possible
Internal: per page, per group, per user, per user group. External: .htpasswd, LDAP, Active Directory. Plugins: Mailman, forums w/MySQL, oAuth, custom possible.
Host Blocking
Yes
Optional
Mail Encryption
Optional
Optional
nofollow
No
Yes
Blacklist
Yes
Optional
CAPTCHA
Optional
Plugin
Delayed Indexing
No
Optional
Development/Support MoinMoin PmWiki
# 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 PmWiki
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 PmWiki
Unicode Support
Yes
Yes
Right-to-Left Support
Yes
Optional
Interface Languages
1
English
38
Arabic, Bulgarian, Breton, Catalan, Czech, Danish, German, Greek, English, Esperanto, Spanish, Persian, Finnish, French, Hungarian, Indonesian, Italian, Japanese, Lithuanian, Latvian, Lettish, Macedonian, Dutch, Norwegian, Polish, Portuguese, Brazilian Portuguese, Romanian, Russian, Slovak, Slovenian, Albanian, Swedish, Tamil, Turkish, Ukrainian, Vietnamese, Chinese, Chinese Traditional
Email notification
Yes
Optional
Comments
Discussion Pages
Discussion Pages
Categories
Yes
Yes
Namespaces
No
Yes
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
No
Yes
Search
Full Text
Full Text
Wiki Farming
Yes
Yes
Structured Data
No
Yes
Links MoinMoin PmWiki
CamelCase
Yes
Optional
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Yes
Yes
SisterWiki
Yes
Plugin
Image Links
Yes
Yes
Windows Shares
Yes
Yes
Page Redirects
Yes
Yes
Syntax Features MoinMoin PmWiki
HTML Tags
Some
Plugin
Math formulas
Plugin
Plugin
Tables
complex
simple + complex
CREOLE support
Yes
Optional
Markdown Support
No
Plugin
Textile Support
No
No
BBCode Support
No
Plugin
Emoticon Images
Yes
Plugin
Syntax Highlighting
Yes
Optional
Footnotes
Yes
Plugin
Quoting
No
Plugin
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
No
Yes
Scripting
plugins, see comment ---------------->
MarkupExpressions (core, many add-ons). PageLists with templates (core structured data scripting). WikiSh (plugin), Data forms (optional)
Content Includes
Yes
Yes
Feed Aggregation
No
Plugin
Usability MoinMoin PmWiki
Section Editing
No
Plugin
Page Templates
Yes
Yes
Double-Click Edit
Yes
Plugin
Toolbar
Yes
Optional
WYSIWYG Editing
Yes
Plugin
Access Keys
Optional
Yes
Auto Signature
Yes
Yes
Statistics MoinMoin PmWiki
Recent Changes
Yes
Yes
Wanted Pages
Yes
Optional
Orphaned Pages
Yes
Optional
Most/Least Popular
Yes
No
Recent Visitors
No
Plugin
Analysis
Yes
Plugin
Output MoinMoin PmWiki
Printer Friendly
Print CSS
Print View
Mobile Friendly
Yes
Yes
Themes & Skins
Yes
Yes
RSS Feeds
Yes
Optional
ATOM Feeds
No
Optional
Abbreviations
No
Plugin
Auto-TOC
Yes
Optional
Raw Export
Yes
Yes
HTML Export
Yes
Plugin
XML export
Yes
Plugin
PDF Export
Plugin
Plugin
Office Export
No
Plugin
Media and Files MoinMoin PmWiki
File Attachments
Yes
Optional
Media Revisions
No
Optional
Embedded Flash
Yes
Plugin
Embedded Video
Yes
Plugin
Image Editing
Yes
Plugin
SVG Editing
Yes
No
MindMap Editing
No
Plugin
Media Search
Contents
Filenames only
Extras MoinMoin PmWiki
Calendar
Yes
Plugin
Image Galleries
Plugin
Plugin
Presentations
Yes
Plugin
Forums
No
Plugin
Blogs
No
Plugin
Ticket System
No
Plugin
Chat
No
No
Syntax Examples MoinMoin PmWiki
Internal Link
CamelCaseLink or [[free link]]

[[target|label|params]]
[[page name]]
[[page name | link text]]
[[link text -> page name]]
[[#anchor]]
[[#anchor|link to anchor]]
[[page name #anchor]]
External Link
http://google.de/ or
[[http://google.de/ | Google]] or
file://///server/share/file
http://....
[[http://... | link text]]
[[link text -> http://...]]
Headlines
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
! Level 1
!! Level 2
!!! Level 3
Bold Format
'''bold'''
'''strong emphasised'''
'''bold'''
Italics Format
''italic''
''emphasised''
''italic''
Underline Format
__underline__
{+underlined+}
Monospace Format
`monospaced`
@@monospace@@
Strikethrough Format
--(strikethrough)--
{-strikethrough-}
Superscript Format
^superscript^
'^superscript^'
Subscript Format
,,subscript,,
'_subscript_'
Images
{{http://foo.bar/foo.jpg}}
{{attachment:foo.jpg | alt text}}
{{target|alt|params}}
https://foo.bar/foo.jpg
Attach:foo.jpg
Attach:foo.jpg"alt/title text" | Caption
Aligning Text
only in tables:
||<(> left ||<:> middle ||<)> right ||
%center% centered text
%right% right aligned
%lfloat% left floating text
%rfloat% right floating text
%rframe% right floating frame
%lframe% left floating frame
Text Indentation
indented text
-> indented text
--> more indentation
-< hanging text
--< more indentation
Bulleted Lists
* Item 1
* Item 1.1
* Item 2
* Item 1
** Item 1.1
* Item 2
alternatively, indented:
* item 1
* item 1.1
* item 2
Numbered Lists
1. Item 1
a. Item 1.a
1. Item 2
# Item 1
## Item 1.1
# Item 2
alternatively, indented:
# Item 1
# Item 1.1
# Item 2
Definition Lists
term:: definition
: term : definition
Horizontal Rule
----
-----
------
----
remove MoinMoin remove PmWiki