summaryrefslogtreecommitdiff
path: root/searx/templates/courgette/results.html
AgeCommit message (Collapse)Author
2020-12-17[mod] themes: remove legacy, courgette and pix-art themesAlexandre Flament
2020-11-02[mod] separate index and search routesMarc Abonce Seguin
This makes it easier to separately handle search and index requests from a web server or from a reverse proxy. If a request to index contains a query, a permanent redirect HTTP response is returned. This should give some level of backwards compatibility for users that have set a searx instance in their browser's search bar.
2019-07-17Suggestions: use RawTextQuery to make the suggestions URLs. Update all ↵Dalf
themes accordingly.
2016-12-04[fix] proper escaping of the search query in templatesAdam Tauber
2015-05-19[enh] prettier search url displayAdam 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-10Merge branch 'rtl' of github.com:Cqoicebordel/searxAdam Tauber
2015-01-16Lots of courgette modificationCqoicebordel
2015-01-01[enh] better result template handlingAdam Tauber
2014-12-10HTML Entities + Use the right templateCqoicebordel
Courgette was using the wrong template. I assume it was a mistake.
2014-08-18[new] theme courgetteThomas LEBEAU