Draw attention to the new extensions capability.
authorSteven Black <redacted>
Tue, 23 Feb 2016 01:05:28 +0000 (20:05 -0500)
committerSteven Black <redacted>
Tue, 23 Feb 2016 01:05:28 +0000 (20:05 -0500)
readme.md
readme_template.md

index 179534b5d6cf849ec3361076a887ddb3a34da36c..f9b978c2a0e60fdb88443828f41003e8e183fe0b 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -5,18 +5,30 @@ with duplicates removed.  You can [download the resultant amalgamated hosts file
 
 **Details about this amalgamated hosts file:**
 
-* Last updated: **February 23 2016 at 00:41:21 GMT**.
+* Last updated: **February 23 2016 at 01:05:02 GMT**.
 * Contains: **27,148 unique entries**.
 
+## Take note!
+This repo now includes <strong>extensions</strong> which are subfolder names under the <code>extensions</code>
+folder wherein you can stash category specific <code>hosts</code> files.
+
+Currently there is one extension to block porn sites.  Note the <code>extensions/porn</code> folder with a
+5,000+ domain hosts file that you can include with the following command
+
+    python updateHostsFile.py --e porn
+
+
 ## Goals of this amalgamated hosts file
 
 The goals of this repo are to:
 
 1. automatically combine high-quality lists of hosts,
 
-2. de-dupe the resultant combined list,
+2. provide easy extensions,
+
+3. de-dupe the resultant combined list,
 
-3. and keep the resultant file reasonably sized.
+4. and keep the resultant file reasonably sized.
 
 A high-quality source is defined here as one that is actively curated.  A hosts source should be frequently
 updated by its maintainers with both additions and removals.  The larger the hosts file, the higher the level of
index e71f56a027dd2f0a435505320992318df1060a04..71d3bbb74ecd309b0838546856a4f1d103c4bbc8 100644 (file)
@@ -1,19 +1,5 @@
 #Amalgamated hosts file
 
-<div class="infotip">
-    <p>
-        This repo now includes <strong>extensions</strong> which are subfolder names under the <code>extensions</code>
-        folder wherein you can stash category specific <code>hosts</code> files.
-    </p>
-    <p>
-        Currently there is one extension to block porn sites.  Note the <code>extensions/porn</code> folder with a
-        5,000+ domain hosts file that you can include with the following command
-    </p>
-    <p>
-        <code>python updateHostsFile.py --e porn</code>
-    </p>
-</div>
-
 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.
 
@@ -22,15 +8,27 @@ with duplicates removed.  You can [download the resultant amalgamated hosts file
 * Last updated: **@GEN_DATE@**.
 * Contains: **@NUM_ENTRIES@ unique entries**.
 
+## Take note!
+This repo now includes <strong>extensions</strong> which are subfolder names under the <code>extensions</code>
+folder wherein you can stash category specific <code>hosts</code> files.
+
+Currently there is one extension to block porn sites.  Note the <code>extensions/porn</code> folder with a
+5,000+ domain hosts file that you can include with the following command
+
+    python updateHostsFile.py --e porn
+
+
 ## Goals of this amalgamated hosts file
 
 The goals of this repo are to:
 
 1. automatically combine high-quality lists of hosts,
 
-2. de-dupe the resultant combined list,
+2. provide easy extensions,
+
+3. de-dupe the resultant combined list,
 
-3. and keep the resultant file reasonably sized.
+4. and keep the resultant file reasonably sized.
 
 A high-quality source is defined here as one that is actively curated.  A hosts source should be frequently
 updated by its maintainers with both additions and removals.  The larger the hosts file, the higher the level of
git clone https://git.99rst.org/PROJECT