- Freeware
- - Web Development
- - Other
- - PmWiki
PmWiki 2.2.128 freeware
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.
Author | Patrick R. Michaud |
Released | 2020-04-27 |
Filesize | 522 kB |
Downloads | 1199 |
OS | Windows XP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64 |
Installation | Instal And Uninstall |
Keywords | webpage editor, wiki-based system, website development, wiki, webpage, development |
Users' rating (20 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.2.128 | Apr 27, 2020 | New Release | This version only includes some cosmetic changes and updates the documentation. |
2.2.127 | May 15, 2015 | New Release | This version fixes a bug with $PmTOC['MinNumber'] set to -1, and updates the .htaccess format for caches.php. The documentation was updated. |
2.2.75 | May 15, 2015 | New Release | This version adds a pmcrypt($pass, $salt) function which can be used as a replacement for the PHP crypt() function when encrypting passwords. From PHP 5.6 on, crypt() should not be used without a $salt parameter and would raise a notice. If pmcrypt() is called with a $salt parameter it will simply call crypt() in order to check a password. If it is called without a $salt parameter, pmcrypt() will create a password hash with the password_hash() function or with crypt() depending on your installation. You can replace any calls to crypt() with pmcrypt(), notably in config.php when defining $DefaultPasswords entries. Markup was added for the semantic HTML5 tags article, section, nav, header, footer, aside, address. |