Updated all the readme files with changes made to the template.
authorSteven Black <redacted>
Sat, 2 Apr 2016 15:25:10 +0000 (11:25 -0400)
committerSteven Black <redacted>
Sat, 2 Apr 2016 15:25:10 +0000 (11:25 -0400)
alternates/gambling-porn-social/readme.md
alternates/gambling-porn/readme.md
alternates/gambling-social/readme.md
alternates/gambling/readme.md
alternates/porn-social/readme.md
alternates/porn/readme.md
alternates/social/readme.md
readme.md
readmeData.json

index 7c42f12c2696fd10a3faf27a847e8e2926288a08..a26638d713a8ba5a57b1bdada7ca87a5383b34f6 100644 (file)
@@ -87,11 +87,24 @@ Add one or more  *additional* sources, each in a subfolder of the `data/` folder
 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?
+### How do I include my own custom domain mappings?
 
 If you have custom hosts records, place them in file `myhosts`.  The contents of this file are prepended to the
 unified hosts file during the update process.
 
+The `myhosts` file is not tracked by git, so any changes you make won't be overridden when you `git pull` this repo from `origin` in the future.
+
+### How do I prevent domains from being included?
+
+The domains you list in the `whitelist` file are excluded from the final hosts file.  
+
+The `whitelist` uses partial matching.  Therefore if you whitelist `google-analytics.com`, that domain and all its
+subdomains won't be merged into the final hosts file.
+
+The `whitelist` is not tracked by git, so any changes you make won't be overridden when you `git pull` this repo 
+from `origin` in the future.
+
+
 ## What is a hosts file?
 
 A hosts file, named `hosts` (with no file extension), is a plain-text file used by all operating
index e11af898952e42e292bbb9f6c1dee500a58b7a3c..6df8b0266888a3259dab03aaa05158c8de3565ee 100644 (file)
@@ -87,11 +87,24 @@ Add one or more  *additional* sources, each in a subfolder of the `data/` folder
 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?
+### How do I include my own custom domain mappings?
 
 If you have custom hosts records, place them in file `myhosts`.  The contents of this file are prepended to the
 unified hosts file during the update process.
 
+The `myhosts` file is not tracked by git, so any changes you make won't be overridden when you `git pull` this repo from `origin` in the future.
+
+### How do I prevent domains from being included?
+
+The domains you list in the `whitelist` file are excluded from the final hosts file.  
+
+The `whitelist` uses partial matching.  Therefore if you whitelist `google-analytics.com`, that domain and all its
+subdomains won't be merged into the final hosts file.
+
+The `whitelist` is not tracked by git, so any changes you make won't be overridden when you `git pull` this repo 
+from `origin` in the future.
+
+
 ## What is a hosts file?
 
 A hosts file, named `hosts` (with no file extension), is a plain-text file used by all operating
index 1df15b4706635c45d530c867eb15e87443c25466..51d7a2e92746f10e00559cf9d6653512a58e9210 100644 (file)
@@ -87,11 +87,24 @@ Add one or more  *additional* sources, each in a subfolder of the `data/` folder
 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?
+### How do I include my own custom domain mappings?
 
 If you have custom hosts records, place them in file `myhosts`.  The contents of this file are prepended to the
 unified hosts file during the update process.
 
+The `myhosts` file is not tracked by git, so any changes you make won't be overridden when you `git pull` this repo from `origin` in the future.
+
+### How do I prevent domains from being included?
+
+The domains you list in the `whitelist` file are excluded from the final hosts file.  
+
+The `whitelist` uses partial matching.  Therefore if you whitelist `google-analytics.com`, that domain and all its
+subdomains won't be merged into the final hosts file.
+
+The `whitelist` is not tracked by git, so any changes you make won't be overridden when you `git pull` this repo 
+from `origin` in the future.
+
+
 ## What is a hosts file?
 
 A hosts file, named `hosts` (with no file extension), is a plain-text file used by all operating
index c5c199e60c77dca8f3176b20dc44bf6b1c5e2fd8..a601163d905315ad75591bf21a95d948f83eac05 100644 (file)
@@ -87,11 +87,24 @@ Add one or more  *additional* sources, each in a subfolder of the `data/` folder
 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?
+### How do I include my own custom domain mappings?
 
 If you have custom hosts records, place them in file `myhosts`.  The contents of this file are prepended to the
 unified hosts file during the update process.
 
+The `myhosts` file is not tracked by git, so any changes you make won't be overridden when you `git pull` this repo from `origin` in the future.
+
+### How do I prevent domains from being included?
+
+The domains you list in the `whitelist` file are excluded from the final hosts file.  
+
+The `whitelist` uses partial matching.  Therefore if you whitelist `google-analytics.com`, that domain and all its
+subdomains won't be merged into the final hosts file.
+
+The `whitelist` is not tracked by git, so any changes you make won't be overridden when you `git pull` this repo 
+from `origin` in the future.
+
+
 ## What is a hosts file?
 
 A hosts file, named `hosts` (with no file extension), is a plain-text file used by all operating
index ab46a4dba123edfb430c3e42087b7f9d81d57c34..b41f5a79f5194155787a712c0eecf36584d04ced 100644 (file)
@@ -87,11 +87,24 @@ Add one or more  *additional* sources, each in a subfolder of the `data/` folder
 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?
+### How do I include my own custom domain mappings?
 
 If you have custom hosts records, place them in file `myhosts`.  The contents of this file are prepended to the
 unified hosts file during the update process.
 
