From c5563e70f0db7575690b2f9f345509b76d3639d5 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sun, 1 Jun 2025 16:43:45 +0200 Subject: [PATCH] Update README.md, add links to other documentation. Signed-off-by: Thomas Hochstein --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 58cf821..a02afc3 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,14 @@ ## Description -**NewsStats** stores overview data and complete headers of all incoming postings (in one or more specific Usenet hierarchies) in real time in a MySQL database. This raw dataset can then be analysed regularly, e.g. monthly, for instance in terms of postings per group and month. The analysis results will also be stored in a database which in turn can be used to generate various reports. +**NewsStats** stores overview data and complete headers of all incoming postings (in one or more specific Usenet hierarchies) in real time in a MySQL database. This raw dataset can then be analysed regularly, e.g. monthly, for instance in terms of postings per group and month. The analysis results will also be stored in databases which in turn can be used to generate various reports (postings per group, injection server or posting agent, per month). -The software package is still under development. - -It is currently used to generate the monthly statistics posted to `de.admin.news.lists` for the de.\* hierarchy. +This software is currently used to generate the monthly statistics posted to `de.admin.news.lists` for the de.\* hierarchy. ## More information -Please see the [distribution page](https://th-h.de/net/software/newsstats/) (in German). \ No newline at end of file +Please see the [distribution page](https://th-h.de/net/software/newsstats/) (in German). + +* General overview and exmaples: [README](doc/README) +* Installaion instructions: [INSTALL](doc/INSTALL) +* Changelog: [ChangeLog](doc/ChangeLog) \ No newline at end of file