aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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() {