diff options
author | asciimoo <asciimoo@gmail.com> | 2013-11-08 23:43:27 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2013-11-08 23:43:27 +0100 |
commit | 432ec664a38e7357e432df09924a55d6426a8a55 (patch) | |
tree | b054518cd0a169aa4faea0ccf5967af73732825e | |
parent | 1c69b70c56db4b1ca34115b6f92ef4899f6710f4 (diff) | |
download | searxng-432ec664a38e7357e432df09924a55d6426a8a55.tar.gz searxng-432ec664a38e7357e432df09924a55d6426a8a55.zip |
[enh] about page update
-rw-r--r-- | searx/templates/about.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/searx/templates/about.html b/searx/templates/about.html index 3e61a7dd7..b8bbc3d5c 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -8,7 +8,13 @@ <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. </p> - <p>Please add more engines to this list, pull requests are welcome!</p> + <h2>What makes searx different</h2> + <ul> + <li>No ads - searx is Free Software (free-as-in-freedom), funded by your donations</li> + <li>Privacy - tries to minimalize the digital footprint of the searches</li> + <li>Optionally self hosted - see the <a href="#faq">FAQ</a></li> + <li>Easy to add new engines/categories</li> + </ul> <h2>Engines</h2> @@ -22,10 +28,11 @@ {% endfor %} </ul> {% endfor %} +<p>Please add more engines to this list, pull requests are welcome!</p> -<h2><a href="https://github.com/asciimoo/searx/wiki/Searx-instances">Running instances</a></h2> +<h2><a href="https://github.com/asciimoo/searx/wiki/Searx-instances">Running public instances</a></h2> -<h2>FAQ</h2> +<h2 id="faq">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> <h3>Firefox engines plz?</h3> |