diff options
| author | asciimoo <asciimoo@gmail.com> | 2014-01-17 18:55:00 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2014-01-17 18:55:00 +0100 |
| commit | cc5e7e94310f4670248754df59db3c3600543469 (patch) | |
| tree | 7db8e3743dd3d278b925321c00085045c899bfac | |
| parent | a06a7f8861c3a79597205741dcb26c0884a88983 (diff) | |
[fix] about page updates
| -rw-r--r-- | searx/templates/about.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/about.html b/searx/templates/about.html index a609a3270..931578b95 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -20,14 +20,14 @@ <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 don't show up in our logs, neither in your url history. In case of Chrome* users there is an exception, Searx uses the search bar to issue 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 don't show up in our logs, neither in your url history. In case of Chrome* users there is an exception, Searx uses the search bar to perform GET requests.<br /> Searx can be added to your browser's search bar, moreover it can be set as the default search engine. </p> <h2>How can I have my own?</h2> <p>Searx appreciates your suspicion regarding logs, so take the <a href="https://github.com/asciimoo/searx">code</a> and run it yourself! <br />Add your Searx to this <a href="https://github.com/asciimoo/searx/wiki/Searx-instances">list</a> to help other people to have privacy and make the Internet freer! -<br />The more decentralized the Internet is, the more freedom we have!</p> +<br />The more decentralized the Internet is the more freedom we have!</p> <hr /> |