aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marchese <maffblaster@gentoo.org>2023-12-20 20:54:29 -0800
committerMatthew Marchese <maffblaster@gentoo.org>2023-12-20 20:54:29 -0800
commitf5bef19419722dbd9b6943845ecde8b20cf3440e (patch)
treefd9f8ea624a3d62045ff4cb286e0afdf8fc79d70
parentTyrian logo: Use <img> tag instead of <object>. (diff)
downloadskin-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.md4
-rw-r--r--SkinTyrian.php2
-rw-r--r--Tyrian.php2
-rw-r--r--TyrianTemplate.php2
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 <a3li@gentoo.org>
- * Copyright (C) 2016-2021 Gentoo wiki project <wiki@gentoo.org>
+ * Copyright (C) 2016-2023 Gentoo wiki project <wiki@gentoo.org>
*/
/**
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 <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() {