Sha256: f8498c9e60d7a0dcbd76a3f51331b8ffe1e24c290b15faa6623dcb87ea6c0909

Contents?: true

Size: 667 Bytes

Versions: 9

Compression:

Stored size: 667 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.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

9 entries across 9 versions & 1 rubygems

Version Path
prophecy-0.2.5 lib/prophecy/assets/epub_template/OEBPS/toc.ncx.erb
prophecy-0.2.4 lib/prophecy/assets/epub_template/OEBPS/toc.ncx.erb
prophecy-0.2.3 lib/prophecy/assets/epub_template/OEBPS/toc.ncx.erb
prophecy-0.2.2 lib/prophecy/assets/epub_template/OEBPS/toc.ncx.erb
prophecy-0.2.1 lib/prophecy/assets/epub_template/OEBPS/toc.ncx.erb
prophecy-0.2.0 lib/prophecy/assets/epub_template/OEBPS/toc.ncx.erb
prophecy-0.1.3 lib/prophecy/assets/epub_template/OEBPS/toc.ncx.erb
prophecy-0.1.2 lib/prophecy/assets/epub_template/OEBPS/toc.ncx.erb
prophecy-0.0.1 lib/prophecy/assets/epub_template/OEBPS/toc.ncx.erb