forked from apeyser/tab2opf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hebrew2english_dict.opf
114 lines (70 loc) · 5.1 KB
/
hebrew2english_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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0"?><!DOCTYPE package SYSTEM "oeb1.ent">
<!-- the command line instruction 'prcgen dictionary.opf' will produce the dictionary.prc file in the same folder-->
<!-- the command line instruction 'mobigen dictionary.opf' will produce the dictionary.mobi file in the same folder-->
<package unique-identifier="uid" xmlns:dc="Dublin Core">
<metadata>
<dc-metadata>
<dc:Identifier id="uid">Hebrew English Dictionary</dc:Identifier>
<!-- Title of the document -->
<dc:Title><h2>Hebrew English Dictionary</h2></dc:Title>
<dc:Language>EN</dc:Language>
<meta: name ="cover" content="my-cover-image" />
</dc-metadata>
<x-metadata>
<output encoding="utf-8" flatten-dynamic-dir="yes"/>
<DictionaryInLanguage>he</DictionaryInLanguage>
<DictionaryOutLanguage>en</DictionaryOutLanguage>
</x-metadata>
</metadata>
<!-- list of all the files needed to produce the .prc file -->
<manifest>
<item id="cover" properties="cover-image" href="design2.jpg" media-type="image/jpeg" />
<item id="alephbet" href="alephbet.html" media-type="application/xhtml+xml" />
<item id="intro_page" href="introPage.html" media-type="application/xhtml+xml" />
<item id="dictionary0" href="hebrew2english_dict_0.html" media-type="text/x-oeb1-document"/>
<item id="dictionary1" href="hebrew2english_dict_1.html" media-type="text/x-oeb1-document"/>
<item id="dictionary2" href="hebrew2english_dict_2.html" media-type="text/x-oeb1-document"/>
<item id="dictionary3" href="hebrew2english_dict_3.html" media-type="text/x-oeb1-document"/>
<item id="dictionary4" href="hebrew2english_dict_4.html" media-type="text/x-oeb1-document"/>
<item id="dictionary5" href="hebrew2english_dict_5.html" media-type="text/x-oeb1-document"/>
<item id="dictionary6" href="hebrew2english_dict_6.html" media-type="text/x-oeb1-document"/>
<item id="dictionary7" href="hebrew2english_dict_7.html" media-type="text/x-oeb1-document"/>
<item id="dictionary8" href="hebrew2english_dict_8.html" media-type="text/x-oeb1-document"/>
<item id="dictionary9" href="hebrew2english_dict_9.html" media-type="text/x-oeb1-document"/>
<item id="dictionary10" href="hebrew2english_dict_10.html" media-type="text/x-oeb1-document"/>
<item id="dictionary11" href="hebrew2english_dict_11.html" media-type="text/x-oeb1-document"/>
<item id="dictionary12" href="hebrew2english_dict_12.html" media-type="text/x-oeb1-document"/>
<item id="dictionary13" href="hebrew2english_dict_13.html" media-type="text/x-oeb1-document"/>
<item id="dictionary14" href="hebrew2english_dict_14.html" media-type="text/x-oeb1-document"/>
<item id="dictionary15" href="hebrew2english_dict_15.html" media-type="text/x-oeb1-document"/>
<item id="dictionary16" href="hebrew2english_dict_16.html" media-type="text/x-oeb1-document"/>
<item id="dictionary17" href="hebrew2english_dict_17.html" media-type="text/x-oeb1-document"/>
<item id="dictionary18" href="hebrew2english_dict_18.html" media-type="text/x-oeb1-document"/>
</manifest>
<spine>
<itemref idref="cover" />
<itemref idref="alephbet" />
<itemref idref="intro_page" />
<itemref idref="dictionary0"/>
<itemref idref="dictionary1"/>
<itemref idref="dictionary2"/>
<itemref idref="dictionary3"/>
<itemref idref="dictionary4"/>
<itemref idref="dictionary5"/>
<itemref idref="dictionary6"/>
<itemref idref="dictionary7"/>
<itemref idref="dictionary8"/>
<itemref idref="dictionary9"/>
<itemref idref="dictionary10"/>
<itemref idref="dictionary11"/>
<itemref idref="dictionary12"/>
<itemref idref="dictionary13"/>
<itemref idref="dictionary14"/>
<itemref idref="dictionary15"/>
<itemref idref="dictionary16"/>
<itemref idref="dictionary17"/>
<itemref idref="dictionary18"/>
</spine>
<tours/>
<guide> <reference type="search" title="Dictionary Search" onclick= "index_search()"/> </guide>
</package>