summaryrefslogtreecommitdiff
path: root/searx/templates/legacy
AgeCommit message (Collapse)Author
2020-03-26brands: hardcode ISSUE_URL and some links on the about-pageMarkus Heiser
A *brand* of searx is a fork which might have its own design and some special functions which might bee reasonable in a special context. In this sense, the fork might have its own documentation but not its own issue tracker. The *upstream* of a brand is always https://github.com/asciimoo from where the brand-fork pulls the master branch regularly. A fork which has its own issue tracker is a spin-off and out of the scope of the searx project itself. The conclusion is: - hard code ISSUE_URL (in the Makefile) - always refer to DOCS_URL - links in the about page refer to the *upstream* (searx project) except DOCS_URL - "fork me on github" ribbons refer to the *upstream* 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>
2019-11-24add seedpeer againMarc Abonce Seguin
2019-10-16add initial support for offline engines && command engineNoémi Ványi
2019-07-25[mod] restore btdigg engine as btdig.com (#1515)volth
2019-07-17Suggestions: use RawTextQuery to make the suggestions URLs. Update all ↵Dalf
themes accordingly.
2019-01-07Revert "remove 'all' option from search languages"Noémi Ványi
This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796.
2017-12-06remove 'all' option from search languagesmarc
2017-09-08[fix] static path fixed in templates and webapp, line endings fixedmisnyo
2017-05-15[enh] py3 compatibilityAdam Tauber
2017-01-20[mod] add a __common__ template that can't be selected but that provides a ↵Alexandre Flament
common place for shared templates. What has been moved into this template : * opensearch*.xml is always the same whatever the themes. * the text inside */about.html
2016-12-13[enh] add supported_languages on engines and auto-generate languages.pymarc
2016-12-09[fix] query escaping in rss/opensearch outputAdam Tauber
2016-12-04[fix] proper escaping of the search query in templatesAdam Tauber
2016-10-22Merge pull request #734 from dalf/seeks_urlAdam Tauber
[fix] seeks URLS, close #731
2016-10-15[fix] seeks URLS, close #731dalf
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-09-22[mod] rename "default" theme to "legacy"Adam Tauber