summaryrefslogtreecommitdiff
path: root/searx/templates/about.html
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-10-21 00:42:07 +0200
committerasciimoo <asciimoo@gmail.com>2013-10-21 00:42:07 +0200
commitc874ea977462dc6460c4094db2e148f96091ecfb (patch)
tree36e6ecdfb28ba0f5345946dc7a1a14d9edfec600 /searx/templates/about.html
parentde4652f98cb68eb5f31b3038a1c1735b67b4543b (diff)
[enh] about page mods
Diffstat (limited to 'searx/templates/about.html')
-rw-r--r--searx/templates/about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/about.html b/searx/templates/about.html
index 7c9769348..c24294d93 100644
--- a/searx/templates/about.html
+++ b/searx/templates/about.html
@@ -4,6 +4,7 @@
<h1>About <a href="/">searx</a></h1>
<p>searx is a meta-search engine inspired by the seeks-project.<br />You can add it to your browsers search bar and even make it your default search engine.<br />It tries to provide basic privacy by mixing your queries with queries from others while avoiding logging of queries. 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 chrome users there is an exception searx is used from the search bar, it issues GET requests.</p>
+ <p>please add more engines to this list, pull request are welcome!</p>
<h2>Supported engines</h2>
@@ -21,6 +22,5 @@
<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>
-<p>please add more engines to this list, pull request are welcome!</p>
</div>
{% endblock %}