forked from calibre2opds/calibre2opds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Unix_shortcutSpec.xml
95 lines (88 loc) · 2.71 KB
/
Unix_shortcutSpec.xml
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
<izpack:shortcuts version="5.0"
xmlns:izpack="http://izpack.org/schema/shortcuts"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://izpack.org/schema/shortcuts http://izpack.org/schema/5.0/izpack-shortcuts-5.0.xsd">
<!--
Shortcut file for Unix/Linux type systems
-->
<programGroup defaultName="calibre2opds" location="applications"/>
<shortcut
name="Calibre2opds"
description="Calibre2opds Graphical User Interface"
programGroup="yes"
desktop="yes"
applications="no"
startMenu="no"
startup="no"
target="$INSTALL_PATH/rungui.sh"
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH/calibre2opds-icon_64.png"
iconIndex="0"
type="Application"
encoding="UTF-8"
terminal="false"
KdeSubstUID="false"
initialState="normal">
<createForPack name="Base"/>
</shortcut>
<shortcut
name="User Guide"
description="Calibre2Opds online User Guide"
programGroup="yes"
desktop="no"
applications="no"
startMenu="no"
startup="no"
target="konqueror"
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH/calibre2opds-icon_64.png"
iconIndex="0"
type="link"
url="http://wiki.mobileread.com/wiki/Calibre2Opds_Indexs"
encoding="UTF-8"
terminal="false"
KdeSubstUID="false"
initialState="normal">
<createForPack name="Base"/>
</shortcut>
<shortcut
name="Developers Guide"
description="Calibre2Opds online Developers Guide"
programGroup="yes"
desktop="no"
applications="no"
startMenu="no"
startup="no"
target="konqueror"
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH/calibre2opds-icon_64.png"
iconIndex="0"
type="link"
url="http://wiki.mobileread.com/wiki/Calibre2OpdsDevelop"
encoding="UTF-8"
terminal="false"
KdeSubstUID="false"
initialState="normal">
<createForPack name="Base"/>
</shortcut>
<shortcut
name="Calibre2opds catalog generation"
description="Generate calibre2opds catalogs from parameters set up earlier via GUI"
programGroup="yes"
desktop="no"
applications="no"
startMenu="no"
startup="no"
target="$INSTALL_PATH/run.sh"
commandLine=""
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH/calibre2opds-text-icon_64.png"
iconIndex="0"
type="Application"
encoding="UTF-8"
terminal="true"
KdeSubstUID="false"
initialState="normal">
<createForPack name="Base"/>
</shortcut>
</izpack:shortcuts>