mediawiki-extensions-Poem/extension.json
This, that and the other f3dc553141 Release Poem under CC0 1.0 public domain dedication
Bug: T109963
Change-Id: Ic82c5cc4203fc238ff4f99f9e091a2c158d7ea81
2015-11-05 11:30:36 +11:00

30 lines
473 B
JSON

{
"name": "Poem",
"author": [
"Nikola Smolenski",
"Brion Vibber",
"Steve Sanbeg"
],
"license-name": "CC0-1.0",
"url": "https://www.mediawiki.org/wiki/Extension:Poem",
"descriptionmsg": "poem-desc",
"type": "parserhook",
"MessagesDirs": {
"Poem": [
"i18n"
]
},
"Hooks": {
"ParserFirstCallInit": [
"Poem::init"
]
},
"AutoloadClasses": {
"Poem": "Poem.class.php"
},
"ParserTestFiles": [
"poemParserTests.txt"
],
"manifest_version": 1
}