Updated README.md

This commit is contained in:
achmizs 2021-12-12 13:36:36 -05:00
parent a4fc7321f8
commit 30039219b3
2 changed files with 9 additions and 59 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
Papyrus skin for PmWiki.
[https://www.pmwiki.org/wiki/Skins/Papyrus](https://www.pmwiki.org/wiki/Skins/Papyrus)
A simple, responsive / mobile-friendly skin for [PmWiki](https://www.pmwiki.org).
Please see [the skin page on pmwiki.org](https://www.pmwiki.org/wiki/Skins/Papyrus) for installation and usage instructions. (Refer to the Talk page of the skin page for support.)
Copyright 2017-2021 Said Achmiz.

View File

@ -1,59 +0,0 @@
Name: Papyrus
Version: 2019-01-28-3
Description: Skin for PmWiki
Author: Said Achmiz
Contact: said@saidachmiz.net
Copyright: Copyright 2019 Said Achmiz
xhtml validation: Passed (http://validator.w3.org/)
Files:
papyrus.tmpl - template file
papyrus.css - style sheet
papyrus.php - script file
papyrus.jpg - papyrus background
ReadMe.txt - this file
wikilib.d/ - directory of bundled wikipages
License:
This skin is released under the GNU General Public License
as published by the Free Software Foundation; either version
2 of the License, or (at your option) any later version.
Installation:
1) Unpack papyrus.tar.gz into your skins directory
2) Enable the papyrus skin in your config.php with:
$Skin = 'papyrus';
Changelog:
v. 2019-01-28-3
* Added bundled Site.EditForm and Site.EditQuickReference pages
* Revamped edit view
v. 2019-01-28-2
* Various tweaks and bug fixes
v. 2019-01-28
* Added support for (:notitlegroup:) and (:titlegroup:) directives
* Various tweaks and bug fixes
v. 2019-01-27
* Switched to date-based versioning
* Unified mobile and desktop style sheets
* Various improvements to layout, especially mobile
NOTE on upgrading from previous versions: the file 'papyrus-mobile.css' is no longer needed; you may delete it.
v. 0.2 2017-08-13
* Papyrus now supports the following directives: (:noheader:), (:nofooter:), (:noaction:), (:notitle:), (:noright:)
v. 0.1 2017-08-13
* original release