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:
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/API.php4
-rw-r--r--plugins/ExampleUI/plugin.json10
-rw-r--r--plugins/ExampleUI/templates/sparklines.twig4
3 files changed, 9 insertions, 9 deletions
diff --git a/plugins/ExampleUI/API.php b/plugins/ExampleUI/API.php
index ae9beae05f..7f5e911ed7 100644
--- a/plugins/ExampleUI/API.php
+++ b/plugins/ExampleUI/API.php
@@ -13,10 +13,10 @@ use Piwik\Date;
use Piwik\Period\Range;
/**
- * ExampleUI API is also an example API useful if you are developing a Piwik plugin.
+ * ExampleUI API is also an example API useful if you are developing a Matomo plugin.
*
* The functions listed in this API are returning the data used in the Controller to draw graphs and
- * display tables. See also the ExampleAPI plugin for an introduction to Piwik APIs.
+ * display tables. See also the ExampleAPI plugin for an introduction to Matomo APIs.
*
* @method static \Piwik\Plugins\ExampleUI\API getInstance()
*/
diff --git a/plugins/ExampleUI/plugin.json b/plugins/ExampleUI/plugin.json
index 8a39e0a2a2..898fe7d5d6 100644
--- a/plugins/ExampleUI/plugin.json
+++ b/plugins/ExampleUI/plugin.json
@@ -1,6 +1,6 @@
{
"name": "ExampleUI",
- "description": "Piwik Platform showcase: how to display data tables, graphs, and the UI framework.",
+ "description": "Matomo Platform showcase: how to display data tables, graphs, and the UI framework.",
"version": "1.0.1",
"keywords": [
"example",
@@ -13,12 +13,12 @@
"license": "GPL v3+",
"authors": [
{
- "name": "Piwik",
- "email": "hello@piwik.org",
- "homepage": "http:\/\/piwik.org"
+ "name": "Matomo",
+ "email": "hello@matomo.org",
+ "homepage": "http:\/\/matomo.org"
}
],
"require": {
- "piwik": ">=2.13.1"
+ "piwik": ">=3.3.0"
}
} \ No newline at end of file
diff --git a/plugins/ExampleUI/templates/sparklines.twig b/plugins/ExampleUI/templates/sparklines.twig
index a786056694..540b5e4677 100644
--- a/plugins/ExampleUI/templates/sparklines.twig
+++ b/plugins/ExampleUI/templates/sparklines.twig
@@ -1,9 +1,9 @@
<div class="sparkline">
{{ sparkline(urlSparkline1) }}
- Evolution of temperature for server piwik.org
+ Evolution of temperature for server matomo.org
</div>
<div class="sparkline">
{{ sparkline(urlSparkline2) }}
- Evolution of temperature for server dev.piwik.org
+ Evolution of temperature for server developer.matomo.org
</div>