Fix typos in doc, update sample config file.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
6afa9a62b9
commit
4ad63fcb4e
|
@ -19,6 +19,7 @@ NewsStats 0.3.0 (unreleased)
|
|||
* Don't enforce --nocomment for --filetemplate, just default to it.
|
||||
Change caption handling, update documentation accordingly.
|
||||
* Fix call to GetMaxLength() in cliservstats.
|
||||
* Fix typos in documentation, update sample config file.
|
||||
|
||||
NewsStats 0.2.0 (2025-05-10)
|
||||
* Redo directory structure:
|
||||
|
|
|
@ -43,7 +43,7 @@ Prerequisites
|
|||
- File::Basename
|
||||
- Sys::Syslog
|
||||
|
||||
* Perl modules form CPAN
|
||||
* Perl modules from CPAN
|
||||
- Config::Auto
|
||||
- Date::Format
|
||||
- DBI
|
||||
|
@ -69,7 +69,7 @@ Getting Started
|
|||
Report generation is handled by specialised scripts for each
|
||||
report type. Currently reports on the number of postings per group
|
||||
and month and injection server and month are supported; you can
|
||||
use 'groupstats.pl' and 'cliservstats.pl' for. See the
|
||||
use 'groupstats.pl' and 'cliservstats.pl' for that. See the
|
||||
groupstats.pl and cliservstats.pl man pages for more information.
|
||||
|
||||
Reporting Bugs
|
||||
|
@ -95,4 +95,3 @@ Author
|
|||
|
||||
Thomas Hochstein <thh@thh.name>
|
||||
<https://th-h.de/>
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@ DBDatabase = newsstats
|
|||
#
|
||||
DBTableRaw = raw_de
|
||||
DBTableGrps = groups_de
|
||||
DBTableHosts = hosts_de
|
||||
#DBTableClnts =
|
||||
#DBTableHosts =
|
||||
|
||||
### hierarchy configuration
|
||||
TLH = de
|
||||
|
|
Loading…
Reference in a new issue