mirror of
https://github.com/darold/squidanalyzer.git
synced 2025-07-30 01:14:28 +02:00
Fix pod2man error with perl 5.18 about non-ascii character. Thanks to David Walser for the report.
This commit is contained in:
parent
7ad2bb51cd
commit
bded7721e9
2
README
2
README
@ -304,7 +304,7 @@ CONFIGURATION
|
|||||||
Default is to use the current locale of the system. If you want date
|
Default is to use the current locale of the system. If you want date
|
||||||
in German for example, set it to de_DE.
|
in German for example, set it to de_DE.
|
||||||
|
|
||||||
Rapport généré le mardi 11 décembre 2012, 15:13:09 (UTC+0100).
|
Rapport genere le mardi 11 decembre 2012, 15:13:09 (UTC+0100).
|
||||||
|
|
||||||
with a Locale set to fr_FR.
|
with a Locale set to fr_FR.
|
||||||
|
|
||||||
|
@ -331,7 +331,7 @@ Set this to your locale to display generated date in your language. Default
|
|||||||
is to use the current locale of the system. If you want date in German for
|
is to use the current locale of the system. If you want date in German for
|
||||||
example, set it to de_DE.
|
example, set it to de_DE.
|
||||||
|
|
||||||
Rapport généré le mardi 11 décembre 2012, 15:13:09 (UTC+0100).
|
Rapport genere le mardi 11 decembre 2012, 15:13:09 (UTC+0100).
|
||||||
|
|
||||||
with a Locale set to fr_FR.
|
with a Locale set to fr_FR.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16)
|
.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
|
||||||
.\"
|
.\"
|
||||||
.\" Standard preamble:
|
.\" Standard preamble:
|
||||||
.\" ========================================================================
|
.\" ========================================================================
|
||||||
@ -38,6 +38,8 @@
|
|||||||
. ds PI \(*p
|
. ds PI \(*p
|
||||||
. ds L" ``
|
. ds L" ``
|
||||||
. ds R" ''
|
. ds R" ''
|
||||||
|
. ds C`
|
||||||
|
. ds C'
|
||||||
'br\}
|
'br\}
|
||||||
.\"
|
.\"
|
||||||
.\" Escape single quotes in literal strings from groff's Unicode transform.
|
.\" Escape single quotes in literal strings from groff's Unicode transform.
|
||||||
@ -48,17 +50,24 @@
|
|||||||
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
|
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
|
||||||
.\" entries marked with X<> in POD. Of course, you'll have to process the
|
.\" entries marked with X<> in POD. Of course, you'll have to process the
|
||||||
.\" output yourself in some meaningful fashion.
|
.\" output yourself in some meaningful fashion.
|
||||||
.ie \nF \{\
|
.\"
|
||||||
. de IX
|
.\" Avoid warning from groff about undefined register 'F'.
|
||||||
. tm Index:\\$1\t\\n%\t"\\$2"
|
.de IX
|
||||||
..
|
..
|
||||||
. nr % 0
|
.nr rF 0
|
||||||
. rr F
|
.if \n(.g .if rF .nr rF 1
|
||||||
.\}
|
.if (\n(rF:(\n(.g==0)) \{
|
||||||
.el \{\
|
. if \nF \{
|
||||||
. de IX
|
. de IX
|
||||||
|
. tm Index:\\$1\t\\n%\t"\\$2"
|
||||||
..
|
..
|
||||||
|
. if !\nF==2 \{
|
||||||
|
. nr % 0
|
||||||
|
. nr F 2
|
||||||
|
. \}
|
||||||
|
. \}
|
||||||
.\}
|
.\}
|
||||||
|
.rr rF
|
||||||
.\"
|
.\"
|
||||||
.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
|
.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
|
||||||
.\" Fear. Run. Save yourself. No user-serviceable parts.
|
.\" Fear. Run. Save yourself. No user-serviceable parts.
|
||||||
@ -124,7 +133,7 @@
|
|||||||
.\" ========================================================================
|
.\" ========================================================================
|
||||||
.\"
|
.\"
|
||||||
.IX Title "SQUIDANALYZER 1"
|
.IX Title "SQUIDANALYZER 1"
|
||||||
.TH SQUIDANALYZER 1 "2013-05-26" "perl v5.14.2" "User Contributed Perl Documentation"
|
.TH SQUIDANALYZER 1 "2013-09-01" "perl v5.18.1" "User Contributed Perl Documentation"
|
||||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||||
.\" way too many mistakes in technical documents.
|
.\" way too many mistakes in technical documents.
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
@ -139,7 +148,7 @@ url and top second level domain.
|
|||||||
.PP
|
.PP
|
||||||
Statistic reports are oriented to user and bandwidth control, this
|
Statistic reports are oriented to user and bandwidth control, this
|
||||||
is not a pure cache statistics generator. SquidAnalyzer use flat
|
is not a pure cache statistics generator. SquidAnalyzer use flat
|
||||||
files to store data and don't need any \s-1SQL\s0, \s-1SQL\s0 Lite or Berkeley
|
files to store data and don't need any \s-1SQL, SQL\s0 Lite or Berkeley
|
||||||
databases.
|
databases.
|
||||||
.PP
|
.PP
|
||||||
This analyzer is incremental so it should be run in a daily cron.
|
This analyzer is incremental so it should be run in a daily cron.
|
||||||
@ -204,7 +213,7 @@ Makefile.PL Perl script. Here is a sample:
|
|||||||
\& DOCDIR=/usr/share/doc/squidanalyzer
|
\& DOCDIR=/usr/share/doc/squidanalyzer
|
||||||
.Ve
|
.Ve
|
||||||
.PP
|
.PP
|
||||||
If you want to build a distro package, there are two other options that you may use. The \s-1QUIET\s0 option is to tell to Makefile.PL to not show the default post install \s-1README\s0. The \s-1DESTDIR\s0 is to create and install all files in a package build base directory. For example for Fedora \s-1RPM\s0, thing may look like that:
|
If you want to build a distro package, there are two other options that you may use. The \s-1QUIET\s0 option is to tell to Makefile.PL to not show the default post install \s-1README.\s0 The \s-1DESTDIR\s0 is to create and install all files in a package build base directory. For example for Fedora \s-1RPM,\s0 thing may look like that:
|
||||||
.PP
|
.PP
|
||||||
.Vb 12
|
.Vb 12
|
||||||
\& # Make Perl and SendmailAnalyzer distrib files
|
\& # Make Perl and SendmailAnalyzer distrib files
|
||||||
@ -312,7 +321,7 @@ done by a single configuration file squidanalyzer.conf.
|
|||||||
Here follow the configuration directives used by Squid Analyzer.
|
Here follow the configuration directives used by Squid Analyzer.
|
||||||
.IP "Output output_directory" 4
|
.IP "Output output_directory" 4
|
||||||
.IX Item "Output output_directory"
|
.IX Item "Output output_directory"
|
||||||
Where SquidAnalyzer should dump all \s-1HTML\s0, data and images files.
|
Where SquidAnalyzer should dump all \s-1HTML,\s0 data and images files.
|
||||||
You should give a path that can be read by a Web browser.
|
You should give a path that can be read by a Web browser.
|
||||||
.IP "WebUrl" 4
|
.IP "WebUrl" 4
|
||||||
.IX Item "WebUrl"
|
.IX Item "WebUrl"
|
||||||
@ -357,7 +366,7 @@ Separator for both must be a tabulation.
|
|||||||
You can use regex to match and group some user login or ip addresses. See
|
You can use regex to match and group some user login or ip addresses. See
|
||||||
user-aliases file for examples.
|
user-aliases file for examples.
|
||||||
.IP "AnonymizeLogin 0" 4
|
.IP "AnonymizeLogin 0" 4
|
||||||
.IX Item "AnonymizeLogin 0"
|
.IX Item "AnonymizeLogin 0"
|
||||||
Set this to 1 if you want to anonymize all user login. The username
|
Set this to 1 if you want to anonymize all user login. The username
|
||||||
will be replaced by an unique id that change at each squid-analyzer
|
will be replaced by an unique id that change at each squid-analyzer
|
||||||
run. Default disable.
|
run. Default disable.
|
||||||
@ -410,7 +419,7 @@ Used to set client ip addresses, network addresses, auth login or
|
|||||||
uri to exclude from report.
|
uri to exclude from report.
|
||||||
.Sp
|
.Sp
|
||||||
You can define one by line exclusion by specifying first the type of the
|
You can define one by line exclusion by specifying first the type of the
|
||||||
exclusion (\s-1USER\s0, \s-1CLIENT\s0 or \s-1URI\s0) and a space separated list of valid regex.
|
exclusion (\s-1USER, CLIENT\s0 or \s-1URI\s0) and a space separated list of valid regex.
|
||||||
.Sp
|
.Sp
|
||||||
You can also use the \s-1NETWORK\s0 type to define network address with netmask
|
You can also use the \s-1NETWORK\s0 type to define network address with netmask
|
||||||
using the \s-1CIDR\s0 notation: xxx.xxx.xxx.xxx/n
|
using the \s-1CIDR\s0 notation: xxx.xxx.xxx.xxx/n
|
||||||
@ -446,7 +455,7 @@ peer cache hit onto your stats.
|
|||||||
.IP "TransfertUnit" 4
|
.IP "TransfertUnit" 4
|
||||||
.IX Item "TransfertUnit"
|
.IX Item "TransfertUnit"
|
||||||
Allow to change the default unit used to display transfert size. Default
|
Allow to change the default unit used to display transfert size. Default
|
||||||
is \s-1BYTES\s0, other possible values are \s-1KB\s0, \s-1MB\s0 and \s-1GB\s0.
|
is \s-1BYTES,\s0 other possible values are \s-1KB, MB\s0 and \s-1GB.\s0
|
||||||
.IP "MinPie" 4
|
.IP "MinPie" 4
|
||||||
.IX Item "MinPie"
|
.IX Item "MinPie"
|
||||||
Minimum percentage of data in pie's graphs to not be placed in the others
|
Minimum percentage of data in pie's graphs to not be placed in the others
|
||||||
@ -458,7 +467,7 @@ is to use the current locale of the system. If you want date in German for
|
|||||||
example, set it to de_DE.
|
example, set it to de_DE.
|
||||||
.Sp
|
.Sp
|
||||||
.Vb 1
|
.Vb 1
|
||||||
\& Rapport gA\*~XnA\*~XrA\*~X le mardi 11 dA\*~Xcembre 2012, 15:13:09 (UTC+0100).
|
\& Rapport genere le mardi 11 decembre 2012, 15:13:09 (UTC+0100).
|
||||||
.Ve
|
.Ve
|
||||||
.Sp
|
.Sp
|
||||||
with a Locale set to fr_FR.
|
with a Locale set to fr_FR.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user