Commit Graph

397 Commits (0d4d58f794fea3a4439f4ed4689e52b8031e5246)

Author SHA1 Message Date
Cqoicebordel cb4a3fe598 Add thumbnails in images results
- 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 ?
10 years ago
Adam Tauber 0a3b9a7b00 [enh] add image proxy toggle to preferences templates 10 years ago
Adam Tauber a1bf02e652 [enh] add image proxy to image results 10 years ago
Cqoicebordel 2fc1de54da Lots of courgette modification 10 years ago
Adam Tauber a04fafd419 Merge branch 'code_results' of https://github.com/pointhi/searx into 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
10 years ago
Adam Tauber c5599e3c7c Merge pull request #174 from pointhi/nojs_fix
add no javascript support to oscar-template
10 years ago
Thomas Pointhuber de6064994e [enh] show text "Start search" instead of icon, if javascript is disabled 10 years ago
Thomas Pointhuber 525833bea7 [enh] disable js-based links if no js is available 10 years ago
Thomas Pointhuber 5bfaabeb6b [enh] add nojs support into oscar-template 10 years ago
Cqoicebordel 389fc3b8b2 Few fixes
- Whitespaces
- Change a few <p> in <span>
- Add RSS to allow browser detection
- A few UIUX changes
- Add a few more allowed translations
10 years ago
Cqoicebordel 824208491a Scientific accuracy 10 years ago
Cqoicebordel 3002725e2d Few more translations 10 years ago
Cqoicebordel e32cb59ad6 W3C fix 10 years ago
Cqoicebordel 6ca81f649d Fix RSS link
Fix page number, urlencoded request and encoded &
10 years ago
Cqoicebordel c59d0c200e Fix torrent W3C+UX
Puts links to torrents and magnets in tool bar
Fixes a lot of W3C errors
10 years ago
Thomas Pointhuber 9109686c4e [enh] using less html code to disable autoescaping for embeded results 10 years ago
Thomas Pointhuber eb6f3348c4 [enh] display filesize greater 1TB 10 years ago
Thomas Pointhuber 08f820d74c [enh] make some torrent strings translatable 10 years ago
Thomas Pointhuber 830f70a6bc [enh] improve torrent results 10 years ago
Thomas Pointhuber 29a526ff0e [enh] add rss-link which can be detected by browsers 10 years ago
Thomas Pointhuber 400b54191c Merge branch 'master' of https://github.com/asciimoo/searx into code_results
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
10 years ago
Adam Tauber d6b1ff08ad Merge branch 'master' of github.com:asciimoo/searx 10 years ago
Adam Tauber 425a576f28 [fix] template syntax 10 years ago
Cqoicebordel 67bd68b5e5 Put media above result content
Mimick more closely usual video viewer (video above, details below)
10 years ago
Cqoicebordel 4a195e0b28 Integrated media in results + Deezer Engine
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).
10 years ago
Adam Tauber e5a323b288 [fix] favicon paths 10 years ago
Adam Tauber 798bef77f9 [fix] static content paths 10 years ago
Adam Tauber 2f9a386c0d [enh] better result template handling 10 years ago
Thomas Pointhuber a0293d6196 [enh] move favicons into own directory 10 years ago
Adam Tauber ada01cb367 Merge branch 'Detect-favicons' of https://github.com/Cqoicebordel/searx into 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
10 years ago
Thomas Pointhuber d810763107 [enh] remove repeating codeparts inside the oscar template 10 years ago
Thomas Pointhuber 7adb17452d [enh] add result_templates/code.html 10 years ago
Cqoicebordel 83d6f36659 Final commit on favicons
Definitely remove engine array
Change every themes to accomodate that change
Tweak of video template of oscar to add link on video thumbnail
10 years ago
Adam Tauber ba51d784d1 [fix] mysterious string remove 10 years ago
Cqoicebordel 53a9af39ef Use the new way of finding the favicon 10 years ago
Cqoicebordel f3f544d5b5 Use the new way of finding the favicon 10 years ago
Cqoicebordel 002b812cc6 Use the new way of finding the favicon 10 years ago
Cqoicebordel 3ffe6014ed Use the new way of finding the favicon 10 years ago
Cqoicebordel 3b88adf8b6 Use the new way of finding an icon 10 years ago
Cqoicebordel 8fb6ea1bf1 Add title and alt on image in infobox 10 years ago
Cqoicebordel 5104552937 Multiple HTML corrections
Alt on favicon
No <p> in <p>
Correct alt and title on img
10 years ago
Cqoicebordel 94ea67547a HTML and usability corrections
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).
10 years ago
Cqoicebordel 3e05570b32 Alt on favicon 10 years ago
Cqoicebordel 2bb820c281 Correct alt and title 10 years ago
Cqoicebordel 8708e5fc56 Alt on favicons 10 years ago
Cqoicebordel 149e19c68a Correct HTML entities and link 10 years ago
Cqoicebordel a809fd1bbb Multiple HTML corrections
Alt on favicon
Width of image should be 400 and not 400px
Correct alt+title on image
No <p> contains <p>
10 years ago
Cqoicebordel eef05c3ddc Alt on favicon 10 years ago
Cqoicebordel b043237c61 Correct alt and title 10 years ago
Cqoicebordel 74000c739d Alt on favicon 10 years ago
Cqoicebordel 18f772615b HTML Entities + Use the right template
Courgette was using the wrong template. I assume it was a mistake.
10 years ago
Cqoicebordel 25c743f2af Striptag on alt and title
Strip HTML tags on alt and title of the images
10 years ago
Cqoicebordel 79b936963f Bug + HTML corrections
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
10 years ago
Cqoicebordel 9ea2d8c131 Bug + HTML corrections
Add alt on favicons
Use correct datetime format
Remove pubdate tag
Use url instead of pretty_url for web.archive.org
10 years ago
Cqoicebordel 0b98f71ff0 HTML corrections
Add alt on favicons
Use right format for datetime
Remove pubdate tag
10 years ago
Cqoicebordel 977972a8ec UX + HTML corrections
Add title on image for hover
Add alt on favicon
10 years ago
Cqoicebordel 0a2051ef3c Bug + HTML corrections
Add alt for favicon
Correct datetime format
Remove pubdate (not in html5 spec)
Don't use pretty_url for web.archive.org.
10 years ago
Cqoicebordel 42692aa2c5 Add alt for img
Add alt in infobox image.
10 years ago
Cqoicebordel 34b5d95669 UX and HTML corrections
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.
10 years ago
Adam Tauber 524e30e001 [doc] description fixes 10 years ago
Thomas Pointhuber e687f5c290 [enh][oscar_template] split js-files and compile them together 10 years ago
Adam Tauber 075a5fe898 Merge pull request #127 from pointhi/template_oscar_map
Template oscar, add map support
10 years ago
Thomas Pointhuber 4b75d41f86 [enh][oscar_template] loading map informations from overpass-api 10 years ago
Adam Tauber b8efd1214f [enh] category select warning message 10 years ago
Thomas Pointhuber aba65369d2 [enh] make version of searx readable 10 years ago
Adam Tauber b6da893c78 [fix] html attribute quote 10 years ago
Adam Tauber 0d80d5d3b4 Merge pull request #105 from pointhi/template_oscar
new template: oscar
10 years ago
Thomas Pointhuber a9b4f458e9 Merge pull request #6 from pointhi/template_oscar
[enh] add no-js support
10 years ago
Thomas Pointhuber 46dd502592 [fix][template][oscar] print ',' only if postcode is found 10 years ago
Thomas Pointhuber 25312c53e1 [enh] add no-js support
* image results have url, which can be clicked
* preferences full functionable without js
10 years ago
Thomas Pointhuber c0fc248213 [enh] template_oscar: improve visualisation of torrent results 10 years ago
Thomas Pointhuber 9274a59045 [fix] template_oscar: improve visualisation of video-results 10 years ago
Thomas Pointhuber c38917bb2a [enh] template_oscar: show addressdata if possible 10 years ago
Thomas Pointhuber 2e7723a6c1 [enh] oscar_template: improve result visualisation
* highlight parts of result
* add link to archiv.to
* fix little bugs
* add little icons
* change style of "show map" button
10 years ago
Thomas Pointhuber 740594a4b7 [enh] oscar_template: initial osm-map support for map results
* TODO: remove leaflet.min.css if not required
10 years ago
Thomas Pointhuber a697a1eaa5 oscar template: display answers 10 years ago
dalf a71b326d9e [mod] default template modifications
- more smartphone friendly
- more text browser friendly
- next button always on the right
- in case of small screen supporting touch event, categories are displayed on one line with a scroll
10 years ago
Thomas Pointhuber c36c935b03 oscar template: add infobox 10 years ago
Thomas Pointhuber 517e57b996 oscar template: improve result icons 10 years ago
Thomas Pointhuber c25aab73b7 oscar template: add no result message 10 years ago
Thomas Pointhuber 451586f09f oscar template: update translation files 10 years ago
Thomas Pointhuber 55b9b10d2e oscar template: include typeahead.css into bootstrap.min.css 10 years ago
Thomas Pointhuber f4457da0a1 oscar template: using less to generate oscar.min.css 10 years ago
Thomas Pointhuber 14b0604bc0 oscar template: implement autocompleter 10 years ago
Thomas Pointhuber dc2c136220 oscar template: little style improvements 10 years ago
Thomas Pointhuber b91b77e335 oscar template: improve result page
* add paging support
* add suggestion panel
* add links panel
10 years ago
Thomas Pointhuber 6fa5f02d0b oscar template: improve image results 10 years ago
Thomas Pointhuber f3b565e17e oscar template: implement first version of results page
* implement results page
* improve search form template
* implement all result_templates
* fix youtube engine
10 years ago
Thomas Pointhuber 9158571059 oscar template: update messages 10 years ago
Thomas Pointhuber a538bed745 oscar template: implement search input, index page,... 10 years ago
Thomas Pointhuber ef1ead9c4b oscar template: add directory in which are messages stored 10 years ago
Thomas Pointhuber 25919de608 oscar template: make the categories clickable 10 years ago
Thomas Pointhuber 5568fbd89d oscar template: using tab to seperate engines in preferences 10 years ago
Thomas Pointhuber afcfa04e30 oscar template: improve style for check and uncheck of engines 10 years ago
Thomas Pointhuber 8c6e63402a add more tooltips to preferences 10 years ago
Thomas Pointhuber d0913f894a remove text from alert-info in /stats 10 years ago
Thomas Pointhuber a88ce4bd33 little enhancement of oscar template
* improve site-titles
* add message which tell you if no data is availabe yet
10 years ago
Thomas Pointhuber c21a907cac initial commit of the new template 'oscar'
* base.html mostly implemented
* stats.html implemented
* about.html implemented
* most of preferences.html implemented
* using bootstrap.js
10 years ago
Adam Tauber a48028b771 [fix] html escape url 10 years ago
dalf 728fc611da [fix] infoboxes and answers : pass all tests 10 years ago
Dalf 0a71525ab6 [enh] add infoboxes and answers (clean up) 10 years ago
Dalf 6bfd566353 [enh] add infoboxes and answers 10 years ago
Adam Tauber 00e5262834 [enh] archive.org link added to results 10 years ago
Thomas LEBEAU a28cfd4887 [new] theme courgette 10 years ago
Adam Tauber d290c1b9ac [enh] github ribbon to landingpage 10 years ago
Matej Cotman 08eaffe245 add multi theming support 10 years ago
Adam Tauber ead8d30ea0 [mod] inline suggestions 10 years ago
Adam Tauber 47d548d6a2 [enh][mod] results ui refactor 10 years ago
Adam Tauber a41c1392f0 [fix] using different opensearch url to fix chrome POST request bug 10 years ago
Matej Cotman 32e98967b7 add optional request with GET method for search and results pages 10 years ago
Adam Tauber 879bac8adb [fix] opensearch autocomplete 10 years ago
Adam Tauber 41dd4d9ba3 [enh] autocompleter server side part 10 years ago
Thomas Pointhuber c8cf95aa56 deactivate autocompleter by default 10 years ago
Thomas Pointhuber cc7f3cb617 initial implemention of autocompletion in opensearch.xml 10 years ago
Thomas Pointhuber ecd293c8a9 add front-part of autocompleter function 10 years ago
Adam Tauber 018a14431b Merge pull request #57 from pointhi/results
improving publishDate extraction and output of it
10 years ago
Adam Tauber 06b9238786 [fix] #38 10 years ago
Thomas Pointhuber 6f49bd8f08 adding publish date to video-results and rss-feed 10 years ago
Thomas Pointhuber b88146d669 showing publishedDate for news 10 years ago
Thomas Pointhuber 2fe2af7158 Adding placeholder in search-field 10 years ago
Thomas Pointhuber 3b31c60f07 fix little style errors 10 years ago
Adam Tauber a4f89a7981 [fix] proper src/href url handling 10 years ago
Adam Tauber c2951e16a5 [fix] search url categories 10 years ago
Adam Tauber 6ff57dfbe1 [enh] linkable search url display 10 years ago
asciimoo 84fc0c0e6d [fix][#36] remembering results download categories 11 years ago
asciimoo ced6a94591 [fix][#36] paging category reset 11 years ago
asciimoo 9b4d60972a [mod] engine list 11 years ago
asciimoo c075420eb7 [enh] displaying language_code in preferences 11 years ago
asciimoo f808de2001 [fix] formatting 11 years ago
asciimoo 67a4cffc9c [mod] deny vs block 11 years ago
asciimoo 5f30085d68 [fix] link 11 years ago
asciimoo c0013edcdd [enh] engine customisation init 11 years ago
asciimoo 48dc019b94 [enh] displaying shortcuts at engines page 11 years ago
asciimoo 2a788c8f29 [enh] search language support init 11 years ago
asciimoo fe3bc8a182 [enh] transifex link added 11 years ago
asciimoo 8de0356996 [enh] about updates - links added 11 years ago
asciimoo f1eefa004d [fix] paging for api forms 11 years ago
asciimoo 3cc62341c5 [enh] ui mods 11 years ago
asciimoo 941e5fb2c4 [enh][fix] opensearch separation ++ better chrome support 11 years ago
asciimoo 9ba17fce47 [fix] pagination position 11 years ago
asciimoo 8bb94e3dc4 [enh] paging support 11 years ago
asciimoo 93b5ecdc75 [fix] w3m submit button text display 11 years ago
asciimoo b62b3966b5 [enh] translations && informations @ preferences 11 years ago
asciimoo e23d2ed376 [fix] engines page translation 11 years ago
asciimoo 852dfc77c6 [enh] configurable localization 11 years ago
asciimoo 2b1d2dbc84 [enh] i18n support 11 years ago
asciimoo e3369174fe [fix] link 11 years ago
asciimoo 449ffeeeef [fix] link 11 years ago
asciimoo 5cf2809cc9 [mod] about page 11 years ago
asciimoo b7fa79081f [doc] about page updates 11 years ago
asciimoo 4f4cb1caca [enh] results favico handling 11 years ago
asciimoo bfdd6ebb92 Merge branch 'featured_result' of https://github.com/pw3t/searx 11 years ago
asciimoo 78f525aa94 [mod] about page mod 11 years ago
pw3t 380b440a55 [fix] replace the png icons by ico's, minor chnage in the html 11 years ago
pw3t a62b94e21c Merge branch 'master' of https://github.com/asciimoo/searx 11 years ago
asciimoo cc5e7e9431 [fix] about page updates 11 years ago
asciimoo d60e09e32c [fix] markdown syntax removed 11 years ago
asciimoo 69bd262b9e [enh] about page updates II. 11 years ago
asciimoo 8b3ca1112c [enh] /engines page added 11 years ago
asciimoo d6c8987575 [enh] about page updates 11 years ago
pw3t 91057682b5 [ehn] Add possibility to add icon in results (more ugly html / css, need fix) 11 years ago
pw3t d43bd05582 [ehn] Add a 'featured result feature'm putting on top of the reasults ddg definitions and wikipedia (ugly html / css)
[ehn] Add a templates for videos, so the thumbnails all have the same side
11 years ago
pw3t a8ec7fe6a4 [ehn] add favicons for vimeo, soundcloud, twitter and youtube 11 years ago
pw3t fdb6fac214 [ehn] Add possibility to add icon in results (more ugly html / css, need fix) 11 years ago
pw3t cf8f444e85 [ehn] Add a 'featured result feature'm putting on top of the reasults ddg definitions and wikipedia (ugly html / css)
[ehn] Add a templates for videos, so the thumbnails all have the same side
11 years ago
asciimoo e06d69ea60 [enh] button to opensearch/rss 11 years ago
asciimoo 9cb744f440 [enh] opensearch/rss support part I. 11 years ago
asciimoo f4dcfa0206 [enh] new favicon added 11 years ago
asciimoo 71f7f942eb [enh] github ribbon removed from landing page 11 years ago
asciimoo 00584d77c8 [fix] newlines 11 years ago
rhapsodhy b0a4404217 [enh] highlight piratebay results with light grey border, and indent peers+magnet link 11 years ago
rhapsodhy 74ca542a02 [enh] set up special css classes for highlighting results + highlight definitions with dark grey border 11 years ago
asciimoo 04c408389d [fix] unused closing tag removed 11 years ago
Dalf 8433421156 [mod] more web page modification 11 years ago
Dalf 289a5707ed Merge remote-tracking branch 'upstream/master' 11 years ago
asciimoo 23b327c6ae [fix] html5 compatibility 11 years ago
Dalf 7915b5c5a0 [mod] web page modification 11 years ago
asciimoo 556b9dd2b0 [fix] id duplication 11 years ago
Adam Tauber b1c6b0a3f1 Merge pull request #14 from dalf/master
focus on search input
11 years ago
dalf 43a6ffcd46 [fix] the search text input gets the focus automatically 11 years ago
asciimoo fbe5fc3986 [enh] navigation link 11 years ago
asciimoo 41b8478f87 [fix] preferences template added 11 years ago
asciimoo 2e55e5f0be [enh] links to preferences 11 years ago
asciimoo a3de9ba56c [mod] separating categories 11 years ago
dalf 4e8b75a0fb [mod] the search text input gets the focus automatically 11 years ago
dalf 04727a2043 [mod] more html5 compliant 11 years ago
asciimoo fd6e730d50 [enh] viewport meta added 11 years ago
asciimoo 88b5169f8d [fix] search category checkbox whitespaces 11 years ago
asciimoo fa29452bd8 [fix] checkbox ids 11 years ago
asciimoo f1f0d978cb [enh] w3c compatibility ++ ui mods 11 years ago
asciimoo db7af79ac8 [mod] html mods 11 years ago
asciimoo 748fa7f75f [mod] html5 doctype 11 years ago
asciimoo 5c8382c1ba [enh] favicon added 11 years ago
asciimoo 5351104244 [enh][mod] displaying search query in page title 11 years ago
asciimoo e116c2f95e [enh] faq updates 11 years ago
asciimoo cfb06048ac [enh] faq updates 11 years ago
asciimoo d50414275c [fix] form submit url 11 years ago
asciimoo d1dd6364c9 [enh] csv/json download buttons 11 years ago
asciimoo e136832770 [enh] submittable suggestions 11 years ago
asciimoo 33969ca670 [enh] suggestion rendering 11 years ago