webpub-manifest icon indicating copy to clipboard operation
webpub-manifest copied to clipboard

📜 A JSON based Web Publication Manifest format used at the core of the Readium project

Results 42 webpub-manifest issues
Sort by recently updated
recently updated
newest added

Based on our August 24th call, here's a draft PR for an updated Divina level 0. Among the changes worth listing: - `readingProgression` has been simplified - the `page` property...

This draft PR contains an initial proposal for handling a11y metadata in RWPM. It only contains a JSON Schema for now. ~~Among the things that are still missing in the...

This adds a simple PDF profile to cover Manifests that are comprised only of PDF files (a requirement that all resources have a media type of `application/pdf`). This accounts for...

I'm currently making an application for managing my audiobooks and ebooks, based on databases maintained by Calibre. At the core is an API for serving metadata. Since I already have...

This PR adds documentation about the `metadata.presentation.layout` presentation hint to the EPUB profile. This property is already defined in the [EPUB extension schema](https://github.com/readium/webpub-manifest/blob/master/schema/extensions/epub/metadata.schema.json). I also removed language suggesting that the...

This is a first draft of a spec related to Synchronized Narrations, json equivalent of media overlays.

Currently, RWPM doesn't contain any information about its profile (e.g. Audiobook, DiViNa...), but we need this information for example to figure out which Navigator to use. At the moment, we're...

Japanese manga magazines use HTML/SVG-native `` elements with ``, inside of the `` of a fixed layout EPUBs. When loading the EPUBs into a web engine, this feature magically works,...

divina

The essential update is the addition of the `viewportRatio` property in the the `presentation` object, with some useful examples. This property had been discussed at length, approved, implemented into the...

The terms codec / non-codec are used in the [RPF](https://github.com/readium/webpub-manifest/blob/master/packaging.md) packaging format specification. They find their source in the EPUB spec and found their way in the [LPF spec](https://www.w3.org/TR/lpf/). Codec,...