Browse Source

[enh] about page update

asciimoo 11 years ago
parent
commit
432ec664a3
1 changed files with 10 additions and 3 deletions
  1. 10
    3
      searx/templates/about.html

+ 10
- 3
searx/templates/about.html View File

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
     <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.
9
     <br />You can add it to your browsers search bar and even make it your default search engine.
9
     <br />You can add it to your browsers search bar and even make it your default search engine.
10
     </p>
10
     </p>
11
-    <p>Please add more engines to this list, pull requests are welcome!</p>
11
+    <h2>What makes searx different</h2>
12
+    <ul>
13
+        <li>No ads - searx is Free Software (free-as-in-freedom), funded by your donations</li>
14
+        <li>Privacy - tries to minimalize the digital footprint of the searches</li>
15
+        <li>Optionally self hosted - see the <a href="#faq">FAQ</a></li>
16
+        <li>Easy to add new engines/categories</li>
17
+    </ul>
12
 
18
 
13
 <h2>Engines</h2>
19
 <h2>Engines</h2>
14
 
20
 
22
         {% endfor %}
28
         {% endfor %}
23
     </ul>
29
     </ul>
24
 {% endfor %}
30
 {% endfor %}
31
+<p>Please add more engines to this list, pull requests are welcome!</p>
25
 
32
 
26
-<h2><a href="https://github.com/asciimoo/searx/wiki/Searx-instances">Running instances</a></h2>
33
+<h2><a href="https://github.com/asciimoo/searx/wiki/Searx-instances">Running public instances</a></h2>
27
 
34
 
28
-<h2>FAQ</h2>
35
+<h2 id="faq">FAQ</h2>
29
 <h3>Trust</h3>
36
 <h3>Trust</h3>
30
 <p>It's ok if you don't trust us regarding the logs, <a href="https://github.com/asciimoo/searx">take the code</a> and run it yourself for your friends! decentralize!</p>
37
 <p>It's ok if you don't trust us regarding the logs, <a href="https://github.com/asciimoo/searx">take the code</a> and run it yourself for your friends! decentralize!</p>
31
 <h3>Firefox engines plz?</h3>
38
 <h3>Firefox engines plz?</h3>