Zim vs. PmWiki

General Features Zim PmWiki
Version
0.56
2.3.33
Last Release Date
2012-04-01 (12 years ago)
2024-04-20 (29 days ago)
Last Update here
2012-07-16 (11 years ago)
2024-04-21 (28 days ago)
Author
Jaap Karssenberg
Petko Yotov (Original author: Patrick R. Michaud)
URL
Free and Open Source
Yes
Yes
License
GPL
GPL2+
Programming Language
Python
PHP
Data Storage
Files, RCS
Files
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
Private users, small teams
All
System Requirements Zim PmWiki
Operating System
Linux, Windows, OSX
Linux, UNIX, Windows, MacOS X, probably others
Root Access
No
No
Webserver
None
Apache, IIS, anything with PHP support. Can also be run w/o a webserver.
Other Requirements
Desktop environment with Gtk toolkit
none
Datastorage Zim PmWiki
Text Files
Yes
Yes
MySQL
No
Plugin
PostgreSQL
No
No
Oracle
No
No
SQLite
No
Plugin
BerkeleyDB
No
No
RCS
Plugin
Plugin
Other
Text Files with index in SQLite
Compressed, XML and/or ephemeral files (modules). Can provide custom data backends.
Security/Anti-Spam Zim PmWiki
Page Permissions
No
Yes
ACL
No
Yes
Authentication Backends
File permissions
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
No
Optional
Development/Support Zim PmWiki
# 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 Zim PmWiki
Preview
No
Yes
Minor Changes
No
Yes
Change Summary
No
Yes
Page History
Plugin
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
Between all
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features Zim PmWiki
Unicode Support
Yes
Yes
Right-to-Left Support
Yes
Optional
Interface Languages
27
Catalan, Czech, Danish, German, Greek, English, Spanish, Estonian, French, Galician, Hebrew, Hungarian, Italian, Japanese, Dutch, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Serbian, Swedish, Turkish, Ukrainian, Chinese, Chinese Traditional
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
Plugin
Yes
Namespaces
Yes
Yes
Conflict Handling
Conflict Resolution
Conflict Resolution
Concurrent Editing
Unknown
Yes
Search
Full Text
Full Text
Wiki Farming
Yes
Yes
Structured Data
No
Yes
Links Zim PmWiki
CamelCase
Yes
Optional
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Yes
Yes
SisterWiki
No
Plugin
Image Links
Yes
Yes
Windows Shares
Yes
Yes
Page Redirects
No
Yes
Syntax Features Zim PmWiki
HTML Tags
None
Plugin
Math formulas
Plugin
Plugin
Tables
none
simple + complex
CREOLE support
No
Optional
Markdown Support
No
Plugin
Textile Support
No
No
BBCode Support
No
Plugin
Emoticon Images
No
Plugin
Syntax Highlighting
No
Optional
Footnotes
No
Plugin
Quoting
No
Plugin
Internal Comments
No
Yes
Custom styles
No
Yes
FAQ Tags
No
Yes
Scripting
None
MarkupExpressions (core, many add-ons). PageLists with templates (core structured data scripting). WikiSh (plugin), Data forms (optional)
Content Includes
No
Yes
Feed Aggregation
No
Plugin
Usability Zim PmWiki
Section Editing
Yes
Plugin
Page Templates
Yes
Yes
Double-Click Edit
Yes
Plugin
Toolbar
Yes
Optional
WYSIWYG Editing
Yes
Plugin
Access Keys
Yes
Yes
Auto Signature
No
Yes
Statistics Zim PmWiki
Recent Changes
No
Yes
Wanted Pages
Yes
Optional
Orphaned Pages
No
Optional
Most/Least Popular
No
No
Recent Visitors
No
Plugin
Analysis
No
Plugin
Output Zim PmWiki
Printer Friendly
Print View
Print View
Mobile Friendly
No
Yes
Themes & Skins
Optional
Yes
RSS Feeds
No
Optional
ATOM Feeds
No
Optional
Abbreviations
No
Plugin
Auto-TOC
Optional
Optional
Raw Export
Yes
Yes
HTML Export
Yes
Plugin
XML export
No
Plugin
PDF Export
No
Plugin
Office Export
Unknown
Plugin
Media and Files Zim PmWiki
File Attachments
Yes
Optional
Media Revisions
No
Optional
Embedded Flash
No
Plugin
Embedded Video
No
Plugin
Image Editing
No
Plugin
SVG Editing
No
No
MindMap Editing
No
Plugin
Media Search
No
Filenames only
Extras Zim PmWiki
Calendar
Yes
Plugin
Image Galleries
No
Plugin
Presentations
Unknown
Plugin
Forums
No
Plugin
Blogs
Optional
Plugin
Ticket System
No
Plugin
Chat
Unknown
No
Syntax Examples Zim PmWiki
Internal Link
CamelCase [[foobar:subpage]] +subpage 
[[page name]]
[[page name | link text]]
[[link text -> page name]]
[[#anchor]]
[[#anchor|link to anchor]]
[[page name #anchor]]
External Link
wp?Wiki_Engine http://wikimatrix.org 
ftp://somehost/share
\\host\share\..
http://....
[[http://... | link text]]
[[link text -> http://...]]
Headlines
=== Heading ===
! Level 1
!! Level 2
!!! Level 3
Bold Format
**bold**
'''bold'''
Italics Format
//italic//
''italic''
Underline Format
__underline__
{+underlined+}
Monospace Format
``monospace``
@@monospace@@
Strikethrough Format
~~strike~~
{-strikethrough-}
Superscript Format
^{sup}
'^superscript^'
Subscript Format
_{sub}
'_subscript_'
Images
{{./image.png}}
https://foo.bar/foo.jpg
Attach:foo.jpg
Attach:foo.jpg"alt/title text" | Caption
Aligning Text
not implemented
%center% centered text
%right% right aligned
%lfloat% left floating text
%rfloat% right floating text
%rframe% right floating frame
%lframe% left floating frame
Text Indentation
indent with tabs
-> indented text
--> more indentation
-< hanging text
--< more indentation
Bulleted Lists
* List item
* sub items
* with indent
* Item 1
** Item 1.1
* Item 2
alternatively, indented:
* item 1
* item 1.1
* item 2
Numbered Lists
1. List item
a. with sub items
b. ...
# Item 1
## Item 1.1
# Item 2
alternatively, indented:
# Item 1
# Item 1.1
# Item 2
Definition Lists
not implemented
: term : definition
Horizontal Rule
not implemented
----
remove Zim remove PmWiki