|
.oO SearXNG Developer Documentation Oo.
|
Functions | |
| locale_to_lang_code (locale) | |
| get_lang_urls (language) | |
| request (query, params) | |
| response (resp) | |
Variables | |
| dict | about |
| list | categories = ['it', 'software wikis'] |
| bool | paging = True |
| str | base_url = 'https://wiki.gentoo.org' |
| str | xpath_results = '//ul[@class="mw-search-results"]/li' |
| str | xpath_link = './/div[@class="mw-search-result-heading"]/a' |
| str | xpath_content = './/div[@class="searchresult"]' |
| dict | lang_urls |
| dict | main_langs |
Gentoo Wiki
| searx.engines.gentoo.get_lang_urls | ( | language | ) |
Definition at line 51 of file gentoo.py.
Referenced by searx.engines.gentoo.request(), and searx.engines.gentoo.response().
Here is the caller graph for this function:| searx.engines.gentoo.locale_to_lang_code | ( | locale | ) |
Definition at line 32 of file gentoo.py.
Referenced by searx.engines.gentoo.request(), and searx.engines.gentoo.response().
Here is the caller graph for this function:| searx.engines.gentoo.request | ( | query, | |
| params ) |
Definition at line 84 of file gentoo.py.
References searx.engines.gentoo.get_lang_urls(), and searx.engines.gentoo.locale_to_lang_code().
Here is the call graph for this function:| searx.engines.gentoo.response | ( | resp | ) |
Definition at line 107 of file gentoo.py.
References searx.engines.gentoo.get_lang_urls(), and searx.engines.gentoo.locale_to_lang_code().
Here is the call graph for this function:| dict searx.engines.gentoo.about |
| str searx.engines.gentoo.base_url = 'https://wiki.gentoo.org' |
| list searx.engines.gentoo.categories = ['it', 'software wikis'] |
| dict searx.engines.gentoo.lang_urls |
| dict searx.engines.gentoo.main_langs |
| str searx.engines.gentoo.xpath_content = './/div[@class="searchresult"]' |
| str searx.engines.gentoo.xpath_link = './/div[@class="mw-search-result-heading"]/a' |