g2e/templates/toc-header.ncx

23 lines
675 B
Plaintext
Raw Normal View History

2021-12-14 01:07:14 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ncx version="2005-1" xml:lang="en" xmlns="http://www.daisy.org/z3986/2005/ncx/">
<head>
<!-- The following four metadata items are required for all NCX documents,
including those that conform to the relaxed constraints of OPS 2.0 -->
2021-12-14 01:34:01 +00:00
<meta name="dtb:uid" content="{id}"/> <!-- same as in .opf -->
2021-12-14 01:07:14 +00:00
<meta name="dtb:depth" content="1"/> <!-- 1 or higher -->
<meta name="dtb:totalPageCount" content="0"/> <!-- must be 0 -->
<meta name="dtb:maxPageNumber" content="0"/> <!-- must be 0 -->
</head>
<docTitle>
2021-12-14 01:34:01 +00:00
<text>{title}</text>
2021-12-14 01:07:14 +00:00
</docTitle>
<docAuthor>
2021-12-14 01:34:01 +00:00
<text>{author}</text>
2021-12-14 01:07:14 +00:00
</docAuthor>
2021-12-14 19:10:39 +00:00
<navMap>