瀏覽代碼

[enh] faq updates

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

+ 12
- 4
searx/templates/about.html 查看文件

@@ -4,7 +4,7 @@
4 4
 <div class="row">
5 5
     <h1>About <a href="/">searx</a></h1>
6 6
 
7
-    <p>Searx is a meta-search engine inspired by the <a href="http://seeks-project.info/">seeks-project</a>.
7
+    <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a> inspired by the <a href="http://seeks-project.info/">seeks-project</a>.
8 8
     <br />It tries to provide basic privacy by mixing your queries with those from others while avoiding storing search data. For all browsers (except chrom*) queries are made using a POST request. Thus they don't show up in our logs, nor in your url history. For Chrom* users there is an exception, searx is used from the search bar, it issues GET requests.
9 9
     <br />You can add it to your browsers search bar and even make it your default search engine.
10 10
     </p>
@@ -34,11 +34,19 @@
34 34
 
35 35
 <h2 id="faq">FAQ</h2>
36 36
 <h3>Trust</h3>
37
-<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>
37
+<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! decentralize!</p>
38 38
 <h3>Firefox engines plz?</h3>
39 39
 <p><a href="#" onclick="window.external.AddSearchProvider(window.location.protocol + '//' + window.location.host + '/opensearch.xml')">
40 40
 	Install</a> searx as a search engine on any version of Firefox!</p>
41
-
42
-
41
+<h3>New engines?</h3>
42
+<p><ul>
43
+    <li>Edit your engines.cfg, see <a href="https://raw.github.com/asciimoo/searx/master/engines.cfg_sample">sample config</a></li>
44
+    <li>Create your custom engine module, check the <a href="https://github.com/asciimoo/searx/blob/master/examples/basic_engine.py">example engine</a></li>
45
+    </ul>Don't forget to restart searx after config edit.
46
+</p>
47
+<h3>WSGI support?</h3>
48
+<p><a href="https://about.okhin.fr/posts/Searx/">Okhin wrote</a> a great and detailed article about the setup.</p>
49
+<h3>How to debug engines?</h3>
50
+<p><a href="/stats">Stats page</a> contains some useful data about the used engines.</p>
43 51
 </div>
44 52
 {% endblock %}