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/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>
3 years ago
..
_themes/searx [fix] sphinx-tabs should not overlap sidebar 3 years ago
admin [doc] admin manual - describe installation of external plugins 3 years ago
build-templates [fix] .config.sh: typo SEARX_INTERNAL_URL --> SEARX_INTERNAL_HTTP 3 years ago
dev [fix] add missing transifex configuration (./tx/config) 3 years ago
searx_extra Add searx_extra package 3 years ago
src [docs] add documentation from the sources of the google engines 3 years ago
static/img [enh] initial structure 9 years ago
user [mod] replace makefile boilerplate by 'manage' script 3 years ago
utils [mod] utils/lxc.sh: detect conflict of docker & LXC in the iptables 3 years ago
conf.py [mod] drop usage of the searx.brand namespace (python procs) 3 years ago
index.rst [docs] move LXC blog article into developer documentation. 3 years ago