summaryrefslogtreecommitdiff
path: root/searx/templates/courgette
AgeCommit message (Collapse)Author
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-04[fix] 404 page localization #2Adam Tauber
2016-09-04[fix] 404 page localizationAdam Tauber
2016-09-04[fix] links in new tabs without js ++ noopener bug fix - closes #674Adam Tauber
2016-08-27Merge pull request #671 from kvch/custom-404Adam Tauber
Custom 404 message - fixes #317
2016-08-24add custom 404 pageNoemi Vanyi
2016-08-15uncapitalize searx in templatesNoémi Ványi
2016-04-09follow up blocked_engines renaming in templatesNoemi Vanyi
2016-03-02[fix] opensearch image issue - closes #507Adam Tauber
2016-02-27[enh] settings option to change instance name - closes #450Adam Tauber
2015-12-04Update descriptionGreenLunar
2015-07-09Add Image on opensearchLuc Didry
2015-06-05[fix] do not hide categorie inside preferences if there is no engine activatedThomas Pointhuber
2015-05-19[enh] prettier search url displayAdam Tauber
2015-04-26[fix] remove swapfileAdam Tauber
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-04-26[enh] implements #264 : add rel="noreferrer" to external linksAlexandre Flament
2015-04-07[fix] ordered categories in preferences - closes #258Adam Tauber
2015-04-07[enh] reset default preferencesAdam Tauber
2015-02-13Some RTL fixesCqoicebordel
- Pull the suggestions to the right in oscar - Add `‎` to a few places to print good url - Always LTR code display - Order pref label and info in pref for mobile view And add `sort` for ui languages and languages to find them more easily.
2015-02-12LTR the about page correctlyCqoicebordel
2015-02-11Engine table in preference page in Courgette text-aligned to the right in RTLCqoicebordel
2015-02-10Merge branch 'rtl' of github.com:Cqoicebordel/searxAdam Tauber
2015-02-08[enh] add safesearch functionalityThomas Pointhuber
2 = strict 1 = moderate 0 = none
2015-02-03[enh] category specific engine deactivation - closes #205Adam 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-18Proxify most of images referencesdalf
Create hash only when necessary
2015-01-17Test its existence before using thumbnail_srcCqoicebordel
Thanks @pointhi !
2015-01-17Add thumbnails in images resultsCqoicebordel
- Modify engines to create/fetch an URL for the thumbnails - Modify themes to show thumbnails instead of full images. In Courgette, the result is not very beautiful. Should we change it ?
2015-01-16[enh] add image proxy toggle to preferences templatesAdam Tauber
2015-01-16[enh] add image proxy to image resultsAdam Tauber
2015-01-16Lots of courgette modificationCqoicebordel
2015-01-09Merge branch 'master' of https://github.com/asciimoo/searx into code_resultsThomas Pointhuber
Conflicts: searx/engines/searchcode_code.py searx/engines/searchcode_doc.py searx/static/oscar/js/searx.min.js searx/templates/oscar/result_templates/default.html searx/templates/oscar/result_templates/images.html searx/templates/oscar/result_templates/map.html searx/templates/oscar/result_templates/torrent.html searx/templates/oscar/result_templates/videos.html
2015-01-01[fix] favicon pathsAdam Tauber
2015-01-01[fix] static content pathsAdam Tauber
2015-01-01[enh] better result template handlingAdam Tauber