|
|
|
@ -27,7 +27,10 @@
|
|
|
|
|
href="{{request.script_root + request.path}}?offset={{ pagination.previous_offset }}"
|
|
|
|
|
type="application/atom+xml;profile=opds-catalog;type=feed;kind=navigation"/>
|
|
|
|
|
{% endif %}
|
|
|
|
|
<link title="{{_('Search')}}" type="application/atom+xml" href="{{url_for('feed_normal_search')}}?query={searchTerms}" rel="search"/>
|
|
|
|
|
<link rel="search"
|
|
|
|
|
href="{{url_for('feed_osd')}}"
|
|
|
|
|
type="application/opensearchdescription+xml"/>
|
|
|
|
|
<!--link title="{{_('Search')}}" type="application/atom+xml" href="{{url_for('feed_normal_search')}}?query={searchTerms}" rel="search"/-->
|
|
|
|
|
<title>{{instance}}</title>
|
|
|
|
|
<author>
|
|
|
|
|
<name>{{instance}}</name>
|
|
|
|
@ -43,9 +46,12 @@
|
|
|
|
|
<author>
|
|
|
|
|
<name>{{entry.authors[0].name}}</name>
|
|
|
|
|
</author>
|
|
|
|
|
<publisher>
|
|
|
|
|
<name>{{entry.publishers[0].name}}</name>
|
|
|
|
|
</publisher>
|
|
|
|
|
|
|
|
|
|
{% if publishers.__len__() > 0 %}
|
|
|
|
|
<publisher>
|
|
|
|
|
<name>{{entry.publishers[0].name}}</name>
|
|
|
|
|
</publisher>
|
|
|
|
|
{% endif %}
|
|
|
|
|
<dcterms:language>{{entry.language}}</dcterms:language>
|
|
|
|
|
{% for tag in entry.tags %}
|
|
|
|
|
<category scheme="http://www.bisg.org/standards/bisac_subject/index.html"
|
|
|
|
|