Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							c416464949 
							
						 
					 
					
						
						
							
							[fix] lazy loading of <img> tags  
						
						... 
						
						
						
						Images should include dimension attributes.  Without `width` and `height`
specified, image dimensions are 0×0 pixels at first.  ...  In this case the
browser determines that all of them are visible to the user and decides to load
everything [1].
In CSS the `width` is set to a value and the `height` is unsed to scale the image
proportional in both dimensions.
[1] https://web.dev/browser-level-image-lazy-loading/#images-should-include-dimension-attributes 
[2] https://caniuse.com/loading-lazy-attr 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
						
					 
					
						2021-12-15 10:39:55 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							c7bb6945d1 
							
						 
					 
					
						
						
							
							[fix] simple theme: img tile, shows duplicate information on screen  
						
						... 
						
						
						
						Remove global title attribute from img tag[1][2] .  In the image result, the
title is already shown from span class title::
    <span class="title">{{ result.title|striptags }}</span>
See commit: 8fbffb1409b
    [fix] simple-theme templates: polish HTML <img> elements
[1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img 
[2] https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-title 
Reported-by: @dalf https://github.com/searxng/searxng/pull/545#issuecomment-980531215 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
						
					 
					
						2021-11-29 20:47:37 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							944b73511a 
							
						 
					 
					
						
						
							
							[enh] add SVG favicon href="favicon.svg" type="image/svg+xml"  
						
						... 
						
						
						
						Add link::
    <link rel="icon" href="favicon.png" sizes="any">
    <link rel="icon" href="favicon.svg" type="image/svg+xml">
Modern browsers should request::
    INFO  werkzeug   : 127.0.0.1 - - [28/Nov/2021 17:03:07] "GET /static/themes/simple/img/favicon.svg HTTP/1.1" 200 -
[1] https://github.com/audreyfeldroy/favicon-cheat-sheet#svg-file 
[2] https://dev.to/masakudamatsu/favicon-nightmare-how-to-maintain-sanity-3al7 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
						
					 
					
						2021-11-29 20:36:31 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							1f896ea509 
							
						 
					 
					
						
						
							
							[fix] query_in_title: add missing space in title  
						
						... 
						
						
						
						Suggested-by: @unixfox https://github.com/searxng/searxng/pull/485#issuecomment-981406978 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
						
					 
					
						2021-11-29 11:08:21 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							96cb7123bb 
							
						 
					 
					
						
						
							
							Merge pull request  #553  from return42/fix-oscar  
						
						... 
						
						
						
						[fix] oscar theme: use SearXNG logo and wordmark 
						
						
					 
					
						2021-11-27 00:34:22 +01:00 
						 
				 
			
				
					
						
							
							
								mrpaulblack 
							
						 
					 
					
						
						
						
						
							
						
						
							0bb4d6b296 
							
						 
					 
					
						
						
							
							[oscar theme] center search on index and use logo with ponthi  
						
						
						
						
					 
					
						2021-11-26 20:52:07 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							e54a06bae7 
							
						 
					 
					
						
						
							
							[fix] oscar theme: use SearXNG logo and wordmark  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
						
					 
					
						2021-11-26 16:43:18 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							8fbffb1409 
							
						 
					 
					
						
						
							
							[fix] simple-theme templates: polish HTML <img> elements  
						
						... 
						
						
						
						- <img> [1] element does not have an end tag, no need for a leading `/>`
- add global attribute title[2] to result_templates/images.html (result-images-source)
- in jinja macro 'macro result_header' remove duplicate of class="image"
- in jinja macro 'macro result_header' remove alt attribute (fix [3])::
    alt="{{ result.title|striptags }}"
  the result.title is already shown in::
    <h3>{{ result_link(result.url, result.title|safe) }}</h3>
[1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img 
[2] https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-title 
[3] https://github.com/searxng/searxng/issues/523 
Closes: https://github.com/searxng/searxng/issues/523 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
						
					 
					
						2021-11-25 12:07:57 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							3f3097c772 
							
						 
					 
					
						
						
							
							[fix] templates: remove unneeded escape \' of single quotation mark  
						
						... 
						
						
						
						Strings like::
    'Query in the page\'s title'
are hard to read / remove escape sequence by using double quotation marks for
strings ::
    "Query in the page's title"
BTW: remove a leading dot in the simple theme [1].
[1] 80fb77476f (r756112716) 
						
						
					 
					
						2021-11-24 17:40:03 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							42c1a938f0 
							
						 
					 
					
						
						
							
							Merge pull request  #485  from dalf/pref_query_in_title  
						
						... 
						
						
						
						[mod] new preference: query_in_title 
						
						
					 
					
						2021-11-24 13:10:27 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c4caa52989 
							
						 
					 
					
						
						
							
							fix PR  #535  
						
						... 
						
						
						
						Use the "empty_element" CSS class. 
						
						
					 
					
						2021-11-23 18:59:50 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							f57a9f425d 
							
						 
					 
					
						
						
							
							[simple template] format default string 'italic'  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
						
					 
					
						2021-11-23 15:28:08 +01:00 
						 
				 
			
				
					
						
							
							
								mrpaulblack 
							
						 
					 
					
						
						
						
						
							
						
						
							047d0ac6d6 
							
						 
					 
					
						
						
							
							[simple template] return a default string if there is no description  
						
						
						
						
					 
					
						2021-11-23 14:13:36 +01:00 
						 
				 
			
				
					
						
							
							
								mrpaulblack 
							
						 
					 
					
						
						
						
						
							
						
						
							f3aff26086 
							
						 
					 
					
						
						
							
							[simple theme] rework select; add safesearch to search and replace / with › in article url  
						
						... 
						
						
						
						* rework selection UI in pref (fix based on: 78643e9f43 
						
						
					 
					
						2021-11-21 21:38:00 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							ec5a82fccd 
							
						 
					 
					
						
						
							
							[enh] simple theme: add "simple-style" preferences  
						
						
						
						
					 
					
						2021-11-19 16:45:50 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							3c05530518 
							
						 
					 
					
						
						
							
							[build] /static  
						
						
						
						
					 
					
						2021-11-15 14:54:32 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							dfbbc3b471 
							
						 
					 
					
						
						
							
							[fix] simple theme: /preferences: add tokens field  
						
						... 
						
						
						
						include changes to display input text field in the preferences 
						
						
					 
					
						2021-11-13 17:12:28 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							a364e54859 
							
						 
					 
					
						
						
							
							[fix] delete trailing whitespace  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
						
					 
					
						2021-11-13 15:40:00 +01:00 
						 
				 
			
				
					
						
							
							
								MrPaulBlack 
							
						 
					 
					
						
						
						
						
							
						
						
							566dfe3330 
							
						 
					 
					
						
						
							
							[simple theme] update to ion icons 5 and drop webfont  
						
						... 
						
						
						
						* update from ionicons-npm to ionicons ver.5
* drop the webfont built by grunt for icons
* built icons.html template for inlining icons with jinja2 into html
* update icon to use mostly the outline version
* add icons to categories and do not display them on mobile to save space
* remove all legacy ion icon font files from simple theme
* icons.html is added in this commit since make statc.build.restore requires git to know the file already
* cleanup error-dialog 
						
						
					 
					
						2021-11-13 10:42:07 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							9bf53ab974 
							
						 
					 
					
						
						
							
							[build] /static  
						
						
						
						
					 
					
						2021-11-13 09:06:33 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							ee67a65180 
							
						 
					 
					
						
						
							
							[simple theme] replace old searx logo by searxng-wordmark.min.svg  
						
						... 
						
						
						
						Suggested-by: @dalf https://github.com/searxng/searxng/pull/473#issuecomment-962476683 
Suggested-by: @MrPaulBlack https://github.com/searxng/searxng/pull/473#issuecomment-962579826 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
						
					 
					
						2021-11-13 09:05:20 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							bf52353a5c 
							
						 
					 
					
						
						
							
							[enh] minify searxng-wordmark.svg (HTMLMinifier)  
						
						... 
						
						
						
						Command::
  ./node_modules/.bin/html-minifier \
      --remove-comments \
      --collapse-whitespace \
      src/svg/searxng-wordmark.svg \
      -o ../../../templates/__common__/searxng-wordmark.min.svg
- html-minifier: https://github.com/kangax/html-minifier 
  - onilne: https://kangax.github.io/html-minifier 
  - grunt: https://www.npmjs.com/package/grunt-contrib-htmlmin 
  - grunt-contrib-htmlmin: https://github.com/gruntjs/grunt-contrib-htmlmin 
  - npm: https://www.npmjs.com/package/html-minifier 
To test, rebuild your node environment::
  make node.env
Alternatives:
- pretty-data: https://github.com/vkiryukhin/pretty-data 
  - grunt: https://www.npmjs.com/package/grunt-xmlmin 
  - grunt-xmlming: https://github.com/dtrunk90/grunt-xmlmin 
  - npm: https://www.npmjs.com/package/grunt-xmlmin 
- minify-xml: https://github.com/kristian/minify-xml 
  - no grunt package available
  - npm: https://www.npmjs.com/package/minify-xml 
src/svg/searxng-wordmark.svg':
'../../../templates/__common__/searxng-wordmark.min.svg'
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
						
					 
					
						2021-11-13 09:05:20 +01:00 
						 
				 
			
				
					
						
							
							
								MrPaulBlack 
							
						 
					 
					
						
						
						
						
							
						
						
							a80b5dc110 
							
						 
					 
					
						
						
							
							[fix] scaling of result page on small screens by @ZetaTom  
						
						... 
						
						
						
						* thanks to https://github.com/ZetaTom  for the fix!
* set the width of the input#q element to 100% of the 1fr space of the grid layout
* change the viewport meta tag to th recommended value (see: https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag#viewport_basics )
* add a new @ultra-small-phone width of 20rem; when a device is smaller than that the search logo does not get displayed on the result page anymore 
						
						
					 
					
						2021-11-11 22:26:26 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							80fb77476f 
							
						 
					 
					
						
						
							
							[mod] new preference: query_in_title  
						
						... 
						
						
						
						* disable by default
* settings.yml: ui.query_in_title
* in /preferences: privacy tab
when enabled, the result page's title contains the user query.
previously:
* oscar theme: the query was always included
* simple theme: the query was included with the GET method 
						
						
					 
					
						2021-11-08 21:40:53 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							d1c09c84e2 
							
						 
					 
					
						
						
							
							[fix] simple theme: disable hotkeys when they are not enabled in the preferences  
						
						
						
						
					 
					
						2021-11-05 12:42:44 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							3167d645e8 
							
						 
					 
					
						
						
							
							[fix] simple theme: fix open in a new tab preference  
						
						
						
						
					 
					
						2021-11-05 09:36:19 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							0650e73b12 
							
						 
					 
					
						
						
							
							[mod] simple theme: SearXNG logo  
						
						
						
						
					 
					
						2021-10-29 20:24:04 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							fd374d6322 
							
						 
					 
					
						
						
							
							[enh] simple theme: image detail  
						
						... 
						
						
						
						When an image is selected, the detail with the full size image is displayed
on the right side of the screen (or full screen on tablet and phone).
When Javascript is disabled, the thumbnail is a linked to the full size image,
as it was before.
When the image proxy is enabled, the full size image is also proxied,
in consequence this commit increases the bandwidth usage of instances.
The detail can be closed by the close button or the Esc key.
It is possible to go to the next and previous images using the j and k keys
or the button on the top right of the screen. 
						
						
					 
					
						2021-10-28 08:28:21 +02:00 
						 
				 
			
				
					
						
							
							
								MrPaulBlack 
							
						 
					 
					
						
						
						
						
							
						
						
							1723726361 
							
						 
					 
					
						
						
							
							[simple theme] make url clickable and cleanup result article header  
						
						... 
						
						
						
						* url in article head is clickable
* url is bigger now 0.96em font
* url is now left floating on tablet and phone
* there is a 8px top and bottom margin on h3 result heading 
						
						
					 
					
						2021-10-27 06:17:37 +00:00 
						 
				 
			
				
					
						
							
							
								MrPaulBlack 
							
						 
					 
					
						
						
						
						
							
						
						
							bcc313bcf8 
							
						 
					 
					
						
						
							
							[simple theme] add logo to search form on result page  
						
						... 
						
						
						
						* rework search form as grid layout
* remove various paddings and margins
* add logo and link to index to search form
* make categories bigger on phone 
						
						
					 
					
						2021-10-27 05:47:25 +00:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							9730371199 
							
						 
					 
					
						
						
							
							[fix] typos reported from weblate translators  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
						
					 
					
						2021-10-15 19:20:11 +00:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							988910d451 
							
						 
					 
					
						
						
							
							[fix] templates: lang attribute of html uses hyphen  
						
						... 
						
						
						
						https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-lang 
https://www.w3.org/TR/REC-xml/#sec-lang-tag  
					
						2021-10-12 21:06:20 +02:00 
						 
				 
			
				
					
						
							
							
								MrPaulBlack 
							
						 
					 
					
						
						
						
						
							
						
						
							09324f3492 
							
						 
					 
					
						
						
							
							[template] move result url to top of article  
						
						
						
						
					 
					
						2021-10-09 16:00:56 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e39a03cc61 
							
						 
					 
					
						
						
							
							Merge pull request  #367  from dalf/searxng-github  
						
						... 
						
						
						
						SearXNG: .github, searxng-docker 
						
						
					 
					
						2021-10-02 07:57:49 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							74b0830362 
							
						 
					 
					
						
						
							
							SearXNG: simple theme  
						
						
						
						
					 
					
						2021-10-01 18:06:55 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							499c7b3cce 
							
						 
					 
					
						
						
							
							SearXNG: .github, searxng-docker  
						
						
						
						
					 
					
						2021-10-01 09:48:53 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							df06dddc04 
							
						 
					 
					
						
						
							
							SearXNG: oscar theme  
						
						
						
						
					 
					
						2021-09-30 18:50:21 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							2f1384f198 
							
						 
					 
					
						
						
							
							[enh] themes: display the engine descriptions  
						
						
						
						
					 
					
						2021-09-24 20:38:05 +02:00 
						 
				 
			
				
					
						
							
							
								MrPaulBlack 
							
						 
					 
					
						
						
						
						
							
						
						
							3017227c14 
							
						 
					 
					
						
						
							
							[preferences] remove checkbox class from query section  
						
						
						
						
					 
					
						2021-09-24 19:14:35 +02:00 
						 
				 
			
				
					
						
							
							
								MrPaulBlack 
							
						 
					 
					
						
						
						
						
							
						
						
							d24bcbb6f0 
							
						 
					 
					
						
						
							
							[preferences] reorder tabs in simple to match oscar theme  
						
						
						
						
					 
					
						2021-09-24 16:21:43 +02:00 
						 
				 
			
				
					
						
							
							
								MrPaulBlack 
							
						 
					 
					
						
						
						
						
							
						
						
							45eb2b5637 
							
						 
					 
					
						
						
							
							[preferences] cleanup whitespaces  
						
						
						
						
					 
					
						2021-09-24 16:15:26 +02:00 
						 
				 
			
				
					
						
							
							
								MrPaulBlack 
							
						 
					 
					
						
						
						
						
							
						
						
							2d26ace265 
							
						 
					 
					
						
						
							
							[preferences] add special queries tab to preferences  
						
						
						
						
					 
					
						2021-09-24 16:04:10 +02:00 
						 
				 
			
				
					
						
							
							
								MrPaulBlack 
							
						 
					 
					
						
						
						
						
							
						
						
							575483ad2a 
							
						 
					 
					
						
						
							
							[theme] add newline at the end of the file  
						
						
						
						
					 
					
						2021-09-21 00:12:39 +02:00 
						 
				 
			
				
					
						
							
							
								MrPaulBlack 
							
						 
					 
					
						
						
						
						
							
						
						
							880fe67172 
							
						 
					 
					
						
						
							
							[theme] remove categories, language and time range from index  
						
						
						
						
					 
					
						2021-09-21 00:10:12 +02:00 
						 
				 
			
				
					
						
							
							
								MrPaulBlack 
							
						 
					 
					
						
						
						
						
							
						
						
							644ccf16be 
							
						 
					 
					
						
						
							
							[theme] make engine stats clickable  
						
						
						
						
					 
					
						2021-09-12 10:52:15 +02:00 
						 
				 
			
				
					
						
							
							
								MrPaulBlack 
							
						 
					 
					
						
						
						
						
							
						
						
							48d4296caa 
							
						 
					 
					
						
						
							
							[theme] link to engine stats in footer  
						
						
						
						
					 
					
						2021-09-12 10:37:21 +02:00 
						 
				 
			
				
					
						
							
							
								Alexandre Flament 
							
						 
					 
					
						
						
						
						
							
						
						
							70c9bb6f2c 
							
						 
					 
					
						
						
							
							[fix] remove references to transifex  
						
						
						
						
					 
					
						2021-09-09 21:29:55 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							0240ca9567 
							
						 
					 
					
						
						
							
							[fix] oscar template - merge the two class attributes into one  
						
						... 
						
						
						
						Suggested-by: @dalf https://github.com/searxng/searxng/pull/295#discussion_r703337237 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
						
					 
					
						2021-09-07 16:46:49 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							bd830f7449 
							
						 
					 
					
						
						
							
							[fix] simple theme - preferences: fix tooltip overflow  
						
						... 
						
						
						
						Suggested-by: @dalf https://github.com/searxng/searxng/pull/295#discussion_r703370358 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
						
					 
					
						2021-09-07 16:46:49 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							9068a72c6a 
							
						 
					 
					
						
						
							
							[fix] oscar theme - preferences: rename col-checkbox/col-stat  
						
						... 
						
						
						
						[1] https://github.com/searxng/searxng/pull/295#discussion_r703318053 
[2] https://github.com/searxng/searxng/pull/295#discussion_r703337237 
Suggested-by: @dalf [1] [2]
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
						
					 
					
						2021-09-07 12:26:07 +02:00