Merge branch 'thh-parsedb' into pu
authorThomas Hochstein <thh@inter.net>
Mon, 1 Jan 2018 15:56:56 +0000 (16:56 +0100)
committerThomas Hochstein <thh@inter.net>
Mon, 1 Jan 2018 15:56:56 +0000 (16:56 +0100)
* thh-parsedb:
  Add some input validation.
  Add documentation to parsedb.pl.
  Handle more than one entitiy in From: etc.
  Let gatherstats read its data from DBTableParse.
  Add decoding and parsing of From: etc.
  Create a database table with parsed raw data.
  Make GetTimePeriod() and others accept days.

# Conflicts:
# bin/gatherstats.pl

1  2 
bin/gatherstats.pl
doc/INSTALL
install/install.pl
lib/NewsStats.pm

index b4f07d9,7f42448..b09b73f
mode 100755,100755..100644
@@@ -210,7 -210,7 +210,7 @@@ gatherstats - process statistical data 
  
  =head1 SYNOPSIS
  
- B<gatherstats> [B<-Vhdt>] [B<-m> I<YYYY-MM> | I<YYYY-MM:YYYY-MM>] [B<-s> I<stats>] [B<-c> I<filename template>]] [B<--hierarchy> I<TLH>] [B<--rawdb> I<database table>] [B<-groupsdb> I<database table>] [B<--clientsdb> I<database table>] [B<--hostsdb> I<database table>] [B<--conffile> I<filename>]
 -B<gatherstats> [B<-Vhdt>] [B<-m> I<YYYY-MM> | I<YYYY-MM:YYYY-MM>] [B<-s> I<stats>] [B<-c> I<filename template>]] [B<--hierarchy> I<TLH>] [B<--parsedb> I<database table>] [B<-groupsdb> I<database table>] [B<--clientsdb> I<database table>] [B<--hostsdb> I<database table>] [--conffile I<filename>]
++B<gatherstats> [B<-Vhdt>] [B<-m> I<YYYY-MM> | I<YYYY-MM:YYYY-MM>] [B<-s> I<stats>] [B<-c> I<filename template>]] [B<--hierarchy> I<TLH>] [B<--parsedb> I<database table>] [B<-groupsdb> I<database table>] [B<--clientsdb> I<database table>] [B<--hostsdb> I<database table>] [B<--conffile> I<filename>]
  
  =head1 REQUIREMENTS
  
diff --cc doc/INSTALL
Simple merge
Simple merge
Simple merge
This page took 0.014097 seconds and 4 git commands to generate.