index.rst 1.2 KB

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 :wiki:`Searx-instances`. If you don't trust anyone, you can set up your own, see :ref:`installation`.
  6. Features
  7. --------
  8. - Self hosted
  9. - No user tracking
  10. - No user profiling
  11. - About 70 supported search engines
  12. - Easy integration with any search engine
  13. - Cookies are not used by default
  14. - Secure, encrypted connections (HTTPS/SSL)
  15. - Hosted by organisations, such as La Quadrature du Net, which promote digital rights
  16. User documentation
  17. ------------------
  18. .. toctree::
  19. :maxdepth: 1
  20. user/search_syntax
  21. user/own-instance
  22. Administrator documentation
  23. ---------------------------
  24. .. toctree::
  25. :maxdepth: 1
  26. dev/install/installation
  27. admin/api
  28. admin/filtron
  29. admin/morty
  30. blog/blog
  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