- Readium Web Publication Manifest
- Daisy 3
- Daisy 2
* New File ** New Folder
- r2-shared-js
|
other files & folders ...
|
src
|
_utils_
|
models
|
parser
|
comicrack
|
daisy**
|
epub
|
cbz.ts
|
daisy.ts*
|
epub.ts
webpub-manifest attribute | Daisy file | element | Notes |
---|---|---|---|
type | |||
href | |||
duration | |||
rel | |||
height | |||
width | |||
properties | Object | ||
properties.media-overlay | |||
properties.encrypted | Object | ||
properties.encrypted.scheme | |||
properties.encrypted.profile | |||
properties.encrypted.algorithm | |||
properties.encrypted.compression | |||
properties.encrypted.originalLength |
webpub-manifest element | Daisy file | element | Notes |
---|---|---|---|
@context | package.opf | Value remain constant - https://readium.org/webpub-manifest/context.jsonld | |
metadata | |||
metadata.@type | |||
metadata.title | |||
metadata.subtitle | |||
metadata.identifier | |||
metadata.author | Can be 1. single text element 2. object 3. list of objects | ||
metadata.author.name | |||
metadata.author.sortAs | |||
metadata.contributor | Object | ||
metadata.contributor.name | |||
metadata.contributor.role | |||
metadata.narrator | |||
metadata.language | |||
metadata.modified | |||
metadata.published | |||
metadata.description | |||
metadata.rights | |||
metadata.source | |||
metadata.subject | List of String | ||
metadata.duration | |||
metadata.media-overlay | Object | ||
metadata.media-overlay.active-class | |||
links | List of links | ||
readingOrder | List of links | ||
resources | List of links | ||
toc | List of links | ||
pagelist | List of links | ||
landmarks | List of links |
Implementation in r2-shared-js
- Format : Daisy 3
- Type : Text only files
- Format : Daisy 3
- Type : Audio only files
- Format : Daisy 3
- Type : Audio and Text files
Implementation in Readium
Readium Integration
- Format : Daisy 2
- Type : All Combination
- Readium Integration