You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.2 KiB
XML
32 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
|
<LongName>library</LongName>
|
|
<ShortName>library</ShortName>
|
|
<Description>Search the ebook catalog.</Description>
|
|
<Developer>cytec</Developer>
|
|
<Contact>iamcytec@googlemail.com</Contact>
|
|
|
|
<Url type="text/html"
|
|
template="{{url_for('search')}}?query={searchTerms}"/>
|
|
|
|
<Url type="application/atom+xml"
|
|
template="{{url_for('feed_search')}}?query={searchTerms}"/>
|
|
|
|
<!--
|
|
<Url type="application/rss+xml"
|
|
template="http://example.com/?q={searchTerms}&pw={startPage?}&format=rss"/>
|
|
<Image height="64" width="64" type="image/png">http://example.com/websearch.png</Image>
|
|
<Image height="16" width="16" type="image/vnd.microsoft.icon">http://example.com/websearch.ico</Image>
|
|
-->
|
|
|
|
<Query role="example" searchTerms="shakespeare hamlet" />
|
|
<Query role="example" searchTerms="doyle detective" />
|
|
<Query role="example" searchTerms="love stories" />
|
|
|
|
<SyndicationRight>open</SyndicationRight>
|
|
<Language>de-DE</Language>
|
|
<OutputEncoding>UTF-8</OutputEncoding>
|
|
<InputEncoding>UTF-8</InputEncoding>
|
|
</OpenSearchDescription>
|