mirror of https://github.com/searxng/searxng.git
[enh] about page mods
This commit is contained in:
parent
de4652f98c
commit
c874ea9774
|
@ -7,7 +7,8 @@ html {
|
||||||
|
|
||||||
.row { max-width: 800px; margin: auto; text-align: justify; }
|
.row { max-width: 800px; margin: auto; text-align: justify; }
|
||||||
.row h1 { font-size: 3em; margin-top: 50px; }
|
.row h1 { font-size: 3em; margin-top: 50px; }
|
||||||
.row p { padding: 0 10px; }
|
.row p { padding: 0 10px; max-width: 700px; }
|
||||||
|
.row h3,ul { margin: 4px 8px;}
|
||||||
|
|
||||||
.top_margin { margin-top: 40px; }
|
.top_margin { margin-top: 40px; }
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<h1>About <a href="/">searx</a></h1>
|
<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>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>
|
<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>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>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue