fanwikis-Description2/extension.json
Jack Phoenix 444f123a4a Version 0.4.0 -- cleanup, extension registration support, etc.
* Old i18n shim removed
* extension.json added
* PHP code moved into the new Description2 class
* Old PHP entry point still exists for b/c with older installations, but MW 1.25 or newer is now required

Change-Id: I0670c203b62dcf500ded1b82957e473edf864fb1
2017-07-11 16:21:18 -07:00

32 lines
758 B
JSON

{
"name": "Description2",
"version": "0.4.0",
"author": [
"[http://danf.ca/mw/ Daniel Friesen]"
],
"url": "https://www.mediawiki.org/wiki/Extension:Description2",
"descriptionmsg": "description2-desc",
"license-name": "GPL-2.0+",
"type": "other",
"config": {
"EnableMetaDescriptionFunctions": false
},
"AutoloadClasses": {
"Description2": "Description2.class.php"
},
"ExtensionMessagesFiles": {
"Description2Magic": "Description2.i18n.magic.php"
},
"MessagesDirs": {
"Description2": [
"i18n"
]
},
"Hooks": {
"OutputPageParserOutput": "Description2::onOutputPageParserOutput",
"ParserAfterTidy": "Description2::onParserAfterTidy",
"ParserFirstCallInit": "Description2::onParserFirstCallInit"
},
"manifest_version": 1
}