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 From 28b25185c51d320c8124292a6194e4c34fa9c3e8 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 25 Apr 2021 12:03:54 +0200 Subject: [brand] searxng -- fix links to issue tracker & WEB-GUI Signed-off-by: Markus Heiser --- searx/engines/searx_engine.py | 4 ++-- searx/settings.yml | 2 +- searx/templates/__common__/about.html | 35 +++++++++++++++++------------------ 3 files changed, 20 insertions(+), 21 deletions(-) (limited to 'searx') diff --git a/searx/engines/searx_engine.py b/searx/engines/searx_engine.py index c4f016adc..98ef0fb79 100644 --- a/searx/engines/searx_engine.py +++ b/searx/engines/searx_engine.py @@ -8,9 +8,9 @@ from searx.engines import categories as searx_categories # about about = { - "website": 'https://github.com/searx/searx', + "website": 'https://github.com/searxng/searxng', "wikidata_id": 'Q17639196', - "official_api_documentation": 'https://searx.github.io/searx/dev/search_api.html', + "official_api_documentation": 'https://searxng.github.io/searxng/dev/search_api.html', "use_official_api": True, "require_api_key": False, "results": 'JSON', diff --git a/searx/settings.yml b/searx/settings.yml index 907f92a0f..dda03781c 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -89,7 +89,7 @@ outgoing: # communication with search engines # - fe80::/126 # External plugin configuration -# See http://searx.github.io/searx/dev/plugins.html for more details +# See https://searxng.github.io/searxng/dev/plugins.html for more details # # plugins: # - plugin1 diff --git a/searx/templates/__common__/about.html b/searx/templates/__common__/about.html index 3fec8d116..72c7b133f 100644 --- a/searx/templates/__common__/about.html +++ b/searx/templates/__common__/about.html @@ -2,13 +2,13 @@

About searxng

- SearxNG is a fork from the well-known searx + 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 searxng ...

+

More about SearXNG ...

  • github
  • @@ -21,29 +21,29 @@
    • - Searx may not offer you as personalised results as Google, but it doesn't + SearXNG may not offer you as personalised results as Google, but it doesn't generate a profile about you.
    • - Searx doesn't care about what you search for, never shares anything with a + SearXNG doesn't care about what you search for, never shares anything with a third party, and it can't be used to compromise you.
    • - Searx is free software, the code is 100% open and you can help to make it - better. See more on github. + SearXNG is free software, the code is 100% open and you can help to make + it better. See more on github.

    If you do care about privacy, want to be a conscious user, or otherwise - believe in digital freedom, make searx your default search engine or run it - on your own server + believe in digital freedom, make SearXNG your default search engine or run + it on your own server

    Technical details - How does it work?

    - Searx is a metasearch engine, + SearXNG is a metasearch engine, inspired by the seeks project. It provides basic privacy by mixing your queries with searches on other @@ -53,14 +53,14 @@ 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 + SearXNG can be added to your browser's search bar; moreover, it can be set as the default search engine.

    How to set as the default search engine?

    - Searx supports OpenSearch. + SearXNG supports OpenSearch. For more information on changing your default search engine, see your browser's documentation:

    @@ -79,15 +79,14 @@

    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! + SearXNG appreciates your concern regarding logs, so take the code from + the SearXNG project and run it yourself!

    - Add your searx instance to this list - of public searx instances to help other people reclaim their privacy and - make the Internet freer! The more decentralized the Internet is, the more - freedom we have! + Add your instance to this list of + public instances to help other people reclaim their privacy and make the + Internet freer! The more decentralized the Internet is, the more freedom we + have!

    Where are the docs & code of this instance?

    -- cgit v1.2.3