mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Interwiki
synced 2024-11-14 18:15:44 +00:00
ac1e61b87f
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
62 lines
1.2 KiB
JSON
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
|
|
}
|