SharePoint Wiki Plus vs. PmWiki

General Features SharePoint Wiki Plus PmWiki
Version
Version 13.1.88 (SP2010/2013/2016)
2.3.33
Last Release Date
2017-08-04 (6 years ago)
2024-04-20 (28 days ago)
Last Update here
2018-10-11 (5 years ago)
2024-04-21 (27 days ago)
Author
KWizCom Corporation
Petko Yotov (Original author: Patrick R. Michaud)
URL
Free and Open Source
No
Yes
License
per server
GPL2+
Programming Language
.NET - C#
PHP
Data Storage
Database
Files
License Cost/ Fee
$3680
0
Development status
Mature
Mature
Intended Audience
SharePoint users who desire enterprise wiki capabilities
All
System Requirements SharePoint Wiki Plus PmWiki
Operating System
Windows Server 2003/2008
Linux, UNIX, Windows, MacOS X, probably others
Root Access
Yes
No
Webserver
Microsoft IIS
Apache, IIS, anything with PHP support. Can also be run w/o a webserver.
Other Requirements
SharePoint 2013/2016/2018 - All editions supported
none
Datastorage SharePoint Wiki Plus PmWiki
Text Files
No
Yes
MySQL
No
Plugin
PostgreSQL
No
No
Oracle
No
No
SQLite
No
Plugin
BerkeleyDB
No
No
RCS
No
Plugin
Other
MS SQL Server
Compressed, XML and/or ephemeral files (modules). Can provide custom data backends.
Security/Anti-Spam SharePoint Wiki Plus PmWiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
Active Directory/Claims/.NET Authentication provider
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
Yes
Optional
Mail Encryption
No
Optional
nofollow
No
Yes
Blacklist
No
Optional
CAPTCHA
Optional
Plugin
Delayed Indexing
Yes
Optional
Development/Support SharePoint Wiki Plus 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 SharePoint Wiki Plus PmWiki
Preview
Yes
Yes
Minor Changes
Yes
Yes
Change Summary
Yes
Yes
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
To current
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features SharePoint Wiki Plus PmWiki
Unicode Support
Yes
Yes
Right-to-Left Support
Yes
Optional
Interface Languages
0
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
Yes
Optional
Comments
Threaded
Discussion Pages
Categories
Yes
Yes
Namespaces
No
Yes
Conflict Handling
Conflict Detection
Conflict Resolution
Concurrent Editing
Unknown
Yes
Search
Full Text
Full Text
Wiki Farming
Yes
Yes
Structured Data
Yes
Yes
Links SharePoint Wiki Plus PmWiki
CamelCase
No
Optional
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
Optional
Yes
SisterWiki
No
Plugin
Image Links
Yes
Yes
Windows Shares
Yes
Yes
Page Redirects
Yes
Yes
Syntax Features SharePoint Wiki Plus PmWiki
HTML Tags
All
Plugin
Math formulas
No
Plugin
Tables
simple + complex
simple + complex
CREOLE support
No
Optional
Markdown Support
No
Plugin
Textile Support
No
No
BBCode Support
No
Plugin
Emoticon Images
Yes
Plugin
Syntax Highlighting
Yes
Optional
Footnotes
Optional
Plugin
Quoting
Yes
Plugin
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
No
Yes
Scripting
javascript
MarkupExpressions (core, many add-ons). PageLists with templates (core structured data scripting). WikiSh (plugin), Data forms (optional)
Content Includes
Yes
Yes
Feed Aggregation
Yes
Plugin
Usability SharePoint Wiki Plus PmWiki
Section Editing
Yes
Plugin
Page Templates
Yes
Yes
Double-Click Edit
No
Plugin
Toolbar
Yes
Optional
WYSIWYG Editing
Yes
Plugin
Access Keys
Yes
Yes
Auto Signature
Yes
Yes
Statistics SharePoint Wiki Plus PmWiki
Recent Changes
Yes
Yes
Wanted Pages
Yes
Optional
Orphaned Pages
No
Optional
Most/Least Popular
Yes
No
Recent Visitors
Yes
Plugin
Analysis
Yes
Plugin
Output SharePoint Wiki Plus PmWiki
Printer Friendly
Print View
Print View
Mobile Friendly
No
Yes
Themes & Skins
Yes
Yes
RSS Feeds
Yes
Optional
ATOM Feeds
No
Optional
Abbreviations
Optional
Plugin
Auto-TOC
Yes
Optional
Raw Export
Yes
Yes
HTML Export
Yes
Plugin
XML export
Yes
Plugin
PDF Export
Yes
Plugin
Office Export
Unknown
Plugin
Media and Files SharePoint Wiki Plus PmWiki
File Attachments
Yes
Optional
Media Revisions
No
Optional
Embedded Flash
Yes
Plugin
Embedded Video
Yes
Plugin
Image Editing
Yes
Plugin
SVG Editing
Optional
No
MindMap Editing
No
Plugin
Media Search
No
Filenames only
Extras SharePoint Wiki Plus PmWiki
Calendar
Yes
Plugin
Image Galleries
Yes
Plugin
Presentations
Unknown
Plugin
Forums
Yes
Plugin
Blogs
Yes
Plugin
Ticket System
Yes
Plugin
Chat
Unknown
No
Syntax Examples SharePoint Wiki Plus PmWiki
Internal Link
[[SPD]]
[[SharePoint Designer | SPD]]
[[page name]]
[[page name | link text]]
[[link text -> page name]]
[[#anchor]]
[[#anchor|link to anchor]]
[[page name #anchor]]
External Link
[http://en.wikipedia.org/]
[http://en.wikipedia.org Wikipedia]
http://....
[[http://... | link text]]
[[link text -> http://...]]
Headlines
==Section==
===Subsection===
====Sub-subsection====
! Level 1
!! Level 2
!!! Level 3
Bold Format
'''Bold text'''
'''bold'''
Italics Format
''Italicized text''
''italic''
Underline Format
<u>underlined text</u>
{+underlined+}
Monospace Format
=monospaced text=
@@monospace@@
Strikethrough Format
<s>strike through</s>
{-strikethrough-}
Superscript Format
<sup>superscript</sup>
'^superscript^'
Subscript Format
<sub>subscript</sub>
'_subscript_'
Images
[[Image:KWizCom-logo.gif|KWizCom – Knowledge Worker Components]]
https://foo.bar/foo.jpg
Attach:foo.jpg
Attach:foo.jpg"alt/title text" | Caption
Aligning Text
<div align="right">
%center% centered text
%right% right aligned
%lfloat% left floating text
%rfloat% right floating text
%rframe% right floating frame
%lframe% left floating frame
Text Indentation
<blockquote>
multi line text
</blockquote>
-> indented text
--> more indentation
-< hanging text
--< more indentation
Bulleted Lists
* one
** one-two
* two
* three
* Item 1
** Item 1.1
* Item 2
alternatively, indented:
* item 1
* item 1.1
* item 2
Numbered Lists
# one
## one-two
# two
# three
# Item 1
## Item 1.1
# Item 2
alternatively, indented:
# Item 1
# Item 1.1
# Item 2
Definition Lists
: term : definition
Horizontal Rule
---
----
remove SharePoint Wiki Plus remove PmWiki