From: Christian Heller Date: Fri, 3 Jul 2020 20:21:41 +0000 (+0200) Subject: Add explanatory text to HTML view, inter-link HTML and TXT versions. X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=commitdiff_plain;h=6fb8fb729535839b201527cc04662588df3ea425;ds=sidebyside Add explanatory text to HTML view, inter-link HTML and TXT versions. --- diff --git a/enhance_table.py b/enhance_table.py index 70a9501..0338255 100755 --- a/enhance_table.py +++ b/enhance_table.py @@ -137,6 +137,9 @@ table, tr, th, td { border: 1px solid black; } .day_row:nth-child(7n+2) { background-color: yellow; } .district_name { writing-mode: vertical-rl; transform: rotate(180deg); } +

Table of Berlin's Corona infection number development by districts. +

+

Updated daily at 9pm. Source code. Text view optimized for terminal curl.

""") @@ -194,6 +197,8 @@ Abbrevations/explanations: intro += "%s: %s\n" % (k, translate[k]) intro += """ Source code: https://plomlompom.com/repos/?p=berlin-corona-table + +HTML view: https://plomlompom.com/berlin_corona.html """ print(intro)
date