searxng/searx/templates/simple
Markus Heiser 3f638ed196 [mod] drop usage of the searx.brand namespace (templates & /config)
In the templates and the /config (JSON) the usage of the 'brand.*' name
space is replaced by 'searx.get_setting' function.

- new_issue_url          --> get_setting('brand.new_issue_url')
- brand.GIT_URL          --> get_setting('brand.git_url')
- brand.PUBLIC_INSTANCES --> get_setting('brand.public_instances')
- brand.DOCS_URL         --> get_setting('brand.docs_url')
- brand.ISSUE_URL        --> get_setting('brand.issue_url')
- brand.CONTACT_URL      --> get_setting('general.contact_url', '')

The macro 'new_issue' from searx/templates/*/messages/no_results.html
is now imported with context::

    {% from '__common__/new_issue.html' import new_issue with context %}

To get *public instances URL* from context's 'get_setting()' function::

    get_setting('brand.public_instances','')

Macro's prototype does no longer need the 'new_issue_url' argument and has been
changed to::

    macro new_issue(engine_name, engine_reliability)

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-07-21 13:38:28 +02:00
..
messages [mod] drop usage of the searx.brand namespace (templates & /config) 2021-07-21 13:38:28 +02:00
result_templates [fix] make simple/result_templates/map.html more CSP compliant [1] 2021-06-09 18:08:23 +02:00
404.html Drop Python 2 (2/n): templates 2020-09-10 10:39:04 +02:00
about.html [enh] add simple theme (WIP) 2017-08-06 16:04:21 +02:00
base.html [mod] drop usage of the searx.brand namespace (templates & /config) 2021-07-21 13:38:28 +02:00
categories.html [enh] add simple theme (WIP) 2017-08-06 16:04:21 +02:00
index.html [enh] add simple theme (WIP) 2017-08-06 16:04:21 +02:00
infobox.html [mod] separate index and search routes 2020-11-02 20:04:03 -07:00
languages.html [enh] add simple theme (WIP) 2017-08-06 16:04:21 +02:00
macros.html [mod] option to enable or disable "proxy" button next to each result (#54) 2021-05-04 11:57:14 +02:00
preferences.html [fix] offline engines: fix templates /stats and /preferences 2021-05-22 15:17:18 +02:00
results.html [enh] add settings option to enable/disable search formats 2021-05-28 08:32:52 +02:00
search.html [mod] separate index and search routes 2020-11-02 20:04:03 -07:00
simple.spec.txt [enh] add simple theme (WIP) 2017-08-06 16:04:21 +02:00
stats.html [mod] drop usage of the searx.brand namespace (templates & /config) 2021-07-21 13:38:28 +02:00
time-range.html [enh] add simple theme (WIP) 2017-08-06 16:04:21 +02:00