Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 3c95af03 authored by Alexandre Flament's avatar Alexandre Flament Committed by GitHub
Browse files

Merge pull request #1369 from dalf/links-help-donate

Theme : add links to a donation page and the about page.
parents 249df41a 0801f9a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"""

+20 −0
Original line number Diff line number Diff line
# 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
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

Loading