diff options
author | Adam Tauber <asciimoo@gmail.com> | 2015-11-17 23:13:30 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2015-11-17 23:38:22 +0100 |
commit | 1d6597b40773b688ca317e1ab1ffe133b370afb1 (patch) | |
tree | 433c03ffffd6dc53a70d059028b449a2be0fecd6 /docs/index.rst | |
download | searxng-1d6597b40773b688ca317e1ab1ffe133b370afb1.tar.gz searxng-1d6597b40773b688ca317e1ab1ffe133b370afb1.zip |
[enh] initial structure
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 000000000..abb620627 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,39 @@ +Privacy-respecting free metasearch engine +========================================= + +Searx is a free software internet metasearch engine which aggregates results from other search engines, while not storing information about its users. Searx does not track or profile its users, nor does it share its users' data with third parties. Additionally, searx can be used over Tor for online anonymity. + + +Features +-------- + + - Self hosted + - Does not track its users + - Does not share its users data with third parties + - Does not use cookies by default + - Does not profile its users + - Does not collect its users data + - Offers secure, encrypted connections (HTTPS/SSL) + - Hosted by organisations, such as La Quadrature du Net, which promote digital rights + + +Further reading +--------------- + +.. toctree:: + :maxdepth: 1 + + user/search_syntax + + +Developer documentation +----------------------- + +.. toctree:: + :maxdepth: 1 + + dev/contribution_guide + dev/install/installation + dev/search_api + dev/plugins + dev/translation |