From 7dd8a95be3097fb79cf0924850820cad84961acc Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sun, 11 May 2025 17:46:40 +0200 Subject: [PATCH] Update README, INSTALL and ChangeLog. Signed-off-by: Thomas Hochstein --- doc/ChangeLog | 10 +++++++++- doc/INSTALL | 5 ++++- doc/README | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 856c101..379fa6b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,13 +1,21 @@ NewsStats 0.3.0 (unreleased) * Extract GroupStats (in gatherstats) to subroutine. * Add ParseHeader() to library. - * Add HostStats to gatherstats + * Add HostStats to gatherstats. * Add DBTableHosts structure to install script. * Add cliservstats (for hosts and clients). - Refactor SQL generators. * Add --mid option to gatherstats for debugging purposes. * Don't parse NNTP-Posting-Host to determine the server name. * Add more known hosts. + * Implement hierarchy check on gatherstats. + * Add sums per month to HostStats. + * Add postingstats and refactor it: + - Make all text configurable (i18n). + - Generalize to make it usable for HostStats. + - Fallback to last month if no month is given. + - Add option handling, import VERSION, add POD. + * Update README, INSTALL and ChangeLog. NewsStats 0.2.0 (2025-05-10) * Redo directory structure: diff --git a/doc/INSTALL b/doc/INSTALL index 731f000..6eb1453 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -14,7 +14,7 @@ INSTALLATION INSTRUCTIONS 1) Install the scripts * Download the current version of NewsStats from - . + . * Untar it into a directory of your choice: @@ -57,6 +57,9 @@ INSTALLATION INSTRUCTIONS * DBTableGrps = groups_de Table holding data on postings per group. + * DBTableHosts = hosts_de + Table holding data on postings per server. + b) Optional configuration options * TLH = de diff --git a/doc/README b/doc/README index 9ac37ed..05a5e91 100644 --- a/doc/README +++ b/doc/README @@ -13,7 +13,7 @@ What's that? There's a multitude of tools for the statistical examination of newsgroups: number of postings per month or per person, longest - threads, and so on (see + threads, and so on (see [German language] for an incomplete list). Most of them use a per- newsgroup approach while NewsStats is hierarchy oriented.