Commit Graph

457 Commits

Author SHA1 Message Date
Adam Tauber 1de781a143 [enh] category specific engine deactivation - closes #205 2015-02-03 18:37:38 +01:00
Cqoicebordel 032f9bb1c9 Revert some wrong merge to allow torrents links to be visible 2015-01-21 18:03:11 +01:00
Cqoicebordel cd179bbdbb Modify theme Courgette to add colors
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-19 22:07:19 +01:00
Thomas Pointhuber 1f00ce8527 Revert: [enh] add new bootstrap-themes to oscar-template 2015-01-18 13:54:24 +01:00
Thomas Pointhuber 016a0ffe8a [enh] show js warning only if menu can't be used or inside preferences 2015-01-18 13:03:53 +01:00
Thomas Pointhuber 096ffd0659 [enh] add new bootstrap-themes to oscar-template 2015-01-18 12:00:38 +01:00
dalf 1d51512152 Proxify most of images references
Create hash only when necessary
2015-01-18 09:54:24 +01:00
dalf 9154cf7930 Proxify images inside infoboxes 2015-01-17 22:36:48 +01:00
Cqoicebordel d910744efe Test its existence before using thumbnail_src
Thanks @pointhi !
2015-01-17 19:49:21 +01:00
Cqoicebordel 2c15546518 Tiny forgots 2015-01-17 19:28:11 +01:00
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 ?
2015-01-17 19:21:09 +01:00
Adam Tauber 0a3b9a7b00 [enh] add image proxy toggle to preferences templates 2015-01-16 16:58:44 +01:00
Adam Tauber a1bf02e652 [enh] add image proxy to image results 2015-01-16 16:26:48 +01:00
Cqoicebordel 2fc1de54da Lots of courgette modification 2015-01-16 00:56:54 +01:00
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
2015-01-15 18:26:00 +01:00
Adam Tauber c5599e3c7c Merge pull request #174 from pointhi/nojs_fix
add no javascript support to oscar-template
2015-01-15 17:05:44 +01:00
Thomas Pointhuber de6064994e [enh] show text "Start search" instead of icon, if javascript is disabled 2015-01-15 16:03:30 +01:00
Thomas Pointhuber 525833bea7 [enh] disable js-based links if no js is available 2015-01-15 15:55:39 +01:00
Thomas Pointhuber 5bfaabeb6b [enh] add nojs support into oscar-template 2015-01-15 15:48:50 +01:00
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
2015-01-15 01:48:46 +01:00
Cqoicebordel 824208491a Scientific accuracy 2015-01-12 13:08:32 +01:00
Cqoicebordel 3002725e2d Few more translations 2015-01-12 11:04:54 +01:00
Cqoicebordel e32cb59ad6 W3C fix 2015-01-11 19:45:17 +01:00
Cqoicebordel 6ca81f649d Fix RSS link
Fix page number, urlencoded request and encoded &
2015-01-11 19:34:50 +01:00
Cqoicebordel c59d0c200e Fix torrent W3C+UX
Puts links to torrents and magnets in tool bar
Fixes a lot of W3C errors
2015-01-11 19:34:11 +01:00
Thomas Pointhuber 9109686c4e [enh] using less html code to disable autoescaping for embeded results 2015-01-10 20:26:17 +01:00
Thomas Pointhuber eb6f3348c4 [enh] display filesize greater 1TB 2015-01-10 19:44:08 +01:00
Thomas Pointhuber 08f820d74c [enh] make some torrent strings translatable 2015-01-10 19:42:41 +01:00
Thomas Pointhuber 830f70a6bc [enh] improve torrent results 2015-01-10 19:40:27 +01:00
Thomas Pointhuber 29a526ff0e [enh] add rss-link which can be detected by browsers 2015-01-10 15:24:21 +01:00
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
2015-01-09 21:30:09 +01:00
Adam Tauber d6b1ff08ad Merge branch 'master' of github.com:asciimoo/searx 2015-01-09 04:15:57 +01:00
Adam Tauber 425a576f28 [fix] template syntax 2015-01-09 04:05:39 +01:00
Cqoicebordel 67bd68b5e5 Put media above result content
Mimick more closely usual video viewer (video above, details below)
2015-01-05 20:25:47 +01:00
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).
2015-01-05 02:04:23 +01:00
Adam Tauber e5a323b288 [fix] favicon paths 2015-01-01 19:52:05 +01:00
Adam Tauber 798bef77f9 [fix] static content paths 2015-01-01 19:24:47 +01:00
Adam Tauber 2f9a386c0d [enh] better result template handling 2015-01-01 18:59:53 +01:00
Thomas Pointhuber a0293d6196 [enh] move favicons into own directory 2014-12-28 15:07:11 +01:00
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
2014-12-24 20:34:08 +01:00
Thomas Pointhuber d810763107 [enh] remove repeating codeparts inside the oscar template 2014-12-22 16:07:02 +01:00
Thomas Pointhuber 7adb17452d [enh] add result_templates/code.html 2014-12-20 23:33:03 +01:00
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
2014-12-18 16:26:32 +01:00
Adam Tauber ba51d784d1 [fix] mysterious string remove 2014-12-14 02:27:58 +01:00
Cqoicebordel 53a9af39ef Use the new way of finding the favicon 2014-12-12 19:16:29 +01:00
Cqoicebordel f3f544d5b5 Use the new way of finding the favicon 2014-12-12 19:15:30 +01:00
Cqoicebordel 002b812cc6 Use the new way of finding the favicon 2014-12-12 19:14:30 +01:00
Cqoicebordel 3ffe6014ed Use the new way of finding the favicon 2014-12-12 19:13:40 +01:00
Cqoicebordel 3b88adf8b6 Use the new way of finding an icon 2014-12-12 19:12:37 +01:00
Cqoicebordel 8fb6ea1bf1 Add title and alt on image in infobox 2014-12-10 18:27:08 +01:00
Cqoicebordel 5104552937 Multiple HTML corrections
Alt on favicon
No <p> in <p>
Correct alt and title on img
2014-12-10 18:21:41 +01:00
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).
2014-12-10 18:20:20 +01:00
Cqoicebordel 3e05570b32 Alt on favicon 2014-12-10 18:17:47 +01:00
Cqoicebordel 2bb820c281 Correct alt and title 2014-12-10 18:17:10 +01:00
Cqoicebordel 8708e5fc56 Alt on favicons 2014-12-10 18:16:32 +01:00
Cqoicebordel 149e19c68a Correct HTML entities and link 2014-12-10 18:15:39 +01:00
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>
2014-12-10 18:14:29 +01:00
Cqoicebordel eef05c3ddc Alt on favicon 2014-12-10 18:11:59 +01:00
Cqoicebordel b043237c61 Correct alt and title 2014-12-10 18:11:20 +01:00
Cqoicebordel 74000c739d Alt on favicon 2014-12-10 18:10:19 +01:00
Cqoicebordel 18f772615b HTML Entities + Use the right template
Courgette was using the wrong template. I assume it was a mistake.
2014-12-10 18:09:21 +01:00
Cqoicebordel 25c743f2af Striptag on alt and title
Strip HTML tags on alt and title of the images
2014-12-08 12:54:12 +01:00
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
2014-12-08 01:26:28 +01:00
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
2014-12-08 01:22:54 +01:00
Cqoicebordel 0b98f71ff0 HTML corrections
Add alt on favicons
Use right format for datetime
Remove pubdate tag
2014-12-08 01:19:05 +01:00
Cqoicebordel 977972a8ec UX + HTML corrections
Add title on image for hover
Add alt on favicon
2014-12-08 01:11:45 +01:00
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.
2014-12-08 01:09:16 +01:00
Cqoicebordel 42692aa2c5 Add alt for img
Add alt in infobox image.
2014-12-08 01:03:28 +01:00
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.
2014-12-08 01:01:33 +01:00
Adam Tauber 524e30e001 [doc] description fixes 2014-12-01 21:33:35 +01:00
Thomas Pointhuber e687f5c290 [enh][oscar_template] split js-files and compile them together 2014-11-30 13:21:58 +01:00
Adam Tauber 075a5fe898 Merge pull request #127 from pointhi/template_oscar_map
Template oscar, add map support
2014-11-19 16:19:03 +01:00
Thomas Pointhuber 4b75d41f86 [enh][oscar_template] loading map informations from overpass-api 2014-11-19 15:49:55 +01:00
Adam Tauber b8efd1214f [enh] category select warning message 2014-11-18 19:44:33 +01:00
Thomas Pointhuber aba65369d2 [enh] make version of searx readable 2014-11-18 11:37:42 +01:00
Adam Tauber b6da893c78 [fix] html attribute quote 2014-11-11 18:59:26 +01:00
Adam Tauber 0d80d5d3b4 Merge pull request #105 from pointhi/template_oscar
new template: oscar
2014-11-11 09:36:39 +01:00
Thomas Pointhuber a9b4f458e9 Merge pull request #6 from pointhi/template_oscar
[enh] add no-js support
2014-11-04 14:32:53 +01:00
Thomas Pointhuber 46dd502592 [fix][template][oscar] print ',' only if postcode is found 2014-11-04 12:58:12 +01:00
Thomas Pointhuber 25312c53e1 [enh] add no-js support
* image results have url, which can be clicked
* preferences full functionable without js
2014-11-03 22:18:40 +01:00
Thomas Pointhuber c0fc248213 [enh] template_oscar: improve visualisation of torrent results 2014-11-03 19:00:56 +01:00
Thomas Pointhuber 9274a59045 [fix] template_oscar: improve visualisation of video-results 2014-11-03 18:57:48 +01:00
Thomas Pointhuber c38917bb2a [enh] template_oscar: show addressdata if possible 2014-11-03 18:46:58 +01:00
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
2014-11-03 10:39:47 +01:00
Thomas Pointhuber 740594a4b7 [enh] oscar_template: initial osm-map support for map results
* TODO: remove leaflet.min.css if not required
2014-11-02 13:00:28 +01:00
Thomas Pointhuber a697a1eaa5 oscar template: display answers 2014-10-26 19:20:20 +01:00
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
2014-10-26 11:14:05 +01:00
Thomas Pointhuber c36c935b03 oscar template: add infobox 2014-10-05 15:46:43 +02:00
Thomas Pointhuber 517e57b996 oscar template: improve result icons 2014-10-05 14:40:47 +02:00
Thomas Pointhuber c25aab73b7 oscar template: add no result message 2014-10-05 14:40:47 +02:00
Thomas Pointhuber 451586f09f oscar template: update translation files 2014-10-05 14:40:47 +02:00
Thomas Pointhuber 55b9b10d2e oscar template: include typeahead.css into bootstrap.min.css 2014-10-05 14:40:47 +02:00
Thomas Pointhuber f4457da0a1 oscar template: using less to generate oscar.min.css 2014-10-05 14:40:47 +02:00
Thomas Pointhuber 14b0604bc0 oscar template: implement autocompleter 2014-10-05 14:40:47 +02:00
Thomas Pointhuber dc2c136220 oscar template: little style improvements 2014-10-05 14:40:46 +02:00
Thomas Pointhuber b91b77e335 oscar template: improve result page
* add paging support
* add suggestion panel
* add links panel
2014-10-05 14:40:46 +02:00
Thomas Pointhuber 6fa5f02d0b oscar template: improve image results 2014-10-05 14:40:46 +02:00
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
2014-10-05 14:40:46 +02:00
Thomas Pointhuber 9158571059 oscar template: update messages 2014-10-05 14:40:46 +02:00
Thomas Pointhuber a538bed745 oscar template: implement search input, index page,... 2014-10-05 14:40:46 +02:00
Thomas Pointhuber ef1ead9c4b oscar template: add directory in which are messages stored 2014-10-05 14:40:46 +02:00
Thomas Pointhuber 25919de608 oscar template: make the categories clickable 2014-10-05 14:40:46 +02:00
Thomas Pointhuber 5568fbd89d oscar template: using tab to seperate engines in preferences 2014-10-05 14:40:46 +02:00
Thomas Pointhuber afcfa04e30 oscar template: improve style for check and uncheck of engines 2014-10-05 14:40:46 +02:00
Thomas Pointhuber 8c6e63402a add more tooltips to preferences 2014-10-05 14:40:46 +02:00
Thomas Pointhuber d0913f894a remove text from alert-info in /stats 2014-10-05 14:40:46 +02:00
Thomas Pointhuber a88ce4bd33 little enhancement of oscar template
* improve site-titles
* add message which tell you if no data is availabe yet
2014-10-05 14:40:46 +02:00
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
2014-10-05 14:40:46 +02:00
Adam Tauber a48028b771 [fix] html escape url 2014-10-04 22:50:13 +02:00
dalf 728fc611da [fix] infoboxes and answers : pass all tests 2014-10-01 22:46:31 +02:00
Dalf 0a71525ab6 [enh] add infoboxes and answers (clean up) 2014-10-01 22:17:35 +02:00
Dalf 6bfd566353 [enh] add infoboxes and answers 2014-09-28 16:51:41 +02:00
Adam Tauber 00e5262834 [enh] archive.org link added to results 2014-09-08 00:52:15 +02:00
Thomas LEBEAU a28cfd4887 [new] theme courgette 2014-08-18 10:45:05 +02:00
Adam Tauber d290c1b9ac [enh] github ribbon to landingpage 2014-07-07 14:29:12 +02:00
Matej Cotman 08eaffe245 add multi theming support 2014-06-05 13:18:22 +02:00
Adam Tauber ead8d30ea0 [mod] inline suggestions 2014-05-10 06:39:07 +02:00
Adam Tauber 47d548d6a2 [enh][mod] results ui refactor 2014-05-09 01:27:55 +02:00
Adam Tauber a41c1392f0 [fix] using different opensearch url to fix chrome POST request bug 2014-05-01 10:14:47 +02:00
Matej Cotman 32e98967b7 add optional request with GET method for search and results pages 2014-03-29 16:50:48 +01:00
Adam Tauber 879bac8adb [fix] opensearch autocomplete 2014-03-29 16:40:43 +01:00
Adam Tauber 41dd4d9ba3 [enh] autocompleter server side part 2014-03-29 16:29:19 +01:00
Thomas Pointhuber c8cf95aa56 deactivate autocompleter by default 2014-03-21 11:11:31 +01:00
Thomas Pointhuber cc7f3cb617 initial implemention of autocompletion in opensearch.xml 2014-03-20 15:39:17 +01:00
Thomas Pointhuber ecd293c8a9 add front-part of autocompleter function 2014-03-19 20:19:44 +01:00
Adam Tauber 018a14431b Merge pull request #57 from pointhi/results
improving publishDate extraction and output of it
2014-03-18 18:20:10 +01:00
Adam Tauber 06b9238786 [fix] #38 2014-03-17 18:30:08 +01:00
Thomas Pointhuber 6f49bd8f08 adding publish date to video-results and rss-feed 2014-03-17 11:43:00 +01:00
Thomas Pointhuber b88146d669 showing publishedDate for news 2014-03-14 09:55:11 +01:00
Thomas Pointhuber 2fe2af7158 Adding placeholder in search-field 2014-03-06 16:37:25 +01:00
Thomas Pointhuber 3b31c60f07 fix little style errors 2014-03-06 16:25:15 +01:00
Adam Tauber a4f89a7981 [fix] proper src/href url handling 2014-03-04 20:31:03 +01:00
Adam Tauber c2951e16a5 [fix] search url categories 2014-03-04 19:25:59 +01:00
Adam Tauber 6ff57dfbe1 [enh] linkable search url display 2014-03-04 18:53:56 +01:00
asciimoo 84fc0c0e6d [fix][#36] remembering results download categories 2014-02-15 07:56:48 +01:00
asciimoo ced6a94591 [fix][#36] paging category reset 2014-02-15 07:51:17 +01:00
asciimoo 9b4d60972a [mod] engine list 2014-02-09 11:17:53 +01:00
asciimoo c075420eb7 [enh] displaying language_code in preferences 2014-02-09 11:14:13 +01:00
asciimoo f808de2001 [fix] formatting 2014-02-07 01:23:08 +01:00
asciimoo 67a4cffc9c [mod] deny vs block 2014-02-07 01:22:32 +01:00
asciimoo 5f30085d68 [fix] link 2014-02-07 01:20:10 +01:00
asciimoo c0013edcdd [enh] engine customisation init 2014-02-07 00:35:15 +01:00
asciimoo 48dc019b94 [enh] displaying shortcuts at engines page 2014-01-31 16:09:58 +01:00
asciimoo 2a788c8f29 [enh] search language support init 2014-01-31 04:35:23 +01:00
asciimoo fe3bc8a182 [enh] transifex link added 2014-01-30 15:38:10 +01:00
asciimoo 8de0356996 [enh] about updates - links added 2014-01-30 15:03:46 +01:00
asciimoo f1eefa004d [fix] paging for api forms 2014-01-30 14:30:07 +01:00
asciimoo 3cc62341c5 [enh] ui mods 2014-01-30 14:26:54 +01:00
asciimoo 941e5fb2c4 [enh][fix] opensearch separation ++ better chrome support 2014-01-30 13:30:41 +01:00
asciimoo 9ba17fce47 [fix] pagination position 2014-01-30 00:08:17 +01:00
asciimoo 8bb94e3dc4 [enh] paging support 2014-01-29 20:52:04 +01:00
asciimoo 93b5ecdc75 [fix] w3m submit button text display 2014-01-29 20:08:00 +01:00
asciimoo b62b3966b5 [enh] translations && informations @ preferences 2014-01-25 16:35:43 +01:00
asciimoo e23d2ed376 [fix] engines page translation 2014-01-24 13:35:44 +01:00
asciimoo 852dfc77c6 [enh] configurable localization 2014-01-22 00:59:18 +01:00
asciimoo 2b1d2dbc84 [enh] i18n support 2014-01-22 00:17:49 +01:00
asciimoo e3369174fe [fix] link 2014-01-21 12:38:51 +01:00
asciimoo 449ffeeeef [fix] link 2014-01-21 11:14:55 +01:00
asciimoo 5cf2809cc9 [mod] about page 2014-01-20 20:19:45 +01:00
asciimoo b7fa79081f [doc] about page updates 2014-01-19 23:17:50 +01:00
asciimoo 4f4cb1caca [enh] results favico handling 2014-01-19 22:58:50 +01:00
asciimoo bfdd6ebb92 Merge branch 'featured_result' of https://github.com/pw3t/searx 2014-01-19 22:39:56 +01:00
asciimoo 78f525aa94 [mod] about page mod 2014-01-19 17:41:00 +01:00
pw3t 380b440a55 [fix] replace the png icons by ico's, minor chnage in the html 2014-01-17 20:47:17 +01:00
pw3t a62b94e21c Merge branch 'master' of https://github.com/asciimoo/searx 2014-01-17 20:32:38 +01:00
asciimoo cc5e7e9431 [fix] about page updates 2014-01-17 18:55:00 +01:00
asciimoo d60e09e32c [fix] markdown syntax removed 2014-01-17 17:15:52 +01:00
asciimoo 69bd262b9e [enh] about page updates II. 2014-01-17 17:14:21 +01:00
asciimoo 8b3ca1112c [enh] /engines page added 2014-01-17 16:23:23 +01:00
asciimoo d6c8987575 [enh] about page updates 2014-01-17 16:22:30 +01:00
pw3t 91057682b5 [ehn] Add possibility to add icon in results (more ugly html / css, need fix) 2014-01-16 22:08:15 +01:00
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
2014-01-16 22:06:55 +01:00
pw3t a8ec7fe6a4 [ehn] add favicons for vimeo, soundcloud, twitter and youtube 2014-01-16 22:03:43 +01:00
pw3t fdb6fac214 [ehn] Add possibility to add icon in results (more ugly html / css, need fix) 2014-01-16 22:03:43 +01:00
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
2014-01-16 22:03:43 +01:00
asciimoo e06d69ea60 [enh] button to opensearch/rss 2014-01-14 19:19:20 +01:00
asciimoo 9cb744f440 [enh] opensearch/rss support part I. 2014-01-14 18:17:19 +01:00
asciimoo f4dcfa0206 [enh] new favicon added 2014-01-11 19:43:30 +01:00
asciimoo 71f7f942eb [enh] github ribbon removed from landing page 2014-01-11 16:00:12 +01:00
asciimoo 00584d77c8 [fix] newlines 2014-01-11 12:39:58 +01:00
rhapsodhy b0a4404217 [enh] highlight piratebay results with light grey border, and indent peers+magnet link 2014-01-11 03:33:41 +00:00
rhapsodhy 74ca542a02 [enh] set up special css classes for highlighting results + highlight definitions with dark grey border 2014-01-11 03:31:54 +00:00
asciimoo 04c408389d [fix] unused closing tag removed 2014-01-10 15:18:05 +01:00
Dalf 8433421156 [mod] more web page modification 2014-01-07 00:21:08 +01:00
Dalf 289a5707ed Merge remote-tracking branch 'upstream/master' 2014-01-06 18:53:41 +01:00
asciimoo 23b327c6ae [fix] html5 compatibility 2014-01-06 00:19:47 +01:00
Dalf 7915b5c5a0 [mod] web page modification 2014-01-05 20:27:13 +01:00
asciimoo 556b9dd2b0 [fix] id duplication 2014-01-05 12:24:38 +01:00
Adam Tauber b1c6b0a3f1 Merge pull request #14 from dalf/master
focus on search input
2014-01-03 00:33:02 -08:00
dalf 43a6ffcd46 [fix] the search text input gets the focus automatically 2014-01-02 22:57:28 +01:00
asciimoo fbe5fc3986 [enh] navigation link 2014-01-01 23:01:59 +01:00
asciimoo 41b8478f87 [fix] preferences template added 2014-01-01 22:17:36 +01:00
asciimoo 2e55e5f0be [enh] links to preferences 2014-01-01 22:17:10 +01:00
asciimoo a3de9ba56c [mod] separating categories 2014-01-01 22:16:21 +01:00
dalf 4e8b75a0fb [mod] the search text input gets the focus automatically 2013-12-31 13:35:43 +01:00
dalf 04727a2043 [mod] more html5 compliant 2013-12-31 12:58:10 +01:00
asciimoo fd6e730d50 [enh] viewport meta added 2013-12-22 15:59:44 +01:00
asciimoo 88b5169f8d [fix] search category checkbox whitespaces 2013-12-12 12:48:04 +01:00
asciimoo fa29452bd8 [fix] checkbox ids 2013-12-03 19:03:59 +01:00
asciimoo f1f0d978cb [enh] w3c compatibility ++ ui mods 2013-12-03 18:33:05 +01:00
asciimoo db7af79ac8 [mod] html mods 2013-12-03 14:29:00 +01:00
asciimoo 748fa7f75f [mod] html5 doctype 2013-12-03 14:02:49 +01:00
asciimoo 5c8382c1ba [enh] favicon added 2013-12-01 23:52:49 +01:00
asciimoo 5351104244 [enh][mod] displaying search query in page title 2013-12-01 23:51:31 +01:00
asciimoo e116c2f95e [enh] faq updates 2013-12-01 23:19:55 +01:00
asciimoo cfb06048ac [enh] faq updates 2013-12-01 16:24:52 +01:00
asciimoo d50414275c [fix] form submit url 2013-11-26 20:59:07 +01:00
asciimoo d1dd6364c9 [enh] csv/json download buttons 2013-11-25 09:04:46 +01:00
asciimoo e136832770 [enh] submittable suggestions 2013-11-15 01:00:00 +01:00
asciimoo 33969ca670 [enh] suggestion rendering 2013-11-13 19:35:32 +01:00
asciimoo 432ec664a3 [enh] about page update 2013-11-08 23:43:27 +01:00
asciimoo aca566eadf [enh] searx index image added 2013-11-02 17:38:57 +01:00
asciimoo 90db1f33e1 [enh] about page mods 2013-11-01 23:33:22 +01:00
asciimoo 94b824dc57 [enh] ui mods 2013-11-01 19:04:48 +01:00
asciimoo bb9dcf6e57 [enh] search button icon added 2013-11-01 18:29:16 +01:00
asciimoo fb6b918777 [enh] search input "design" 2013-11-01 15:33:53 +01:00
asciimoo 8114439575 [mod] engine list removed from default result template 2013-10-27 14:33:36 +01:00
asciimoo afe767d8e9 [enh] stat bar graphs 2013-10-27 02:59:32 +02:00
asciimoo 4f4ec44bb3 [enh] stat updates 2013-10-27 02:50:24 +02:00
asciimoo 3c3d9b0467 [enh] template for stats 2013-10-27 01:02:50 +02:00
asciimoo 4ebf8389e8 [enh] more compact image view 2013-10-27 00:12:04 +02:00
asciimoo be42683cbc [enh] about page updates 2013-10-26 20:54:06 +02:00
asciimoo ea475ee709 [enh] url prettify 2013-10-25 02:14:26 +02:00
asciimoo 60d8e7febd [enh] about updates 2013-10-23 23:45:41 +02:00
asciimoo 31471ed936 [enh] image result template added 2013-10-22 23:33:18 +02:00
asciimoo fd0a93dd7c [enh] result rendering templates 2013-10-22 23:32:52 +02:00
asciimoo 650d57fba7 [enh] about page update 2013-10-22 21:31:56 +02:00
asciimoo f01b1dc2ce [enh] about page updates 2013-10-21 22:46:34 +02:00
asciimoo eab02e299c [mod] github ribbon to about page 2013-10-21 09:51:35 +02:00
rhapsodhy c6c376930f [enh] add js to install on firefox as search engine 2013-10-21 01:38:26 +01:00
asciimoo c874ea9774 [enh] about page mods 2013-10-21 00:42:07 +02:00
asciimoo de4652f98c [mod] header removed 2013-10-21 00:37:57 +02:00
asciimoo f815ce7187 [fix] missing header template added 2013-10-21 00:29:34 +02:00
asciimoo 9ead6546a4 [enh] about page added 2013-10-21 00:28:48 +02:00
asciimoo 0b28f3fe6a [mod] about page moved 2013-10-21 00:07:03 +02:00
asciimoo 174daf703b [enh] chrome opensearch support 2013-10-20 22:37:55 +02:00
asciimoo 7aa89ef7c6 [mod] always remember selected categories 2013-10-20 21:31:06 +02:00
asciimoo 1e8af70192 [enh] checkbox redesign 2013-10-20 12:19:34 +02:00
asciimoo 565db911a4 [enh][mod] ui changes 2013-10-19 23:25:37 +02:00
asciimoo a0cbc767e7 [enh] number of search results 2013-10-19 22:35:53 +02:00
asciimoo 2cfefea06d [enh] container div added 2013-10-19 22:35:06 +02:00
asciimoo 567a44fcad [mod] checkbox label position 2013-10-19 22:13:40 +02:00
asciimoo 83c39a565a [enh] category selection remember 2013-10-19 19:56:11 +02:00
asciimoo 247c9144f2 [enh] smaller search form @ results page 2013-10-19 19:55:43 +02:00
asciimoo a8736f0713 [enh] description + keywords 2013-10-19 19:21:20 +02:00
asciimoo e85972b5e1 [mod] class rename 2013-10-19 18:29:17 +02:00
asciimoo f76d80de54 [enh] category support 2013-10-17 21:06:28 +02:00
asciimoo 1aff439931 [enh] ui mods 2013-10-17 20:44:50 +02:00
asciimoo 0531706287 [enh][mod] template refactor 2013-10-17 01:53:52 +02:00
asciimoo 3373b2c298 [enh] browser autocompletition turned off 2013-10-17 01:44:50 +02:00