gatherstats.pl: Add documentation of 'disregard' to POD.
Database entries in DBTableRaw marked 'disregard' will be ignored by gatherstats. Document that. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
76ead5f97b
commit
313610f63c
|
@ -134,7 +134,11 @@ DBI
|
||||||
|
|
||||||
This script will extract and process statistical information from a
|
This script will extract and process statistical information from a
|
||||||
database table which is fed from F<feedlog.pl> for a given time period
|
database table which is fed from F<feedlog.pl> for a given time period
|
||||||
and write its results to (an)other database table(s).
|
and write its results to (an)other database table(s). Entries marked
|
||||||
|
with I<'disregard'> in the database will be ignored; currently, you have
|
||||||
|
to set this flag yourself, using your database management tools. You
|
||||||
|
can exclude erroneous entries that way (e.g. automatic reposts (think
|
||||||
|
of cancels flood and resurrectors); spam; ...).
|
||||||
|
|
||||||
The time period to act on defaults to last month; you can assign
|
The time period to act on defaults to last month; you can assign
|
||||||
another month via the B<-m> switch or a time period via the B<-p>
|
another month via the B<-m> switch or a time period via the B<-p>
|
||||||
|
|
Loading…
Reference in a new issue