+The `myhosts` file is not tracked by git, so any changes you make won't be overridden when you `git pull` this repo from `origin` in the future.
+
+### How do I prevent domains from being included?
+
+The domains you list in the `whitelist` file are excluded from the final hosts file.  
+
+The `whitelist` uses partial matching.  Therefore if you whitelist `google-analytics.com`, that domain and all its
+subdomains won't be merged into the final hosts file.
+
+The `whitelist` is not tracked by git, so any changes you make won't be overridden when you `git pull` this repo 
+from `origin` in the future.
+
+
 ## What is a hosts file?
 
 A hosts file, named `hosts` (with no file extension), is a plain-text file used by all operating
index 591b22ac7349e09195059039e51daa41d4c6bd54..9b7e066532363c7b39b96570091afb6c23fbc12d 100644 (file)
@@ -87,11 +87,24 @@ Add one or more  *additional* sources, each in a subfolder of the `data/` folder
 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?
+### How do I include my own custom domain mappings?
 
 If you have custom hosts records, place them in file `myhosts`.  The contents of this file are prepended to the
 unified hosts file during the update process.
 
+The `myhosts` file is not tracked by git, so any changes you make won't be overridden when you `git pull` this repo from `origin` in the future.
+
+### How do I prevent domains from being included?
+
+The domains you list in the `whitelist` file are excluded from the final hosts file.  
+
+The `whitelist` uses partial matching.  Therefore if you whitelist `google-analytics.com`, that domain and all its
+subdomains won't be merged into the final hosts file.
+
+The `whitelist` is not tracked by git, so any changes you make won't be overridden when you `git pull` this repo 
+from `origin` in the future.
+
+
 ## What is a hosts file?
 
 A hosts file, named `hosts` (with no file extension), is a plain-text file used by all operating
index 7f4917a47a633f208f477448d30d3773d77acd39..f1bccdad940e793c77e007e840f99344af09cfbf 100644 (file)
@@ -87,11 +87,24 @@ Add one or more  *additional* sources, each in a subfolder of the `data/` folder
 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?
+### How do I include my own custom domain mappings?
 
 If you have custom hosts records, place them in file `myhosts`.  The contents of this file are prepended to the
 unified hosts file during the update process.
 
+The `myhosts` file is not tracked by git, so any changes you make won't be overridden when you `git pull` this repo from `origin` in the future.
+
+### How do I prevent domains from being included?
+
+The domains you list in the `whitelist` file are excluded from the final hosts file.  
+
+The `whitelist` uses partial matching.  Therefore if you whitelist `google-analytics.com`, that domain and all its
+subdomains won't be merged into the final hosts file.
+
+The `whitelist` is not tracked by git, so any changes you make won't be overridden when you `git pull` this repo 
+from `origin` in the future.
+
+
 ## What is a hosts file?
 
 A hosts file, named `hosts` (with no file extension), is a plain-text file used by all operating
index d027705aef7ffeb3faee80755c810882ce8095a6..a3c65d54c5c860d891c3bb12ad738e69b9b20a3a 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -87,11 +87,24 @@ Add one or more  *additional* sources, each in a subfolder of the `data/` folder
 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?
+### How do I include my own custom domain mappings?
 
 If you have custom hosts records, place them in file `myhosts`.  The contents of this file are prepended to the
 unified hosts file during the update process.
 
+The `myhosts` file is not tracked by git, so any changes you make won't be overridden when you `git pull` this repo from `origin` in the future.
+
+### How do I prevent domains from being included?
+
+The domains you list in the `whitelist` file are excluded from the final hosts file.  
+
+The `whitelist` uses partial matching.  Therefore if you whitelist `google-analytics.com`, that domain and all its
+subdomains won't be merged into the final hosts file.
+
+The `whitelist` is not tracked by git, so any changes you make won't be overridden when you `git pull` this repo 
+from `origin` in the future.
+
+
 ## What is a hosts file?
 
 A hosts file, named `hosts` (with no file extension), is a plain-text file used by all operating
index 6ea34d03b3404e8dc513f1b0f664d38b8474709a..d492f2b73c1ce0cfe51668d79047ca56c63c8d40 100644 (file)
@@ -1 +1 @@
-{"gambling-social": {"location": "alternates/gambling-social/", "entries": 27655}, "porn": {"location": "alternates/porn/", "entries": 32092}, "porn-social": {"location": "alternates/porn-social/", "entries": 32200}, "gambling-porn": {"location": "alternates/gambling-porn/", "entries": 32807}, "base": {"location": "", "entries": 26832}, "social": {"location": "alternates/social/", "entries": 26940}, "gambling-porn-social": {"location": "alternates/gambling-porn-social/", "entries": 32915}, "gambling": {"location": "alternates/gambling/", "entries": 27547}}
\ No newline at end of file
+{"gambling-porn-social": {"entries": 32915, "location": "alternates/gambling-porn-social/"}, "gambling-social": {"entries": 27655, "location": "alternates/gambling-social/"}, "porn-social": {"entries": 32200, "location": "alternates/porn-social/"}, "gambling-porn": {"entries": 32807, "location": "alternates/gambling-porn/"}, "porn": {"entries": 32092, "location": "alternates/porn/"}, "gambling": {"entries": 27547, "location": "alternates/gambling/"}, "base": {"entries": 26832, "location": ""}, "social": {"entries": 26940, "location": "alternates/social/"}}
\ No newline at end of file
git clone https://git.99rst.org/PROJECT