-
Notifications
You must be signed in to change notification settings - Fork 1
/
NB_DE_dict.opf
31 lines (26 loc) · 1.13 KB
/
NB_DE_dict.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://www.idpf.org/2007/opf" version="2.0" unique-identifier="BookId">
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf">
<!-- Title and language. -->
<dc:title>Norsk (bokmål) → Deutsch</dc:title>
<dc:language>nb</dc:language>
<meta name="cover" content="My_Cover" />
</metadata>
<manifest>
<!-- Specify the names of the HTML file(s) and the cover image (JPEG or GIF). -->
<item id="item1" media-type="application/xhtml+xml" href="NB_DE_dict.html"></item>
<item id="My_Cover" media-type="image/jpeg" href="NB_DE_dict.jpeg"/>
</manifest>
<!-- linear reading order -->
<spine toc="My_Table_of_Contents">
<itemref idref="item1"/>
</spine>
<!-- Necessary for creating dictionaries.
https://s3.amazonaws.com/kindlegen/AmazonKindlePublishingGuidelines.pdf#page=71 -->
<x-metadata>
<!-- Specify the dictionary I/O languages. -->
<DictionaryInLanguage>nb</DictionaryInLanguage>
<DictionaryOutLanguage>de</DictionaryOutLanguage>
<DefaultLookupIndex>Norwegian</DefaultLookupIndex>
</x-metadata>
</package>