2015-11-17 23:38:25 +01:00
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
2016-07-09 22:32:57 +02:00
< title > Welcome to searx — searx 0.9.0 documentation< / title >
2015-11-17 23:38:25 +01:00
< link rel = "stylesheet" href = "_static/style.css" type = "text/css" / >
< link rel = "stylesheet" href = "_static/pygments.css" type = "text/css" / >
< script type = "text/javascript" >
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
2016-07-09 21:55:17 +02:00
VERSION: '0.9.0',
2015-11-17 23:38:25 +01:00
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
< / script >
< script type = "text/javascript" src = "_static/jquery.js" > < / script >
< script type = "text/javascript" src = "_static/underscore.js" > < / script >
< script type = "text/javascript" src = "_static/doctools.js" > < / script >
2016-07-09 21:55:17 +02:00
< link rel = "top" title = "searx 0.9.0 documentation" href = "#" / >
2015-11-17 23:38:25 +01:00
< link rel = "next" title = "Search syntax" href = "user/search_syntax.html" / >
< link media = "only screen and (max-device-width: 480px)" href = "_static/small_flask.css" type = "text/css" rel = "stylesheet" / >
< meta name = "viewport" content = "width=device-width, initial-scale=0.9, maximum-scale=0.9" >
< / head >
< body role = "document" >
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
2016-07-09 22:32:57 +02:00
< div class = "section" id = "welcome-to-searx" >
< h1 > Welcome to searx< a class = "headerlink" href = "#welcome-to-searx" title = "Permalink to this headline" > ¶< / a > < / h1 >
2016-07-15 18:42:56 +02:00
< p > Search without being tracked.< / p >
< p > Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity.< / p >
< p > Get started with searx by using one of the < a class = "reference external" href = "https://github.com/asciimoo/searx/wiki/Searx-instances" > public instances< / a > . If you don’ t trust anyone, you can set up your own, see < a class = "reference internal" href = "dev/install/installation.html#installation" > < span class = "std std-ref" > Installation< / span > < / a > .< / p >
2015-11-17 23:38:25 +01:00
< div class = "section" id = "features" >
< h2 > Features< a class = "headerlink" href = "#features" title = "Permalink to this headline" > ¶< / a > < / h2 >
< blockquote >
< div > < ul class = "simple" >
< li > Self hosted< / li >
2016-07-15 18:42:56 +02:00
< li > No user tracking< / li >
< li > No user profiling< / li >
2016-07-09 22:32:57 +02:00
< li > About 70 supported search engines< / li >
2016-07-15 18:42:56 +02:00
< li > Easy intergration with any search engines< / li >
< li > Cookies are not used by default< / li >
< li > Secure, encrypted connections (HTTPS/SSL)< / li >
< li > Hosted by organisations, such as La Quadrature du Net, which promote digital rights< / li >
2015-11-17 23:38:25 +01:00
< / ul >
< / div > < / blockquote >
< / div >
2016-07-09 22:32:57 +02:00
< div class = "section" id = "user-documentation" >
< h2 > User documentation< a class = "headerlink" href = "#user-documentation" title = "Permalink to this headline" > ¶< / a > < / h2 >
2015-11-17 23:38:25 +01:00
< div class = "toctree-wrapper compound" >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "user/search_syntax.html" > Search syntax< / a > < / li >
< / ul >
< / div >
< / div >
2016-07-09 22:32:57 +02:00
< div class = "section" id = "administrator-documentation" >
< h2 > Administrator documentation< a class = "headerlink" href = "#administrator-documentation" title = "Permalink to this headline" > ¶< / a > < / h2 >
< div class = "toctree-wrapper compound" >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "dev/install/installation.html" > Installation< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "admin/api.html" > Administration API< / a > < / li >
< / ul >
< / div >
< / div >
2015-11-17 23:38:25 +01:00
< div class = "section" id = "developer-documentation" >
< h2 > Developer documentation< a class = "headerlink" href = "#developer-documentation" title = "Permalink to this headline" > ¶< / a > < / h2 >
< div class = "toctree-wrapper compound" >
< ul >
2016-02-01 21:28:13 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "dev/quickstart.html" > Development Quickstart< / a > < / li >
2015-11-17 23:38:25 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "dev/contribution_guide.html" > How to contribute< / a > < / li >
2015-11-28 19:26:45 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "dev/engine_overview.html" > Engine overview< / a > < / li >
2015-11-17 23:38:25 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "dev/search_api.html" > Search API< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "dev/plugins.html" > Plugins< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "dev/translation.html" > Translation< / a > < / li >
< / ul >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "sphinxsidebar" role = "navigation" aria-label = "main navigation" >
< div class = "sphinxsidebarwrapper" > < div class = "sidebar_container body" >
< h1 > Searx< / h1 >
< ul >
< li > < a href = "#" > Home< / a > < / li >
< li > < a href = "https://github.com/asciimoo/searx" > Source< / a > < / li >
< li > < a href = "https://github.com/asciimoo/searx/wiki" > Wiki< / a > < / li >
< li > < a href = "https://github.com/asciimoo/searx/wiki/Searx-instances" > Public instances< / a > < / li >
< / ul >
< hr / >
< ul >
< li > < a href = "https://twitter.com/Searx_engine" > Twitter< / a > < / li >
< li > < a href = "https://flattr.com/submit/auto?user_id=asciimoo&url=https://github.com/asciimoo/searx&title=searx&language=&tags=github&category=software" > Flattr< / a > < / li >
< li > < a href = "https://gratipay.com/searx" > Gratipay< / a > < / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< div class = "footer" >
2016-07-09 21:55:17 +02:00
© Copyright 2015-2016, Adam Tauber.
2015-11-17 23:38:25 +01:00
< / div >
< / body >
< / html >