diff options
author | Dalf <alex@al-f.net> | 2014-01-06 18:53:41 +0100 |
---|---|---|
committer | Dalf <alex@al-f.net> | 2014-01-06 18:53:41 +0100 |
commit | 289a5707ed41ea143a5f0f7adf42b863a59efe35 (patch) | |
tree | 53d063c7334ac5cc758857e8cefa9ed3c039fe96 /searx/templates | |
parent | dfce4fd86560e172c7864902f95e84aba8cf3731 (diff) | |
parent | 23b327c6ae47c4b9bc9f00f95b19201b37d237d6 (diff) | |
download | searxng-289a5707ed41ea143a5f0f7adf42b863a59efe35.tar.gz searxng-289a5707ed41ea143a5f0f7adf42b863a59efe35.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'searx/templates')
-rw-r--r-- | searx/templates/about.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/templates/about.html b/searx/templates/about.html index 14a0080f9..977422c5d 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -39,11 +39,11 @@ <p><a href="#" onclick="window.external.AddSearchProvider(window.location.protocol + '//' + window.location.host + '/opensearch.xml')">Install</a> searx as a search engine on any version of Firefox! (javascript required)</p> <h2 id="dev_faq">Developer FAQ</h2> <h3>New engines?</h3> -<p><ul> +<ul> <li>Edit your engines.cfg, see <a href="https://raw.github.com/asciimoo/searx/master/engines.cfg_sample">sample config</a></li> <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> - </ul>Don't forget to restart searx after config edit! -</p> +</ul> +<p>Don't forget to restart searx after config edit!</p> <h3>WSGI support?</h3> <p><a href="https://about.okhin.fr/posts/Searx/">Okhin wrote</a> a great and detailed article about the setup.</p> <h3>How to debug engines?</h3> |