From 431bf5d235493ad527f8a1f22d3375a35b76aace Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Thu, 20 Nov 2025 10:31:53 +0000 Subject: [PATCH] [mod] docs: add acknowledgements section (#5449) * [mod] docs: add acknowledgements section Moves all images into a `assets/` folder. * [fix] docs: normalize brands svg --- docs/admin/answer-captcha.rst | 3 +- .../ffox-setting-proxy-socks.png | Bin docs/assets/sponsors/browserstack.svg | 1 + docs/assets/sponsors/docker.svg | 1 + docs/assets/sponsors/tuta.svg | 1 + docs/index.rst | 30 ++++++++++++++++++ 6 files changed, 34 insertions(+), 2 deletions(-) rename docs/{admin => assets}/answer-captcha/ffox-setting-proxy-socks.png (100%) create mode 100644 docs/assets/sponsors/browserstack.svg create mode 100644 docs/assets/sponsors/docker.svg create mode 100644 docs/assets/sponsors/tuta.svg diff --git a/docs/admin/answer-captcha.rst b/docs/admin/answer-captcha.rst index 7ae29be0c..9ca17ebd5 100644 --- a/docs/admin/answer-captcha.rst +++ b/docs/admin/answer-captcha.rst @@ -48,7 +48,7 @@ solve the CAPTCHA from `qwant.com `__. .. group-tab:: Firefox - .. kernel-figure:: answer-captcha/ffox-setting-proxy-socks.png + .. kernel-figure:: /assets/answer-captcha/ffox-setting-proxy-socks.png :alt: FFox proxy on SOCKS5, 127.0.0.1:8080 Firefox's network settings @@ -66,4 +66,3 @@ solve the CAPTCHA from `qwant.com `__. -N Do not execute a remote command. This is useful for just forwarding ports. - diff --git a/docs/admin/answer-captcha/ffox-setting-proxy-socks.png b/docs/assets/answer-captcha/ffox-setting-proxy-socks.png similarity index 100% rename from docs/admin/answer-captcha/ffox-setting-proxy-socks.png rename to docs/assets/answer-captcha/ffox-setting-proxy-socks.png diff --git a/docs/assets/sponsors/browserstack.svg b/docs/assets/sponsors/browserstack.svg new file mode 100644 index 000000000..d8534a957 --- /dev/null +++ b/docs/assets/sponsors/browserstack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/assets/sponsors/docker.svg b/docs/assets/sponsors/docker.svg new file mode 100644 index 000000000..654c7ac04 --- /dev/null +++ b/docs/assets/sponsors/docker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/assets/sponsors/tuta.svg b/docs/assets/sponsors/tuta.svg new file mode 100644 index 000000000..4317b2b2c --- /dev/null +++ b/docs/assets/sponsors/tuta.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 4c5a0c2a5..113a177bb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -56,4 +56,34 @@ If you don't trust anyone, you can set up your own, see :ref:`installation`. utils/index src/index + +---------------- +Acknowledgements +---------------- + +The following organizations have provided SearXNG access to their paid plans at +no cost: + +.. flat-table:: + :widths: 1 1 + + * - .. image:: /assets/sponsors/docker.svg + :target: https://docker.com + :alt: Docker + :align: center + :height: 100 px + + - .. image:: /assets/sponsors/tuta.svg + :target: https://tuta.com + :alt: Tuta + :align: center + :height: 100 px + + * - .. image:: /assets/sponsors/browserstack.svg + :target: https://browserstack.com + :alt: BrowserStack + :align: center + :height: 100 px + + .. _searx.space: https://searx.space