Move cliservstats to hoststats.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2025-05-30 16:38:18 +02:00
parent a553b374ce
commit 963f07432c
5 changed files with 68 additions and 91 deletions

View file

@ -5,6 +5,7 @@ NewsStats 0.4.0 (unreleased)
* Improve documentation for config file.
* ParseHeader: re-merge continuation lines.
* Add ClientStats to gatherstats.
* Move cliservstats to hoststats.
NewsStats 0.3.0 (2025-05-18)
* Extract GroupStats (in gatherstats) to subroutine.

View file

@ -74,8 +74,8 @@ Getting Started
Report generation is handled by specialised scripts for each
report type. Currently reports on the number of postings per group
and month and injection server and month are supported; you can
use 'groupstats.pl' and 'cliservstats.pl' for that. See the
groupstats.pl and cliservstats.pl man pages for more information.
use 'groupstats.pl' and 'hoststats.pl' for that. See the
groupstats.pl and hoststats.pl man pages for more information.
Reporting Bugs