mirror of
https://github.com/janeczku/calibre-web
synced 2024-10-31 15:20:28 +00:00
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>Calibre Web</LongName>
|
|
<ShortName>Calibre Web</ShortName>
|
|
<Description>Calibre Web ebook catalog</Description>
|
|
<Developer>janeczku</Developer>
|
|
<Contact>https://github.com/janeczku/calibre-web</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>
|