diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2013-10-20 23:07:01 -0700 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2013-10-20 23:07:01 -0700 |
| commit | 33d0e15ffcf36bf2148cdc26a2a26c581ce30b30 (patch) | |
| tree | ec4dde60e4ee221c241365572706998653774bcf | |
| parent | c874ea977462dc6460c4094db2e148f96091ecfb (diff) | |
| parent | c6c376930f3e2cc3d01d3f1c04fc9adc444a8b31 (diff) | |
Merge pull request #4 from rsdy/master
[enh] add js to install on firefox as search engine
| -rw-r--r-- | searx/templates/about.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/templates/about.html b/searx/templates/about.html index c24294d93..54efc8d8e 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -20,6 +20,9 @@ <h2>FAQ</h2> <h3>Trust</h3> <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> +<h3>Firefox engines plz?</h3> +<p><a href="#" onclick="window.external.AddSearchProvider(window.location.protocol + '//' + window.location.host + '/opensearch.xml')"> + Install</a> searx as a search engine on any Firefox!</p> </div> |