blob: 47ff3ae374b12dc39a550ae1adc32705065d5fd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="<?% charset %?>"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName><?% gettext("Search with XXV") %?></ShortName>
<Description><?% gettext("Search for TV shows") %?></Description>
<InputEncoding><?% charset %?></InputEncoding>
<OutputEncoding><?% charset %?></OutputEncoding>
<Image width="16" height="16" type="image/vnd.microsoft.icon">http://<?% info.HOST %?>/favicon.ico</Image>
<Url type="text/html" rel="results" template="http://<?% info.HOST %?>/?cmd=search&data={searchTerms}" />
<Url type="application/json" rel="suggestions" template="http://<?% info.HOST %?>/?cmd=esuggest&ajax=json&data={searchTerms}" />
<Url type="application/opensearchdescription+xml" rel="self" template="http://<?% info.HOST %?>/?cmd=opensearch" />
</OpenSearchDescription>
|