|
.oO SearXNG Developer Documentation Oo.
|
Namespaces | |
| namespace | __main__ |
| namespace | cache |
| namespace | config |
| namespace | proxy |
| namespace | resolvers |
Functions | |
| is_active () | |
| init () | |
Variables | |
| list | __all__ = ["init", "favicon_url", "favicon_proxy"] |
| logger = logger.getChild('favicons') | |
Implementations for providing the favicons in SearXNG. There is a command line for developer purposes and for deeper analysis. Here is an example in which the command line is called in the development environment:: $ ./manage pyenv.cmd bash --norc --noprofile (py3) python -m searx.favicons --help
| searx.favicons.init | ( | ) |
Definition at line 26 of file __init__.py.
References is_active().
| searx.favicons.is_active | ( | ) |
Definition at line 22 of file __init__.py.
References searx.get_setting().
Referenced by init().
|
private |
Definition at line 12 of file __init__.py.
| searx.favicons.logger = logger.getChild('favicons') |
Definition at line 19 of file __init__.py.