"belongsTo": {
"series": "Naruto"
},
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<package | |
xmlns="http://www.idpf.org/2007/opf" | |
version="3.0" | |
xml:lang="ja" | |
unique-identifier="bw-ecode" | |
prefix="rendition: http://www.idpf.org/vocab/rendition/# | |
ebpaj: http://www.ebpaj.jp/ | |
fixed-layout-jp: http://www.digital-comic.jp/ | |
kadokawa: http://www.kadokawa.co.jp/ |
- Last update: June 20, 2024
- Author: Hadrien Gardeur
Continuously scrolled comics are often referred to as "Webtoons", due to the popularity of the Webtoon platform owned by Naver in South Korea. Since this is a trademarked term, we'll refer to these publications as "continuously scrolled comics" throughout this document instead.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"harvest": [{ | |
"metadata": { | |
"title": "Public domain ebooks" | |
}, | |
"links": [{ | |
"href": "https://example.com/publicdomain.json{?since,until}", | |
"templated": true, | |
"type": "application/odl+json" | |
}] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"accessMode": [ | |
"auditory" | |
], | |
"accessModeSufficient": [ | |
"auditory" | |
], | |
"feature": [ | |
"tableOfContents" | |
], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<package xmlns="http://www.idpf.org/2007/opf" prefix="rendition: http://www.idpf.org/vocab/rendition/# cc: http://creativecommons.org/ns#" version="3.0" dir="ltr" id="package"> | |
<metadata> | |
<dc:title>Accessible FXL publication with reflowable fallbacks</dc:title> | |
<meta property="rendition:layout">pre-paginated</meta> | |
<meta property="rendition:orientation">auto</meta> | |
<meta property="rendition:spread">auto</meta> | |
<meta property="schema:accessMode">textual</meta> | |
<meta property="schema:accessMode">visual</meta> | |
<meta property="schema:accessModeSufficient">textual,visual</meta> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p><a id="page1" href="page1.html" />This is the text of the reflowable view</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"created_at": "2020-08-17T16:02:52+02:00", | |
"identifier": "Panier de collectivites+bibliothecaire3 (13-08-2020)", | |
"library": "Biblio test LIQ - 2020", | |
"retailer": "Librairie Morency", | |
"total_before_taxes": "141.91", | |
"currency": "CAD", | |
"taxes": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "https://www.w3.org/TR/wpub/context.jsonld", | |
"name": "Moby Dick", | |
"author": "Herman Melville", | |
"identifier": "urn:isbn:978031600000X", | |
"lang": "en", | |
"dir": "ltr", | |
"start_url": "/chapter1", | |
"display": "fullscreen", | |
"spine": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "http://example.com/webapp.jsonld", | |
"metadata": { | |
"name": "Donate App", | |
"description": "This app helps you donate to worthy causes.", | |
"short_name": "Donate", | |
"language": "en", | |
"direction": "ltr", | |
"display": "fullscreen", | |
"orientation": "landscape", |
NewerOlder