소스 검색

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

rhapsodhy 11 년 전
부모
커밋
c6c376930f
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>