mirror of
https://github.com/searxng/searxng.git
synced 2025-08-12 23:06:44 +02:00
[doc] build from commit b01d32d69d
This commit is contained in:
commit
b47d4549e9
429 changed files with 98571 additions and 0 deletions
13
_sources/src/index.rst.txt
Normal file
13
_sources/src/index.rst.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
===========
|
||||
Source-Code
|
||||
===========
|
||||
|
||||
This is a partial documentation of our source code. We are not aiming to
|
||||
document every item from the source code, but we will add documentation when
|
||||
requested.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:glob:
|
||||
|
||||
searx.*
|
8
_sources/src/searx.babel_extract.rst.txt
Normal file
8
_sources/src/searx.babel_extract.rst.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. _searx.babel_extract:
|
||||
|
||||
===============================
|
||||
Custom message extractor (i18n)
|
||||
===============================
|
||||
|
||||
.. automodule:: searx.babel_extract
|
||||
:members:
|
65
_sources/src/searx.botdetection.rst.txt
Normal file
65
_sources/src/searx.botdetection.rst.txt
Normal file
|
@ -0,0 +1,65 @@
|
|||
.. _botdetection:
|
||||
|
||||
=============
|
||||
Bot Detection
|
||||
=============
|
||||
|
||||
.. contents::
|
||||
:depth: 2
|
||||
:local:
|
||||
:backlinks: entry
|
||||
|
||||
.. automodule:: searx.botdetection
|
||||
:members:
|
||||
|
||||
.. _botdetection ip_lists:
|
||||
|
||||
IP lists
|
||||
========
|
||||
|
||||
.. automodule:: searx.botdetection.ip_lists
|
||||
:members:
|
||||
|
||||
|
||||
.. _botdetection rate limit:
|
||||
|
||||
Rate limit
|
||||
==========
|
||||
|
||||
.. automodule:: searx.botdetection.ip_limit
|
||||
:members:
|
||||
|
||||
.. automodule:: searx.botdetection.link_token
|
||||
:members:
|
||||
|
||||
|
||||
.. _botdetection probe headers:
|
||||
|
||||
Probe HTTP headers
|
||||
==================
|
||||
|
||||
.. automodule:: searx.botdetection.http_accept
|
||||
:members:
|
||||
|
||||
.. automodule:: searx.botdetection.http_accept_encoding
|
||||
:members:
|
||||
|
||||
.. automodule:: searx.botdetection.http_accept_language
|
||||
:members:
|
||||
|
||||
.. automodule:: searx.botdetection.http_connection
|
||||
:members:
|
||||
|
||||
.. automodule:: searx.botdetection.http_user_agent
|
||||
:members:
|
||||
|
||||
.. automodule:: searx.botdetection.http_sec_fetch
|
||||
:members:
|
||||
|
||||
.. _botdetection config:
|
||||
|
||||
Config
|
||||
======
|
||||
|
||||
.. automodule:: searx.botdetection.config
|
||||
:members:
|
8
_sources/src/searx.cache.rst.txt
Normal file
8
_sources/src/searx.cache.rst.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. _searx.cache:
|
||||
|
||||
======
|
||||
Caches
|
||||
======
|
||||
|
||||
.. automodule:: searx.cache
|
||||
:members:
|
8
_sources/src/searx.exceptions.rst.txt
Normal file
8
_sources/src/searx.exceptions.rst.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. _searx.exceptions:
|
||||
|
||||
==================
|
||||
SearXNG Exceptions
|
||||
==================
|
||||
|
||||
.. automodule:: searx.exceptions
|
||||
:members:
|
48
_sources/src/searx.favicons.rst.txt
Normal file
48
_sources/src/searx.favicons.rst.txt
Normal file
|
@ -0,0 +1,48 @@
|
|||
.. _favicons source:
|
||||
|
||||
=================
|
||||
Favicons (source)
|
||||
=================
|
||||
|
||||
.. contents::
|
||||
:depth: 2
|
||||
:local:
|
||||
:backlinks: entry
|
||||
|
||||
.. automodule:: searx.favicons
|
||||
:members:
|
||||
|
||||
.. _favicons.config:
|
||||
|
||||
Favicons Config
|
||||
===============
|
||||
|
||||
.. automodule:: searx.favicons.config
|
||||
:members:
|
||||
|
||||
.. _favicons.proxy:
|
||||
|
||||
Favicons Proxy
|
||||
==============
|
||||
|
||||
.. automodule:: searx.favicons.proxy
|
||||
:members:
|
||||
|
||||
.. _favicons.resolver:
|
||||
|
||||
Favicons Resolver
|
||||
=================
|
||||
|
||||
.. automodule:: searx.favicons.resolvers
|
||||
:members:
|
||||
|
||||
.. _favicons.cache:
|
||||
|
||||
Favicons Cache
|
||||
==============
|
||||
|
||||
.. automodule:: searx.favicons.cache
|
||||
:members:
|
||||
|
||||
|
||||
|
8
_sources/src/searx.infopage.rst.txt
Normal file
8
_sources/src/searx.infopage.rst.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. _searx.infopage:
|
||||
|
||||
================
|
||||
Online ``/info``
|
||||
================
|
||||
|
||||
.. automodule:: searx.infopage
|
||||
:members:
|
15
_sources/src/searx.locales.rst.txt
Normal file
15
_sources/src/searx.locales.rst.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
.. _searx.locales:
|
||||
|
||||
=======
|
||||
Locales
|
||||
=======
|
||||
|
||||
.. contents::
|
||||
:depth: 2
|
||||
:local:
|
||||
:backlinks: entry
|
||||
|
||||
.. automodule:: searx.locales
|
||||
:members:
|
||||
|
||||
|
47
_sources/src/searx.search.processors.rst.txt
Normal file
47
_sources/src/searx.search.processors.rst.txt
Normal file
|
@ -0,0 +1,47 @@
|
|||
.. _searx.search.processors:
|
||||
|
||||
=================
|
||||
Search processors
|
||||
=================
|
||||
|
||||
.. contents::
|
||||
:depth: 2
|
||||
:local:
|
||||
:backlinks: entry
|
||||
|
||||
|
||||
Abstract processor class
|
||||
========================
|
||||
|
||||
.. automodule:: searx.search.processors.abstract
|
||||
:members:
|
||||
|
||||
Offline processor
|
||||
=================
|
||||
|
||||
.. automodule:: searx.search.processors.offline
|
||||
:members:
|
||||
|
||||
Online processor
|
||||
================
|
||||
|
||||
.. automodule:: searx.search.processors.online
|
||||
:members:
|
||||
|
||||
Online currency processor
|
||||
=========================
|
||||
|
||||
.. automodule:: searx.search.processors.online_currency
|
||||
:members:
|
||||
|
||||
Online dictionary processor
|
||||
===========================
|
||||
|
||||
.. automodule:: searx.search.processors.online_dictionary
|
||||
:members:
|
||||
|
||||
Online URL search processor
|
||||
===========================
|
||||
|
||||
.. automodule:: searx.search.processors.online_url_search
|
||||
:members:
|
38
_sources/src/searx.search.rst.txt
Normal file
38
_sources/src/searx.search.rst.txt
Normal file
|
@ -0,0 +1,38 @@
|
|||
.. _searx.search:
|
||||
|
||||
======
|
||||
Search
|
||||
======
|
||||
|
||||
.. autoclass:: searx.search.EngineRef
|
||||
:members:
|
||||
|
||||
.. autoclass:: searx.search.SearchQuery
|
||||
:members:
|
||||
|
||||
.. autoclass:: searx.search.Search
|
||||
|
||||
.. attribute:: search_query
|
||||
:type: searx.search.SearchQuery
|
||||
|
||||
.. attribute:: result_container
|
||||
:type: searx.results.ResultContainer
|
||||
|
||||
.. automethod:: search() -> searx.results.ResultContainer
|
||||
|
||||
.. autoclass:: searx.search.SearchWithPlugins
|
||||
:members:
|
||||
|
||||
.. attribute:: search_query
|
||||
:type: searx.search.SearchQuery
|
||||
|
||||
.. attribute:: result_container
|
||||
:type: searx.results.ResultContainer
|
||||
|
||||
.. attribute:: ordered_plugin_list
|
||||
:type: typing.List
|
||||
|
||||
.. attribute:: request
|
||||
:type: flask.request
|
||||
|
||||
.. automethod:: search() -> searx.results.ResultContainer
|
8
_sources/src/searx.settings.rst.txt
Normal file
8
_sources/src/searx.settings.rst.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. _searx.settings_loader:
|
||||
|
||||
===============
|
||||
Settings Loader
|
||||
===============
|
||||
|
||||
.. automodule:: searx.settings_loader
|
||||
:members:
|
8
_sources/src/searx.sqlitedb.rst.txt
Normal file
8
_sources/src/searx.sqlitedb.rst.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. _sqlite db:
|
||||
|
||||
=========
|
||||
SQLite DB
|
||||
=========
|
||||
|
||||
.. automodule:: searx.sqlitedb
|
||||
:members:
|
8
_sources/src/searx.utils.rst.txt
Normal file
8
_sources/src/searx.utils.rst.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. _searx.utils:
|
||||
|
||||
=================================
|
||||
Utility functions for the engines
|
||||
=================================
|
||||
|
||||
.. automodule:: searx.utils
|
||||
:members:
|
8
_sources/src/searx.valkeydb.rst.txt
Normal file
8
_sources/src/searx.valkeydb.rst.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. _valkey db:
|
||||
|
||||
==========
|
||||
Valkey DB
|
||||
==========
|
||||
|
||||
.. automodule:: searx.valkeydb
|
||||
:members:
|
8
_sources/src/searx.valkeylib.rst.txt
Normal file
8
_sources/src/searx.valkeylib.rst.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. _searx.valkey:
|
||||
|
||||
==============
|
||||
Valkey Library
|
||||
==============
|
||||
|
||||
.. automodule:: searx.valkeylib
|
||||
:members:
|
8
_sources/src/searx.weather.rst.txt
Normal file
8
_sources/src/searx.weather.rst.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. _weather:
|
||||
|
||||
=======
|
||||
Weather
|
||||
=======
|
||||
|
||||
.. automodule:: searx.weather
|
||||
:members:
|
Loading…
Add table
Add a link
Reference in a new issue