PhpWiki vs. MoinMoin

General Features PhpWiki MoinMoin
Version
phpwiki-1.3.14
1.9.11
Last Release Date
2007-07-01 (18 years ago)
2020-11-08 (5 years ago)
Last Update here
2009-04-03 (16 years ago)
2020-11-08 (5 years ago)
Author
Steve Wainstead, Jeff Dairiki, Reini Urban, Carsten Klapp, Marc-Etienne Vargenau
https://moinmo.in/MoinCoreTeamGroup
URL
Free and Open Source
Yes
Yes
License
GPL
GPL
Programming Language
PHP
Python
Data Storage
Database, Files, RCS
Files
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
Any
Everybody with <<100.000 pages. :)
System Requirements PhpWiki MoinMoin
Operating System
UNIX, Windows, MacOS X, probably others
UNIX, Windows, MacOS X, probably any platform with Python 2.3+
Root Access
No
No
Webserver
Apache, IIS, anything with PHP support
Standalone, WSGI (e.g. Apache+mod_wsgi) - others like CGI, FastCGI, SCGI, AJP, ... via middlewares
Other Requirements
various opt. helpers
None
Datastorage PhpWiki MoinMoin
Text Files
Yes
Yes
MySQL
Yes
No
PostgreSQL
Yes
No
Oracle
Yes
No
SQLite
Yes
No
BerkeleyDB
Yes
No
RCS
Yes
No
Other
gdbm, cvs, MSSQL, ... (ADODB, PearDB)
No
Security/Anti-Spam PhpWiki MoinMoin
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
db, session, pop, imap, ldap, file, webserver
modular, scriptable. OpenID, ldap/AD, http, cookie, ssl client cert, interwiki, others possible
Host Blocking
No
Yes
Mail Encryption
No
Optional
nofollow
Yes
No
Blacklist
Yes
Yes
CAPTCHA
Yes
Optional
Delayed Indexing
No
No
Development/Support PhpWiki MoinMoin
# of Consultants
Preconfigured Hosting
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
#phpwiki
Stars on GitHub
N/A
N/A
Common Features PhpWiki MoinMoin
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 PhpWiki MoinMoin
Unicode Support
Yes
Yes
Right-to-Left Support
No
Yes
Interface Languages
9
German, English, Spanish, French, Italian, Japanese, Dutch, Swedish, Chinese Traditional
1
English
Email notification
Yes
Yes
Comments
Plugin
Discussion Pages
Categories
Yes
Yes
Namespaces
No
No
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
Unknown
No
Search
Full Text
Full Text
Wiki Farming
Yes
Yes
Structured Data
Patch
No
Links PhpWiki MoinMoin
CamelCase
Yes
Yes
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Yes
Yes
SisterWiki
No
Yes
Image Links
Yes
Yes
Windows Shares
Yes
Yes
Page Redirects
Yes
Yes
Syntax Features PhpWiki MoinMoin
HTML Tags
Some
Some
Math formulas
Plugin
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
Plugin
Yes
Footnotes
Yes
Yes
Quoting
Yes
No
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
No
No
Scripting
plugins, templates, PHP
plugins, see comment ---------------->
Content Includes
Yes
Yes
Feed Aggregation
Yes
No
Usability PhpWiki MoinMoin
Section Editing
No
No
Page Templates
Yes
Yes
Double-Click Edit
Optional
Yes
Toolbar
Yes
Yes
WYSIWYG Editing
Patch
Yes
Access Keys
Yes
Optional
Auto Signature
Yes
Yes
Statistics PhpWiki MoinMoin
Recent Changes
Yes
Yes
Wanted Pages
Yes
Yes
Orphaned Pages
Yes
Yes
Most/Least Popular
Yes
Yes
Recent Visitors
Yes
No
Analysis
Plugin
Yes
Output PhpWiki MoinMoin
Printer Friendly
Print CSS
Print CSS
Mobile Friendly
No
Yes
Themes & Skins
Yes
Yes
RSS Feeds
Yes
Yes
ATOM Feeds
No
No
Abbreviations
No
No
Auto-TOC
Yes
Yes
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
No
Yes
PDF Export
Yes
Plugin
Office Export
Unknown
No
Media and Files PhpWiki 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
No
Contents
Extras PhpWiki MoinMoin
Calendar
Yes
Yes
Image Galleries
Yes
Plugin
Presentations
Unknown
Yes
Forums
Yes
No
Blogs
Yes
No
Ticket System
No
No
Chat
Unknown
No
Syntax Examples PhpWiki MoinMoin
Internal Link
WikiWord or [somelink]
[ desc | pagename ]
CamelCaseLink or [[free link]]

[[target|label|params]]
External Link
http://someserver/someurl
[ desc | exturl ]
http://google.de/ or
[[http://google.de/ | Google]] or
file://///server/share/file
Headlines
!!!Headline1
!!Headline2
!Headline3
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
Bold Format
*bold* or
<strong>bold</strong>
'''bold'''
'''strong emphasised'''
Italics Format
_italics_ or 
or
<em>italics</em>
''italic''
''emphasised''
Underline Format
<u>underlined</u>
__underline__
Monospace Format
<tt>monospace</tt>
<code>code</code>
<pre>preformatted</pre>
<verbatim>
unparsed text</verbatim>


`monospaced`
Strikethrough Format
<strike>striked through</strike>
--(strikethrough)--
Superscript Format
<sup>above</sup>
^superscript^
Subscript Format
<sub>below</sub>
,,subscript,,
Images
[ http://foo.org/1.jpg size=30%] 
external image
[Upload:view.jpg align=right size=50x40] 
view uploaded image
[Upload:view.jpg | http://server/external-linkjpg ] 
view and link to another image
{{http://foo.bar/foo.jpg}}
{{attachment:foo.jpg | alt text}}
{{target|alt|params}}
Aligning Text
<?plugin RawHtml <span align="right"> ?>right<?plugin RawHtml </span> ?>
or <div align="right"> right </div>

only in tables:
||<(> left ||<:> middle ||<)> right ||
Text Indentation
;: left indent
;;: more left indent

or 
paragraph
and another level 
indented text
Bulleted Lists
* list
or
- list
* Item 1
* Item 1.1
* Item 2
Numbered Lists
# list
1. Item 1
a. Item 1.a
1. Item 2
Definition Lists
Term:<def>
def
term:: definition
Horizontal Rule
----
----
-----
------
remove PhpWiki remove MoinMoin