Improve documentation for config file.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
f78d4c2158
commit
c985e29b7e
|
@ -549,10 +549,12 @@ Newsgroups not found in the checkgroups file will be dropped (and
|
||||||
logged to STDERR), and newsgroups found there but having no postings
|
logged to STDERR), and newsgroups found there but having no postings
|
||||||
will be added with a count of 0 (and logged to STDERR).
|
will be added with a count of 0 (and logged to STDERR).
|
||||||
|
|
||||||
=item B<--hierarchy> I<TLH> (newsgroup hierarchy)
|
=item B<--hierarchy> I<TLH> (newsgroup hierarchy/hierarchies)
|
||||||
|
|
||||||
Override I<TLH> from F<newsstats.conf>.
|
Override I<TLH> from F<newsstats.conf>.
|
||||||
|
|
||||||
|
I<TLH> can be a single word or a comma-separated list.
|
||||||
|
|
||||||
=item B<--rawdb> I<table> (raw data table)
|
=item B<--rawdb> I<table> (raw data table)
|
||||||
|
|
||||||
Override I<DBTableRaw> from F<newsstats.conf>.
|
Override I<DBTableRaw> from F<newsstats.conf>.
|
||||||
|
|
|
@ -2,6 +2,7 @@ NewsStats 0.4.0 (unreleased)
|
||||||
* Reformat $Conf{TLH} for GroupStats only.
|
* Reformat $Conf{TLH} for GroupStats only.
|
||||||
* Extract TLH check from HostStats to subroutine, fix no-op check.
|
* Extract TLH check from HostStats to subroutine, fix no-op check.
|
||||||
* Extract getting raw headers from HostStats to subroutine.
|
* Extract getting raw headers from HostStats to subroutine.
|
||||||
|
* Improve documentation for config file.
|
||||||
|
|
||||||
NewsStats 0.3.0 (2025-05-18)
|
NewsStats 0.3.0 (2025-05-18)
|
||||||
* Extract GroupStats (in gatherstats) to subroutine.
|
* Extract GroupStats (in gatherstats) to subroutine.
|
||||||
|
|
|
@ -62,8 +62,9 @@ INSTALLATION INSTRUCTIONS
|
||||||
|
|
||||||
b) Optional configuration options
|
b) Optional configuration options
|
||||||
|
|
||||||
* TLH = de
|
* TLH = de.alt,news.admin
|
||||||
Limit examination to that top-level hierarchy.
|
Limit examination to that top-level hierarchy/hierarchies.
|
||||||
|
Comma-separated list.
|
||||||
|
|
||||||
3) Database (mysql) setup
|
3) Database (mysql) setup
|
||||||
|
|
||||||
|
|
|
@ -16,4 +16,6 @@ DBTableHosts = hosts_de
|
||||||
#DBTableClnts =
|
#DBTableClnts =
|
||||||
|
|
||||||
### hierarchy configuration
|
### hierarchy configuration
|
||||||
|
# comma-separated list of TLHs to parse
|
||||||
|
# newsgroups not starting with one of those patterns are not counted
|
||||||
TLH = de
|
TLH = de
|
||||||
|
|
Loading…
Reference in a new issue