JSPWiki vs. MoinMoin

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

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