diff options
author | Qt Resynth <resynth1943@tutanota.com> | 2020-09-28 15:56:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-28 16:56:25 +0200 |
commit | 246b8cd1a40a35191a42f5aa1df6e112a5c79ec8 (patch) | |
tree | 6fab0b1b9f1179f3a44feec35880c7ec6f3c4bd0 /searx/templates | |
parent | 8d47142f35199866b26ee4e9149bbb8b058a6873 (diff) | |
download | searxng-246b8cd1a40a35191a42f5aa1df6e112a5c79ec8.tar.gz searxng-246b8cd1a40a35191a42f5aa1df6e112a5c79ec8.zip |
[fix] about.html: fix small inconsistencies in about page (#2219)
Diffstat (limited to 'searx/templates')
-rw-r--r-- | searx/templates/__common__/about.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/searx/templates/__common__/about.html b/searx/templates/__common__/about.html index 9b34251a2..fd7f9aa4c 100644 --- a/searx/templates/__common__/about.html +++ b/searx/templates/__common__/about.html @@ -7,7 +7,7 @@ while not storing information about its users. </p> - <p>More about searx ...</p> + <p>More about searx...</p> <ul> <li><a href="https://github.com/asciimoo/searx">github</a></li> @@ -49,10 +49,11 @@ 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, - searx uses the search bar to perform GET requests. - + on every browser (except Chromium-based browsers*). Therefore they show up + in neither our logs, nor your url history. In the case of Chromium-based + browser users there is an exception: searx uses the search bar to perform GET + requests. + Searx can be added to your browser's search bar; moreover, it can be set as the default search engine. </p> @@ -66,8 +67,8 @@ <ul> <li><a href="https://support.mozilla.org/en-US/kb/add-or-remove-search-engine-firefox">Firefox</a></li> - <li><a href="https://support.microsoft.com/en-us/help/4028574/microsoft-edge-change-the-default-search-engine" >Microsoft Edge</a></li> - <li>Chrome based browsers <a href="https://www.chromium.org/tab-to-search">only add websites that the user navigates to without a path.</a> + <li><a href="https://support.microsoft.com/en-us/help/4028574/microsoft-edge-change-the-default-search-engine">Microsoft Edge</a></li> + <li>Chromium-based browsers <a href="https://www.chromium.org/tab-to-search">only add websites that the user navigates to without a path.</a> </ul> <h2>Where to find anonymous usage statistics of this instance ?</h2> @@ -86,7 +87,7 @@ <p> Add your searx instance to this <a href="{{ brand.PUBLIC_INSTANCES }}"> list of public searx instances</a> to help other people reclaim their privacy and - make the Internet freer! The more decentralized the Internet is, the more + make the Internet freer! The more decentralized the Internet is, the more freedom we have! </p> |