readium / readium-js-viewer

👁 ReadiumJS viewer: default web app for Readium.js library
BSD 3-Clause "New" or "Revised" License
550 stars 186 forks source link

error in README instructions for cloud-reader #693

Closed thedirk closed 6 years ago

thedirk commented 6 years ago

instructions read: "a sibling epub_content/ folder is expected to contain exploded or zipped EPUBs"

actually, the cloud-reader folder is the parent folder, and Readium looks for the epub_content folder within the cloud-reader folder (not a sibling folder).

so, would expect to see: "a child epub_content/ folder is expected to contain exploded or zipped EPUBs", or similar.

danielweck commented 6 years ago

Thanks for the bug report!

Reference: https://github.com/readium/readium-js-viewer/blob/develop/README.md#cloud-reader-deployment " The contents of the cloud-reader distribution folder (see section above) can be uploaded to an HTTP server as-is (either in the http://domain.com/ root, or any subfolder path http://domain.com/reader/), and a sibling epub_content/ folder is expected to contain exploded or zipped EPUBs "

rkwright commented 6 years ago

Corrected and clarified (I hope). 551ba2