Sha256: 71b2d55ce89e53e51af84728a433ebbdb0c6eafd3a89b6d20598e1255641e2ff
Contents?: true
Size: 918 Bytes
Versions: 1
Compression:
Stored size: 918 Bytes
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> </metadata> <manifest> <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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gepub-0.6.8 | spec/fixtures/testdata/package_2_0.opf |