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-07-28 03:07:52 +0400
committermattpiwik <matthieu.aubry@gmail.com>2008-07-28 03:07:52 +0400
commit9bcf3f24892e3ce52e0ce9cb4c38465b9084059c (patch)
tree6f5c6359390128afa87da03e68eed0a3fd5ddaf2 /plugins/ExampleRssWidget
parente33f6ef1b6bb66a040dea3dc824f85eb51b5f777 (diff)
- Adding description to each plugin
- cleaning plugins listing, splitting ExamplePlugin in multiple small plugins, renamed Home -> CoreHome PluginsAdmin -> CorePluginsAdmin AdminHome -> CoreAdminHome - simplified authentication classes (not using Zend_Auth_Db anymore) - adding a new widget listing the last posts on Piwik.org/blog git-svn-id: http://dev.piwik.org/svn/trunk@581 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/ExampleRssWidget')
-rw-r--r--plugins/ExampleRssWidget/ExampleRssWidget.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExampleRssWidget/ExampleRssWidget.php b/plugins/ExampleRssWidget/ExampleRssWidget.php
index 4285f414a8..4f7f8e4541 100644
--- a/plugins/ExampleRssWidget/ExampleRssWidget.php
+++ b/plugins/ExampleRssWidget/ExampleRssWidget.php
@@ -6,8 +6,8 @@ class Piwik_ExampleRssWidget extends Piwik_Plugin
{
return array(
// name must be the className prefix!
- 'name' => 'Example RSS Widget',
- 'description' => 'Simple example on how to create a new widget that reads a RSS feed',
+ 'name' => 'ExampleRssWidget',
+ 'description' => 'Example Plugin: How to create a new widget that reads a RSS feed?',
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',