forked from mhkeller/pulp2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.json
93 lines (93 loc) · 2.89 KB
/
pages.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"endnotes": [
{
"number": 1,
"text": "Sample text endnote",
"page_panel": "p. 1, panel 3"
},
{
"number": 2,
"text": "Sample hyperlink endnote",
"url": "https://github.com/ajam/pulp",
"page_panel": "p. 3, panel 1"
}
],
"pages": [
{
"number": 1,
"hotspots": [],
"script_text": "",
"page_text": []
},
{
"number": 2,
"hotspots": [
"top:0.33%;left:2.17%;width:95.84%;height:47.73%;",
"top:48.73%;left:2.08%;width:47.66%;height:50.67%;",
"top:48.53%;left:50.61%;width:47.31%;height:50.87%;"
],
"script_text": "",
"page_text": []
},
{
"number": 3,
"hotspots": [
"top:0.53%;left:1.56%;width:39.77%;height:33.00%;",
"top:0.80%;left:42.37%;width:56.33%;height:32.53%;",
"top:34.20%;left:1.65%;width:39.95%;height:31.73%;",
"top:34.33%;left:42.37%;width:56.15%;height:31.40%;",
"top:66.53%;left:1.82%;width:48.01%;height:32.60%;",
"top:66.53%;left:50.52%;width:47.92%;height:32.60%;"
],
"script_text": "",
"page_text": []
},
{
"number": 4,
"hotspots": [
"top:0.80%;left:2.51%;width:47.05%;height:32.00%;",
"top:0.80%;left:50.26%;width:47.40%;height:32.07%;",
"top:33.67%;left:2.69%;width:33.80%;height:33.80%;",
"top:33.73%;left:36.22%;width:29.81%;height:33.80%;",
"top:33.60%;left:65.68%;width:31.80%;height:33.80%;",
"top:68.60%;left:2.60%;width:36.40%;height:29.73%;",
"top:68.53%;left:39.86%;width:57.54%;height:29.80%;"
],
"script_text": "",
"page_text": []
},
{
"number": 5,
"hotspots": [
"top:0.87%;left:1.99%;width:47.23%;height:53.20%;",
"top:0.87%;left:50.09%;width:47.75%;height:42.07%;",
"top:54.87%;left:1.99%;width:47.31%;height:44.80%;",
"top:54.87%;left:50.26%;width:47.75%;height:44.87%;"
],
"script_text": "",
"page_text": [],
"gutterBorder": false
},
{
"number": 6,
"hotspots": [
"top:0.40%;left:1.82%;width:48.01%;height:33.07%;",
"top:0.47%;left:50.35%;width:48.18%;height:32.80%;",
"top:34.07%;left:1.82%;width:96.79%;height:31.80%;",
"top:66.20%;left:1.91%;width:61.18%;height:32.80%;"
],
"script_text": "",
"page_text": []
},
{
"number": 7,
"hotspots": [],
"script_text": "",
"page_text": [
"You can put abitrary paragraph text here.",
"And it can be html so you can include <a href='https://github.com/ajam/pulp' target='_blank'>hyperlinks</a>.",
"Or a special span element classed `internal-link` with a data attribute of `data-destination='endnotes'` to create a link that will open or close the drawer. <span class='internal-link' data-destination='endnotes'>Click here to test</span>."
]
}
]
}