From cc20e0503cd2b70a2ca1dcd171698e357cf46395 Mon Sep 17 00:00:00 2001 From: Matthew Marchese Date: Tue, 22 Jan 2019 00:57:37 -0800 Subject: Add README file. Add link to Tyrian theme. Add missing copyright to SkinTyrian.php file. Signed-off-by: Matthew Marchese --- README.md | 8 ++++++++ SkinTyrian.php | 1 + skin.json | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 README.md 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 + * Copyright (C) 2016-2019 Gentoo wiki project */ /** 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", -- cgit v1.2.3-65-gdbad