From: Steven Black Date: Fri, 26 Feb 2016 19:54:03 +0000 (-0500) Subject: Incremental tweaks to Readme. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5ff2c1e765f01b13750aa2a80f66dbe213655a06;p=stevenblack-hosts.git Incremental tweaks to Readme. --- diff --git a/readme.md b/readme.md index 76ae87181..23643dd15 100644 --- a/readme.md +++ b/readme.md @@ -1,13 +1,11 @@ #Amalgamated hosts file -This repository consolidates several reputable `hosts` files, and merges them into a single amalgamated hosts file -with duplicates removed. You can [download the resultant amalgamated hosts file](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) or clone this repo and generate your own using the Python script provided. - -**Details about this amalgamated hosts file:** - * Last updated: **February 26 2016**. * Contains: **27,149 unique entries**. +This repository consolidates several reputable `hosts` files, and merges them into a single amalgamated hosts file +with duplicates removed. You can [download the resultant amalgamated hosts file](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) or clone this repo and generate your own using the Python script provided. + ## Goals of this amalgamated hosts file The goals of this repo are to: @@ -55,15 +53,15 @@ versions (from locations defined by the update.info text file in each source's f ### Usage -Using Python 3: +#### Using Python 3: python3 updateHostsFile.py [--auto] [--replace] [--ip nnn.nnn.nnn.nnn] [--extensions ext1 ext2 ext3] -Using Python 2.7: +#### Using Python 2.7: python updateHostsFile.py [--auto] [--replace] [--ip nnn.nnn.nnn.nnn] [--extensions ext1 ext2 ext3] -Command line options: +#### Command line options: `--auto`, or `-a`: run the script without prompting. When `--auto` is invoked, diff --git a/readme_template.md b/readme_template.md index b202a523d..03f60adbc 100644 --- a/readme_template.md +++ b/readme_template.md @@ -1,13 +1,11 @@ #Amalgamated hosts file -This repository consolidates several reputable `hosts` files, and merges them into a single amalgamated hosts file -with duplicates removed. You can [download the resultant amalgamated hosts file](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) or clone this repo and generate your own using the Python script provided. - -**Details about this amalgamated hosts file:** - * Last updated: **@GEN_DATE@**. * Contains: **@NUM_ENTRIES@ unique entries**. +This repository consolidates several reputable `hosts` files, and merges them into a single amalgamated hosts file +with duplicates removed. You can [download the resultant amalgamated hosts file](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) or clone this repo and generate your own using the Python script provided. + ## Goals of this amalgamated hosts file The goals of this repo are to: @@ -55,15 +53,15 @@ versions (from locations defined by the update.info text file in each source's f ### Usage -Using Python 3: +#### Using Python 3: python3 updateHostsFile.py [--auto] [--replace] [--ip nnn.nnn.nnn.nnn] [--extensions ext1 ext2 ext3] -Using Python 2.7: +#### Using Python 2.7: python updateHostsFile.py [--auto] [--replace] [--ip nnn.nnn.nnn.nnn] [--extensions ext1 ext2 ext3] -Command line options: +#### Command line options: `--auto`, or `-a`: run the script without prompting. When `--auto` is invoked,