From d6c8987575d94b56b6b877e552de99fa0c62ba98 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Fri, 17 Jan 2014 16:22:30 +0100 Subject: [enh] about page updates --- searx/templates/about.html | 45 ++++++++++++++++++++------------------------- 1 file changed, 20 insertions(+), 25 deletions(-) (limited to 'searx/templates/about.html') diff --git a/searx/templates/about.html b/searx/templates/about.html index 977422c5d..30e6c5b50 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -4,49 +4,44 @@

About searx

-

Searx is a metasearch 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. +

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

-

What makes searx different

+

Why use Searx?

+

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

-

Engines

+

Technical details - How does it work?

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

{{ categ.capitalize() }}

- -{% endfor %} -

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

+

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

-

Running public instances

+

FAQ

-

Trust

-

It's ok if you don't trust us regarding the logs, take the code and run it yourself! decentralize!

+

How to add to firefox?

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

+

Developer FAQ

+

New engines?

Don't forget to restart searx after config edit!

-

WSGI support?

-

Okhin wrote a great and detailed article about the setup.

+ +

Installation/WSGI support?

+

See the installation and setup wiki page

+

How to debug engines?

Stats page contains some useful data about the used engines.

+
{% endblock %} -- cgit v1.2.3 From 69bd262b9e6de1da8d83134e3aaf7d6ab6837e22 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Fri, 17 Jan 2014 17:14:21 +0100 Subject: [enh] about page updates II. --- searx/templates/about.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'searx/templates/about.html') diff --git a/searx/templates/about.html b/searx/templates/about.html index 30e6c5b50..fd79d2a33 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -18,6 +18,14 @@

Technical details - How does it work?

+

Searx is a metasearch engine, +inspired by the [seeks-project](http://seeks-project.info/).
+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 don't show up in our logs, neither in your url history. In case of Chrome* users there is an exception, Searx uses the search bar to issue 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 have my own?

+

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

-- cgit v1.2.3 From d60e09e32cde69ceba10e441a87b6e856ab66cc4 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Fri, 17 Jan 2014 17:15:52 +0100 Subject: [fix] markdown syntax removed --- searx/templates/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/about.html') diff --git a/searx/templates/about.html b/searx/templates/about.html index fd79d2a33..a609a3270 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -19,7 +19,7 @@

Technical details - How does it work?

Searx is a metasearch engine, -inspired by the [seeks-project](http://seeks-project.info/).
+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 don't show up in our logs, neither in your url history. In case of Chrome* users there is an exception, Searx uses the search bar to issue GET requests.
Searx can be added to your browser's search bar, moreover it can be set as the default search engine.

-- cgit v1.2.3 From cc5e7e94310f4670248754df59db3c3600543469 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Fri, 17 Jan 2014 18:55:00 +0100 Subject: [fix] about page updates --- searx/templates/about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/templates/about.html') diff --git a/searx/templates/about.html b/searx/templates/about.html index a609a3270..931578b95 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -20,14 +20,14 @@

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 don't show up in our logs, neither in your url history. In case of Chrome* users there is an exception, Searx uses the search bar to issue GET requests.
+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 don't show up in our logs, neither in 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 have my own?

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

+
The more decentralized the Internet is the more freedom we have!


-- cgit v1.2.3