forked from sarathavasarala/EloquentJavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEloquentJavaScript.opf
More file actions
71 lines (66 loc) · 3.18 KB
/
EloquentJavaScript.opf
File metadata and controls
71 lines (66 loc) · 3.18 KB
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://www.idpf.org/2007/opf" version="2.0" unique-identifier="EloquentJS_1593272821">
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf">
<dc:title>Eloquent JavaScript</dc:title>
<dc:language>en-us</dc:language>
<meta name="cover" content="EJS_Cover" />
<dc:identifier id="EloquentJS_1593272821">978-1593272821</dc:identifier>
<dc:creator>Marijn Haverbeke</dc:creator>
<dc:publisher>Sam Whited</dc:publisher>
<dc:subject>Reference</dc:subject>
<dc:date>2011-02-03</dc:date>
<dc:description>
A book providing an introduction to the JavaScript programming language and programming in general.
</dc:description>
</metadata>
<manifest>
<item id="title" media-type="application/xhtml+xml" href="index.html"></item>
<item id="toc" media-type="application/xhtml+xml" href="contents.html"></item>
<item id="errata" media-type="application/xhtml+xml" href="errata.html"></item>
<item id="c1" media-type="application/xhtml+xml" href="chapter1.html"></item>
<item id="c2" media-type="application/xhtml+xml" href="chapter2.html"></item>
<item id="c3" media-type="application/xhtml+xml" href="chapter3.html"></item>
<item id="c4" media-type="application/xhtml+xml" href="chapter4.html"></item>
<item id="c5" media-type="application/xhtml+xml" href="chapter5.html"></item>
<item id="c6" media-type="application/xhtml+xml" href="chapter6.html"></item>
<item id="c7" media-type="application/xhtml+xml" href="chapter7.html"></item>
<item id="c8" media-type="application/xhtml+xml" href="chapter8.html"></item>
<item id="c9" media-type="application/xhtml+xml" href="chapter9.html"></item>
<item id="c10" media-type="application/xhtml+xml" href="chapter10.html"></item>
<item id="c11" media-type="application/xhtml+xml" href="chapter11.html"></item>
<item id="c12" media-type="application/xhtml+xml" href="chapter12.html"></item>
<item id="c13" media-type="application/xhtml+xml" href="chapter13.html"></item>
<item id="c14" media-type="application/xhtml+xml" href="chapter14.html"></item>
<item id="a01" media-type="application/xhtml+xml" href="appendix1.html"></item>
<item id="a02" media-type="application/xhtml+xml" href="appendix2.html"></item>
<item id="ind" media-type="application/xhtml+xml" href="terms.html"></item>
<item id="EJS_NCX" media-type="application/x-dtbncx+xml" href="ejs.ncx"></item>
<item id="EJS_Cover" media-type="image/png" href="img/ejs.png"></item>
</manifest>
<spine toc="EJS_NCX">
<itemref idref="title"/>
<itemref idref="toc"/>
<itemref idref="errata"/>
<itemref idref="c1"/>
<itemref idref="c2"/>
<itemref idref="c3"/>
<itemref idref="c4"/>
<itemref idref="c5"/>
<itemref idref="c6"/>
<itemref idref="c7"/>
<itemref idref="c8"/>
<itemref idref="c9"/>
<itemref idref="c10"/>
<itemref idref="c11"/>
<itemref idref="c12"/>
<itemref idref="c13"/>
<itemref idref="c14"/>
<itemref idref="a01"/>
<itemref idref="a02"/>
<itemref idref="ind"/>
</spine>
<guide>
<reference type="toc" title="Table of Contents" href="contents.html"></reference>
<reference type="text" title="Beginning" href="chapter1.html"></reference>
</guide>
</package>