~linuxgoose/bocpress

ref: c91467963822dd2b82529283b33ca80a44ace95d bocpress/export_base_epub/content.opf -rw-r--r-- 1.2 KiB
c9146796Jordan Robinson add number of posts in feed setting 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8" ?>
<package xmlns="http://www.idpf.org/2007/opf" version="2.0">
  <metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf">
    <dc:title></dc:title>
    <dc:creator opf:role="aut"></dc:creator>
    <dc:language></dc:language>
    <dc:publisher></dc:publisher>
    <dc:identifier opf:scheme="UUID"></dc:identifier>
    <dc:date></dc:date>
  </metadata>
  <manifest>
    <item id="titlepage" href="titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="toc" href="toc.xhtml" media-type="application/xhtml+xml" properties="nav"/>
<!-- manifest items -->
    <item id="author" href="author.xhtml" media-type="application/xhtml+xml"/>
    <item id="ncx" href="toc.ncx" media-type="application/x-dtbncx+xml"/>
  </manifest>
  <spine toc="ncx">
    <itemref idref="titlepage"/>
    <itemref idref="toc"/>
<!-- spine items -->
    <itemref idref="author"/>
  </spine>
  <guide>
    <reference type="titlepage" title="Title page" href="titlepage.xhtml"/>
    <reference type="toc" title="Table of Contents" href="toc.xhtml"/>
    <reference type="author" title="About the Author" href="author.xhtml"/>
  </guide>
</package>