From 36f0baa064c9c6c71b18cbbc4107b0a8f71b3e7b Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 4 Jul 2020 02:36:18 +0200 Subject: [PATCH] Update README. --- README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 934c4df..0646f49 100644 --- a/README.txt +++ b/README.txt @@ -6,13 +6,13 @@ Each day, the Berlin health ministry publishes by-district data of the day's registered new Corona infections at [1]. ./update.sh crawls this and appends the day's data as a single line to ./daily_infections_table.txt, then calls ./enhance_table.py which outputs an enhanced version of the data to -/var/www/html/berlin_corona.txt, which is served by my web server at [2]. A -systemd timer whose files are provided as ./berlin-corona-table.service and +/var/www/html/berlin_corona.txt/.html, which is served by my web server at [2]. +A systemd timer whose files are provided as ./berlin-corona-table.service and ./berlin-corona-table.timer calls ./update.sh once per day, when the new daily data are expected to be found at [1]. [1] https://www.berlin.de/lageso/_assets/gesundheit/publikationen/corona/bezirkstabelle.csv -[2] https://plomlompom.com/berlin_corona.txt +[2] https://plomlompom.com/berlin_corona.txt & https://plomlompom.com/berlin_corona.html Set-up: -- 2.30.2