|
|
|
@ -11,59 +11,59 @@
|
|
|
|
|
<uri>https://github.com/janeczku/calibre-web</uri>
|
|
|
|
|
</author>
|
|
|
|
|
<entry>
|
|
|
|
|
<title>{{_('Hot Books')}}</title>
|
|
|
|
|
<title>{{_('Hot Issues')}}</title>
|
|
|
|
|
<link rel="http://opds-spec.org/sort/popular" href="{{url_for('feed_hot')}}" type="application/atom+xml;profile=opds-catalog"/>
|
|
|
|
|
<id>{{url_for('feed_hot')}}</id>
|
|
|
|
|
<content type="text">{{_('Popular publications from this catalog based on Downloads.')}}</content>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry>
|
|
|
|
|
<title>{{_('Best rated Books')}}</title>
|
|
|
|
|
<title>{{_('Best rated Issues')}}</title>
|
|
|
|
|
<link rel="http://opds-spec.org/recommended" href="{{url_for('feed_best_rated')}}" type="application/atom+xml;profile=opds-catalog"/>
|
|
|
|
|
<id>{{url_for('feed_best_rated')}}</id>
|
|
|
|
|
<content type="text">{{_('Popular publications from this catalog based on Rating.')}}</content>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry>
|
|
|
|
|
<title>{{_('New Books')}}</title>
|
|
|
|
|
<title>{{_('New Issues')}}</title>
|
|
|
|
|
<link rel="http://opds-spec.org/sort/new" href="{{url_for('feed_new')}}" type="application/atom+xml;profile=opds-catalog"/>
|
|
|
|
|
<id>{{url_for('feed_new')}}</id>
|
|
|
|
|
<content type="text">{{_('The latest Books')}}</content>
|
|
|
|
|
<content type="text">{{_('The latest Issues')}}</content>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry>
|
|
|
|
|
<title>{{_('Random Books')}}</title>
|
|
|
|
|
<title>{{_('Random Issues')}}</title>
|
|
|
|
|
<link rel="http://opds-spec.org/featured" href="{{url_for('feed_discover')}}" type="application/atom+xml;profile=opds-catalog"/>
|
|
|
|
|
<id>{{url_for('feed_discover')}}</id>
|
|
|
|
|
<content type="text">{{_('Show Random Books')}}</content>
|
|
|
|
|
<content type="text">{{_('Show Random Issues')}}</content>
|
|
|
|
|
</entry>
|
|
|
|
|
{% if not current_user.is_anonymous %}
|
|
|
|
|
<entry>
|
|
|
|
|
<title>{{_('Read Books')}}</title>
|
|
|
|
|
<title>{{_('Read Issues')}}</title>
|
|
|
|
|
<link rel="subsection" href="{{url_for('feed_read_books')}}" type="application/atom+xml;profile=opds-catalog"/>
|
|
|
|
|
<id>{{url_for('feed_read_books')}}</id>
|
|
|
|
|
<content type="text">{{_('Read Books')}}</content>
|
|
|
|
|
<content type="text">{{_('Read Issues')}}</content>
|
|
|
|
|
</entry>
|
|
|
|
|
{% endif %}
|
|
|
|
|
<entry>
|
|
|
|
|
<title>{{_('Unread Books')}}</title>
|
|
|
|
|
<title>{{_('Unread Issues')}}</title>
|
|
|
|
|
<link rel="subsection" href="{{url_for('feed_unread_books')}}" type="application/atom+xml;profile=opds-catalog"/>
|
|
|
|
|
<id>{{url_for('feed_unread_books')}}</id>
|
|
|
|
|
<content type="text">{{_('Unread Books')}}</content>
|
|
|
|
|
<content type="text">{{_('Unread Issues')}}</content>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry>
|
|
|
|
|
<title>{{_('Authors')}}</title>
|
|
|
|
|
<link rel="subsection" href="{{url_for('feed_authorindex')}}" type="application/atom+xml;profile=opds-catalog"/>
|
|
|
|
|
<id>{{url_for('feed_authorindex')}}</id>
|
|
|
|
|
<content type="text">{{_('Books ordered by Author')}}</content>
|
|
|
|
|
<content type="text">{{_('Issues ordered by Author')}}</content>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry>
|
|
|
|
|
<title>{{_('Category list')}}</title>
|
|
|
|
|
<link rel="subsection" href="{{url_for('feed_categoryindex')}}" type="application/atom+xml;profile=opds-catalog"/>
|
|
|
|
|
<id>{{url_for('feed_categoryindex')}}</id>
|
|
|
|
|
<content type="text">{{_('Books ordered by category')}}</content>
|
|
|
|
|
<content type="text">{{_('Issues ordered by category')}}</content>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry>
|
|
|
|
|
<title>{{_('Series list')}}</title>
|
|
|
|
|
<title>{{_('Comics list')}}</title>
|
|
|
|
|
<link rel="subsection" href="{{url_for('feed_seriesindex')}}" type="application/atom+xml;profile=opds-catalog"/>
|
|
|
|
|
<id>{{url_for('feed_seriesindex')}}</id>
|
|
|
|
|
<content type="text">{{_('Books ordered by series')}}</content>
|
|
|
|
|
<content type="text">{{_('Issues ordered by series')}}</content>
|
|
|
|
|
</entry>
|
|
|
|
|
</feed>
|
|
|
|
|