diff options
author | Noémi Ványi <sitbackandwait@gmail.com> | 2016-08-15 17:12:43 +0200 |
---|---|---|
committer | Noémi Ványi <sitbackandwait@gmail.com> | 2016-08-15 17:12:43 +0200 |
commit | 4bd44cd98fb9191957f50c849b69860537f10b76 (patch) | |
tree | 104203b3ea7b6be83c49521a759051b6a919ec74 /searx/templates/pix-art/about.html | |
parent | 104cdb7d03771d4eca5b5126532ccf47642bb9de (diff) | |
download | searxng-4bd44cd98fb9191957f50c849b69860537f10b76.tar.gz searxng-4bd44cd98fb9191957f50c849b69860537f10b76.zip |
uncapitalize searx in templates
Diffstat (limited to 'searx/templates/pix-art/about.html')
-rw-r--r-- | searx/templates/pix-art/about.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/searx/templates/pix-art/about.html b/searx/templates/pix-art/about.html index cb4b351f8..6484b8526 100644 --- a/searx/templates/pix-art/about.html +++ b/searx/templates/pix-art/about.html @@ -5,20 +5,20 @@ <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>, aggregating the results of other <a href="{{ url_for('preferences') }}">search engines</a> while not storing information about its users. </p> - <h2>Why use Searx?</h2> + <h2>Why use searx?</h2> <ul> - <li>Searx may not offer you as personalised results as Google, but it doesn't generate a profile about you</li> - <li>Searx doesn't care about what you search for, never shares anything with a third party, and it can't be used to compromise you</li> - <li>Searx is free software, the code is 100% open and you can help to make it better. See more on <a href="https://github.com/asciimoo/searx">github</a></li> + <li>searx may not offer you as personalised results as Google, but it doesn't generate a profile about you</li> + <li>searx doesn't care about what you search for, never shares anything with a third party, and it can't be used to compromise you</li> + <li>searx is free software, the code is 100% open and you can help to make it better. See more on <a href="https://github.com/asciimoo/searx">github</a></li> </ul> <p>If you do care about privacy, want to be a conscious user, or otherwise believe - in digital freedom, make Searx your default search engine or run it on your own server</p> + in digital freedom, make searx your default search engine or run it on your own server</p> <h2>Technical details - How does it work?</h2> <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>, inspired by the <a href="http://seeks-project.info/">seeks project</a>.<br /> -It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, if Searx used from the search bar it performs GET requests.<br /> +It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, if searx used from the search bar it performs GET requests.<br /> Searx can be added to your browser's search bar; moreover, it can be set as the default search engine. </p> |