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:
authormattpiwik <matthieu.aubry@gmail.com>2008-08-04 03:53:22 +0400
committermattpiwik <matthieu.aubry@gmail.com>2008-08-04 03:53:22 +0400
commit42b52b6d8a88b3fa4c4f3978c4e7bf00b1eac778 (patch)
treee60f0a9ebcbc8ab2c9f45031284bec17cc532523 /plugins/ExampleAPI
parent6e636d8a92748657ccb1dde7def6ad174a7c8b75 (diff)
- renamed modules/ directory in core/
- cleaning admin UI - adding widgetize module - cleaning template architecture git-svn-id: http://dev.piwik.org/svn/trunk@586 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/ExampleAPI')
-rw-r--r--plugins/ExampleAPI/ExampleAPI.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/ExampleAPI/ExampleAPI.php b/plugins/ExampleAPI/ExampleAPI.php
index b9e24f1e9e..782e1ac02e 100644
--- a/plugins/ExampleAPI/ExampleAPI.php
+++ b/plugins/ExampleAPI/ExampleAPI.php
@@ -4,9 +4,8 @@ class Piwik_ExampleAPI extends Piwik_Plugin
public function getInformation()
{
return array(
- // name must be the className prefix!
- 'name' => 'ExampleAPI',
- 'description' => 'Example Plugin: How to create an API for your plugin, to export your data in multiple formats without any special coding? Visit the <a href="index.php?module=CoreAdminHome&action=showInContext&moduleToLoad=API&actionToLoad=listAllAPI&module=CoreAdminHome&action=showInContext#ExampleAPI">ExampleAPI example methods</a>.',
+ 'name' => 'Example API',
+ 'description' => 'Example Plugin: How to create an API for your plugin, to export your data in multiple formats without any special coding? Visit the <a href="index.php?module=API&action=listAllAPI#ExampleAPI">ExampleAPI example methods</a>.',
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',