From f5bef19419722dbd9b6943845ecde8b20cf3440e Mon Sep 17 00:00:00 2001 From: Matthew Marchese Date: Wed, 20 Dec 2023 20:54:29 -0800 Subject: README.md: Mention MediaWiki's Common.css for testing. Update copyright year to 2023. Just-in-time for 2024! Signed-off-by: Matthew Marchese --- README.md | 4 ++++ SkinTyrian.php | 2 +- Tyrian.php | 2 +- TyrianTemplate.php | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbe9cae..f2101f7 100644 --- a/README.md +++ b/README.md @@ -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 - * Copyright (C) 2016-2021 Gentoo wiki project + * Copyright (C) 2016-2023 Gentoo wiki project */ /** diff --git a/Tyrian.php b/Tyrian.php index 6356567..0109830 100644 --- a/Tyrian.php +++ b/Tyrian.php @@ -4,7 +4,7 @@ * MediaWiki implementation based on MonoBook nouveau. * * Copyright (C) 2014-2016 Alex Legler - * Copyright (C) 2016-2019 Gentoo wiki project + * Copyright (C) 2016-2023 Gentoo wiki project */ $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 - * Copyright (C) 2016-2019 Gentoo wiki project + * Copyright (C) 2016-2023 Gentoo wiki project */ class TyrianTemplate extends BaseTemplate { public function execute() { -- cgit v1.2.3-65-gdbad