diff options
author | asciimoo <asciimoo@gmail.com> | 2013-12-01 23:19:55 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2013-12-01 23:19:55 +0100 |
commit | e116c2f95eeaf78ee644fc1ae740cb706d9c2583 (patch) | |
tree | 139be7b622b7e4f079741ee0203af305d245b7ab /searx/templates | |
parent | ab7fb1190d0a84564c8cc4ea141999f3d5f9eca6 (diff) | |
download | searxng-e116c2f95eeaf78ee644fc1ae740cb706d9c2583.tar.gz searxng-e116c2f95eeaf78ee644fc1ae740cb706d9c2583.zip |
[enh] faq updates
Diffstat (limited to 'searx/templates')
-rw-r--r-- | searx/templates/about.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/searx/templates/about.html b/searx/templates/about.html index b68d1b16d..b90757914 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -35,14 +35,14 @@ <h2 id="faq">FAQ</h2> <h3>Trust</h3> <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> -<h3>Firefox engines plz?</h3> -<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!</p> +<h3>How to add to firefox?</h3> +<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="faq">Developer FAQ</h2> <h3>New engines?</h3> <p><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. + </ul>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> |