Sha256: 6e5936414a5413f07ac52612cf170adec034f9dc8cc3f8fe97ef4921e85887c3

Contents?: true

Size: 1.04 KB

Versions: 20

Compression:

Stored size: 1.04 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://www.idpf.org/2007/opf" version="2.0" unique-identifier="BookId">
  <metadata xmlns:opf="http://www.idpf.org/2007/opf" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <dc:title>thetitle</dc:title>
    <dc:creator>theauthor</dc:creator>
    <dc:contributor>contributors contributors!</dc:contributor>
    <dc:publisher>thepublisher</dc:publisher>
    <dc:date>2010-05-05</dc:date>
    <dc:identifier id="BookId">http://example.jp/foobar/</dc:identifier>
    <dc:language>ja</dc:language>
    <meta name="cover" content="cover-image" />
  </metadata>
  <manifest>
    <item id="cover-image" href="img/cover.jpg" properties="cover-image" media-type="image/jpeg" />
    <item id="c1" href="text/foobar.xhtml" media-type="application/xhtml+xml"/>
    <item id="c2" href="text/barbar.xhtml" media-type="application/xhtml+xml"/>
    <item id="ncx" href="toc.ncx" media-type="application/x-dtbncx+xml"/>
  </manifest>
  <spine toc="ncx">
    <itemref idref="c1"/>
    <itemref idref="c2"/>
  </spine>
</package>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
gepub-1.0.2 spec/fixtures/testdata/package_2_0.opf
gepub-1.0.1 spec/fixtures/testdata/package_2_0.opf
gepub-1.0.0 spec/fixtures/testdata/package_2_0.opf
gepub-1.0.0rc1 spec/fixtures/testdata/package_2_0.opf
gepub-1.0.0beta1 spec/fixtures/testdata/package_2_0.opf
gepub-0.7.1 spec/fixtures/testdata/package_2_0.opf
gepub-0.7.0 spec/fixtures/testdata/package_2_0.opf
gepub-0.7.0beta4 spec/fixtures/testdata/package_2_0.opf
gepub-0.7.0beta3 spec/fixtures/testdata/package_2_0.opf
gepub-0.7.0beta2 spec/fixtures/testdata/package_2_0.opf
gepub-0.7.0beta1 spec/fixtures/testdata/package_2_0.opf
gepub-0.6.9.2 spec/fixtures/testdata/package_2_0.opf
gepub-0.6.9.1 spec/fixtures/testdata/package_2_0.opf
gepub-0.6.9.0 spec/fixtures/testdata/package_2_0.opf
gepub-0.6.8.9 spec/fixtures/testdata/package_2_0.opf
gepub-0.6.8.8 spec/fixtures/testdata/package_2_0.opf
gepub-0.6.8.7 spec/fixtures/testdata/package_2_0.opf
gepub-0.6.8.6 spec/fixtures/testdata/package_2_0.opf
gepub-0.6.8.5 spec/fixtures/testdata/package_2_0.opf
gepub-0.6.8.3 spec/fixtures/testdata/package_2_0.opf