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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-07-28 03:07:52 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-07-28 03:07:52 +0400
commite20c0f86431de3c35c3e5cf7f66d8d98c71aced7 (patch)
tree6f5c6359390128afa87da03e68eed0a3fd5ddaf2 /plugins/Referers/Referers.php
parente768f4d2788a74d44ba102bbcf3f68e320174f7b (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
Diffstat (limited to 'plugins/Referers/Referers.php')
-rw-r--r--plugins/Referers/Referers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Referers/Referers.php b/plugins/Referers/Referers.php
index 485b6277d4..0207c526f0 100644
--- a/plugins/Referers/Referers.php
+++ b/plugins/Referers/Referers.php
@@ -25,7 +25,7 @@ class Piwik_Referers extends Piwik_Plugin
{
$info = array(
'name' => 'Referers',
- 'description' => 'Computes all reports about the referers',
+ 'description' => 'Reports the Referers data: Search Engines, Keywords, Websites, Newsletters tracking, Campaign Tracking, Direct Entry. ',
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',