blob: ecc7beb005902e69a8ed374db0a6ef0ca6b83c4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?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 height="75" width="75" type="image/png">http://<?% info.HOST %?>/images/logo.png</Image>
<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>
|