From d74fd964c10364716789dfde2e151ead05450de1 Mon Sep 17 00:00:00 2001 From: spirillen <44526987+spirillen@users.noreply.github.com> Date: Fri, 28 Aug 2020 15:19:55 +0200 Subject: [PATCH 1/5] Swicthed the Chromium with palemoon This set the palemoon as the de-facto best privacy browser I've been able to currently find. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index eaa580b1..97a90297 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,7 @@ Simply run the following and enjoy the documentation! $ cd docs/ $ make html - $ chromium _build/html/index.html # Chromium or whatever browser you use. + $ palemoon _build/html/index.html # palemoon or whatever browser you use. ___________________________________________ From 254179f9e7fe4c9a9fbfe5543b5e4aaad5417063 Mon Sep 17 00:00:00 2001 From: spirillen <44526987+spirillen@users.noreply.github.com> Date: Fri, 28 Aug 2020 16:35:23 +0200 Subject: [PATCH 2/5] Fixed python version as versions is moving on As version 3.6 of python is about to be rather "old" i've set the sample verison to 3.8, but should probably have been `>=3.8.4` --- docs/usage/from-travis-ci.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/from-travis-ci.rst b/docs/usage/from-travis-ci.rst index 4acfa8ea..e0d003f4 100644 --- a/docs/usage/from-travis-ci.rst +++ b/docs/usage/from-travis-ci.rst @@ -36,7 +36,7 @@ Configuration # This is the python version we are going to use for the tests. # Note: you can add any 3.x version to the list. python: - - "3.6" + - "3.8" # The following will tell Travis CI to ends as fast as possible. matrix: From c199b1d97ef3e37e30eaefd50913e201edcfb714 Mon Sep 17 00:00:00 2001 From: spirillen <44526987+spirillen@users.noreply.github.com> Date: Fri, 28 Aug 2020 16:50:02 +0200 Subject: [PATCH 3/5] Enhanced the --store-whois information This should be fixing --- docs/usage/from-a-terminal.rst | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/usage/from-a-terminal.rst b/docs/usage/from-a-terminal.rst index 29f53ed6..2814da1d 100644 --- a/docs/usage/from-a-terminal.rst +++ b/docs/usage/from-a-terminal.rst @@ -609,9 +609,28 @@ This argument is suited to you! **Default value:** :code:`False` -Want to get the full WHOIS record in your database? This argument is suited to you! +If you for some reason believes you need to fill up your databse +with a complete dump of the whois reply, this is the right value +to switch on. + +.. warning:: + Before switching this value, you should read these comments + carefully... + + This will copy a full text dump of the whois reply. + + You can test the amount of data by running :code:`whois mypdns.org` + from your Linux terminal, to see what will be stored inside the + database + + You're hearby warned... + + `store_whois_record comment `_ + + `Brainstorm whois data comment `_ + Multiprocessing ^^^^^^^^^^^^^^^ From aa4abcdabdb52e9d3716114942688a557270aea8 Mon Sep 17 00:00:00 2001 From: spirillen <44526987+spirillen@users.noreply.github.com> Date: Fri, 28 Aug 2020 17:01:18 +0200 Subject: [PATCH 4/5] Minor rewrites As I was about to alter the `docs/configuration/core.rst` It crossed my mind this could be better, that's it --- docs/usage/from-a-terminal.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/usage/from-a-terminal.rst b/docs/usage/from-a-terminal.rst index 2814da1d..dfd15e2e 100644 --- a/docs/usage/from-a-terminal.rst +++ b/docs/usage/from-a-terminal.rst @@ -609,9 +609,10 @@ This argument is suited to you! **Default value:** :code:`False` -This argument is suited to you! +The difference between :code:`False` or :code:`True` is whether +we are saving a full dump of the `WHOIS` reply into the database. -If you for some reason believes you need to fill up your databse +If you for some reason believes you need to fill up your database with a complete dump of the whois reply, this is the right value to switch on. @@ -619,11 +620,9 @@ to switch on. Before switching this value, you should read these comments carefully... - This will copy a full text dump of the whois reply. - You can test the amount of data by running :code:`whois mypdns.org` - from your Linux terminal, to see what will be stored inside the - database + from your Linux terminal, to see an example of what will be stored + in the database. You're hearby warned... From a09b9a3897b8292f39cee5c8f7ef74f02d20dd4c Mon Sep 17 00:00:00 2001 From: spirillen <44526987+spirillen@users.noreply.github.com> Date: Fri, 28 Aug 2020 17:07:32 +0200 Subject: [PATCH 5/5] Minor rewrite on store_whois_record I have made the link to the internal information on `--store-whois` based on Hoping it is working.... --- docs/configuration/core.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/configuration/core.rst b/docs/configuration/core.rst index 7ba5906a..15252831 100644 --- a/docs/configuration/core.rst +++ b/docs/configuration/core.rst @@ -536,7 +536,12 @@ **Description:** Enable / disable the storage of the WHOIS record into the WHOIS DB. .. warning:: - This does not disable the WHOIS DB. It just block the storage of the full record. + This does not disable the WHOIS DB functionality. It just not storing the full + :code:`WHOIS` reply in the database. + +.. note: See also `storing-whois `_ for more information + + :code:`syntax` ^^^^^^^^^^^^^^ @@ -687,4 +692,4 @@ **Description:** Enable / Disable the test of wildcards when testing for syntax. .. warning:: - This is not taken into consideration if :code:`syntax` is set to :code:`False`. \ No newline at end of file + This is not taken into consideration if :code:`syntax` is set to :code:`False`.