2015-08-02 20:59:11 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
2017-01-29 22:06:08 +02:00
|
|
|
<LongName>{{instance}}</LongName>
|
|
|
|
<ShortName>{{instance}}</ShortName>
|
2020-02-03 05:22:00 +02:00
|
|
|
<Description>{{_('Calibre-Web eBook Catalog')}}</Description>
|
2017-01-29 22:06:08 +02:00
|
|
|
<Developer>Janeczku</Developer>
|
2016-04-15 18:23:00 +02:00
|
|
|
<Contact>https://github.com/janeczku/calibre-web</Contact>
|
2015-08-02 20:59:11 +02:00
|
|
|
<Url type="text/html"
|
2020-03-07 12:07:35 +02:00
|
|
|
template="{{url_for('opds.feed_cc_search')}}/{searchTerms}"/>
|
2015-08-02 20:59:11 +02:00
|
|
|
<Url type="application/atom+xml"
|
2019-07-13 20:45:48 +02:00
|
|
|
template="{{url_for('opds.feed_normal_search')}}?query={searchTerms}"/>
|
2015-08-02 20:59:11 +02:00
|
|
|
<SyndicationRight>open</SyndicationRight>
|
2017-01-29 22:06:08 +02:00
|
|
|
<Language>{{lang}}</Language>
|
2015-08-02 20:59:11 +02:00
|
|
|
<OutputEncoding>UTF-8</OutputEncoding>
|
|
|
|
<InputEncoding>UTF-8</InputEncoding>
|
|
|
|
</OpenSearchDescription>
|