summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/LocalisationUpdate/extension.json
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
committerYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
commitfc7369835258467bf97eb64f184b93691f9a9fd5 (patch)
treedaabd60089d2dd76d9f5fb416b005fbe159c799d /www/wiki/extensions/LocalisationUpdate/extension.json
first commit
Diffstat (limited to 'www/wiki/extensions/LocalisationUpdate/extension.json')
-rw-r--r--www/wiki/extensions/LocalisationUpdate/extension.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/www/wiki/extensions/LocalisationUpdate/extension.json b/www/wiki/extensions/LocalisationUpdate/extension.json
new file mode 100644
index 00000000..901f66fc
--- /dev/null
+++ b/www/wiki/extensions/LocalisationUpdate/extension.json
@@ -0,0 +1,55 @@
+{
+ "@note": "This file must be kept in sync with LocalisationUpdate.php",
+ "name": "LocalisationUpdate",
+ "namemsg": "localisationupdate-extensionname",
+ "version": "1.4.0",
+ "author": [
+ "Tom Maaswinkel",
+ "Niklas Laxström",
+ "Roan Kattouw"
+ ],
+ "url": "https://www.mediawiki.org/wiki/Extension:LocalisationUpdate",
+ "descriptionmsg": "localisationupdate-desc",
+ "license-name": "GPL-2.0-or-later",
+ "type": "other",
+ "MessagesDirs": {
+ "LocalisationUpdate": [
+ "i18n"
+ ]
+ },
+ "AutoloadClasses": {
+ "LocalisationUpdate": "includes/LocalisationUpdate.php",
+ "LocalisationUpdate\\Updater": "includes/Updater.php",
+ "QuickArrayReader": "includes/QuickArrayReader.php",
+ "LocalisationUpdate\\Fetcher": "includes/fetcher/Fetcher.php",
+ "LocalisationUpdate\\FetcherFactory": "includes/fetcher/FetcherFactory.php",
+ "LocalisationUpdate\\FileSystemFetcher": "includes/fetcher/FileSystemFetcher.php",
+ "LocalisationUpdate\\GitHubFetcher": "includes/fetcher/GitHubFetcher.php",
+ "LocalisationUpdate\\HttpFetcher": "includes/fetcher/HttpFetcher.php",
+ "LocalisationUpdate\\Finder": "includes/finder/Finder.php",
+ "LocalisationUpdate\\JSONReader": "includes/reader/JSONReader.php",
+ "LocalisationUpdate\\PHPReader": "includes/reader/PHPReader.php",
+ "LocalisationUpdate\\Reader": "includes/reader/Reader.php",
+ "LocalisationUpdate\\ReaderFactory": "includes/reader/ReaderFactory.php"
+ },
+ "Hooks": {
+ "LocalisationCacheRecache": [
+ "LocalisationUpdate::onRecache"
+ ],
+ "LocalisationCacheRecacheFallback": [
+ "LocalisationUpdate::onRecacheFallback"
+ ]
+ },
+ "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%"
+ }
+ }
+ },
+ "manifest_version": 1
+}