Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once you make your two decisions, you can know approximately what features your server will need to have.

Library Registry?

Anonymous Acces?

OPDS Feeds

Authentication for OPDS

Search Service

Authentication

Token Service

Example

Yes

Yes

 

 



The SimplyE Collection

Yes

No

 


The New York Public Library

No

Yes

Optional

 

 

 




Standard Ebooks

No

No

 


Plympton


The features are discussed below.

...

(Note that the SimplyE mobile app doesn't actually support navigation feeds yet. Grouped feeds offer a nicer version of the same functionality, but it's more work on your end.)
If your OPDS feed is intended for distributing books through other institutions, rather than for direct consumption by the SimplyE App, you should probably just create a simple paginated list of books with the newest books at the top.
Static generation
In most cases, it's preferable to generate your OPDS feeds statically ahead of time. As your collection becomes more complicated, it may be more practical to generate OPDS feeds as needed and cache them.


Info
titleCommon Issues

Common Issues with Feeds not working with the Circulation Manager

  •  Metadata does not specify the works language - a book that has no language will be imported but it will never be shown to any particular patron, since there's no situation where we believe the language is compatible with the patron's language settings
  • Metadata does not specify nonfiction.
  • Metadata does not specif audience
  • Classifications not included in OPDS Feed see below



Info
titleClassifications

Classification the CM can use to organize and process works into the catalog

The following should be brought in if used for classifying works or used when constructing OPDS feeds intended to be used in SimplyE.

category term="Children" scheme="http://schema.org/audience" label="Children"/>
<category term="PS8553" scheme="http://purl.org/dc/terms/LCC"/>
<category term="398.8" scheme="http://purl.org/dc/terms/DDC"/>
<category term="http://librarysimplified.org/terms/fiction/Fiction" scheme="http://librarysimplified.org/terms/fiction/" label="Fiction"/>
<category term="7" scheme="http://schema.org/typicalAgeRange" label="7"/>
<category term="sh85025320" scheme="http://purl.org/dc/terms/LCSH" label="Christmas stories"/>
<category term="856632" scheme="http://id.worldcat.org/fast/" label="Juvenile fiction"/>


Anchor
_f5u2v4pqd1fa
_f5u2v4pqd1fa
Authentication For OPDS

...