From: Steven Black Date: Sun, 18 Mar 2018 03:04:57 +0000 (-0400) Subject: Include source data issues links to help folks to report problems. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f83a5311aba094902c092edbfcfd2b59f48d5e5b;p=stevenblack-hosts.git Include source data issues links to help folks to report problems. --- diff --git a/readme_template.md b/readme_template.md index 9d8639193..e69dc6f51 100644 --- a/readme_template.md +++ b/readme_template.md @@ -27,8 +27,8 @@ of OS. Updated `hosts` files from the following locations are always unified and included: -Host file source | Description | Home page | Raw hosts | Update frequency | License ------------------|-------------|:---------:|:---------:|:-------:|:-------: +Host file source | Description | Home page | Raw hosts | Update frequency | License | Issues +-----------------|-------------|:---------:|:---------:|:----------------:|:-------:|:------: @SOURCEROWS@ diff --git a/updateReadme.py b/updateReadme.py index f15fb80b0..162870900 100644 --- a/updateReadme.py +++ b/updateReadme.py @@ -59,10 +59,11 @@ def main(): "frequency": "", "issues": "", "url": "", - "license": ""} + "license": "", + "issues": "" } t = Template('${name} | ${description} |[link](${homeurl})' - ' | [raw](${url}) | ${frequency} | ${license} ') + ' | [raw](${url}) | ${frequency} | ${license} | [issues](${issues}) ') for key in keys: extensions = key.replace("-", ", ")