summaryrefslogtreecommitdiff
path: root/extensions/LocalisationUpdate/extension.json
blob: 43262f0990b1ef0c6f35ad18b180feacc6ec9172 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
	"@note": "This file must be kept in sync with LocalisationUpdate.php",
	"name": "LocalisationUpdate",
	"version": "1.3.0",
	"author": [
		"Tom Maaswinkel",
		"Niklas Laxström",
		"Roan Kattouw"
	],
	"url": "https://www.mediawiki.org/wiki/Extension:LocalisationUpdate",
	"descriptionmsg": "localisationupdate-desc",
	"type": "other",
	"MessagesDirs": {
		"LocalisationUpdate": [
			"i18n"
		]
	},
	"AutoloadClasses": {
		"LocalisationUpdate": "LocalisationUpdate.class.php",
		"LU_Updater": "Updater.php",
		"QuickArrayReader": "QuickArrayReader.php",
		"LU_Fetcher": "fetcher/Fetcher.php",
		"LU_FetcherFactory": "fetcher/FetcherFactory.php",
		"LU_FileSystemFetcher": "fetcher/FileSystemFetcher.php",
		"LU_GitHubFetcher": "fetcher/GitHubFetcher.php",
		"LU_HttpFetcher": "fetcher/HttpFetcher.php",
		"LU_Finder": "finder/Finder.php",
		"LU_JSONReader": "reader/JSONReader.php",
		"LU_PHPReader": "reader/PHPReader.php",
		"LU_Reader": "reader/Reader.php",
		"LU_ReaderFactory": "reader/ReaderFactory.php"
	},
	"Hooks": {
		"LocalisationCacheRecache": [
			"LocalisationUpdate::onRecache"
		],
		"LocalisationCacheRecacheFallback": [
			"LocalisationUpdate::onRecacheFallback"
		],
		"UnitTestsList": [
			"LocalisationUpdate::setupUnitTests"
		]
	},
	"config": {
		"LocalisationUpdateDirectory": false,
		"LocalisationUpdateRepository": "github",
		"LocalisationUpdateRepositories": {
			"github": {
				"mediawiki": "https://raw.github.com/wikimedia/mediawiki/master/%PATH%",
				"extension": "https://raw.github.com/wikimedia/mediawiki-extensions-%NAME%/master/%PATH%",
				"skin": "https://raw.github.com/wikimedia/mediawiki-skins-%NAME%/master/%PATH%"
			}
		}
	}
}