diff options
Diffstat (limited to 'data/templates/opensearchdescription.htm')
| -rw-r--r-- | data/templates/opensearchdescription.htm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/templates/opensearchdescription.htm b/data/templates/opensearchdescription.htm new file mode 100644 index 0000000..6bc2f96 --- /dev/null +++ b/data/templates/opensearchdescription.htm @@ -0,0 +1,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}&page={startPage?}&format=opensearch"/> + <Url type="text/html" rel="results" method="get" + template="{{absBaseUrl}}?q={searchTerms}"/> +</OpenSearchDescription> |
