|
@@ -5,14 +5,15 @@
|
5
|
5
|
<h1>About <a href="/">searx</a></h1>
|
6
|
6
|
|
7
|
7
|
<p>Searx is a meta-search engine inspired by the <a href="http://seeks-project.info/">seeks-project</a>.
|
|
8
|
+ <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.
|
8
|
9
|
<br />You can add it to your browsers search bar and even make it your default search engine.
|
9
|
|
- <br />It tries to provide basic privacy by mixing your queries with those from others while avoiding logging. 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.</p>
|
|
10
|
+ </p>
|
10
|
11
|
<p>Please add more engines to this list, pull requests are welcome!</p>
|
11
|
12
|
|
12
|
13
|
<h2>Engines</h2>
|
13
|
14
|
|
14
|
15
|
{% for (categ,search_engines) in categs %}
|
15
|
|
- <h3>{{ categ.capitalize() }} category</h3>
|
|
16
|
+ <h3>{{ categ.capitalize() }}</h3>
|
16
|
17
|
<ul>
|
17
|
18
|
{% for search_engine in search_engines %}
|
18
|
19
|
{% if not search_engine.private %}
|