webpub-manifest
webpub-manifest copied to clipboard
📜 A JSON based Web Publication Manifest format used at the core of the Readium project
In some cases, it could be useful to declare a "dark mode" variant of an alternate Link object. For example with the `logo` image in the [OPDS Authentication Document](https://drafts.opds.io/authentication-for-opds-1.0.html#232-links). For...
This is a large rewrite of the README, which aims at: - Separating clearly the abstract model on which the rwpm and OPDS2 are based, from the definition of the...
Sometimes, we are generating a RWPM from third-party publication formats (e.g. EPUB, CBZ). It could be a valuable information for reading apps to know from which source format a RWPM...
Currently, the encryption JSON schema [is part of the EPUB extension](https://readium.org/webpub-manifest/schema/extensions/epub/properties.schema.json). Accordingly, the type [is named with the EPUB prefix](https://github.com/readium/r2-shared-swift/blob/cb2420f4dee0cc8cd55dce59329ab1f87cca01af/r2-shared-swift/Publication/Web%20Publication/Extensions/EPUB/EPUBEncryption.swift#L16) in the Swift project. But now with LCPDF and soon...
`metadata.source` Currently parsed from EPUB (OPF XML): `metadata.source` = OPF `/package/metadata/dc:source/text()`
While we're already capable of identifying LCP using the EPUB profile and its `scheme` element, there are other DRM schemes out there which we're currently not capable of identifying. A...
I recommend changing the order in which presentation hints are, well, presented... since this could facilitate understanding, in my opinion: - continuous (-> high level, linked to story type) -...
At this stage, the transitions module lists 2 Transition Object keys whose values can contain URIs: `file` (for a video transition) and `sequence` (for a sequence transition) - `file` is...
How should someone try to understand Landmarks in the model? (refresher: http://kb.daisy.org/publishing/docs/navigation/landmarks.html) Two ideas: ### 1. Should we map `epub:type` enum values into the definition of`Links` in the landmarks (and...
When looking at data from the EPUB context: The EPUB spec [allows you to have navigation document headings be "link-less"](https://www.w3.org/publishing/epub3/epub-packages.html#confreq-nav-a). For example: ```html … Appendix A.1 Birds A.2 Turtles ```...