logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 33d0e15ffcf36bf2148cdc26a2a26c581ce30b30
parent: c874ea977462dc6460c4094db2e148f96091ecfb
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Sun, 20 Oct 2013 23:07:01 -0700

Merge pull request #4 from rsdy/master

[enh] add js to install on firefox as search engine

Diffstat:

Msearx/templates/about.html3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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>