Mycorrhiza Wiki vs. PmWiki

General Features Mycorrhiza Wiki PmWiki
Version
1.12.1
2.5.8
Last Release Date
2022-09-04 (3 years ago)
2026-03-09 (1 day ago)
Last Update here
2022-09-05 (3 years ago)
2026-03-09 (1 day ago)
Author
bouncepaw et al.
Petko Yotov (Original author: Patrick R. Michaud)
URL
Free and Open Source
Yes
Yes
License
AGPLv3
GPL2+
Programming Language
Go
PHP
Data Storage
Files
Files
License Cost/ Fee
0
Development status
Mature
Mature
Intended Audience
Small communities and individuals
All
System Requirements Mycorrhiza Wiki PmWiki
Operating System
UNIX (tested on Linux and macOS, should work on BSD), might work on Plan 9. and Windows
Linux, UNIX, Windows, MacOS X, probably others
Root Access
No
No
Webserver
Optional
Apache, IIS, anything with PHP support. Can also be run with PHP's built-in webserver.
Other Requirements
Git
none
Datastorage Mycorrhiza Wiki PmWiki
Text Files
Yes
Yes
MySQL
No
Plugin
PostgreSQL
No
No
Oracle
No
No
SQLite
No
Plugin
BerkeleyDB
No
No
RCS
No
Plugin
Other
Compressed, XML and/or ephemeral files (modules). Can provide custom data backends.
Security/Anti-Spam Mycorrhiza Wiki PmWiki
Page Permissions
No
Yes
ACL
No
Yes
Authentication Backends
Built-in, Telegram
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
No
Optional
Mail Encryption
No
Optional
nofollow
No
Yes
Blacklist
No
Optional
CAPTCHA
No
Plugin
Delayed Indexing
Yes
Optional
Development/Support Mycorrhiza Wiki PmWiki
# of Consultants
Preconfigured Hosting
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
368 ⭐
N/A
Common Features Mycorrhiza Wiki PmWiki
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 Mycorrhiza Wiki PmWiki
Unicode Support
Yes
Yes
Right-to-Left Support
Yes
Optional
Interface Languages
2
English, Russian
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
No
Optional
Comments
No
Discussion Pages
Categories
Yes
Yes
Namespaces
No
Yes
Conflict Handling
None
Conflict Resolution
Concurrent Editing
No
Yes
Search
Titles only
Full Text
Wiki Farming
Optional
Yes
Structured Data
No
Yes
Links Mycorrhiza Wiki PmWiki
CamelCase
No
Optional
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Yes
Yes
SisterWiki
No
Plugin
Image Links
Yes
Yes
Windows Shares
No
Yes
Page Redirects
No
Yes
Syntax Features Mycorrhiza Wiki PmWiki
HTML Tags
None
Plugin
Math formulas
No
Plugin
Tables
complex
simple + complex
CREOLE support
No
Optional
Markdown Support
No
Plugin
Textile Support
No
No
BBCode Support
No
Plugin
Emoticon Images
No
Plugin
Syntax Highlighting
Plugin
Optional
Footnotes
No
Plugin
Quoting
Yes
Plugin
Internal Comments
No
Yes
Custom styles
Yes
Yes
FAQ Tags
No
Yes
Scripting
Possible to embed JS
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 Mycorrhiza Wiki PmWiki
Section Editing
No
Plugin
Page Templates
No
Yes
Double-Click Edit
No
Plugin
Toolbar
Yes
Optional
WYSIWYG Editing
No
Plugin
Access Keys
Yes
Yes
Auto Signature
Yes
Yes
Statistics Mycorrhiza Wiki PmWiki
Recent Changes
Yes
Yes
Wanted Pages
No
Optional
Orphaned Pages
Yes
Optional
Most/Least Popular
No
No
Recent Visitors
No
Plugin
Analysis
No
Plugin
Output Mycorrhiza Wiki PmWiki
Printer Friendly
No
Print View
Mobile Friendly
Yes
Yes
Themes & Skins
Optional
Yes
RSS Feeds
Yes
Optional
ATOM Feeds
Yes
Optional
Abbreviations
No
Plugin
Auto-TOC
No
Optional
Raw Export
Yes
Yes
HTML Export
Yes
Plugin
XML export
No
Plugin
PDF Export
No
Plugin
Office Export
No
Plugin
Media and Files Mycorrhiza Wiki PmWiki
File Attachments
Yes
Optional
Media Revisions
No
Optional
Embedded Flash
No
Plugin
Embedded Video
Yes
Plugin
Image Editing
No
Plugin
SVG Editing
No
Plugin
MindMap Editing
No
Plugin
Media Search
Filenames only
Filenames only
Extras Mycorrhiza Wiki PmWiki
Calendar
No
Plugin
Image Galleries
Yes
Plugin
Presentations
No
Plugin
Forums
No
Plugin
Blogs
No
Plugin
Ticket System
No
Plugin
Chat
No
No
Syntax Examples Mycorrhiza Wiki PmWiki
Internal Link
[[link]]
[[link | display text]]
[[wp>Interwiki]]
=> link
=> link | display text
[[page name]]
[[page name | link text]]
[[link text -> page name]]
[[#anchor]]
[[#anchor|link to anchor]]
[[page name #anchor]]
External Link
[[http://link]]
[[http://link | display text]]
=> http://link
=> http://link | display text
http://....
[[http://... | link text]]
[[link text -> http://...]]
Headlines
= h2
== h3
=== h4
==== h5
! Level 1
!!#anchor Level 2
!!! Level 3
Bold Format
**bold**
'''bold'''
Italics Format
//italic//
''italic''
Underline Format
__underline__
{+underlined+}
Monospace Format
`monospace`
@@monospace@@
Strikethrough Format
~~strikethrough~~
{-strikethrough-}
Superscript Format
^^superscript^^
'^superscript^'
Subscript Format
,,subscript,,
'_subscript_'
Images
img { 
image
}
https://foo.bar/foo.jpg
Attach:foo.jpg
Attach:foo.jpg"alt/title text" | Caption
Aligning Text
%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
--> more indentation
-< hanging text
--< more indentation
Bulleted Lists
* like that
** nesting
* here
* {
multiline

entries
}
* Item 1
** Item 1.1
* Item 2
alternatively, indented:
* item 1
* item 1.1
* item 2
Numbered Lists
*. like that
**. nesting
*. here
*. {
multiline

entries
}
# Item 1
## Item 1.1
# Item 2
alternatively, indented:
# Item 1
# Item 1.1
# Item 2
Definition Lists
: term : definition
Horizontal Rule
----
----
remove Mycorrhiza Wiki remove PmWiki