Sha256: a8b0ca958a45d9ddc0c8a29c4388c1b33546239e9c3a6982517d1694d6a40727

Contents?: true

Size: 673 Bytes

Versions: 2

Compression:

Stored size: 673 Bytes

Contents

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!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 content="urn:isbn:<%= book.ebook_isbn %>" name="dtb:uid"/>
    <meta content="1" name="dtb:depth"/>

    <!-- totalPageCount and maxPageNumber are mandatory, but they're not used in ebooks -->
    <meta content="-1" name="dtb:totalPageCount"/>
    <meta content="-1" name="dtb:maxPageNumber"/>
  </head>
  <docTitle>
    <text><%= book.title %></text>
  </docTitle>
  <navMap>
    <%= book.render_navpoints %>
  </navMap>
</ncx>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
prophecy-0.2.7 lib/prophecy/assets/epub_template/OEBPS/toc.ncx.erb
prophecy-0.2.6 lib/prophecy/assets/epub_template/OEBPS/toc.ncx.erb