PmWiki

Summary

PmWiki is a wiki-based[4] content management system designed for a collaborative creation and maintenance of websites.[5]

PmWiki
Original author(s)Patrick R. Michaud[1]
Developer(s)PmWiki community
Initial releaseJanuary 2002; 22 years ago (2002-01)[2]
Stable release
2.3.32[3] / 2024-03-24[±]
Preview release
SVN only / nightly
Repository
Operating systemCross-platform
PlatformPHP
TypeWiki
LicenseGNU General Public License
Websitewww.pmwiki.org

It is free software written in PHP,[6] licensed under the terms of the GNU General Public License.

Design focus edit

The PmWiki philosophy[7] favors writers over readers, aiming to make it easy to author documents, even if the document types are limited. It supports collaborative maintenance of websites, with a number of built-in tools for access control, delegation, monitoring, review, and for reverting edits. One of the design goals being easy maintenance, PmWiki is configurable and extensible, allowing the core to be updated independently from, while staying backwards-compatible with, any local customization.

Besides the usual collaborative features such as content management and knowledge base, PmWiki has been used[8] by companies or groups as an internal communication platform[9] with task management and meeting archives.[10] It is also used by university and research teams.[11]

The PmWiki wiki markup shares similarities with MediaWiki (used by Wikipedia) and has a some features not found in other wiki engines.[4] The PmWiki markup engine is customizable, and markup rules can be added, replaced or removed, and it can support other markup languages. As an example, the Creole specifications can be enabled.[12] The edit form, since version 2.3.0, can have syntax highlighting enabled for its own wiki markup dialect.[13][14]

PmWiki functionality and features can be extended through add-ons called "recipes" with more than 1000 recipes published in the PmWiki Cookbook.[15]

Features edit

Content storage edit

PmWiki uses regular text files to store content. Each page of the wiki is stored in its own file on the web server. By default pages are stored in 8-bit or UTF-8 encoding, with page text, metadata, and revision history in the same file. According to the author, "For the standard operations (view, edit, page revisions), holding the information in flat files is clearly faster than accessing them in a database..."[16]

The storage class is extensible, allowing add-ons to enable other storage systems and formats. For example, with add-ons, a website can use SQLite or MySQL databases, or XML files for storage.

PmWiki supports "attachments" (uploads: images or other files) to its wiki pages. The attachments can be versioned.[17] There are PmWiki add-ons allowing easier management of the uploaded files, e.g. deletion or thumbnail/gallery creation.[18]

Wiki structure edit

Wiki pages are contained within namespaces, called "wiki groups".[19] Multiple namespaces can be used, and each namespace can have its own configuration options, add-ons, access control, skin, styles, sidebar (menu), the language of the content, and interface.[20]

Hierarchically, every page is contained in a namespace. It is possible to display and navigate through pages in a tree-like structure with a "wiki trail".[21] Through recipes, it is possible to have a flat structure (no wiki groups), multiple nested groups, or sub-pages.

Special namespaces are "PmWiki", Site, SiteAdmin, and Category which contain the documentation and some configuration templates.

Markup edit

The PmWiki markup shares similarities with MediaWiki. Here is a sample of commonly used markup rules.[22]

Links are usually wrapped in double brackets, optionally with link text:

