瀏覽代碼

[fix] markdown syntax removed

asciimoo 11 年之前
父節點
當前提交
d60e09e32c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      searx/templates/about.html

+ 1
- 1
searx/templates/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 [seeks-project](http://seeks-project.info/).<br />
22
+inspired by the <a href="http://seeks-project.info/">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 don't show up in our logs, neither in your url history. In case of Chrome* users there is an exception, Searx uses the search bar to issue 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 don't show up in our logs, neither in your url history. In case of Chrome* users there is an exception, Searx uses the search bar to issue 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>