Rename postingstats.pl to poststats.pl.

- Rename dopostingstats.sh accordingly.
- Fix all references in doc and other files.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2026-01-09 15:39:23 +01:00
parent 333013e7bb
commit 8734008ab0
4 changed files with 29 additions and 27 deletions

View file

@ -97,19 +97,19 @@ Getting Started
per client (with detailed client versions) for the last month,
using the result tables filled by gatherstats.
To post those reports to Usenet, change postingstats.pl according
To post those reports to Usenet, change poststats.pl according
to your needs (sender, newsgroups and other headers, translation
of table headers and text templates) and display a test posting
by piping report data into postingstats.pl:
by piping report data into poststats.pl:
bin/groupstats.pl --nocomments -s -f dump | bin/postingstats.pl
bin/groupstats.pl --nocomments -s -f dump | bin/poststats.pl
If the result is to your liking, add a pipe to a inews
implementation.
Example:
bin/groupstats.pl --nocomments -s -f dump | bin/postingstats.pl | contrib/tinews.pl -X
bin/groupstats.pl --nocomments -s -f dump | bin/poststats.pl | contrib/tinews.pl -X
More information