Update README, INSTALL and ChangeLog.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
29e9784048
commit
7dd8a95be3
|
@ -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:
|
||||
|
|
|
@ -14,7 +14,7 @@ INSTALLATION INSTRUCTIONS
|
|||
1) Install the scripts
|
||||
|
||||
* Download the current version of NewsStats from
|
||||
<http://th-h.de/download/scripts.php>.
|
||||
<https://th-h.de/net/software/newsstats/>.
|
||||
|
||||
* 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
|
||||
|
|
|
@ -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 <http://th-h.de/infos/usenet/stats.php>
|
||||
threads, and so on (see <https://th-h.de/net/usenet/stats/>
|
||||
[German language] for an incomplete list). Most of them use a per-
|
||||
newsgroup approach while NewsStats is hierarchy oriented.
|
||||
|
||||
|
|
Loading…
Reference in a new issue