mirror of
				https://github.com/sissbruecker/linkding.git
				synced 2025-11-03 20:44:05 +01:00 
			
		
		
		
	* feat: Add opensearch declaration * cleanup --------- Co-authored-by: Johannes Zorn <johannes.zorn@zollsoft.com> Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			457 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			457 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
 | 
						|
    <ShortName>Linkding</ShortName>
 | 
						|
    <Description>Linkding</Description>
 | 
						|
    <InputEncoding>UTF-8</InputEncoding>
 | 
						|
    <Image width="16" height="16" type="image/x-icon">{{base_url}}static/favicon.ico</Image>
 | 
						|
    <Url type="text/html" template="{{ bookmarks_url }}?client=opensearch&q={searchTerms}"/>
 | 
						|
</OpenSearchDescription>
 |