diff --git a/README.rst b/README.rst index 45463e0..51072d4 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,12 @@ +==== +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 ===== @@ -14,19 +23,13 @@ Quick start 'opds', ] -2. Run `python manage.py migrate` to create the opds models. - +2. Run ``python manage.py migrate`` to create the opds models. ==== -OPDS for EOA +Other Examples ==== Examples downloaded from , and . 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 +Files can be harvested by programs like [Readium2](https://github.com/readium/readium-desktop/releases).