Skip to content

EditionOpenAccess/django-opds

master
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?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Build OPDS catalog files. Will be integrated in Django.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages