From 1cd7cdb83a75daf062fc78b64751b6fdfbcd51de Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sun, 26 May 2024 00:10:57 +0200 Subject: [PATCH] Add README. Signed-off-by: Thomas Hochstein --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c05e56b --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# usestats + +**usestats** generates statistics about newsgroups by analysing existing postings and creating various reports. + +## Description + +On Usenet, the generation of statistics about newsgroups and their participants was en vogue for quite some time. The number of postings per month or day or per participant, the number of postings with a specific subject, the popularity of newsreaders used and the number of users per newsreader were counted. + +**usestats** is one of the scripts that can be used to generate such statistics. + +## More information + +Please see the [distribution page](https://th-h.de/net/software/usestats/) (in German). \ No newline at end of file