diff options
author | Bnyro <bnyro@tutanota.com> | 2024-05-07 18:59:07 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-05-15 07:23:57 +0200 |
commit | 82b6c0d05f5e84568636eb27f2666271e2223aa8 (patch) | |
tree | 2650409acfc1bf3397a5a5e619ad5cc6b99463d3 /docs | |
parent | 60a373ad895360ccd0b2830ffa41cdc5aa737949 (diff) | |
download | searxng-82b6c0d05f5e84568636eb27f2666271e2223aa8.tar.gz searxng-82b6c0d05f5e84568636eb27f2666271e2223aa8.zip |
[feat] engine: implementation of gitea
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/engines/online/gitea.rst | 8 | ||||
-rw-r--r-- | docs/index.rst | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/dev/engines/online/gitea.rst b/docs/dev/engines/online/gitea.rst new file mode 100644 index 000000000..745504e4d --- /dev/null +++ b/docs/dev/engines/online/gitea.rst @@ -0,0 +1,8 @@ +.. _gitea engine: + +===== +Gitea +===== + +.. automodule:: searx.engines.gitea + :members: diff --git a/docs/index.rst b/docs/index.rst index 3db54734a..52d0f80ad 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,7 +17,7 @@ If you don't trust anyone, you can set up your own, see :ref:`installation`. - :ref:`no user tracking / no profiling <SearXNG protect privacy>` - script & cookies are optional - secure, encrypted connections - - :ref:`about 130 search engines <configured engines>` + - :ref:`about 200 search engines <configured engines>` - `about 60 translations <https://translate.codeberg.org/projects/searxng/searxng/>`_ - about 100 `well maintained <https://uptime.searxng.org/>`__ instances on searx.space_ - :ref:`easy integration of search engines <demo online engine>` |