|
@@ -6,20 +6,20 @@
|
6
|
6
|
|
7
|
7
|
<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.
|
8
|
8
|
</p>
|
9
|
|
- <h2>Why use Searx?</h2>
|
|
9
|
+ <h2>Why use searx?</h2>
|
10
|
10
|
<ul>
|
11
|
|
- <li>Searx may not offer you as personalised results as Google, but it doesn't generate a profile about you</li>
|
12
|
|
- <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>
|
13
|
|
- <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>
|
|
11
|
+ <li>searx may not offer you as personalised results as Google, but it doesn't generate a profile about you</li>
|
|
12
|
+ <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>
|
|
13
|
+ <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>
|
14
|
14
|
</ul>
|
15
|
15
|
<p>If you do care about privacy, want to be a conscious user, or otherwise believe
|
16
|
|
- in digital freedom, make Searx your default search engine or run it on your own server</p>
|
|
16
|
+ in digital freedom, make searx your default search engine or run it on your own server</p>
|
17
|
17
|
|
18
|
18
|
<h2>Technical details - How does it work?</h2>
|
19
|
19
|
|
20
|
20
|
<p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>,
|
21
|
21
|
inspired by the <a href="http://seeks-project.info/">seeks project</a>.<br />
|
22
|
|
-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.<br />
|
|
22
|
+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.<br />
|
23
|
23
|
Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.
|
24
|
24
|
</p>
|
25
|
25
|
|