-
Notifications
You must be signed in to change notification settings - Fork 0
/
APP-META.xml
127 lines (115 loc) · 4.19 KB
/
APP-META.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<application packaged="2015-01-14T13:43:02" version="2.0" xmlns="http://aps-standard.org/ns/2">
<id>http://shelikhov.net/isitup2</id>
<name>isItUp2</name>
<version>1.06</version>
<release>2</release>
<homepage>https://github.com/sheh1000/aps-isitup</homepage>
<vendor>
<name>Shelikhov</name>
<homepage>http://shelikhov.net/contact</homepage>
</vendor>
<packager>
<name>Shelikhov</name>
<homepage>http://shelikhov.net/contact</homepage>
</packager>
<presentation>
<summary>Domain isItUp</summary>
<description>The aplication allows to check if domain is available</description>
<icon path="images/clean.png"/>
<screenshot path="images/scr1.jpg">
<description>Everything is ok when your domain is up.</description>
</screenshot>
<screenshot path="images/scr2.jpg">
<description>Your face when domain is down. It is time to investigate the issue. </description>
</screenshot>
<changelog>
<version release="1" version="1.0">
<entry>Initial release.</entry>
</version>
<version release="4" version="1.0">
<entry>UI changes</entry>
</version>
<version release="5" version="1.0">
<entry>Canged 'patch' to 'upgrade' in APP-META.xml</entry>
</version>
<version release="1" version="1.03">
<entry>'services' service renamed to 'isitup_domains'. Properties 'name' and 'status' were added.</entry>
</version>
<version release="1" version="1.03">
<entry>Changes in upgrade match.</entry>
</version>
<version release="1" version="1.06">
<entry>Endpoint is working fine.</entry>
</version>
<version release="2" version="1.06">
<entry>Fixed minor bugs</entry>
</version>
</changelog>
<categories>
<category>Samples</category>
</categories>
<navigation id="ccp" label="IsItUp Management">
<var name="context" type-id="http://shelikhov.net/isitup2/context/1.0"/>
<plugs-to id="http://www.aps-standard.org/ui/service"/>
<item id="context" label="Isitup">
<view id="isitup-domains-view" label="mysubscriptions" src="ui/mysubscriptions.html">
<view id="add-domain" label="add-domain" src="ui/add-domain.html">
<controls>
<cancel/>
<finish/>
</controls>
</view>
</view>
</item>
</navigation>
</presentation>
<license-agreement>
<free/>
<text>
<name>End-User License Agreement</name>
<url>http://opensource.org/licenses/bsd-license</url>
</text>
</license-agreement>
<upgrade match="version =lt= 1.99"/>
<service id="applications">
<schema path="schemas/applications.schema.gen"/>
<code engine="php" path="scripts/applications.php"/>
<presentation>
<name>IsItUp Application</name>
<summary>IsItUp application global service</summary>
<infolinks>
<link class="deployment-guide" href="file:///docs/Deployment_guide.docx">Deployment Guide</link>
<link class="support" href="http://parallels.com/link-to-support">Support Guide</link>
</infolinks>
</presentation>
</service>
<service id="contexts">
<schema path="schemas/contexts.schema.gen"/>
<code engine="php" path="scripts/contexts.php"/>
<presentation>
<name>IsItUp Services Management</name>
<summary>IsItUp Services Management context for the customer</summary>
<infolinks>
<link class="deployment-guide" href="http://parallels.com/link-to-deployment-guide">Deployment Guide</link>
<link class="support" href="http://parallels.com/link-to-support">Support Guide</link>
</infolinks>
<entry-points>
<entry class="aps2-view" dst="http://shelikhov.net/isitup2#isitup-domains-view">
<label>Status of domains</label>
</entry>
</entry-points>
</presentation>
</service>
<service id="isitup_domains">
<schema path="schemas/isitup_domains.schema.gen"/>
<code engine="php" path="scripts/isitup_domains.php"/>
<presentation>
<name>IsItUp domains</name>
<summary>domains added for watching</summary>
<infolinks>
<link class="deployment-guide" href="http://parallels.com/link-to-deployment-guide">Deployment Guide</link>
<link class="support" href="http://parallels.com/link-to-support">Support Guide</link>
</infolinks>
</presentation>
</service>
</application>