gatherstats.pl: Add documentation of 'disregard' to POD.
authorThomas Hochstein <thh@inter.net>
Sun, 19 Sep 2010 11:32:12 +0000 (13:32 +0200)
committerThomas Hochstein <thh@inter.net>
Sun, 19 Sep 2010 11:32:12 +0000 (13:32 +0200)
Database entries in DBTableRaw marked 'disregard' will
be ignored by gatherstats. Document that.

Signed-off-by: Thomas Hochstein <thh@inter.net>
gatherstats.pl

index bcb8ba0..26b71e5 100755 (executable)
@@ -134,7 +134,11 @@ DBI
 
 This script will extract and process statistical information from a
 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
 another month via the B<-m> switch or a time period via the B<-p>
This page took 0.011567 seconds and 4 git commands to generate.