index.rst.txt 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. Welcome to searx
  2. ================
  3. Search without being tracked.
  4. 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.
  5. Get started with searx by using one of the `public instances`_. If you don't trust anyone, you can set up your own, see :ref:`installation`.
  6. .. _public instances: https://github.com/asciimoo/searx/wiki/Searx-instances
  7. Features
  8. --------
  9. - Self hosted
  10. - No user tracking
  11. - No user profiling
  12. - About 70 supported search engines
  13. - Easy integration with any search engine
  14. - Cookies are not used by default
  15. - Secure, encrypted connections (HTTPS/SSL)
  16. - Hosted by organisations, such as La Quadrature du Net, which promote digital rights
  17. User documentation
  18. ------------------
  19. .. toctree::
  20. :maxdepth: 1
  21. user/search_syntax
  22. user/own-instance
  23. Administrator documentation
  24. ---------------------------
  25. .. toctree::
  26. :maxdepth: 1
  27. dev/install/installation
  28. admin/api
  29. admin/filtron
  30. admin/morty
  31. Developer documentation
  32. -----------------------
  33. .. toctree::
  34. :maxdepth: 1
  35. dev/quickstart
  36. dev/contribution_guide
  37. dev/engine_overview
  38. dev/search_api
  39. dev/plugins
  40. dev/translation