MoinMoin vs. JSPWiki

General Features MoinMoin JSPWiki
Version
1.9.11
2.11.0
Last Release Date
2020-11-07 (3 years ago)
2021-11-21 (2 years ago)
Last Update here
2020-11-08 (3 years ago)
2021-12-01 (2 years ago)
Author
https://moinmo.in/MoinCoreTeamGroup
Apache Software Foundation
URL
Free and Open Source
Yes
Yes
License
GPL
Apache License 2.0
Programming Language
Python
Java
Data Storage
Files
Database, Files
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
Everybody with <<100.000 pages. :)
all
System Requirements MoinMoin JSPWiki
Operating System
UNIX, Windows, MacOS X, probably any platform with Python 2.3+
any platform supporting JDK 1.8+
Root Access
No
No
Webserver
Standalone, WSGI (e.g. Apache+mod_wsgi) - others like CGI, FastCGI, SCGI, AJP, ... via middlewares
Any servlet 3.1 compliant web server, e.g. Tomcat 8.5+, Jetty, Glassfish, Websphere
Other Requirements
None
optional JavaMail for mailing functionality
Datastorage MoinMoin JSPWiki
Text Files
Yes
Yes
MySQL
No
Optional
PostgreSQL
No
Optional
Oracle
No
Optional
SQLite
No
Optional
BerkeleyDB
No
Optional
RCS
No
Plugin
Other
No
JDBC driver must be provided manually; also Page provider architecture -> several implementations
Security/Anti-Spam MoinMoin JSPWiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
modular, scriptable. OpenID, ldap/AD, http, cookie, ssl client cert, interwiki, others possible
JAAS -> interface to many external backends possible
Host Blocking
Yes
Optional
Mail Encryption
Optional
Plugin
nofollow
No
Optional
Blacklist
Yes
Yes
CAPTCHA
Optional
Yes
Delayed Indexing
No
Yes
Development/Support MoinMoin JSPWiki
# of Consultants
Preconfigured Hosting
Yes
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Freenode: #jspwiki
Stars on GitHub
N/A
88 ⭐
Common Features MoinMoin JSPWiki
Preview
Yes
Yes
Minor Changes
Yes
No
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 JSPWiki
Unicode Support
Yes
Yes
Right-to-Left Support
Yes
Yes
Interface Languages
1
English
10
Breton, German, English, Spanish, Finnish, French, Italian, Dutch, Russian, Chinese
Email notification
Yes
Plugin
Comments
Discussion Pages
Flat
Categories
Yes
Yes
Namespaces
No
No
Conflict Handling
Conflict Resolution
Page Locking
Concurrent Editing
No
Unknown
Search
Full Text
Full Text
Wiki Farming
Yes
Patch
Structured Data
No
Yes
Links MoinMoin JSPWiki
CamelCase
Yes
Yes
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Yes
Yes
SisterWiki
Yes
No
Image Links
Yes
Yes
Windows Shares
Yes
Optional
Page Redirects
Yes
Yes
Syntax Features MoinMoin JSPWiki
HTML Tags
Some
Optional
Math formulas
Plugin
Plugin
Tables
complex
simple + complex
CREOLE support
Yes
Yes
Markdown Support
No
No
Textile Support
No
No
BBCode Support
No
No
Emoticon Images
Yes
Plugin
Syntax Highlighting
Yes
Yes
Footnotes
Yes
Yes
Quoting
No
Yes
Internal Comments
Yes
Plugin
Custom styles
Yes
Yes
FAQ Tags
No
No
Scripting
plugins, see comment ---------------->
plugins for JavaScript, TCL and Groovy
Content Includes
Yes
Yes
Feed Aggregation
No
Optional
Usability MoinMoin JSPWiki
Section Editing
No
Yes
Page Templates
Yes
Yes
Double-Click Edit
Yes
No
Toolbar
Yes
Yes
WYSIWYG Editing
Yes
Yes
Access Keys
Optional
Yes
Auto Signature
Yes
Optional
Statistics MoinMoin JSPWiki
Recent Changes
Yes
Yes
Wanted Pages
Yes
Yes
Orphaned Pages
Yes
Yes
Most/Least Popular
Yes
No
Recent Visitors
No
No
Analysis
Yes
No
Output MoinMoin JSPWiki
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
Yes
Yes
Themes & Skins
Yes
Yes
RSS Feeds
Yes
Yes
ATOM Feeds
No
Yes
Abbreviations
No
No
Auto-TOC
Yes
Yes
Raw Export
Yes
Yes
HTML Export
Yes
Optional
XML export
Yes
No
PDF Export
Plugin
Plugin
Office Export
No
Unknown
Media and Files MoinMoin JSPWiki
File Attachments
Yes
Yes
Media Revisions
No
Yes
Embedded Flash
Yes
Yes
Embedded Video
Yes
Yes
Image Editing
Yes
No
SVG Editing
Yes
No
MindMap Editing
No
No
Media Search
Contents
Contents
Extras MoinMoin JSPWiki
Calendar
Yes
Plugin
Image Galleries
Plugin
Yes
Presentations
Yes
Unknown
Forums
No
Yes
Blogs
No
Yes
Ticket System
No
No
Chat
No
Unknown
Syntax Examples MoinMoin JSPWiki
Internal Link
CamelCaseLink or [[free link]]

[[target|label|params]]
[link]
[text|link]
[text|wiki:link]
External Link
http://google.de/ or
[[http://google.de/ | Google]] or
file://///server/share/file
[http://www.example.com/]
[example|http://www.example.com/]
[text|wiki:link]
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''
''italics''
Underline Format
__underline__
%%(text-decoration: underline) text %%
Monospace Format
`monospaced`
{{monospace}}
Strikethrough Format
--(strikethrough)--
%%(text-decoration: line-through) deleted text %%
Superscript Format
^superscript^
%%(vertical-align: sup) text %%
Subscript Format
,,subscript,,
%%(vertical-align: sub) text %%
Images
{{http://foo.bar/foo.jpg}}
{{attachment:foo.jpg | alt text}}
{{target|alt|params}}
[local.jpg]
[{Image src='local.jpg'}]
[{Image src='http://foo.bar/foo.jpg'}]
Aligning Text
only in tables:
||<(> left ||<:> middle ||<)> right ||
%%(text-align: right) text %%
Text Indentation
indented text
%%(text-indent: 20px) 20 pixels %%
%%(text-indent: 30%) 30 percent %%
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
# Item 1
## Item 1.1
# Item 2
Definition Lists
term:: definition
;term:definition
Horizontal Rule
----
-----
------
----
remove MoinMoin remove JSPWiki