diff --git a/searx/templates/__common__/about.html b/searx/templates/__common__/about.html index 3f702e63..c912a8bd 100644 --- a/searx/templates/__common__/about.html +++ b/searx/templates/__common__/about.html @@ -1,62 +1,96 @@ -

About searx

+

About searx

-

Searx is a metasearch engine, aggregating the results of other search engines while not storing information about its users. -

-

Why use searx?

- -

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

+

+ Searx is a metasearch engine, + aggregating the results of other search engines + while not storing information about its users. +

-

Technical details - How does it work?

+

More about searx ...

-

Searx is a metasearch engine, -inspired by the seeks project.
-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 chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* 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. -

- -

How can I make it my own?

- -

Searx appreciates your concern regarding logs, so take the code and run it yourself!
Add your Searx to this list to help other people reclaim their privacy and make the Internet freer! -
The more decentralized the Internet is, the more freedom we have!

- - -

More about searx

- - +
-
+

Technical details - How does it work?

-

FAQ

+

+ Searx is a metasearch engine, + inspired by the seeks project. -

How to add to firefox?

-

Install searx as a search engine on any version of Firefox! (javascript required)

+ 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 chrome*). Therefore they show up in neither our + logs, nor your url history. In case of Chrome* users there is an exception, + searx uses the search bar to perform GET requests. -

Developer FAQ

+ Searx can be added to your browser's search bar; moreover, it can be set as + the default search engine. +

-

New engines?

- -

Don't forget to restart searx after config edit!

+

Why use searx?

-

Installation/WSGI support?

-

See the installation and uwsgi setup

+ +

+ 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 +

-

How to debug engines?

-

Stats page contains some useful data about the engines used.

+

Can it be set as the default search engine?

+ +
Firefox
+ +
+ Install + searx as a search engine on any version of Firefox! (javascript required) +
+ +

How to debug engines?

+ +

+ Stats page contains some useful data about the engines used. +

+ +

How can I make it my own?

+ +

+ Searx appreciates your concern regarding logs, so take the + code from the orgin searx projekct 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! +

+ +

Where are the docs & code of this instance?

+ +

+ See the {{ brand.DOCS_URL }} + and {{ brand.GIT_URL }} +

{% include "__common__/aboutextend.html" ignore missing %}