You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Markus Heiser 3e50e8de3e [mod] drop usage of the searx.brand namespace (python procs)
Added function searx.get_setting(name, default=_unset):
  Returns the value to which ``name`` point.  If there is no such name in the
  settings and the ``default`` is unset, a KeyError exception is raised.

In all the python processes ..

- make docs
- make buildenv
- make install (setup.py)

the usage of the 'brand.*' name space is replaced by 'searx.get_setting'
function.

- brand.SEARX_URL        --> get_setting('server.base_url')
- brand.GIT_URL          --> get_setting('brand.git_url')
- brand.GIT_BRANCH'      --> get_setting('server.base_url')
- brand.ISSUE_URL        --> get_setting('brand.issue_url')
- brand.DOCS_URL         --> get_setting('brand.docs_url')
- brand.PUBLIC_INSTANCES --> get_setting('brand.public_instances')
- brand.CONTACT_URL      --> get_setting('general.contact_url', '')
- brand.WIKI_URL         --> get_setting('brand.wiki_url')
- brand.TWITTER_URL      --> get_setting('brand.twitter_url', '')

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
..
answerers
data [fix] Qwant engines - implement API v3 and add 'quant videos' 3 years ago
engines Merge pull request #211 from MarcAbonce/onions_v3_fix_searxng 3 years ago
metrics
network
plugins
raise_for_httperror
search [pylint] prepare for pylint v2.9.3 / fix some (new) pylint issues 3 years ago
shared
static [build] /static 3 years ago
templates
translations
__init__.py [mod] drop usage of the searx.brand namespace (python procs) 3 years ago
autocomplete.py
exceptions.py
external_bang.py
external_urls.py
flaskfix.py
languages.py
preferences.py [pylint] prepare for pylint v2.9.3 / fix some (new) pylint issues 3 years ago
query.py
results.py
settings.yml Merge pull request #211 from MarcAbonce/onions_v3_fix_searxng 3 years ago
settings_defaults.py [pylint] searx/__init__.py & searx/settings_defaults.py 3 years ago
settings_loader.py
settings_robot.yml
testing.py
unixthreadname.py
utils.py
version.py
webadapter.py
webapp.py [pylint] prepare for pylint v2.9.3 / fix some (new) pylint issues 3 years ago
webutils.py