This app provides an OPDS catalogue of the publications found in the EOA Publication platform.
The app gets data from other modules: eoaseries
and eoapublications
The OPDS is a Django app and provides and endpoint for OPDS applications
Add "opds" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'opds', ]
Run
python manage.py migrate
to create the opds models.
Examples downloaded from <http://www.feedbooks.com/opensearch.xml>, <http://www.feedbooks.com/store/selection.atom> and <http://www.feedbooks.com/catalog.atom>. A title feed was at http://www.feedbooks.com/item/2846030.atom
Files can be harvested by programs like [Readium2](https://github.com/readium/readium-desktop/releases).