瀏覽代碼

Merge pull request #4 from rsdy/master

[enh] add js to install on firefox as search engine
Adam Tauber 11 年之前
父節點
當前提交
33d0e15ffc
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      searx/templates/about.html

+ 3
- 0
searx/templates/about.html 查看文件

20
 <h2>FAQ</h2>
20
 <h2>FAQ</h2>
21
 <h3>Trust</h3>
21
 <h3>Trust</h3>
22
 <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>
22
 <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>
23
+<h3>Firefox engines plz?</h3>
24
+<p><a href="#" onclick="window.external.AddSearchProvider(window.location.protocol + '//' + window.location.host + '/opensearch.xml')">
25
+	Install</a> searx as a search engine on any Firefox!</p>
23
 
26
 
24
 
27
 
25
 </div>
28
 </div>