diff --git a/searx/templates/about.html b/searx/templates/about.html index b6be6f2a7..3e61a7dd7 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -5,14 +5,15 @@

About searx

Searx is a meta-search engine inspired by the seeks-project. +
It tries to provide basic privacy by mixing your queries with those from others while avoiding storing search data. For all browsers (except chrom*) queries are made using a POST request. Thus they don't show up in our logs, nor in your url history. For Chrom* users there is an exception, searx is used from the search bar, it issues GET requests.
You can add it to your browsers search bar and even make it your default search engine. -
It tries to provide basic privacy by mixing your queries with those from others while avoiding logging. For all browsers (except chrom*) queries are made using a POST request. Thus they don't show up in our logs, nor in your url history. For Chrom* users there is an exception, searx is used from the search bar, it issues GET requests.

+

Please add more engines to this list, pull requests are welcome!

Engines

{% for (categ,search_engines) in categs %} -

{{ categ.capitalize() }} category

+

{{ categ.capitalize() }}