mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[mod] favicon mods
This commit is contained in:
		
							parent
							
								
									4f4cb1caca
								
							
						
					
					
						commit
						f6f9af4577
					
				
					 1 changed files with 7 additions and 2 deletions
				
			
		|  | @ -38,6 +38,11 @@ app = Flask(__name__) | |||
| app.secret_key = settings['server']['secret_key'] | ||||
| 
 | ||||
| 
 | ||||
| #TODO configurable via settings.yml | ||||
| favicons = ['wikipedia', 'youtube', 'vimeo', 'soundcloud', | ||||
|             'twitter', 'stackoverflow', 'github'] | ||||
| 
 | ||||
| 
 | ||||
| opensearch_xml = '''<?xml version="1.0" encoding="utf-8"?> | ||||
| <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> | ||||
|   <ShortName>searx</ShortName> | ||||
|  | @ -136,7 +141,7 @@ def index(): | |||
|             result['pretty_url'] = result['url'] | ||||
| 
 | ||||
|         for engine in result['engines']: | ||||
|             if engine in ['wikipedia', 'youtube', 'vimeo', 'soundcloud', 'twitter', 'stackoverflow', 'github']: | ||||
|             if engine in favicons: | ||||
|                 result['favicon'] = engine | ||||
| 
 | ||||
|     if request_data.get('format') == 'json': | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 asciimoo
						asciimoo