[[Other page]], [[Page|link text]], [[Page|+]] (shows the page title), [[Page#anchor|Link text]]
https://example.com/path/, mailto:mailbox@example.com (plain links)
[[https://example.com/path/|Link text]]
Wikipedia:Wiki_software (InterMap links)

It is possible to enable internal links for CamelCase words without brackets, and add-ons can enable other link markups like @Page.

Headings are preceded with exclamation marks:

! Top-level heading (<h1>)
!! Second-level heading
...
!!!!!! Sixth-level heading

It is possible to enable an automated table of contents coming with the PmWiki core, or install one among several Table of contents add-ons.[23]

Lists are prefixed by "*" (bulleted) and "#" (numbered) and can be nested:

* List item
* List item
** Nested item

# Ordered list
# Another item
** Nested bulleted item

Directives for listing pages and attachments, and including pages and templates:

(:pagelist group=Cookbook order=-time count=20:)

(:attachlist name=*.jpg:)

(:include AnotherPage#fromanchor#toanchor:)

(:include MyTemplate variable=value othervariable="Some value":)

Other page directives allow setting the page title, description, and keywords, disabling layout sections like sidebars or footers, creating tables, or defining page text variables. Add-ons allow for extra functionality.

Inline markup:

'''Bold''', ''italic'', @@code (fixed-width)@@, %classname%CSS styled text%%,
[-small text-], [+large text+], {+inserted+}, {-deleted-}, 
'^superscript^', '_subscript_',
[@
code block, possibly with syntax highlighting
@]

Other markup rules can be enabled through recipes (add-ons).

HTML is not available for the edit form out of the box, but it is possible to enable selected tags through add-ons.

Skin templates edit

PmWiki offers a skin template scheme that makes it possible to change the look and feel of the wiki or website with a high degree of flexibility in both functionality and appearance.[24]

Since version 2.3.30, the core responsive skin can have a dark theme enabled. The dark mode functions are available for reuse by custom skins.[25]

Access control edit

PmWiki permits users and administrators to establish password protection for individual pages, groups of pages, or the entire site. For example, defined zones may be established to enable collaborative work by certain groups, such as in a company intranet.[26]

Password protection can be applied to reading, editing, uploading to, and changing passwords for the restricted zone. The out-of-the-box installation uses "shared passwords" rather than login names, but a built-in option can enable a sophisticated user/group-based access control system on pages, groups of pages or the whole wiki.

PmWiki can use passwords from config files, special wiki pages, and .htpasswd/.htgroup files. There are also user-based authorization possibilities and authentication via various external sources (e.g. LDAP, forum databases, etc.).

Customization edit

PmWiki follows a design philosophy[7] with the main objectives of ease of installation, maintainability, and keeping non-required features out of the core distribution of the software. This design encourages customization with a wide selection of custom extensions, known as "recipes" available from the PmWiki Cookbook.[15] Creating and maintaining extensions and custom installations is easy thanks to a number of well documented hooks in the wiki engine.

System requirements edit

Recent PmWiki releases require a web server that can run PHP version 5.4 or more recent. PmWiki can be deployed to standard hosting providers, or locally. There is a "recipe" to allow running PmWiki "Standalone", with the PHP built-in webserver, for example from a USB flash drive.[27]

Books and articles about PmWiki edit

The following books analyse PmWiki, have dedicated chapters or sections, compare it with other wiki and CMS software:

  • Todd Stauffer, How to Do Everything With Your Web 2.0 Blog, ISBN 978-0-07-149218-8
  • White, Pauxtis, Web 2.0 for Business: Learning the New Tools, ISBN 978-0-470-43618-9
  • Nancy Courtney, More Technology for the Rest of Us: A Second Primer on Computing for the Non-IT Librarian, ISBN 978-1-59158-939-6
  • Karen A. Coombs, Amanda J. Hollister, Open Source Web Applications for Libraries, 2010, ISBN 978-1-57387-400-7
  • Holtz, Demopoulos, Blogging for Business: Everything You Need to Know And Why You Should Care, ISBN 978-1-4195-3645-8
  • Ebersbach, Glaser, Heigl, Wiki: Kooperation Im Web (German), ISBN 978-3-540-35110-8
  • Lange, Christoph (ed.): Wikis und Blogs - Planen, Einrichten, Verwalten, C&L 2006 (German) ISBN 978-3-936546-44-6
  • Frank Kleiner, A Semantic Wiki-based Platform for IT Service Management, Karlsruhe Institute of Technology (KIT) Scientific Publishing, 2015, ISBN 978-3-731-50333-0
  • Pullman, Baotong, Designing Web-Based Applications for 21st Century Writing Classrooms, Taylor & Francis, Abingdon-on-Thames, 2016, ISBN 978-1-351-86810-5
  • Tim Massaro, Toni Cairns (IBM), Collaborate Quickly with Wiki!, iSeries NEWS, 2005
  • Brian May, Open Source Applications on IBM i, System iNEWS, 2009
  • Lauren Barack, Never-Ending Story (Histoire sans fin), School Library Journal, 2007, about a collaborative effort of 8 authors writing a children's book on PmWiki
  • Brenda Chawner, Paul Lewis, WikiWikiWebs: New Ways to Communicate in a Web Environment, Information Technology & Libraries, 2006.
  • Matthew Bejune (Perdue U), Wikis in Libraries, Information Technology & Libraries, 2007

PmWiki has been featured in a number of printed and online magazines including Inc Magazine,[9] Linux Gazette,[10] PCMag,[28] LXer,[29] Framasoft,[30] Linuxfr.[31]

The page PmWiki References[32] lists publications about PmWiki in various languages.

See also edit

References edit

  1. ^ Dr. Patrick Michaud. About Page
  2. ^ PmWiki version 0.1 (tgz archive) has its most recent file from Jan 08, 2002. The PmWiki-Users Mailing list exist since August 2002.
  3. ^ "Release Notes". pmwiki.org. Retrieved 2024-03-24.
  4. ^ a b WikiMatrix / PmWiki Features - Compare Them All, WikiMatrix. Cosmo Code, 22 Nov. 2005. Web. 30 Nov. 2011.
  5. ^ PmWiki home page
  6. ^ "PmWiki - DreamHost." DreamHost. New Dream Network, LLC, 7 July 2005. Web. 30 Nov. 2011. Archived 2016-05-14 at the Wayback Machine
  7. ^ a b PmWiki philosophy
  8. ^ PmWiki Users
  9. ^ a b The End of E-Mail, article by Darren Dahl, published in Inc. Magazine, February 2006, page 41
  10. ^ a b PmWiki - Wiki the Painless Way, article by Raj Shekhar, Linux Gazette magazine, May 2005
  11. ^ "PmWiki: wiki simple" (in French). Archived from the original on 2022-05-25. (article in PLUME, an association promoting useful, accessible, and economic software in higher education and research)
  12. ^ "PmWiki - Cookbook / Creole". pmwiki.org.
  13. ^ "PmWiki Release notes, version 2.3.0".
  14. ^ "PmWiki Cookbook / PmSyntax".
  15. ^ a b "PmWiki Cookbook".
  16. ^ "PmWiki Design - Flat File Advantages". Retrieved 2019-01-09.
  17. ^ "Uploads administration".
  18. ^ "Cookbook / Attachments/Uploads".
  19. ^ "PmWiki / WikiGroup".
  20. ^ "PmWiki / Local customizations".
  21. ^ "PmWiki / WikiTrails".
  22. ^ "PmWiki Basic Editing". Retrieved 2023-08-16.
  23. ^ "PmWiki / Table of contents".
  24. ^ "PmWiki / Skins".
  25. ^ "Cookbook / DarkColorScheme".
  26. ^ "PmWiki / Password administration".
  27. ^ "PmWiki - Cookbook / Standalone". pmwiki.org.
  28. ^ Working Together With Wikis, article by Anil Hemrajani, August 3, 2005, scanned pages on Google Books
  29. ^ Organizing Information, article by Ian MacGregor, July 8, 2007
  30. ^ PmWiki, September 2004, December 2010 (French)
  31. ^ Sortie de PmWiki 2.2.29, article by Lucas Bonnet, July 2011 (French)
  32. ^ "PmWiki | PmWiki / References". www.pmwiki.org.

External links edit

  • PmWiki Home Page
  • Wiki Communities in the Context of Work Processes, DOI:10.1145/1104973.1104977, Frank Fuchs-Kittowski, Hochschule für Technik und Wirtschaft Berlin, octobre 2005, on the choice of PmWiki for organizing community knowledge bases and its integration with an analytics software.
  • Keys to Success: How a small French university manages and supports Sakai CLE, Eric Duquenoy, Frédéric Dooremont, San Diego, 2013, on the integration of PmWiki with Sakai.
  • Mashing Congress: Using Web 2.0 Tools to Teach Congressional Research, Karen Munro, Jesse Silva, DttP, 2008, on the choice of PmWiki for a library knowledge base that hosts tutorials, micro-Web sites, RSS feeds and a custom search engine.
  • Geospatial data and server on USB, S. Lyle, Richard Smith, Cynthia M. Lyle, juin 2010, on the creation of an online and offline distributed PmWiki knowledge base on hurricane preparedness and evacuation decision-making, developed for NASA's John C. Stennis Space Center (NASA SSC).
  • Media2mult: A Wiki-Based Authoring Tool For Collaborative Development Of Multimedial Documents, Martin Gieseking, Oliver Vornberger, Osnabrück University, Germany, 2008, on the use and extension of PmWiki.