summaryrefslogtreecommitdiff
path: root/searx/templates/simple/base.html
AgeCommit message (Collapse)Author
2020-10-06[fix] opensearch.xml URL contains method and autocomplete parametersAlexandre Flament
When the user add searx as a search engine, the browser loads the /opensearch.xml URL without the cookies. Without the query parameters, the user preferences are ignored (method and autocomplete). In addition, opensearch.xml is modified to support automatic updates, see https://developer.mozilla.org/en-US/docs/Web/OpenSearch
2020-07-28Replaced dash with em in searx description (#1973)TheEvilSkeleton
Very small change, but it looks better
2020-06-15[enh] add translatable strings to javascript - closes #461Adam Tauber
2020-06-04[enh] add unique class for each endpoint - closes #1133Adam Tauber
2020-03-25brands: add ISSUE_URLMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-25[fix] brands: add variables from build env to jinja templatingMarkus Heiser
We have some variables in the build environment which are also needed in the templating process. Theses variables are relavant if one creates a fork with its own branding. We treat these variables under the term 'brands'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-02-14[mod] move public instance list to https://searx.spaceDalf
2019-08-06oscar and simple themes: no inline script (allow A+ Content-Security-Policy)Dalf
2019-04-09use instance_name for page titleb_b
related to #1025
2017-12-12revert changin about to searx docsNoémi Ványi
2017-12-12add links to footers of oscar and simple themesNoémi Ványi
Links: * Source code * Issue tracker * List of public instances Closes #1071
2017-08-06[enh] add simple theme (WIP)Alexandre Flament