PmWiki

From Infogalactic: the planetary knowledge core
(Redirected from PMWiki)
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

PmWiki
PmWiki.svg
Original author(s) Patrick R. Michaud[1]
Developer(s) PmWiki
Stable release 2.2.83[2] / December 31, 2015 (2015-12-31)
Preview release SVN only / nightly
Operating system Cross-platform
Platform PHP
Type Wiki
License GNU General Public License
Website www.pmwiki.org

PmWiki is wiki software[3] written by Patrick R. Michaud in the PHP programming language.[4][5]

It is free software, licensed under the terms of the GNU General Public License.

Design focus

PmWiki is designed to be easy to install and customize as an engine for creating professional web sites with one to any number of content authors. The software focuses on ease-of-use, so people with little IT or wiki experience will be able to put it to use. The software is also designed to be extensible and customizable.

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

The PmWiki wiki markup shares similarities with MediaWiki (used by Wikipedia) and has a large number of features not found in other wiki engines[3] however its primary goal is to help with the collaborative maintenance of websites. The PmWiki markup engine is highly customizable, allowing adding, modifying or disabling markup rules, and it can support other markup languages. As an example, the Creole specifications can be enabled.[9]

Features

Content storage

PmWiki uses regular files to store content. Each page of the wiki is stored in its own file on the web server. Pages are stored in ASCII format and may be edited directly by the wiki administrator. 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..."[10]

PmWiki is designed to be able to store and retrieve the pages' text and metadata on various systems and formats. It does not support databases in its default installation. However, via plug-ins, PmWiki can already use MySQL or SQLite databases for data storage.

PmWiki supports "attachments" (uploads: images or other files) to its wiki pages. The uploads can be attached to a group of pages (default), individually to each page, or to the whole wiki, depending on the content needs and structure. There are PmWiki recipes allowing an easier management of the uploaded files, e.g. deletion or thumbnail/gallery creation.

Wiki structure

In PmWiki, wiki pages are contained within "wiki groups" (or "namespaces"). Each wiki group can have its own configuration options, plug-ins, access control, skin, sidebar (menu), language of the content and of the interface.

By default, PmWiki allows exactly one hierarchical level of the pages ("WikiGroup/WikiPage"), but through recipes, it is possible to have a flat structure (no wiki groups), multiple nested groups, or sub-pages.

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

Templates (skins)

PmWiki offers a 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.[11]

Access control

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.

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, .htpasswd/.htgroup files. There are also user-based authorization possibilities and authentication via various external sources (e.g. LDAP, forum databases etc.).

Customization

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

System requirements

Prerequisites for running the PmWiki wiki engine:

  • PHP 4.3 or later
  • Any webserver that can run PHP scripts (e.g. Apache HTTP Server, Microsoft Microsoft IIS, Lighttpd, Hiawatha, Cherokee)
  • Write permissions for the webserver user account in the PmWiki tree (required for off-line editing only)
  • No file type extension restrictions on the webserver (sometimes a problem with free web hosting providers)

PmWiki has been reported to work with the following OS/webserver combinations:

  • Apache 1.3 or 2.2, on roughly anything (Unix, Linux, Windows, and Mac OS X)
  • Microsoft Internet Information Server, on Windows
  • Appweb: a very small, PHP-enabled webserver targeted at embedded devices
  • x86 Linux + LiteSpeed Web Server Standard Edition
  • There is a "recipe" to allow running PmWiki "Standalone", without a webserver, for example from a Flash USB stick.[14]

Author

PmWiki was written by the university professor and Perl 6 developer Patrick R. Michaud, who owns a trademark on the name "PmWiki". A number of other developers and users write, maintain and discuss "recipes" (special purpose configurations, skins or plug-ins) in the PmWiki Cookbook.

Books and articles about PmWiki

The following books mention PmWiki or have dedicated chapters or sections:

PmWiki has been featured in a number of printed and online magazines including Inc Magazine,[6] Linux Gazette,[7] PCMag,[15] LXer,[16] fr:Framasoft,[17] Linuxfr.[18] The page PmWiki References lists publications about PmWiki in various languages.

See also

References

  1. Dr. Patrick Michaud. About Page
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. 3.0 3.1 WikiMatrix / PmWiki Features - Compare Them All, WikiMatrix. Cosmo Code, 22 Nov. 2005. Web. 30 Nov. 2011.
  4. "PmWiki - DreamHost." DreamHost. New Dream Network, LLC, 7 July 2005. Web. 30 Nov. 2011. <http://wiki.dreamhost.com/PmWiki>.
  5. "OCN-435 Climate Change and Urbanization Wiki | PmWiki / Pm Wiki." Climate Change and Urbanization OCN435. Climate Change and Urbanization OCN435, 20 Oct. 2009. Web. 30 Nov. 2011. <http://hokulea.soest.hawaii.edu/ocn435/wiki/index.php?n=PmWiki.PmWiki>.
  6. 6.0 6.1 The End of E-Mail, article by Darren Dahl, published in Inc. Magazine, February 2006, page 41
  7. 7.0 7.1 PmWiki - Wiki the Painless Way, article by Raj Shekhar, Linux Gazette magazine, May 2005
  8. PmWiki : wiki simple, article in PLUME, association promoting useful, accessible and economic software in higher education and research (French language)
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. "Yate | PmWiki / SkinTemplates." Yate. Web. 30 Nov. 2011. <http://yate.null.ro/pmwiki/index.php?n=PmWiki.SkinTemplates>.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Lua error in package.lua at line 80: module 'strict' not found.
  14. Lua error in package.lua at line 80: module 'strict' not found.
  15. Working Together With Wikis, article by Anil Hemrajani, August 3, 2005
  16. Organizing Information, article by Ian MacGregor, July 8, 2007
  17. PmWiki, September 2004, December 2010 (French)
  18. Sortie de PmWiki 2.2.29, article by Lucas Bonnet, July 2011 (French)

External links