From ccc4f30b202ac02f2aa37a7acf1eb98496727713 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 23 Nov 2024 15:44:08 +0100 Subject: [PATCH] [doc] update quantities on the intro page The quantities on the intro page were partly out of date / example; we already have 210 engines and not just 70. To avoid having to change the quantities manually in the future, they are now calculated from the jinja context Signed-off-by: Markus Heiser --- docs/index.rst | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 52d0f80ad..4c5a0c2a5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,26 +4,31 @@ Welcome to SearXNG *Search without being tracked.* -SearXNG is a free internet metasearch engine which aggregates results from more -than 70 search services. Users are neither tracked nor profiled. Additionally, -SearXNG can be used over Tor for online anonymity. +.. jinja:: searx + + SearXNG is a free internet metasearch engine which aggregates results from up + to {{engines | length}} :ref:`search services `. Users + are neither tracked nor profiled. Additionally, SearXNG can be used over Tor + for online anonymity. Get started with SearXNG by using one of the instances listed at searx.space_. If you don't trust anyone, you can set up your own, see :ref:`installation`. -.. sidebar:: features +.. jinja:: searx - - :ref:`self hosted ` - - :ref:`no user tracking / no profiling ` - - script & cookies are optional - - secure, encrypted connections - - :ref:`about 200 search engines ` - - `about 60 translations `_ - - about 100 `well maintained `__ instances on searx.space_ - - :ref:`easy integration of search engines ` - - professional development: `CI `_, - `quality assurance `_ & - `automated tested UI `_ + .. sidebar:: features + + - :ref:`self hosted ` + - :ref:`no user tracking / no profiling ` + - script & cookies are optional + - secure, encrypted connections + - :ref:`{{engines | length}} search engines ` + - `58 translations `_ + - about 70 `well maintained `__ instances on searx.space_ + - :ref:`easy integration of search engines ` + - professional development: `CI `_, + `quality assurance `_ & + `automated tested UI `_ .. sidebar:: be a part