Sha256: 401813db074fca0fe5f9ab280dec708154c7a66a5b2a86f68dec05adb8cfac00
Contents?: true
Size: 846 Bytes
Versions: 3
Compression:
Stored size: 846 Bytes
Contents
<?xml version="1.0"?> <!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="{{epub.identifier}}"/> <meta name="dtb:depth" content="1"/> <meta name="dtb:totalPageCount" content="0"/> <meta name="dtb:maxPageNumber" content="0"/> </head> <docTitle> <text>Epub Format Construction Guide</text> </docTitle> <navMap> {% for file in files %}{% if file.mime == "application/xhtml+xml" %} <navPoint id="navPoint-{{file.order}}" playOrder="{{file.order}}"> <navLabel> <text>{{file.title}}</text> </navLabel> <content src="{{file.url}}"/> </navPoint> {% endif %}{% endfor %} </navMap> </ncx>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-epub-0.0.3 | lib/jekyll/epub/templates/toc.ncx |
jekyll-epub-0.0.2 | lib/jekyll/epub/templates/toc.ncx |
jekyll-epub-0.0.1 | lib/jekyll/epub/templates/toc.ncx |