0

Can someone say if it is currently possible to get a OPDS catalog listing of ebooks that I have stored in a collection. I want to use an Android ereader app to browse then download selected pdf's or epub bitstreams to a tablet.

user1894504
  • 81
  • 1
  • 3

1 Answers1

0

OPDS catalog feeds are currently not offered as a standard feature of DSpace.

The OPDS primer makes it clear that it has quite a few things in common with an atom feed.

If you would want to customize this in DSpace, you could modify SyndicationFeed.java.

Bram Luyten
  • 1,034
  • 7
  • 18
  • If I modify the SyndicationFeed code how would I install this copy in the dspace.cfg to get it activated. – user1894504 Sep 29 '14 at 12:51
  • Also in looking at the configuration for RSS feeds in dspace.cfg and it seems to only get called for new and updated items. I would want the OPDS catalog listing to be available for a particular url. Would it not be better for me to get the listing via the dspace REST API. – user1894504 Sep 29 '14 at 12:59