Parcourir la source

[enh] about updates

asciimoo il y a 11 ans
Parent
révision
60d8e7febd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      searx/templates/about.html

+ 1
- 1
searx/templates/about.html Voir le fichier

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>
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>Please add more engines to this list, pull requests are welcome!</p>
10
     <p>Please add more engines to this list, pull requests are welcome!</p>
11
 
11
 
12
-<h2>Supported engines</h2>
12
+<h2>Engines</h2>
13
 
13
 
14
 {% for (categ,search_engines) in categs %}
14
 {% for (categ,search_engines) in categs %}
15
     <h3>{{ categ.capitalize() }} category</h3>
15
     <h3>{{ categ.capitalize() }} category</h3>