summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticResultFormats/extension.json
blob: 4af484ef9c4ffed9e535fe1204ca26f9442ab6a3 (plain)
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
{
    "name": "SemanticResultFormats",
	"version": "3.1.0",
	"author": [
		"James Hong Kong",
		"Stephan Gambke",
		"[https://www.entropywins.wtf/mediawiki Jeroen De Dauw]",
		"Yaron Koren",
		"..."
	],
	"url": "https://www.semantic-mediawiki.org/wiki/Semantic_Result_Formats",
	"descriptionmsg": "srf-desc",
	"namemsg": "srf-name",
	"license-name": "GPL-2.0-or-later",
	"type": "semantic",
	"requires": {
		"MediaWiki": ">= 1.31",
		"extensions": {
			"SemanticMediaWiki": ">= 3.0"
		}
	},
	"MessagesDirs": {
		"SemanticResultFormats": [
			"i18n"
		]
	},
	"callback": "SemanticResultFormats::initExtension",
	"ExtensionFunctions": [
		"SemanticResultFormats::onExtensionFunction"
	],
	"load_composer_autoloader":true,
	"manifest_version": 2
}