-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo.xml
executable file
·58 lines (57 loc) · 1.92 KB
/
repo.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
<?xml version="1.0" encoding="UTF-8"?>
<meta
xmlns="http://exist-db.org/xquery/repo">
<description>JMMC applications's latest releases</description>
<author>JMMC Tech Group</author>
<website>https://www.jmmc.fr</website>
<status>stable</status>
<license>AGPL-3.0</license>
<copyright>true</copyright>
<type>application</type>
<target>releases</target>
<prepare>pre-install.xq</prepare>
<finish>post-install.xq</finish>
<changelog>
<change xmlns="" version="1.1.6">
<h3>2024-09-10</h3>
<ul>
<li>Bugfix retrieving information on pypi with more than one url.</li>
</ul>
</change>
<change xmlns="" version="1.1.5">
<h3>2024-09-10</h3>
<ul>
<li>Improve css for jnlp and jar links.</li>
</ul>
</change>
<change xmlns="" version="1.1.4">
<h3>2023-07-12</h3>
<ul>
<li>Improve reliability looping on the service loop ignoring some broken ones.</li>
</ul>
</change>
<change xmlns="" version="1.1.3">
<h3>2023-03-05</h3>
<ul>
<li>Fix last urls to https</li>
<li>Replace release date of java application by the last-modified value of the jnlp file</li>
</ul>
</change>
<change xmlns="" version="1.1.2">
<h3>2023-03-01</h3>
<ul>
<li>Move some http urls to https</li>
<li>Add a2p2w and voar beta locations</li>
</ul>
</change>
<change xmlns="" version="1.1.1">
<h3>Protection and release notes setup 2022-12-05</h3>
<ul>
<li>Store release notes in repo.xml</li>
<li>Setup a robots.txt</li>
<li>Add JNLP and JAR links for java apps</li>
<li>Fix some typos</li>
</ul>
</change>
</changelog>
</meta>