From b4e3d57ee0408e5783fbc32233f70d3e61f49141 Mon Sep 17 00:00:00 2001 From: achmizs Date: Mon, 28 Jan 2019 23:49:16 +0000 Subject: [PATCH] Incremented version to 2019-01-28-3 and updated ReadMe --- ReadMe.txt | 18 +++++++++++++++--- papyrus.css | 3 ++- papyrus.php | 5 +++-- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/ReadMe.txt b/ReadMe.txt index 3c290dc..19fc987 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,17 +1,23 @@ Name: Papyrus -Version: 2019-01-28-2 +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 @@ -19,12 +25,18 @@ as published by the Free Software Foundation; either version Installation: -1) Un-zip papyrus.zip into your skins directory + +1) Unpack papyrus.tar.gz into your skins directory 2) Enable the papyrus skin in your config.php with: $Skin = 'papyrus'; -Changelog + +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 diff --git a/papyrus.css b/papyrus.css index c8fe010..2472f17 100644 --- a/papyrus.css +++ b/papyrus.css @@ -1,7 +1,7 @@ /* PAPYRUS skin for PmWiki Copyright 2019 Said Achmiz - Version: 2019-01-28-2 + Version: 2019-01-28-3 More info at these URLs: @@ -15,6 +15,7 @@ * papyrus.tmpl (skin template) * papyrus.php (skin script file) * ReadMe.txt (instructions & info) + * wikilib.d/ (directory of bundled wikipages) */ /*************/ diff --git a/papyrus.php b/papyrus.php index dd3a449..1642862 100644 --- a/papyrus.php +++ b/papyrus.php @@ -3,7 +3,7 @@ /* PAPYRUS skin for PmWiki Copyright 2019 Said Achmiz - Version: 2019-01-28-2 + Version: 2019-01-28-3 More info at these URLs: @@ -17,11 +17,12 @@ * papyrus.jpg (background pattern) * papyrus.tmpl (skin template) * ReadMe.txt (instructions & info) + * wikilib.d/ (directory of bundled wikipages) */ global $FmtPV; $FmtPV['$SkinName'] = '"Papyrus"'; -$FmtPV['$SkinVersion'] = '"2019-01-28-2"'; +$FmtPV['$SkinVersion'] = '"2019-01-28-3"'; ## Append the modification time to the URL as a GET parameter; this should be ignored ## by the web server, but is seen as part of the unique URL of the remote resource by -- 2.11.4.GIT