-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
extension.json
37 lines (37 loc) · 890 Bytes
/
extension.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "Semantic Glossary",
"version": "5.0.0",
"author": [
"[https://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]",
"[https://www.semantic-mediawiki.org/wiki/User:MWJames James Hong Kong]",
"[https://www.archixl.nl Youri van den Bogert]",
"..."
],
"url": "https://www.mediawiki.org/wiki/Extension:Semantic_Glossary",
"descriptionmsg": "semanticglossary-desc",
"license-name": "GPL-2.0-or-later",
"type": "semantic",
"requires": {
"MediaWiki": ">= 1.39",
"extensions": {
"Lingo": ">= 3.2.1"
}
},
"MessagesDirs": {
"SemanticGlossary": [
"i18n"
]
},
"AutoloadClasses": {
"SemanticGlossary": "SemanticGlossary.php"
},
"AutoloadNamespaces": {
"SG\\": "src/"
},
"ExtensionFunctions": [
"SemanticGlossary::onExtensionFunction"
],
"callback": "SemanticGlossary::initExtension",
"load_composer_autoloader": true,
"manifest_version": 1
}