searxng/docs
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>
2021-07-18 15:55:42 +02:00
..
_themes/searx [fix] sphinx-tabs should not overlap sidebar 2021-05-14 17:19:49 +02:00
admin [doc] admin manual - describe installation of external plugins 2021-06-15 18:00:35 +02:00
build-templates [fix] .config.sh: typo SEARX_INTERNAL_URL --> SEARX_INTERNAL_HTTP 2021-06-27 13:24:09 +02:00
dev [fix] add missing transifex configuration (./tx/config) 2021-07-03 19:31:31 +02:00
searx_extra Add searx_extra package 2021-03-04 11:59:14 +01:00
src [docs] add documentation from the sources of the google engines 2021-06-21 18:25:52 +02:00
static/img [enh] initial structure 2015-11-17 23:38:22 +01:00
user [mod] replace makefile boilerplate by 'manage' script 2021-04-23 11:26:22 +02:00
utils [mod] utils/lxc.sh: detect conflict of docker & LXC in the iptables 2021-06-23 12:47:52 +02:00
conf.py [mod] drop usage of the searx.brand namespace (python procs) 2021-07-18 15:55:42 +02:00
index.rst [docs] move LXC blog article into developer documentation. 2021-06-04 15:05:58 +02:00