From: Steven Black Date: Tue, 8 Mar 2016 22:30:00 +0000 (-0500) Subject: Update the readme to include the `gambling` extension. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=447934a13ba98d330002d6eaf85e5b51c52dda0d;p=stevenblack-hosts.git Update the readme to include the `gambling` extension. --- diff --git a/readme.md b/readme.md index 751ef2f2e..81ee6d9a8 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ or clone this repo and generate your own using the Python script provided. ## Sources of host data unified here -Updated `hosts` files from the following locations are unified: +Updated `hosts` files from the following locations are always unified and included: * The [Adaway hosts file](http://adaway.org/hosts.txt), updated regularly. * MVPs.org Hosts file at [http://winhelp2002.mvps.org/hosts.htm](http://winhelp2002.mvps.org/hosts.htm), updated @@ -23,8 +23,9 @@ monthly, or thereabouts. * Peter Lowe at [http://pgl.yoyo.org/adservers/](http://pgl.yoyo.org/adservers/), updated regularly. * My own small list in raw form [here](https://raw.github.com/StevenBlack/hosts/master/data/StevenBlack/hosts). -In addition, the hosts amalgamater is extensible. You manage extensions by curating the `extensions/` folder tree. -See the `social` and `porn` extension which are included, for example. +## Extensions +The unified hosts file is extensible . You manage extensions by curating the `extensions/` folder tree. +See the `social`, `gambling`, and `porn` extension which are included in this repo, for example. ## Generate your own unified hosts file @@ -63,9 +64,11 @@ additional category-specific hosts files to include in the amalgamation. Example ## How do I control which sources are unified? -Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify its update url in `update.info` file. +Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify its update url in +`update.info` file. -Add one or more *optional* sources, each in a subfolder of the `extensions/` folder, and specify the update url in `update.info`. +Add one or more *optional* extensions, which originate from subfolders of the `extensions/` folder. Again the url in +`update.info` controls where this extension finds its updates. ## How do I incorporate my own hosts? diff --git a/readme_template.md b/readme_template.md index 1e71c263d..c0fe706e8 100644 --- a/readme_template.md +++ b/readme_template.md @@ -13,7 +13,7 @@ or clone this repo and generate your own using the Python script provided. ## Sources of host data unified here -Updated `hosts` files from the following locations are unified: +Updated `hosts` files from the following locations are always unified and included: * The [Adaway hosts file](http://adaway.org/hosts.txt), updated regularly. * MVPs.org Hosts file at [http://winhelp2002.mvps.org/hosts.htm](http://winhelp2002.mvps.org/hosts.htm), updated @@ -23,8 +23,9 @@ monthly, or thereabouts. * Peter Lowe at [http://pgl.yoyo.org/adservers/](http://pgl.yoyo.org/adservers/), updated regularly. * My own small list in raw form [here](https://raw.github.com/StevenBlack/hosts/master/data/StevenBlack/hosts). -In addition, the hosts amalgamater is extensible. You manage extensions by curating the `extensions/` folder tree. -See the `social` and `porn` extension which are included, for example. +## Extensions +The unified hosts file is extensible . You manage extensions by curating the `extensions/` folder tree. +See the `social`, `gambling`, and `porn` extension which are included in this repo, for example. ## Generate your own unified hosts file @@ -63,9 +64,11 @@ additional category-specific hosts files to include in the amalgamation. Example ## How do I control which sources are unified? -Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify its update url in `update.info` file. +Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify its update url in +`update.info` file. -Add one or more *optional* sources, each in a subfolder of the `extensions/` folder, and specify the update url in `update.info`. +Add one or more *optional* extensions, which originate from subfolders of the `extensions/` folder. Again the url in +`update.info` controls where this extension finds its updates. ## How do I incorporate my own hosts?