summaryrefslogtreecommitdiff
path: root/extension.json
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-22 07:43:39 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-22 07:43:39 (GMT)
commita30fdb21a437d3764409f94c577763545c3e727f (patch)
tree0729da619a6458cdfb47e6906104eb28a96f3509 /extension.json
First commit.HEADmaster
Diffstat (limited to 'extension.json')
-rw-r--r--extension.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/extension.json b/extension.json
new file mode 100644
index 0000000..b7220d8
--- /dev/null
+++ b/extension.json
@@ -0,0 +1,34 @@
+{
+ "name": "GitTimeline",
+ "author": [
+ "Cyrille Bagard"
+ ],
+ "url": "https://www.mediawiki.org/wiki/Extension:Example",
+ "description": "This extension allows to include an external file in a safe way.",
+ "version": "1.0",
+ "license-name": "GPL-2.0+",
+ "type": "other",
+ "AutoloadClasses": {
+ "GitTimeline": "GitTimeline_body.php"
+ },
+ "Hooks": {
+ "ParserFirstCallInit": [
+ "GitTimeline::onParserInit"
+ ],
+ "BeforePageDisplay": [
+ "GitTimeline::onBeforePageDisplay"
+ ]
+ },
+ "ResourceModules": {
+ "ext.gittimeline": {
+ "styles": {
+ "gittimeline.css": {
+ "media": "screen"
+ }
+ }
+ }
+ },
+ "ResourceFileModulePaths": {
+ "localBasePath": ""
+ }
+}