summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticResultFormats/extension.json
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
committerYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
commitfc7369835258467bf97eb64f184b93691f9a9fd5 (patch)
treedaabd60089d2dd76d9f5fb416b005fbe159c799d /www/wiki/extensions/SemanticResultFormats/extension.json
first commit
Diffstat (limited to 'www/wiki/extensions/SemanticResultFormats/extension.json')
-rw-r--r--www/wiki/extensions/SemanticResultFormats/extension.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/www/wiki/extensions/SemanticResultFormats/extension.json b/www/wiki/extensions/SemanticResultFormats/extension.json
new file mode 100644
index 00000000..4af484ef
--- /dev/null
+++ b/www/wiki/extensions/SemanticResultFormats/extension.json
@@ -0,0 +1,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
+}