Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2013-10-21 06:31:14 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-21 06:31:14 +0400
commitc63ca289b5fbd4a7368e0424cbf02a76760cf192 (patch)
tree991f350f582828b2bdca38acaed11ed7a6d22a9c /plugins/ExampleTheme
parent45985deb9d776cf95bec2d396c3a367c5e2c25df (diff)
removed generator templates, added new plugin to copy files from this
Diffstat (limited to 'plugins/ExampleTheme')
-rw-r--r--plugins/ExampleTheme/README.md21
-rw-r--r--plugins/ExampleTheme/plugin.json5
-rw-r--r--plugins/ExampleTheme/screenshots/.gitkeep0
3 files changed, 24 insertions, 2 deletions
diff --git a/plugins/ExampleTheme/README.md b/plugins/ExampleTheme/README.md
new file mode 100644
index 0000000000..a0ad81fd8a
--- /dev/null
+++ b/plugins/ExampleTheme/README.md
@@ -0,0 +1,21 @@
+# Piwik ExampleTheme Theme
+
+## Description
+
+Add your theme description here.
+
+## FAQ
+
+__My question?__
+My answer
+
+## Changelog
+
+Here goes the changelog text.
+
+## Support
+
+Please direct any feedback to ...
+
+
+
diff --git a/plugins/ExampleTheme/plugin.json b/plugins/ExampleTheme/plugin.json
index b3ab4ac732..b43f1a61b2 100644
--- a/plugins/ExampleTheme/plugin.json
+++ b/plugins/ExampleTheme/plugin.json
@@ -1,6 +1,7 @@
{
- "name": "PleineLune",
- "description": "A dark theme for Piwik, ideal to view your analytics reports before sunrise.",
+ "name": "ExampleTheme",
+ "description": "ExampleDescription",
+ "version": "0.1.0",
"theme": true,
"stylesheet": "stylesheets/theme.less"
} \ No newline at end of file
diff --git a/plugins/ExampleTheme/screenshots/.gitkeep b/plugins/ExampleTheme/screenshots/.gitkeep
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/plugins/ExampleTheme/screenshots/.gitkeep