diff options
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | SkinTyrian.php | 1 | ||||
-rw-r--r-- | skin.json | 2 |
3 files changed, 10 insertions, 1 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 eddc5fd..edc0aa4 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> */ /** @@ -2,7 +2,7 @@ "name": "Tyrian", "author": [ "Alex Legler", - "Matthew Marchese" + "Gentoo wiki project" ], "url": "https://www.gentoo.org/", "descriptionmsg": "tyrian-desc", |