mediawiki-extensions-Interwiki/extension.json
Kunal Mehta ac1e61b87f Use SPDX 3.0 license identifier
SPDX released version 3 of their license list (<https://spdx.org/licenses/>),
which changed the FSF licenses to explicitly end in -only or -or-later
instead of relying on an easy to miss + symbol.

Bug: T183858
Change-Id: I11279b46cfcd6c1a4a6bdc4ac0434677b2dce5e4
2018-01-31 23:12:42 -08:00

62 lines
1.2 KiB
JSON

{
"name": "Interwiki",
"version": "3.1 20160307",
"author": [
"Stephanie Amanda Stevens",
"Alexandre Emsenhuber",
"Robin Pepermans",
"Siebrand Mazeland",
"Platonides",
"Raimond Spekking",
"Sam Reed",
"Jack Phoenix",
"Calimonius the Estrange",
"..."
],
"url": "https://www.mediawiki.org/wiki/Extension:Interwiki",
"descriptionmsg": "interwiki-desc",
"license-name": "GPL-2.0-or-later",
"type": "specialpage",
"requires": {
"MediaWiki": ">= 1.26.0"
},
"ExtensionMessagesFiles": {
"InterwikiAlias": "Interwiki.alias.php"
},
"config": {
"InterwikiCentralDB": null,
"InterwikiViewOnly": false
},
"MessagesDirs": {
"Interwiki": [
"i18n"
]
},
"Hooks": {
"InterwikiLoadPrefix": [
"InterwikiHooks::onInterwikiLoadPrefix"
]
},
"ResourceModules": {
"ext.interwiki.specialpage": {
"styles": "Interwiki.css"
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteExtPath": "Interwiki"
},
"SpecialPages": {
"Interwiki": "SpecialInterwiki"
},
"ExtensionFunctions": [
"InterwikiHooks::onExtensionFunctions"
],
"AutoloadClasses": {
"InterwikiHooks": "Interwiki_hooks.php",
"SpecialInterwiki": "Interwiki_body.php",
"InterwikiLogFormatter": "InterwikiLogFormatter.php"
},
"manifest_version": 1
}