From cfb06048acee3573cb92bf44d2e70234e31d6a76 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Sun, 1 Dec 2013 16:24:52 +0100 Subject: [PATCH] [enh] faq updates --- searx/templates/about.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/searx/templates/about.html b/searx/templates/about.html index b8bbc3d..b68d1b1 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -4,7 +4,7 @@

About searx

-

Searx is a meta-search engine inspired by the seeks-project. +

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.

@@ -34,11 +34,19 @@

FAQ

Trust

-

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

+

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

Firefox engines plz?

Install searx as a search engine on any version of Firefox!

- - +

New engines?

+

Don't forget to restart searx after config edit. +

+

WSGI support?

+

Okhin wrote a great and detailed article about the setup.

+

How to debug engines?

+

Stats page contains some useful data about the used engines.

{% endblock %}