logo

searx

My custom branche(s) on searx, a meta-search engine
commit: f01b1dc2cef5d3c9a4504df171f77007106019d5
parent: eab02e299ca6021b82344691964e88b629bb93ce
Author: asciimoo <asciimoo@gmail.com>
Date:   Mon, 21 Oct 2013 22:46:34 +0200

[enh] about page updates

Diffstat:

Msearx/templates/about.html8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/searx/templates/about.html b/searx/templates/about.html @@ -4,8 +4,10 @@ <div class="row"> <h1>About <a href="/">searx</a></h1> - <p>searx is a meta-search engine inspired by the seeks-project.<br />You can add it to your browsers search bar and even make it your default search engine.<br />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> - <p>please add more engines to this list, pull request are welcome!</p> + <p>Searx is a meta-search engine inspired by the seeks-project. + <br />You can add it to your browsers search bar and even make it your default search engine. + <br />It tries to provide basic privacy by mixing your queries with those from others while avoiding logging. 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.</p> + <p>Please add more engines to this list, pull requests are welcome!</p> <h2>Supported engines</h2> @@ -23,7 +25,7 @@ <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> <h3>Firefox engines plz?</h3> <p><a href="#" onclick="window.external.AddSearchProvider(window.location.protocol + '//' + window.location.host + '/opensearch.xml')"> - Install</a> searx as a search engine on any Firefox!</p> + Install</a> searx as a search engine on any version of Firefox!</p> </div>