...
Code Block |
---|
<?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:12345678-1234-5678-1234-567812345678" /> <meta name="dtb:depth" content="1" /> <meta name="dtb:totalPageCount" content="0" /> <meta name="dtb:maxPageNumber" content="0" /> </head> <docTitle> <text>The Great Adventure</text> </docTitle> <navMap> <navPoint id="navPoint-1" playOrder="1"> <navLabel> <text>Chapter 1</text> </navLabel> <content src="chapter1.html" /> </navPoint> <navPoint id="navPoint-2" playOrder="2"> <navLabel> <text>Chapter 2</text> </navLabel> <content src="chapter2.html" /> </navPoint> <!-- Additional navPoint elements for more chapters or sections --> </navMap> </ncx> |
stylesheet.css
images/
html files
Head section
Title
A developer’s journey
What goes into the meta tags
Turns out that the meta tags are not the primary place for metadata, but the content.opf is. As for keywords they are entered separately during the publishing process.
name | content |
author | |
description | |
keywords |
How do I load the cover page
Body section
Distribution
Amazon Kindle Publishing Direct
...