alphawiki vs. MoinMoin

General Features alphawiki MoinMoin
Version
v.20160608
1.9.11
Last Release Date
2016-08-05 (7 years ago)
2020-11-07 (3 years ago)
Last Update here
2016-09-10 (7 years ago)
2020-11-08 (3 years ago)
Author
marty alain
https://moinmo.in/MoinCoreTeamGroup
URL
Free and Open Source
Yes
Yes
License
GNU-GPL
GPL
Programming Language
PHP+Javascript
Python
Data Storage
Files
Files
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
private users, small teams
Everybody with <<100.000 pages. :)
System Requirements alphawiki MoinMoin
Operating System
probably every OS
UNIX, Windows, MacOS X, probably any platform with Python 2.3+
Root Access
Yes
No
Webserver
Apache with PHP support
Standalone, WSGI (e.g. Apache+mod_wsgi) - others like CGI, FastCGI, SCGI, AJP, ... via middlewares
Other Requirements
None
Datastorage alphawiki MoinMoin
Text Files
Yes
Yes
MySQL
No
No
PostgreSQL
No
No
Oracle
No
No
SQLite
No
No
BerkeleyDB
No
No
RCS
No
No
Other
None
No
Security/Anti-Spam alphawiki MoinMoin
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
No
modular, scriptable. OpenID, ldap/AD, http, cookie, ssl client cert, interwiki, others possible
Host Blocking
No
Yes
Mail Encryption
No
Optional
nofollow
No
No
Blacklist
No
Yes
CAPTCHA
No
Optional
Delayed Indexing
No
No
Development/Support alphawiki MoinMoin
# of Consultants
Preconfigured Hosting
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
N/A
Common Features alphawiki MoinMoin
Preview
Yes
Yes
Minor Changes
Yes
Yes
Change Summary
No
Yes
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
No
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features alphawiki MoinMoin
Unicode Support
Yes
Yes
Right-to-Left Support
Unknown
Yes
Interface Languages
1
English
1
English
Email notification
No
Yes
Comments
Discussion Pages
Discussion Pages
Categories
Unknown
Yes
Namespaces
Optional
No
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
Unknown
No
Search
Full Text
Full Text
Wiki Farming
No
Yes
Structured Data
Unknown
No
Links alphawiki MoinMoin
CamelCase
No
Yes
Freelinks
Yes
Yes
Backlinks
No
Yes
InterWiki
No
Yes
SisterWiki
No
Yes
Image Links
Yes
Yes
Windows Shares
No
Yes
Page Redirects
No
Yes
Syntax Features alphawiki MoinMoin
HTML Tags
Optional
Some
Math formulas
Yes
Plugin
Tables
simple + complex
complex
CREOLE support
No
Yes
Markdown Support
No
No
Textile Support
No
No
BBCode Support
No
No
Emoticon Images
No
Yes
Syntax Highlighting
No
Yes
Footnotes
Yes
Yes
Quoting
No
No
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
Unknown
No
Scripting
lambdatalk, lambdalisp,javascript
plugins, see comment ---------------->
Content Includes
Yes
Yes
Feed Aggregation
No
No
Usability alphawiki MoinMoin
Section Editing
Optional
No
Page Templates
Yes
Yes
Double-Click Edit
No
Yes
Toolbar
No
Yes
WYSIWYG Editing
Yes
Yes
Access Keys
Optional
Optional
Auto Signature
Optional
Yes
Statistics alphawiki MoinMoin
Recent Changes
Yes
Yes
Wanted Pages
No
Yes
Orphaned Pages
No
Yes
Most/Least Popular
No
Yes
Recent Visitors
Yes
No
Analysis
No
Yes
Output alphawiki MoinMoin
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
Yes
Yes
Themes & Skins
Yes
Yes
RSS Feeds
No
Yes
ATOM Feeds
No
No
Abbreviations
Optional
No
Auto-TOC
Yes
Yes
Raw Export
Optional
Yes
HTML Export
Optional
Yes
XML export
No
Yes
PDF Export
No
Plugin
Office Export
Unknown
No
Media and Files alphawiki MoinMoin
File Attachments
Yes
Yes
Media Revisions
No
No
Embedded Flash
Yes
Yes
Embedded Video
Yes
Yes
Image Editing
No
Yes
SVG Editing
Yes
Yes
MindMap Editing
No
No
Media Search
No
Contents
Extras alphawiki MoinMoin
Calendar
Optional
Yes
Image Galleries
Yes
Plugin
Presentations
Unknown
Yes
Forums
Yes
No
Blogs
Optional
No
Ticket System
No
No
Chat
Unknown
No
Syntax Examples alphawiki MoinMoin
Internal Link
1) standard syntax :
{a {@ href="?view=pixar"}pixar}
2) alternate wiki form :
[[pixar]]
CamelCaseLink or [[free link]]

[[target|label|params]]
External Link
1) standard syntax :
{a {@ href="http://www.pixar.com/"}pixar}
2) alternate wiki form :
[[pixar|http://www.pixar.com/]]
http://google.de/ or
[[http://google.de/ | Google]] or
file://///server/share/file
Headlines
1) standard syntax :
{h1 TITLE} from 1 to 6
2) alternate form :
_h1 TITLE (until end of line)
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
Bold Format
{b I am bold}
'''bold'''
'''strong emphasised'''
Italics Format
{i I am italic}
''italic''
''emphasised''
Underline Format
{u I am underline}
__underline__
Monospace Format
{pre I am monospace and preformated}
`monospaced`
Strikethrough Format
{del I am line-through}
--(strikethrough)--
Superscript Format
E = mc{sup 2}
^superscript^
Subscript Format
Vector low indiced : V{sub i} 
Vector high indiced: V{sup i}
Tensor : T{sub i}{sup j}
,,subscript,,
Images
1) static image, simple :
{img {@ src="data/image.jpg"}}

2) static image, complete :
{img 
{@ src="data/image.jpg"  
height="200"
title="infotext"
}}

3) click_enlarging image :
{show 
{@ src="data/image.jpg"
height="200" 
width="400" 
title="infotext"
}}
{{http://foo.bar/foo.jpg}}
{{attachment:foo.jpg | alt text}}
{{target|alt|params}}
Aligning Text
{center I am centered}
only in tables:
||<(> left ||<:> middle ||<)> right ||
Text Indentation
{p I am an indented paragraph.}
indented text
Bulleted Lists
1) standard :
{ul
{li item 1}
{li item 2}
}

2) alternative :
_ul item 1
_ul item 2
* Item 1
* Item 1.1
* Item 2
Numbered Lists
1) standard :
{ol
{li item 1}
{li item 2}
}

2) alternative :
_ol item 1
_ol item 2
1. Item 1
a. Item 1.a
1. Item 2
Definition Lists
{dl
{dt one} 
{dd definition 1}
{dt two} 
{dd definition 2}
}
term:: definition
Horizontal Rule
{hr}
----
-----
------
remove alphawiki remove MoinMoin