aboutsummaryrefslogtreecommitdiff
path: root/data/templates/opensearchdescription.htm
blob: 6bc2f96619ec11af21f12b74a70835fdec2df122 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
 <ShortName>{{apptitle}}</ShortName>
 <Description>Search</Description>
 <Url type="application/atom+xml" rel="results"
      template="{{absBaseUrl}}?q={searchTerms}&amp;page={startPage?}&amp;format=opensearch"/>
 <Url type="text/html" rel="results" method="get"
      template="{{absBaseUrl}}?q={searchTerms}"/>
</OpenSearchDescription>