PmWiki is a wiki-based system for collaborative creation and maintenance of websites.
PmWiki designed pages look and act like normal web pages, except they have an "Edit" link that makes it easy to modify existing pages and add new pages into the website, using basic editing rules.
You do not need to know or use any HTML or CSS. Page editing can be left open to the public or restricted to small groups of authors.
Here are some key features of "PmWiki":
Custom look-and-feel:
· A site administrator can quickly change the appearance and functions of a PmWiki site by using different skins and HTML templates. If you can't find an appropriate skin already made, you can easily modify one or create your own
Access control:
· PmWiki password protection can be applied to an entire site, to groups of pages, or to individual pages. Password protection controls who can read pages, edit pages, and upload attachments. PmWiki's access control system is completely self-contained, but it can also work in conjunction with existing password databases, such as .htaccess, LDAP servers, and MySQL databases
Customization and plugin architecture:
· One principle of the PmWikiPhilosophy is to only include essential features in the core engine, but make it easy for administrators to customize and add new markup. Hundreds of features are already available by using extensions (called "recipes") that are available from the PmWiki Cookbook
Requirements:
· PHP 4.3 or later
· A webserver that can run PHP scripts
What's New in This Release: [ read full changelog ]
· This version hides warnings about a deprecated feature in PHP 5.5 installations (preg_replace with /e eval flag). Three new upload extensions were added: docx, pptx and xlsx produced by recent versions of some office suites. The documentation was updated.