Skip to content
Permalink
8763a7b3ec
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
32 lines (21 sloc) 909 Bytes

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.

OPDS for EOA

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

textbooks.atom was manually coded following above examples. It is currently active at http://www.edition-open-access.de/textbooks.atom and can be harvested by programs like [Readium2](https://github.com/readium/readium-desktop/releases).

As an Django app

  • views will direct the browser to the app
  • files need to be created