Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

___________________________________________

Expand Down
9 changes: 7 additions & 2 deletions docs/configuration/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <usage/index.html#store-whois>`_ for more information



:code:`syntax`
^^^^^^^^^^^^^^
Expand Down Expand Up @@ -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`.
This is not taken into consideration if :code:`syntax` is set to :code:`False`.
22 changes: 20 additions & 2 deletions docs/usage/from-a-terminal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -609,8 +609,26 @@ 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!
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 database
with a complete dump of the whois reply, this is the right value
Comment thread
spirillen marked this conversation as resolved.
to switch on.

.. warning::
Before switching this value, you should read these comments
carefully...

You can test the amount of data by running :code:`whois mypdns.org`
from your Linux terminal, to see an example of what will be stored
in the database.

You're hearby warned...

`store_whois_record comment <https://github.com/funilrys/PyFunceble/issues/57#issuecomment-682597793>`_

`Brainstorm whois data comment <https://github.com/funilrys/PyFunceble/issues/108#issuecomment-682522516>`_

Multiprocessing
^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/from-travis-ci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down