From 058971c33b8dca63fd33b188328fc3e3ec9fb372 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 3 Oct 2003 14:55:27 +0000 Subject: - Help improvements and translation improvements from Michael. Thanks! --- modules/statistics.module | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) (limited to 'modules/statistics.module') diff --git a/modules/statistics.module b/modules/statistics.module index c847f60a1..6ce491f9c 100644 --- a/modules/statistics.module +++ b/modules/statistics.module @@ -145,24 +145,24 @@ function statistics_help($section = "admin/statistics/help") { case 'admin/help': case 'admin/statistics/help': $output .= "

Introduction

"; - $output .= "

The statistics.module keeps track of numerous statistics for your site but be warned, statistical collection does cause a little overhead, thus everything comes disabled by default.

"; + $output .= "

The statistics.module keeps track of numerous statistics for your site but be warned, statistical collection does cause a little overhead, thus everything comes disabled by default.

"; $output .= "

The module counts how many times, and from where -- using HTTP referrer -- each of your nodes is viewed. Once we have that count the module can do the following with it:"; $output .= "

"; $output .= "

Notes on using the statistics:

"; $output .= ""; - $output .= strtr("

As with any new module, the statistics.module needs to be %modules before you can use it. Also refer to the %permissions, as this module supports four separate permissions.

", array("%modules" => l(t("enabled"), "admin/system/modules"), "%permissions" => l(t("permissions section"), "admin/user/permission") )); - $output .= strtr("

%referers

This admin page shows you site-wide referrer statistics. You can see 'all' statistics, 'external' statistics or 'internal' statistics. Default is 'external'.

",array("%referers" => l(t("referrers log"), "admin.statistics/referrers") )); - $output .= strtr("

%access

This admin page gives you an at-a-glance look at your top nodes. It is useful for understanding what content on your Drupal site is the most popular. Also on this page are links to the referrer statistics for each listed node.

",array("%access" => l(t("access log"), "admin.statistics/log") )); - $output .= strtr("

Configuring the statistics module

There are some configuration options added to the main %configuration section:

", array("%configuration" => l(t("site configuration"), "admin/system/modules/statistics") )); + $output .= "

As with any new module, the statistics.module needs to be %modules before you can use it. Also refer to the %permissions, as this module supports four separate permissions.

"; + $output .= "

%referers

This admin page shows you site-wide referrer statistics. You can see 'all' statistics, 'external' statistics or 'internal' statistics. Default is 'external'.

"; + $output .= "

%access

This admin page gives you an at-a-glance look at your top nodes. It is useful for understanding what content on your Drupal site is the most popular. Also on this page are links to the referrer statistics for each listed node.

"; + $output .= "

Configuring the statistics module

There are some configuration options added to the main %configuration section:

"; $output .= "