From 30039219b34f28c519b79afd7f1039167da4243e Mon Sep 17 00:00:00 2001 From: achmizs <1874748+achmizs@users.noreply.github.com> Date: Sun, 12 Dec 2021 13:36:36 -0500 Subject: [PATCH] Updated README.md --- README.md | 9 +++++++++ ReadMe.txt | 59 ------------------------------------------------------ 2 files changed, 9 insertions(+), 59 deletions(-) create mode 100644 README.md delete mode 100644 ReadMe.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..9316cdb --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file diff --git a/ReadMe.txt b/ReadMe.txt deleted file mode 100644 index 19fc987..0000000 --- a/ReadMe.txt +++ /dev/null @@ -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 \ No newline at end of file