diff options
author | asciimoo <asciimoo@gmail.com> | 2013-11-01 23:33:22 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2013-11-01 23:33:22 +0100 |
commit | 90db1f33e19ef723b0a2df731e8ca7f4f9a8ffd3 (patch) | |
tree | 37fa50dec41034961535ef68e5a01a02c4c31050 /searx/templates/about.html | |
parent | 8782a574af762b6bf8987d19b0d1b388023ddca8 (diff) | |
download | searxng-90db1f33e19ef723b0a2df731e8ca7f4f9a8ffd3.tar.gz searxng-90db1f33e19ef723b0a2df731e8ca7f4f9a8ffd3.zip |
[enh] about page mods
Diffstat (limited to 'searx/templates/about.html')
-rw-r--r-- | searx/templates/about.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/searx/templates/about.html b/searx/templates/about.html index b6be6f2a7..3e61a7dd7 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -5,14 +5,15 @@ <h1>About <a href="/">searx</a></h1> <p>Searx is a meta-search engine inspired by the <a href="http://seeks-project.info/">seeks-project</a>. + <br />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. <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> <p>Please add more engines to this list, pull requests are welcome!</p> <h2>Engines</h2> {% for (categ,search_engines) in categs %} - <h3>{{ categ.capitalize() }} category</h3> + <h3>{{ categ.capitalize() }}</h3> <ul> {% for search_engine in search_engines %} {% if not search_engine.private %} |