summaryrefslogtreecommitdiff
path: root/skins/ArchLinux/skin.json
blob: e0522f590c1f71aa99c1f4efe991d2fdecd4b90c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
	"name": "ArchLinux",
	"author": [ "Pierre Schmitz" ],
	"url": "https://www.archlinux.org",
	"description": "MediaWiki skin based on MonoBook",
	"license-name": "GPL-2.0+",
	"type": "skin",
	"ValidSkinNames": {
		"archlinux": "ArchLinux"
	},
	"ResourceModules": {
		"skins.archlinux.styles": {
			"styles": {
				"main.css": {
					"media": "screen"
				},
				"archnavbar.css": {
					"media": "screen"
				},
				"arch.css": {
					"media": "screen"
				},
				"print.css": {
					"media": "print"
				}
			}
		}
	},
	"ResourceFileModulePaths": {
		"localBasePath": "",
		"remoteSkinPath": "ArchLinux"
	},
	"AutoloadClasses": {
		"SkinArchLinux": "SkinArchLinux.php",
		"ArchLinuxTemplate": "ArchLinuxTemplate.php"
	}
}