-
Notifications
You must be signed in to change notification settings - Fork 1
/
dictionary.opf
35 lines (35 loc) · 1.2 KB
/
dictionary.opf
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
30
31
32
33
34
35
<?xml version="1.0"?>
<package version="2.0" xmlns="http://www.idpf.org/2007/opf" unique-identifier="BookId">
<metadata>
<dc:title>English to Bengali dictionary by Anirban Das</dc:title>
<dc:creator opf:role="aut">Anirban Das</dc:creator>
<dc:language>en-us</dc:language>
<meta name="cover" content="my-cover-image" />
<x-metadata>
<DictionaryInLanguage>en-us</DictionaryInLanguage>
<DictionaryOutLanguage>en-us</DictionaryOutLanguage>
<DefaultLookupIndex>default</DefaultLookupIndex>
</x-metadata>
</metadata>
<manifest>
<!-- <item href="cover-image.jpg" id="my-cover-image" media-type="image/jpg" /> -->
<item id="cover"
href="cover.html"
media-type="application/xhtml+xml" />
<item id="copyright"
href="copyright.html"
media-type="application/xhtml+xml" />
<item id="content"
href="content.html"
media-type="application/xhtml+xml" />
</manifest>
<spine>
<itemref idref="cover" />
<!-- <itemref idref="usage" /> -->
<itemref idref="copyright"/>
<itemref idref="content"/>
</spine>
<guide>
<reference type="index" title="IndexName" href="content.html"/>
</guide>
</package>