aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--SkinTyrian.php1
-rw-r--r--Tyrian.php2
-rw-r--r--TyrianTemplate.php3
-rw-r--r--main.css2
-rw-r--r--skin.json2
6 files changed, 13 insertions, 5 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..dbe9cae
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+Tyrian skin for MediaWiki
+======
+
+Tyrian – The new look of gentoo.org.
+
+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.
diff --git a/SkinTyrian.php b/SkinTyrian.php
index 69fdd05..9a731ff 100644
--- a/SkinTyrian.php
+++ b/SkinTyrian.php
@@ -4,6 +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>
*/
/**
diff --git a/Tyrian.php b/Tyrian.php
index ff62f20..6356567 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-2018 Matthew Marchese <maffblaster@gentoo.org>
+ * Copyright (C) 2016-2019 Gentoo wiki project <wiki@gentoo.org>
*/
$wgExtensionCredits['skin'][] = array(
diff --git a/TyrianTemplate.php b/TyrianTemplate.php
index 7ab9a56..f0e28f5 100644
--- a/TyrianTemplate.php
+++ b/TyrianTemplate.php
@@ -4,8 +4,7 @@
* MediaWiki implementation based on MonoBook nouveau.
*
* Copyright (C) 2014-2016 Alex Legler <a3li@gentoo.org>
- * Copyright (C) 2016-2018 Matthew Marchese <maffblaster@gentoo.org>
- * Copyright (C) 2018-2019 Brian Evans <grknight@gentoo.org>
+ * Copyright (C) 2016-2019 Gentoo wiki project <wiki@gentoo.org>
*/
class TyrianTemplate extends BaseTemplate {
public function execute() {
diff --git a/main.css b/main.css
index 32f2fbd..7e60ac9 100644
--- a/main.css
+++ b/main.css
@@ -1,4 +1,4 @@
-/* This file contains overrides for mediawiki stuff we don't want for Tyrian */
+/* This file contains overrides for MediaWiki stuff we don't want for Tyrian */
h1, h2, h3, h4, h5, h6 {
padding-top: 0px;
diff --git a/skin.json b/skin.json
index b59364f..476e800 100644
--- a/skin.json
+++ b/skin.json
@@ -2,7 +2,7 @@
"name": "Tyrian",
"author": [
"Alex Legler",
- "Matthew Marchese"
+ "Gentoo wiki project"
],
"url": "https://www.gentoo.org/",
"descriptionmsg": "tyrian-desc",