readium / r2-streamer-js

NodeJS Readium2 "streamer"
BSD 3-Clause "New" or "Revised" License
21 stars 10 forks source link

EPUB.js URLs #23

Open danielweck opened 6 years ago

danielweck commented 6 years ago

WORKS: https://s3.amazonaws.com/epubjs-manifest/examples/manifest.html?href=[URL]

https://s3.amazonaws.com/epubjs-manifest/examples/manifest.html?href=https://readium2.now.sh/pub/L2hvbWUvbm93dXNlci9zcmMvbWlzYy9lcHVicy93YXN0ZWxhbmQtb3RmLW9iZi5lcHVi/manifest.json

FAILS: https://futurepress.github.io/epubjs-reader/?bookPath=[URL]

https://futurepress.github.io/epubjs-reader/?bookPath=https://readium2.now.sh/pub/L2hvbWUvbm93dXNlci9zcmMvbWlzYy9lcHVicy93YXN0ZWxhbmQtb3RmLW9iZi5lcHVi/manifest.json

@fchasen which EPUB.js URL should I use to test the webpub manifest stuff? Thanks :)

danielweck commented 6 years ago

@fchasen are the https://s3.amazonaws.com/epubjs/* URLs (e.g. https://s3.amazonaws.com/epubjs/examples/spreads.html ) up-to-date "mirrors" of https://futurepress.github.io/epubjs-reader/*? Same question with https://s3.amazonaws.com/epubjs-manifest/* (e.g. https://s3.amazonaws.com/epubjs-manifest/examples/manifest.html ).

Finally, what GitHub branches do they map to? (e.g. https://github.com/futurepress/epub.js/tree/v0.4 if I understand correctly contains the latest manifest-related code, but https://github.com/futurepress/epub.js/tree/master seems to have been updated more recently)

Thank you for the clarifications :)