logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 4ca01bb1c53ded90e9d257c361fc1cd9bd74bd0e
parent: 174daf703b341455c3320b61034cdb74bee9b55d
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Sun, 20 Oct 2013 15:02:14 -0700

Merge pull request #3 from stef/master

[doc] initial about page

Diffstat:

Asearx/static/about.html47+++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+), 0 deletions(-)

diff --git a/searx/static/about.html b/searx/static/about.html @@ -0,0 +1,47 @@ +<h1>About searx</h1> + +<p>searx is a meta-search engine inspired by the seeks-project. You can add it to your browsers search bar and even make it your default search engine. It tries to provide basic privacy by mixing your queries with queries from others while avoiding logging of queries. 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 chrome users there is an exception searx is used from the search bar, it issues GET requests.</p> + +<h2>FAQ</h2> +<h3>Trust</h3> +<p>It's ok if you don't trust us regarding the logs, <a href="https://github.com/asciimoo/searx">take the code</a> and run it yourself for your friends! decentralize!</p> + +<h2>Supported engines</h2> + +<h3>General Category</h3> +<ul> +<li>duckduckgo definitions</li> +<li>duckduckgo</li> +<li>startpage</li> +<li>wikipedia</li> +</ul> + +<h3>Images Category</h3> +<ul> +<li>flickr</li> +<li>gimages</li> +<li>deviantart</li> +</ul> + +<h3>Sound Category</h3> +<ul> +<li>soundcloud</li> +</ul> + +<h3>Video Category</h3> +<ul> +<li>youtube</li> +</ul> + +<h3>IT Category</h3> +<ul> +<li>stackoverflow</li> +<li>github</li> +</ul> + +<h3>Social media Category</h3> +<ul> +<li>twitter</li> +</ul> + +<p>please add more engines to this list, pull request are welcome!</p>