From c6a5cc019ae27b1892b38afd33090653d07f33be Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 25 Apr 2021 11:42:42 +0200 Subject: [brand] searxng is a fork from searx Signed-off-by: Markus Heiser --- searx/settings.yml | 2 +- searx/templates/__common__/about.html | 25 ++++++++++++------------- 2 files changed, 13 insertions(+), 14 deletions(-) (limited to 'searx') diff --git a/searx/settings.yml b/searx/settings.yml index 6e106a462..907f92a0f 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1,6 +1,6 @@ general: debug : False # Debug mode, only for development - instance_name : "searx" # displayed name + instance_name : "searxng" # displayed name contact_url: False # mailto:contact@example.com brand: diff --git a/searx/templates/__common__/about.html b/searx/templates/__common__/about.html index 649e66163..3fec8d116 100644 --- a/searx/templates/__common__/about.html +++ b/searx/templates/__common__/about.html @@ -1,24 +1,23 @@ -

About searx

+

About searxng

- Searx is a metasearch engine, + SearxNG is a fork from the well-known searx + metasearch engine, aggregating the results of other search engines while not storing information about its users.

-

More about searx...

+

More about searxng ...


-

Why use searx?

+

Why use it?

  • @@ -31,7 +30,7 @@
  • Searx is free software, the code is 100% open and you can help to make it - better. See more on github. + better. See more on github.
@@ -49,11 +48,11 @@ It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request - on every browser (except Chromium-based browsers*). Therefore they show up + on every browser (except Chromium-based browsers*). Therefore they show up in neither our logs, nor your url history. In the case of Chromium-based browser users there is an exception: searx uses the search bar to perform GET requests. - + Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.

@@ -80,9 +79,9 @@

How can I make it my own?

- Searx appreciates your concern regarding logs, so take the - code from the original searx project and - run it yourself! + Searx appreciates your concern regarding logs, so take the code from + the original searx project and run it + yourself!

Add your searx instance to this list -- cgit v1.2.3