summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2018-10-23 16:49:15 +0200
committerjvoisin2018-10-23 16:49:15 +0200
commitc4f5580ae9897c8a4db29c4e7fe7f80e76c96710 (patch)
tree0d96aeef88fdacfd16486cd3949c328793768d14
parent9752edeef24f8a81e5f5037ec94c93670d39e7ec (diff)
Clarify a bit the documentation
A user was a bit afraid that Snuffleupagus might damage their website permanently, so we rephrase the documentation to convey that this is not the case.
-rw-r--r--doc/source/config.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index eeb81ee..f57261d 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -13,7 +13,10 @@ Some rules apply in a specific ``function`` (context) on a specific ``variable``
13 13
14.. warning:: 14.. warning::
15 15
16 If you configure Snuffleupagus incorrectly, you could break your website. 16 If you configure Snuffleupagus incorrectly, your website *might* not work
17 correctly until either you fix your configuration, or revert your changes
18 altogether.
19
17 It's up to you to understand the :doc:`features <features>`, 20 It's up to you to understand the :doc:`features <features>`,
18 read the present documentation about how to configure them, 21 read the present documentation about how to configure them,
19 evaluate your threat model and write your configuration file accordingly. 22 evaluate your threat model and write your configuration file accordingly.