mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge pull request #385 from framasoft/opensearch-icon
Add Image on opensearch
This commit is contained in:
		
						commit
						c706bea788
					
				
					 3 changed files with 3 additions and 0 deletions
				
			
		|  | @ -3,6 +3,7 @@ | ||||||
|   <ShortName>searx</ShortName> |   <ShortName>searx</ShortName> | ||||||
|   <Description>Search searx</Description> |   <Description>Search searx</Description> | ||||||
|   <InputEncoding>UTF-8</InputEncoding> |   <InputEncoding>UTF-8</InputEncoding> | ||||||
|  |   <Image>{{ host }}{{ url_for('static', filename='img/favicon.png') | replace("/", "", 1) }}</Image> | ||||||
|   <LongName>searx metasearch</LongName> |   <LongName>searx metasearch</LongName> | ||||||
|   {% if opensearch_method == 'get' %} |   {% if opensearch_method == 'get' %} | ||||||
|     <Url type="text/html" method="get" template="{{ host }}search?q={searchTerms}"/> |     <Url type="text/html" method="get" template="{{ host }}search?q={searchTerms}"/> | ||||||
|  |  | ||||||
|  | @ -3,6 +3,7 @@ | ||||||
|   <ShortName>searx</ShortName> |   <ShortName>searx</ShortName> | ||||||
|   <Description>Search searx</Description> |   <Description>Search searx</Description> | ||||||
|   <InputEncoding>UTF-8</InputEncoding> |   <InputEncoding>UTF-8</InputEncoding> | ||||||
|  |   <Image>{{ host }}{{ url_for('static', filename='img/favicon.png') | replace("/", "", 1) }}</Image> | ||||||
|   <LongName>searx metasearch</LongName> |   <LongName>searx metasearch</LongName> | ||||||
|   {% if opensearch_method == 'get' %} |   {% if opensearch_method == 'get' %} | ||||||
|     <Url type="text/html" method="get" template="{{ host }}search?q={searchTerms}"/> |     <Url type="text/html" method="get" template="{{ host }}search?q={searchTerms}"/> | ||||||
|  |  | ||||||
|  | @ -3,6 +3,7 @@ | ||||||
|   <ShortName>searx</ShortName> |   <ShortName>searx</ShortName> | ||||||
|   <Description>Search searx</Description> |   <Description>Search searx</Description> | ||||||
|   <InputEncoding>UTF-8</InputEncoding> |   <InputEncoding>UTF-8</InputEncoding> | ||||||
|  |   <Image>{{ host }}{{ url_for('static', filename='img/favicon.png') | replace("/", "", 1) }}</Image> | ||||||
|   <LongName>searx metasearch</LongName> |   <LongName>searx metasearch</LongName> | ||||||
|   {% if opensearch_method == 'get' %} |   {% if opensearch_method == 'get' %} | ||||||
|     <Url type="text/html" method="get" template="{{ host }}search?q={searchTerms}"/> |     <Url type="text/html" method="get" template="{{ host }}search?q={searchTerms}"/> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber