summaryrefslogtreecommitdiff
path: root/searx/templates/default
AgeCommit message (Collapse)Author
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-08-05wikidata refactor and more attributes (see issue #560)marc
2016-04-09follow up blocked_engines renaming in templatesNoemi Vanyi
2016-03-02[fix] opensearch image issue - closes #507Adam Tauber
2016-02-27[fix] apply changes in infobox's stylesa01200356
changes were made for wolframalpha infobox: - wrap text inside infobox. for example, there's a hill in New Zealand called Taumatawhakatangihangakoauauotamateapokaiwhenuakitanatahu (don't blame me, blame the Kiwis) and now it doesn't break the infobox. - add an optional image field for infobox's attributes. (doesn't affect ddg infobox at all) - table is now always split in half. needed so that images stay inside infobox. (max-width doesn't work for inline elements, it's the table that has to set the width. if you don't like how the table width looks now in ddg/wiki's infobox, i can change that code so that the style only applies when using wolframalpha.
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] #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-11Translate the 'cached' in resultsCqoicebordel
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-18Proxify most of images referencesdalf
Create hash only when necessary
2015-01-17Proxify images inside infoboxesdalf
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-15Merge branch 'code_results' of https://github.com/pointhi/searx into ↵Adam Tauber
pointhi-code_results Conflicts: searx/static/themes/default/css/style.css searx/static/themes/oscar/css/oscar.min.css searx/templates/oscar/result_templates/torrent.html
2015-01-15Few fixesCqoicebordel
- Whitespaces - Change a few <p> in <span> - Add RSS to allow browser detection - A few UIUX changes - Add a few more allowed translations
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-09[fix] template syntaxAdam Tauber
2015-01-01[fix] favicon pathsAdam Tauber
2015-01-01[fix] static content pathsAdam Tauber
2015-01-01[enh] better result template handlingAdam Tauber
2014-12-28[enh] move favicons into own directoryThomas Pointhuber
2014-12-24Merge branch 'Detect-favicons' of https://github.com/Cqoicebordel/searx into ↵Adam Tauber
Cqoicebordel-Detect-favicons Conflicts: searx/templates/courgette/result_templates/default.html searx/templates/courgette/result_templates/map.html searx/templates/courgette/result_templates/videos.html searx/templates/default/result_templates/default.html searx/templates/default/result_templates/map.html searx/templates/default/result_templates/videos.html searx/webapp.py
2014-12-20[enh] add result_templates/code.htmlThomas Pointhuber
2014-12-18Final commit on faviconsCqoicebordel
Definitely remove engine array Change every themes to accomodate that change Tweak of video template of oscar to add link on video thumbnail
2014-12-14[fix] mysterious string removeAdam Tauber
2014-12-10Add title and alt on image in infoboxCqoicebordel
2014-12-10Multiple HTML correctionsCqoicebordel
Alt on favicon No <p> in <p> Correct alt and title on img
2014-12-10HTML and usability correctionsCqoicebordel
Put the result URL at the top, like in other results template Put the magnet link on the same line as the stats (peer/seed).
2014-12-10Alt on faviconCqoicebordel
2014-12-10Correct alt and titleCqoicebordel
2014-12-10Alt on faviconsCqoicebordel
2014-12-10Correct HTML entities and linkCqoicebordel