diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2023-05-15 09:19:17 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2023-05-15 09:19:17 +0200 |
commit | 007a615ffa30db2912ce6cf0f0c1fb8ed2dd6211 (patch) | |
tree | 33a65e8cc3297a8ae64f29c95cc8108873ef3c3f /docs | |
parent | 84c23a8f62aec152933f5d4116692b769faaec8f (diff) | |
download | searxng-007a615ffa30db2912ce6cf0f0c1fb8ed2dd6211.tar.gz searxng-007a615ffa30db2912ce6cf0f0c1fb8ed2dd6211.zip |
[mod] donation_url: disable by default
SearXNG's donation campaign has been ended.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin/engines/settings.rst | 9 | ||||
-rw-r--r-- | docs/donate.rst | 42 | ||||
-rw-r--r-- | docs/index.rst | 4 |
3 files changed, 5 insertions, 50 deletions
diff --git a/docs/admin/engines/settings.rst b/docs/admin/engines/settings.rst index 684dda43c..f9a1dad4f 100644 --- a/docs/admin/engines/settings.rst +++ b/docs/admin/engines/settings.rst @@ -73,7 +73,7 @@ Global Settings debug: false instance_name: "SearXNG" privacypolicy_url: false - donation_url: https://docs.searxng.org/donate.html + donation_url: false contact_url: false enable_metrics: true @@ -82,10 +82,9 @@ Global Settings messages in the browser too, so this must be deactivated in production. ``donation_url`` : - At default the donation link points to the `SearXNG project - <https://docs.searxng.org/donate.html>`_. Set value to ``true`` to use your - own donation page written in the :ref:`searx/info/en/donate.md - <searx.infopage>` and use ``false`` to disable the donation link altogether. + Set value to ``true`` to use your own donation page written in the + :ref:`searx/info/en/donate.md <searx.infopage>` and use ``false`` to disable + the donation link altogether. ``privacypolicy_url``: Link to privacy policy. diff --git a/docs/donate.rst b/docs/donate.rst deleted file mode 100644 index 072243262..000000000 --- a/docs/donate.rst +++ /dev/null @@ -1,42 +0,0 @@ -.. _donate: - -Donate to searxng.org -===================== - -Why donating? -------------- - -If you want to support the SearXNG team you can make a donation. - -This will help us to pay the costs for: - -- the two VPS servers for searx.space -- the domain names (searxng.org and searx.space) -- the protonmail account - -If there is enough fund we can ask for a security audit or pay an User Experience (UX) designer. - -Payment methods ---------------- - -- Credit/debit card and bank transfer - - - `Liberapay`_ (recurrent donation) - - `Buy Me a Coffee`_ (one time donation) - -- Cryptocurrency - - - Bitcoin: `bc1qn3rw8t86h05cs3grx2kmwmptw9k4kt4hyzktqj`_ (Segwit - compatible) - - Bitcoin cash: `qpead2yu482e3h9amy5zk45l8qrfhk59jcpw3cth9e`_ - - Ethereum: `0xCf82c7eb915Ee70b5B69C1bBB5525e157F35FA43`_ - - Dogecoin: `DBCYS9issTt84pddXSsTHpQxyQDTFp1TE4`_ - - Litecoin: `ltc1q5j6x6f4f2htldhq570e353clc8fmw44ra5er5q`_ - -.. _Liberapay: https://liberapay.com/SearXNG/ -.. _Buy Me a Coffee: https://buymeacoffee.com/searxng -.. _bc1qn3rw8t86h05cs3grx2kmwmptw9k4kt4hyzktqj: bitcoin:bc1qn3rw8t86h05cs3grx2kmwmptw9k4kt4hyzktqj -.. _qpead2yu482e3h9amy5zk45l8qrfhk59jcpw3cth9e: bitcoincash:qpead2yu482e3h9amy5zk45l8qrfhk59jcpw3cth9e -.. _0xCf82c7eb915Ee70b5B69C1bBB5525e157F35FA43: ethereum:0xCf82c7eb915Ee70b5B69C1bBB5525e157F35FA43 -.. _DBCYS9issTt84pddXSsTHpQxyQDTFp1TE4: dogecoin:DBCYS9issTt84pddXSsTHpQxyQDTFp1TE4 -.. _ltc1q5j6x6f4f2htldhq570e353clc8fmw44ra5er5q: litecoin:ltc1q5j6x6f4f2htldhq570e353clc8fmw44ra5er5q diff --git a/docs/index.rst b/docs/index.rst index 564fa7dba..331591c7a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,8 +27,7 @@ If you don't trust anyone, you can set up your own, see :ref:`installation`. .. sidebar:: be a part - SearXNG is driven by an open community, come join us! You can :ref:`donate - <donate>`, but much more we appreciate contributions. Don't hesitate, no + SearXNG is driven by an open community, come join us! Don't hesitate, no need to be an *expert*, everyone can contribute: - `help to improve translations <https://translate.codeberg.org/projects/searxng/searxng/>`_ @@ -52,6 +51,5 @@ If you don't trust anyone, you can set up your own, see :ref:`installation`. dev/index utils/index src/index - donate .. _searx.space: https://searx.space |