summaryrefslogtreecommitdiff
path: root/searx/templates/courgette/base.html
AgeCommit message (Collapse)Author
2020-12-17[mod] themes: remove legacy, courgette and pix-art themesAlexandre Flament
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-06-04[enh] add unique class for each endpoint - closes #1133Adam Tauber
2016-10-09[fix] set the title on the opensearch link tagFrançois Revol
Firefox uses the title attributes instead of the ShortName from the xml file as set in 0fbd7052 which closed #405
2016-08-15uncapitalize searx in templatesNoémi Ványi
2015-04-26[fix] #264 : implementation using Referrer Policy (Editor’s Draft, 3 March ↵Alexandre Flament
2015) see http://w3c.github.io/webappsec/specs/referrer-policy/
2015-02-10Merge branch 'rtl' of github.com:Cqoicebordel/searxAdam Tauber
2015-01-19Modify theme Courgette to add colorsCqoicebordel
Two colors are needed so I use a space in the cookie and a split in jinja to "encode" and "decode" them. We should enforce that each theme if they must use a cookie, prefix its name with the name of the theme. The color proposed here are based on bootstrap. We could use others.
2015-01-16Lots of courgette modificationCqoicebordel
2014-11-18[enh] make version of searx readableThomas Pointhuber
2014-08-18[new] theme courgetteThomas LEBEAU