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:
authormattab <matthieu.aubry@gmail.com>2013-07-15 12:22:37 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-15 12:22:37 +0400
commitf4b96569eb6520d373f18c9fa06e86af837ac103 (patch)
treec3feb4073454b6590d847da9bd8b8e4ab6855d4b /plugins/ExampleRssWidget
parent81c138e63645bfc047a94941ca2e0932b2b91db8 (diff)
Refs #4054
* Removing PluginDescription from core en.php files, for all Example* plugins (to showcase the JSON file in the Example plugin)
Diffstat (limited to 'plugins/ExampleRssWidget')
-rw-r--r--plugins/ExampleRssWidget/plugin.piwik.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/ExampleRssWidget/plugin.piwik.json b/plugins/ExampleRssWidget/plugin.piwik.json
new file mode 100644
index 0000000000..deb5ff49ca
--- /dev/null
+++ b/plugins/ExampleRssWidget/plugin.piwik.json
@@ -0,0 +1,15 @@
+{
+ "name": "ExampleRssWidget",
+ "description": "Example Plugin: This plugin showcases how to create a new widget that displays a user submitted RSS feed.",
+ "version": "1.0",
+ "keywords": ["example", "feed", "widget"],
+ "homepage": "http://piwik.org",
+ "license": "GPL-3.0+",
+ "authors": [
+ {
+ "name": "Piwik",
+ "email": "hello@piwik.org",
+ "homepage": "http://piwik.org"
+ }
+ ]
+} \ No newline at end of file