Skip to content
Permalink
a76f40f9de
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
35 lines (24 sloc) 894 Bytes

OPDS for EOA

This app provides an OPDS catalogue of the publications found in the EOA Publication platform.

Dependencies

The app gets data from other modules: eoaseries and eoapublications

OPDS module for Django

The OPDS is a Django app and provides and endpoint for OPDS applications

Quick start

  1. Add "opds" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'opds',
    ]
    
  2. Run python manage.py migrate to create the opds models.

Other Examples

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).