d4552f3dba
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: Iccd10bb2facec3698afb9d67cd533762a2e53275
35 lines
987 B
JSON
35 lines
987 B
JSON
{
|
|
"name": "Description2",
|
|
"version": "0.4.1",
|
|
"author": [
|
|
"[http://danf.ca/mw/ Daniel Friesen]"
|
|
],
|
|
"url": "https://www.mediawiki.org/wiki/Extension:Description2",
|
|
"descriptionmsg": "description2-desc",
|
|
"license-name": "GPL-2.0-or-later",
|
|
"type": "other",
|
|
"config": {
|
|
"EnableMetaDescriptionFunctions": false
|
|
},
|
|
"ConfigRegistry": {
|
|
"Description2": "GlobalVarConfig::newInstance"
|
|
},
|
|
"AutoloadClasses": {
|
|
"MediaWiki\\Extension\\Description2\\Description2": "includes/Description2.php"
|
|
},
|
|
"ExtensionMessagesFiles": {
|
|
"Description2Magic": "Description2.i18n.magic.php"
|
|
},
|
|
"MessagesDirs": {
|
|
"Description2": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"Hooks": {
|
|
"OutputPageParserOutput": "MediaWiki\\Extension\\Description2\\Description2::onOutputPageParserOutput",
|
|
"ParserAfterTidy": "MediaWiki\\Extension\\Description2\\Description2::onParserAfterTidy",
|
|
"ParserFirstCallInit": "MediaWiki\\Extension\\Description2\\Description2::onParserFirstCallInit"
|
|
},
|
|
"manifest_version": 1
|
|
}
|