PmWiki 2.4.1 freeware
PmWiki, developed by Patrick R. Michaud, is a versatile and user-friendly wiki software that empowers users to create and manage collaborative websites effortlessly. With its lightweight design and robust features, PmWiki allows for easy content editing, customizable skins, and seamless integration of extensions. Its focus on simplicity and flexibility makes it ideal for both personal projects and larger community-driven initiatives. Whether you're building documentation, a knowledge base, or a ... ...
Author | Patrick R. Michaud |
Released | 2025-01-27 |
Filesize | 666 kB |
Downloads | 1287 |
OS | Windows All |
Installation | Instal And Uninstall |
Keywords | PmWiki, Webpage Editor, Wiki-based System, Website Development, Wiki, Webpage, Development, Website |
Users' rating (31 rating) |
PmWiki Free Download - we do not host any PmWiki torrent files or links of PmWiki on rapidshare.com, depositfiles.com, megaupload.com etc. All PmWiki download links are direct PmWiki download from publisher site or their selected mirrors.
2.4.1 | Jan 27, 2025 | New Release | This version includes a bug fix for $EnableUploadDrop, updates for recent PHP versions, and the documentation was updated. |
2.3.38 | Nov 3, 2024 | New Release | This version includes updates for recent PHP versions for PmForm and Notify. For PmForm, a new variable {$$CurrentLocalTime} in a template will insert the date/time formatted according to $EnableLocalTimes. The variable $UploadBlacklist has been deprecated. A new variable $UploadBlockPatterns now accepts comma-separated wildcard case-insensitive patterns like this: $UploadBlockPatterns = '*.php*,*.pl*,*.cgi*,*.py*'; # disallow common script files Uploading files matching the patterns will be rejected. $MessagesFmt has been refactored to allow associative arrays with keys that can be set from recipes. The directive (:messages keys=a,b details=open:) now accepts the attributes "keys=" which can have comma-separated keys or patterns, and "details=" that can be "open" or "closed", which will wrap the grouped messages in a <details> element. In addition, individual messages starting with "markup:" will now be reprocessed by the markup engine. WikiStyles now accept inline calc() operators. A new helper function PosArgs($args, $posnames) was added and the documentation was updated. |
2.3.37 | Aug 21, 2024 | New Release | This version adds new variables $EnableCommonEnhancements and others, and updates docs/sample-config.php, to make it easier to enable some popular but optional functions, similar to what is enabled when editing on pmwiki.org. The "minor checkbox" label is now part of the (:input e_minorcheckbox:) markup, and may be modified automatically, notably when merging edits. Note that the page Site.EditForm has been modified, if you have customized it, you may want to edit this page and after (:input e_minorcheckbox:) remove the text "$[This is a minor edit]". $EnableSortable, and $EnableSimpleTableRowspan are now enabled by default. To disable them, set them to 0 in config.php. A new page variable {$GroupHomePageUrl} contains the URL of the group homepage. Minor improvements to the pmwiki-responsive skin, to PmSyntax, to in-page anchor tags, and the documentation was updated. Full change log. |