summaryrefslogtreecommitdiff
path: root/searx/templates
AgeCommit message (Collapse)Author
2015-02-03[enh] category specific engine deactivation - closes #205Adam Tauber
2015-01-21Revert some wrong merge to allow torrents links to be visibleCqoicebordel
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-18Revert: [enh] add new bootstrap-themes to oscar-templateThomas Pointhuber
2015-01-18[enh] show js warning only if menu can't be used or inside preferencesThomas Pointhuber
2015-01-18[enh] add new bootstrap-themes to oscar-templateThomas Pointhuber
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-17Tiny forgotsCqoicebordel
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-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-15Merge pull request #174 from pointhi/nojs_fixAdam Tauber
add no javascript support to oscar-template
2015-01-15[enh] show text "Start search" instead of icon, if javascript is disabledThomas Pointhuber
2015-01-15[enh] disable js-based links if no js is availableThomas Pointhuber
2015-01-15[enh] add nojs support into oscar-templateThomas Pointhuber
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-12Scientific accuracyCqoicebordel
2015-01-12Few more translationsCqoicebordel
2015-01-11W3C fixCqoicebordel
2015-01-11Fix RSS linkCqoicebordel
Fix page number, urlencoded request and encoded &
2015-01-11Fix torrent W3C+UXCqoicebordel
Puts links to torrents and magnets in tool bar Fixes a lot of W3C errors
2015-01-10[enh] using less html code to disable autoescaping for embeded resultsThomas Pointhuber
2015-01-10[enh] display filesize greater 1TBThomas Pointhuber
2015-01-10[enh] make some torrent strings translatableThomas Pointhuber
2015-01-10[enh] improve torrent resultsThomas Pointhuber
2015-01-10[enh] add rss-link which can be detected by browsersThomas Pointhuber
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-09Merge branch 'master' of github.com:asciimoo/searxAdam Tauber
2015-01-09[fix] template syntaxAdam Tauber
2015-01-05Put media above result contentCqoicebordel
Mimick more closely usual video viewer (video above, details below)
2015-01-05Integrated media in results + Deezer EngineCqoicebordel
New "embedded" item for the results, allow to give an iframe to display the media directly in the results. Note that the attributes src of the iframes are not set, but instead data-src is set, allowing to only load the iframe when clicked. Deezer engine based on public API (no key).
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-22[enh] remove repeating codeparts inside the oscar templateThomas Pointhuber
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-12Use the new way of finding the faviconCqoicebordel
2014-12-12Use the new way of finding the faviconCqoicebordel
2014-12-12Use the new way of finding the faviconCqoicebordel
2014-12-12Use the new way of finding the faviconCqoicebordel
2014-12-12Use the new way of finding an iconCqoicebordel
2014-12-10Add title and alt on image in infoboxCqoicebordel