소스 검색

Merge pull request #734 from dalf/seeks_url

[fix] seeks URLS, close #731
Adam Tauber 9 년 전
부모
커밋
760cb3c5af
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1
    1
      searx/templates/courgette/about.html
  2. 1
    1
      searx/templates/legacy/about.html
  3. 1
    1
      searx/templates/oscar/about.html
  4. 1
    1
      searx/templates/pix-art/about.html

+ 1
- 1
searx/templates/courgette/about.html 파일 보기

18
 <h2>Technical details - How does it work?</h2>
18
 <h2>Technical details - How does it work?</h2>
19
 
19
 
20
 <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>,
20
 <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>,
21
-inspired by the <a href="http://seeks-project.info/">seeks project</a>.<br />
21
+inspired by the <a href="https://beniz.github.io/seeks/">seeks project</a>.<br />
22
 It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, searx uses the search bar to perform GET requests.<br />
22
 It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, searx uses the search bar to perform GET requests.<br />
23
 Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.
23
 Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.
24
 </p>
24
 </p>

+ 1
- 1
searx/templates/legacy/about.html 파일 보기

18
 <h2>Technical details - How does it work?</h2>
18
 <h2>Technical details - How does it work?</h2>
19
 
19
 
20
 <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>,
20
 <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>,
21
-inspired by the <a href="http://seeks-project.info/">seeks project</a>.<br />
21
+inspired by the <a href="https://beniz.github.io/seeks/">seeks project</a>.<br />
22
 It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, if searx used from the search bar it performs GET requests.<br />
22
 It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, if searx used from the search bar it performs GET requests.<br />
23
 Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.
23
 Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.
24
 </p>
24
 </p>

+ 1
- 1
searx/templates/oscar/about.html 파일 보기

19
 <h2>Technical details - How does it work?</h2>
19
 <h2>Technical details - How does it work?</h2>
20
 
20
 
21
 <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>,
21
 <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>,
22
-inspired by the <a href="http://seeks-project.info/">seeks project</a>.<br />
22
+inspired by the <a href="https://beniz.github.io/seeks/">seeks project</a>.<br />
23
 It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, searx uses the search bar to perform GET requests.<br />
23
 It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, searx uses the search bar to perform GET requests.<br />
24
 Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.
24
 Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.
25
 </p>
25
 </p>

+ 1
- 1
searx/templates/pix-art/about.html 파일 보기

17
 <h2>Technical details - How does it work?</h2>
17
 <h2>Technical details - How does it work?</h2>
18
 
18
 
19
 <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>,
19
 <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>,
20
-inspired by the <a href="http://seeks-project.info/">seeks project</a>.<br />
20
+inspired by the <a href="https://beniz.github.io/seeks/">seeks project</a>.<br />
21
 It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, if searx used from the search bar it performs GET requests.<br />
21
 It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, if searx used from the search bar it performs GET requests.<br />
22
 Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.
22
 Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.
23
 </p>
23
 </p>