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