aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/opensearch.tpl
blob: 8885c12bc15ebb99e0bc16dfd3c5555fd2ad7f04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
	<ShortName>Hubzilla@{{$nodename}}</ShortName>
	<Description>Search in The Hubzilla@{{$nodename}}</Description>
	<Contact>http://github.com/friendica/red/</Contact>
	<Image height="16" width="16" type="image/png">{{$baseurl}}/images/rm-16.png</Image>
	<Image height="64" width="64" type="image/png">{{$baseurl}}/images/rm-64.png</Image>
	<Url type="text/html" 
        template="{{$baseurl}}/search?search={searchTerms}"/>
	<Url type="application/opensearchdescription+xml"
      	rel="self"
      	template="{{$baseurl}}/opensearch" />        
</OpenSearchDescription>