Compare commits
No commits in common. "30039219b34f28c519b79afd7f1039167da4243e" and "b4e3d57ee0408e5783fbc32233f70d3e61f49141" have entirely different histories.
30039219b3
...
b4e3d57ee0
7
LICENSE
7
LICENSE
@ -1,7 +0,0 @@
|
||||
Copyright 2017-2021 Said Achmiz.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
@ -1,9 +0,0 @@
|
||||
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.
|
||||
59
ReadMe.txt
Normal file
59
ReadMe.txt
Normal file
@ -0,0 +1,59 @@
|
||||
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
|
||||
Loading…
Reference in New Issue
Block a user