diff options
author | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-06-29 17:26:19 +0000 |
---|---|---|
committer | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-06-29 17:26:19 +0000 |
commit | 0e503c990a074c27b5d29755e80e326de49022ae (patch) | |
tree | 88a97a359bc5ab7445d64498820e85b62f94149a /docs | |
parent | ecccf02a02122431bf1bdb566c0b7645d95f9409 (diff) | |
download | searxng-0e503c990a074c27b5d29755e80e326de49022ae.tar.gz searxng-0e503c990a074c27b5d29755e80e326de49022ae.zip |
Move donation page to docs.searxng.org and link to it from instances
Close #1378
Diffstat (limited to 'docs')
-rw-r--r-- | docs/donate.rst | 40 | ||||
-rw-r--r-- | docs/index.rst | 1 |
2 files changed, 41 insertions, 0 deletions
diff --git a/docs/donate.rst b/docs/donate.rst new file mode 100644 index 000000000..c38011712 --- /dev/null +++ b/docs/donate.rst @@ -0,0 +1,40 @@ +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 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 b836f4b4c..f331e3211 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -36,5 +36,6 @@ 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 |