diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-06-28 20:30:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-28 20:30:09 +0200 |
| commit | 3c95af038078d31db2927a3302498d354538592f (patch) | |
| tree | 728def444196aafd1c719a526854601007825e64 /searx/infopage | |
| parent | 249df41a2a52df2fe95d3882239af1c85dec1f4f (diff) | |
| parent | 0801f9a24e0bcdab85c7ce8ae82de97dad5ecd50 (diff) | |
Merge pull request #1369 from dalf/links-help-donate
Theme : add links to a donation page and the about page.
Diffstat (limited to 'searx/infopage')
| -rw-r--r-- | searx/infopage/__init__.py | 1 | ||||
| -rw-r--r-- | searx/infopage/en/donate.md | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/searx/infopage/__init__.py b/searx/infopage/__init__.py index 4aebfa5a7..730d50a74 100644 --- a/searx/infopage/__init__.py +++ b/searx/infopage/__init__.py @@ -134,6 +134,7 @@ class InfoPageSet: # pylint: disable=too-few-public-methods self.toc: typing.List[str] = [ 'search-syntax', 'about', + 'donate', ] """list of articles in the online documentation""" diff --git a/searx/infopage/en/donate.md b/searx/infopage/en/donate.md new file mode 100644 index 000000000..97306a49a --- /dev/null +++ b/searx/infopage/en/donate.md @@ -0,0 +1,20 @@ +# Donate to SearXNG + +* 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 |