forked from readium/go-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathx.json
47 lines (47 loc) · 1.81 KB
/
x.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"@context": "https://readium.org/webpub-manifest/context.jsonld",
"links": [
{
"href": "~readium/positions.json",
"type": "application/vnd.readium.position-list+json"
},
{
"href": "~readium/content.json",
"type": "application/vnd.readium.content+json"
}
],
"metadata": {
"author": { "name": "Arthur Conan Doyle", "sortAs": "Doyle, Arthur Conan" },
"calibre:timestamp": "2019-03-26T23:00:00+00:00",
"calibre:title_sort": "My Favourite Novelist and His Best Book",
"conformsTo": "https://readium.org/webpub-manifest/profiles/epub",
"contributor": {
"name": "calibre (3.30.0) [https://calibre-ebook.com]",
"role": "bkp"
},
"http://purl.org/dc/terms/subject": "Autobiography",
"http://www.idpf.org/2007/opf#version": "2.0",
"identifier": "40641b84-5065-40dd-a509-e777913c025a",
"language": "en",
"presentation": { "layout": "reflowable" },
"published": "2019-03-26T23:00:00Z",
"publisher": "Roy Glashan's Library",
"sortAs": "My Favourite Novelist and His Best Book",
"subject": ["Autobiography"],
"title": "My Favourite Novelist and His Best Book"
},
"readingOrder": [
{ "href": "titlepage.xhtml", "type": "application/xhtml+xml" },
{ "href": "MyFavouriteNovelist-EPUB.html", "type": "application/xhtml+xml" }
],
"resources": [
{ "href": "cover.jpeg", "rel": "cover", "type": "image/jpeg" },
{ "href": "exlib.jpg", "type": "image/jpeg" },
{ "href": "myfavoritenovelist-1.png", "type": "image/png" },
{ "href": "myfavoritenovelist-rgl.jpg", "type": "image/jpeg" },
{ "href": "page_styles.css", "type": "text/css" },
{ "href": "stylesheet.css", "type": "text/css" },
{ "href": "toc.ncx", "type": "application/x-dtbncx+xml" }
],
"toc": [{ "href": "titlepage.xhtml", "title": "Start" }]
}