0o0dグッ

Sigil-002

Sigil

test.epub ┳ META-INF ━ container.xml
          ┣ OEBPS    ┳ Text ━━━━━ Section0001.xhtml
          ┃          ┣ content.opf
          ┃          ┗ toc.ncx
          ┗ mimetype

container.xml

<?xml version="1.0" encoding="UTF-8"?>
<container version="1.0"
(続けて)	xmlns="urn:oasis:names:tc:opendocument:xmlns:container">
   <rootfiles>
       <rootfile full-path="OEBPS/content.opf"
(続けて)	media-type="application/oebps-package+xml"/>
  </rootfiles>
</container>

Section0001.xhtml

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title></title>
</head>

<body>
  <p>テスト&nbsp;</p>
</body>
</html>

content.opf

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<package xmlns="http://www.idpf.org/2007/opf"
(続けて)	unique-identifier="BookId" version="2.0">
  <metadata xmlns:dc="http://purl.org/dc/elements/1.1/"
(続けて)	xmlns:opf="http://www.idpf.org/2007/opf">
    <dc:identifier id="BookId" opf:scheme="UUID">
(続けて)	urn:uuid:998ff775-7155-411c-b971-27e60ba8797b
(続けて)	</dc:identifier>
    <meta content="0.5.3" name="Sigil version" />
  </metadata>
  <manifest>
    <item href="toc.ncx" id="ncx"
(続けて)	media-type="application/x-dtbncx+xml" />
    <item href="Text/Section0001.xhtml" id="Section0001.xhtml"
(続けて)	media-type="application/xhtml+xml" />
  </manifest>
  <spine toc="ncx">
    <itemref idref="Section0001.xhtml" />
  </spine>
</package>

toc.ncx

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE ncx PUBLIC "-//NISO//DTD ncx 2005-1//EN"
   "http://www.daisy.org/z3986/2005/ncx-2005-1.dtd">
<ncx xmlns="http://www.daisy.org/z3986/2005/ncx/" version="2005-1">
<head>
   <meta name="dtb:uid"
(続けて)	content="urn:uuid:998ff775-7155-411c-b971-27e60ba8797b" />
   <meta name="dtb:depth" content="0" />
   <meta name="dtb:totalPageCount" content="0" />
   <meta name="dtb:maxPageNumber" content="0" />
</head>
<docTitle>
   <text>Unknown</text>
</docTitle>
<navMap>
<navPoint id="navPoint-1" playOrder="1">
  <navLabel>
    <text>Start</text>
  </navLabel>
  <content src="Text/Section0001.xhtml" />
</navPoint>
</navMap>
</ncx>

mimetype

application/epub+zip