Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Readme
  • Loading branch information
kthoden committed Sep 23, 2019
1 parent cbd7d23 commit a76f40f
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions 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
=====
Expand All @@ -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 <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
Files can be harvested by programs like [Readium2](https://github.com/readium/readium-desktop/releases).

0 comments on commit a76f40f

Please sign in to comment.