From cd07038d45c37d1378ec56a352da21f7cd56381e Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Tue, 20 Nov 2018 16:28:07 -0500 Subject: GentooToolbox: add extension.json Signed-off-by: Brian Evans --- GentooToolbox/extension.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 GentooToolbox/extension.json (limited to 'GentooToolbox') diff --git a/GentooToolbox/extension.json b/GentooToolbox/extension.json new file mode 100644 index 00000000..ace0657c --- /dev/null +++ b/GentooToolbox/extension.json @@ -0,0 +1,28 @@ +{ + "name": "Gentoo Toolbox", + "version": "0.0.1", + "author": [ "Alex Legler" ], + "url": "https://wiki.gentoo.org/", + "license-name": "GPL-2.0", + "type": "semantic", + "requires": { + "MediaWiki": ">= 1.25.0" + }, + "ExtensionMessagesFiles": { + "GTBX_TranslationProperties": "properties/TranslationProperties.i18n.php" + }, + "ResourceFileModulePaths": { + "localBasePath": "", + "remoteExtPath": "GentooToolbox" + }, + "AutoloadClasses": { + "GTBXLocalizedMsg": "localizedmsg/LocalizedMsg.php", + "GTBXTranslationProperties": "properties/TranslationProperties.body.php" + }, + "Hooks": { + "smwInitProperties": "GTBXTranslationProperties::setupProperties", + "SMWStore::updateDataBefore": "GTBXTranslationProperties::updateDataBefore", + "ParserFirstCallInit": "GTBXLocalizedMsg::SetUpLocalizedMsgParserFunction" + }, + "manifest_version": 1 +} -- cgit v1.2.3-65-gdbad