|
|
@ -39,7 +39,7 @@
|
|
|
|
<updated>{{ current_time }}</updated>
|
|
|
|
<updated>{{ current_time }}</updated>
|
|
|
|
<content type="text">{{_('Show Random Books')}}</content>
|
|
|
|
<content type="text">{{_('Show Random Books')}}</content>
|
|
|
|
</entry>
|
|
|
|
</entry>
|
|
|
|
{% if not current_user.is_anonymous %}
|
|
|
|
{% if not current_user.is_anonymous %}
|
|
|
|
<entry>
|
|
|
|
<entry>
|
|
|
|
<title>{{_('Read Books')}}</title>
|
|
|
|
<title>{{_('Read Books')}}</title>
|
|
|
|
<link rel="subsection" href="{{url_for('feed_read_books')}}" type="application/atom+xml;profile=opds-catalog"/>
|
|
|
|
<link rel="subsection" href="{{url_for('feed_read_books')}}" type="application/atom+xml;profile=opds-catalog"/>
|
|
|
@ -47,7 +47,7 @@
|
|
|
|
<updated>{{ current_time }}</updated>
|
|
|
|
<updated>{{ current_time }}</updated>
|
|
|
|
<content type="text">{{_('Read Books')}}</content>
|
|
|
|
<content type="text">{{_('Read Books')}}</content>
|
|
|
|
</entry>
|
|
|
|
</entry>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
<entry>
|
|
|
|
<entry>
|
|
|
|
<title>{{_('Unread Books')}}</title>
|
|
|
|
<title>{{_('Unread Books')}}</title>
|
|
|
|
<link rel="subsection" href="{{url_for('feed_unread_books')}}" type="application/atom+xml;profile=opds-catalog"/>
|
|
|
|
<link rel="subsection" href="{{url_for('feed_unread_books')}}" type="application/atom+xml;profile=opds-catalog"/>
|
|
|
|