summaryrefslogtreecommitdiff
path: root/searx/templates
AgeCommit message (Collapse)Author
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 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-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
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
2014-12-10Multiple HTML correctionsCqoicebordel
Alt on favicon Width of image should be 400 and not 400px Correct alt+title on image No <p> contains <p>
2014-12-10Alt on faviconCqoicebordel
2014-12-10Correct alt and titleCqoicebordel
2014-12-10Alt on faviconCqoicebordel
2014-12-10HTML Entities + Use the right templateCqoicebordel
Courgette was using the wrong template. I assume it was a mistake.
2014-12-08Striptag on alt and titleCqoicebordel
Strip HTML tags on alt and title of the images
2014-12-08Bug + HTML correctionsCqoicebordel
Add alt on favicon. Use correct datetime format Remove pubdate tag Use url instead of pretty_url for web.archive.org Add alt on video image
2014-12-08Bug + HTML correctionsCqoicebordel
Add alt on favicons Use correct datetime format Remove pubdate tag Use url instead of pretty_url for web.archive.org
2014-12-08HTML correctionsCqoicebordel
Add alt on favicons Use right format for datetime Remove pubdate tag
2014-12-08UX + HTML correctionsCqoicebordel
Add title on image for hover Add alt on favicon
2014-12-08Bug + HTML correctionsCqoicebordel
Add alt for favicon Correct datetime format Remove pubdate (not in html5 spec) Don't use pretty_url for web.archive.org.
2014-12-08Add alt for imgCqoicebordel
Add alt in infobox image.
2014-12-08UX and HTML correctionsCqoicebordel
Put the infobox first. Result first is more useful for the user. Add id in form for "for". htmlentities in the URL. Take care of spaces in categories.
2014-12-01[doc] description fixesAdam Tauber
2014-11-30[enh][oscar_template] split js-files and compile them togetherThomas Pointhuber
2014-11-19Merge pull request #127 from pointhi/template_oscar_mapAdam Tauber
Template oscar, add map support
2014-11-19[enh][oscar_template] loading map informations from overpass-apiThomas Pointhuber
2014-11-18[enh] category select warning messageAdam Tauber
2014-11-18[enh] make version of searx readableThomas Pointhuber
2014-11-11[fix] html attribute quoteAdam Tauber
2014-11-11Merge pull request #105 from pointhi/template_oscarAdam Tauber
new template: oscar
2014-11-04Merge pull request #6 from pointhi/template_oscarThomas Pointhuber
[enh] add no-js support
2014-11-04[fix][template][oscar] print ',' only if postcode is foundThomas Pointhuber