|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<package xmlns="http://www.idpf.org/2007/opf" version="3.0" xml:lang="en" unique-identifier="pub-id" prefix="cc: http://creativecommons.org/ns#"> |
| 3 | + <metadata xmlns:dc="http://purl.org/dc/elements/1.1/"> |
| 4 | + <dc:title id="title">Eloquent JavaScript</dc:title> |
| 5 | + <meta refines="#title" property="title-type">main</meta> |
| 6 | + <dc:creator id="creator">Marijn Haverbeke</dc:creator> |
| 7 | + <meta refines="#creator" property="file-as">HAVERBEKE, MARIJN</meta> |
| 8 | + <meta refines="#creator" property="role" scheme="marc:relators">aut</meta> |
| 9 | + <dc:identifier id="pub-id">net.eloquentjavascript</dc:identifier> |
| 10 | + <dc:language>en-US</dc:language> |
| 11 | + <dc:rights>This work is shared with the public using the Attribution-NonCommercial 3.0 Unported (CC BY-NC 3.0) license.</dc:rights> |
| 12 | + <link rel="cc:license" href="http://creativecommons.org/licenses/by-nc/3.0/"/> |
| 13 | + <meta property="cc:attributionURL">http://eloquentjavascript.net/</meta> |
| 14 | + <meta property="dcterms:modified">2018-02-25T22:07:00Z</meta> |
| 15 | + </metadata> |
| 16 | + <manifest> |
| 17 | + <item id="titlepage" href="titlepage.xhtml" media-type="application/xhtml+xml"/> |
| 18 | + <item id="frontmatter" href="frontmatter.xhtml" media-type="application/xhtml+xml"/> |
| 19 | + <item id="toc" properties="nav" href="toc.xhtml" media-type="application/xhtml+xml"/> |
| 20 | + <item id="c00_intro" href="00_intro.xhtml" media-type="application/xhtml+xml"/> |
| 21 | + <item id="c01_values" href="01_values.xhtml" media-type="application/xhtml+xml"/> |
| 22 | + <item id="c02_program_structure" href="02_program_structure.xhtml" media-type="application/xhtml+xml" properties="svg"/> |
| 23 | + <item id="c03_functions" href="03_functions.xhtml" media-type="application/xhtml+xml"/> |
| 24 | + <item id="c04_data" href="04_data.xhtml" media-type="application/xhtml+xml" properties="svg"/> |
| 25 | + <item id="c05_higher_order" href="05_higher_order.xhtml" media-type="application/xhtml+xml"/> |
| 26 | + <item id="c06_object" href="06_object.xhtml" media-type="application/xhtml+xml" properties="svg"/> |
| 27 | + <item id="c07_robot" href="07_robot.xhtml" media-type="application/xhtml+xml"/> |
| 28 | + <item id="c08_error" href="08_error.xhtml" media-type="application/xhtml+xml"/> |
| 29 | + <item id="c09_regexp" href="09_regexp.xhtml" media-type="application/xhtml+xml" properties="svg"/> |
| 30 | + <item id="c10_modules" href="10_modules.xhtml" media-type="application/xhtml+xml"/> |
| 31 | + <item id="c11_async" href="11_async.xhtml" media-type="application/xhtml+xml" properties="svg"/> |
| 32 | + <item id="c12_language" href="12_language.xhtml" media-type="application/xhtml+xml" properties="svg"/> |
| 33 | + <item id="c13_browser" href="13_browser.xhtml" media-type="application/xhtml+xml"/> |
| 34 | + <item id="c14_dom" href="14_dom.xhtml" media-type="application/xhtml+xml" properties="svg"/> |
| 35 | + <item id="c15_event" href="15_event.xhtml" media-type="application/xhtml+xml"/> |
| 36 | + <item id="c16_game" href="16_game.xhtml" media-type="application/xhtml+xml" properties="svg"/> |
| 37 | + <item id="c17_canvas" href="17_canvas.xhtml" media-type="application/xhtml+xml" properties="svg"/> |
| 38 | + <item id="c18_http" href="18_http.xhtml" media-type="application/xhtml+xml"/> |
| 39 | + <item id="c19_paint" href="19_paint.xhtml" media-type="application/xhtml+xml" properties="svg"/> |
| 40 | + <item id="c20_node" href="20_node.xhtml" media-type="application/xhtml+xml"/> |
| 41 | + <item id="c21_skillsharing" href="21_skillsharing.xhtml" media-type="application/xhtml+xml"/> |
| 42 | + <item id="c_hints" href="hints.xhtml" media-type="application/xhtml+xml"/> |
| 43 | + <item id="style" href="style.css" media-type="text/css"/> |
| 44 | + <item id="font.cinzel.bold" href="font/cinzel_bold.otf" media-type="application/vnd.ms-opentype"/> |
| 45 | + <item id="font.pt.regular" href="font/pt_mono.otf" media-type="application/vnd.ms-opentype"/> |
| 46 | +{{images}} |
| 47 | + </manifest> |
| 48 | + <spine> |
| 49 | + <itemref idref="titlepage" linear="yes"/> |
| 50 | + <itemref idref="frontmatter" linear="yes"/> |
| 51 | + <itemref idref="toc" linear="yes"/> |
| 52 | + <itemref idref="c00_intro" linear="yes"/> |
| 53 | + <itemref idref="c01_values" linear="yes"/> |
| 54 | + <itemref idref="c02_program_structure" linear="yes"/> |
| 55 | + <itemref idref="c03_functions" linear="yes"/> |
| 56 | + <itemref idref="c04_data" linear="yes"/> |
| 57 | + <itemref idref="c05_higher_order" linear="yes"/> |
| 58 | + <itemref idref="c06_object" linear="yes"/> |
| 59 | + <itemref idref="c07_robot" linear="yes"/> |
| 60 | + <itemref idref="c08_error" linear="yes"/> |
| 61 | + <itemref idref="c09_regexp" linear="yes"/> |
| 62 | + <itemref idref="c10_modules" linear="yes"/> |
| 63 | + <itemref idref="c11_async" linear="yes"/> |
| 64 | + <itemref idref="c12_language" linear="yes"/> |
| 65 | + <itemref idref="c13_browser" linear="yes"/> |
| 66 | + <itemref idref="c14_dom" linear="yes"/> |
| 67 | + <itemref idref="c15_event" linear="yes"/> |
| 68 | + <itemref idref="c16_game" linear="yes"/> |
| 69 | + <itemref idref="c17_canvas" linear="yes"/> |
| 70 | + <itemref idref="c18_http" linear="yes"/> |
| 71 | + <itemref idref="c19_paint" linear="yes"/> |
| 72 | + <itemref idref="c20_node" linear="yes"/> |
| 73 | + <itemref idref="c21_skillsharing" linear="yes"/> |
| 74 | + <itemref idref="c_hints" linear="yes"/> |
| 75 | + </spine> |
| 76 | +</package> |
0 commit comments