diff options
author | Matthew Marchese <maffblaster@gentoo.org> | 2023-12-20 20:54:29 -0800 |
---|---|---|
committer | Matthew Marchese <maffblaster@gentoo.org> | 2023-12-20 20:54:29 -0800 |
commit | f5bef19419722dbd9b6943845ecde8b20cf3440e (patch) | |
tree | fd9f8ea624a3d62045ff4cb286e0afdf8fc79d70 | |
parent | Tyrian logo: Use <img> tag instead of <object>. (diff) | |
download | skin-tyrian-f5bef19419722dbd9b6943845ecde8b20cf3440e.tar.gz skin-tyrian-f5bef19419722dbd9b6943845ecde8b20cf3440e.tar.bz2 skin-tyrian-f5bef19419722dbd9b6943845ecde8b20cf3440e.zip |
README.md: Mention MediaWiki's Common.css for testing.
Update copyright year to 2023. Just-in-time for 2024!
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | SkinTyrian.php | 2 | ||||
-rw-r--r-- | Tyrian.php | 2 | ||||
-rw-r--r-- | TyrianTemplate.php | 2 |
4 files changed, 7 insertions, 3 deletions
@@ -3,6 +3,10 @@ Tyrian skin for MediaWiki Tyrian – The new look of gentoo.org. +This skin's main repository is hosted [here](https://gitweb.gentoo.org/sites/wiki/skin-tyrian.git). + Find the Tyrian theme source [here](https://gitweb.gentoo.org/sites/tyrian-theme.git/). This skin overwrites *some* CSS found in the Tyrian theme in a way that is appropiate for rendering on MediaWiki. See the main.css file for details. + +It may be possible to test experimental changes to CCS classes by editing the wiki's [Common.css](https://wiki.gentoo.org/wiki/MediaWiki:Common.css) page. Long term, wiki-specific changes should be promoted into this file and removed from Common.css upon succesful testing. diff --git a/SkinTyrian.php b/SkinTyrian.php index 03dd361..47f263c 100644 --- a/SkinTyrian.php +++ b/SkinTyrian.php @@ -4,7 +4,7 @@ * MediaWiki implementation based on MonoBook nouveau. * * Copyright (C) 2014-2016 Alex Legler <a3li@gentoo.org> - * Copyright (C) 2016-2021 Gentoo wiki project <wiki@gentoo.org> + * Copyright (C) 2016-2023 Gentoo wiki project <wiki@gentoo.org> */ /** @@ -4,7 +4,7 @@ * MediaWiki implementation based on MonoBook nouveau. * * Copyright (C) 2014-2016 Alex Legler <a3li@gentoo.org> - * Copyright (C) 2016-2019 Gentoo wiki project <wiki@gentoo.org> + * Copyright (C) 2016-2023 Gentoo wiki project <wiki@gentoo.org> */ $wgExtensionCredits['skin'][] = array( diff --git a/TyrianTemplate.php b/TyrianTemplate.php index 9e2c743..b826801 100644 --- a/TyrianTemplate.php +++ b/TyrianTemplate.php @@ -4,7 +4,7 @@ * MediaWiki implementation based on MonoBook nouveau. * * Copyright (C) 2014-2016 Alex Legler <a3li@gentoo.org> - * Copyright (C) 2016-2019 Gentoo wiki project <wiki@gentoo.org> + * Copyright (C) 2016-2023 Gentoo wiki project <wiki@gentoo.org> */ class TyrianTemplate extends BaseTemplate { public function execute() { |