forked from eXist-db/public-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo.xml
67 lines (67 loc) · 2.85 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
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo">
<description>Scripts to maintain eXist's public application repository.</description>
<author>Wolfgang Meier</author>
<author>Mathias Göbel</author>
<website>https://github.com/DARIAH-DE/public-xar-repo</website>
<status>alpha</status>
<license>GNU-LGPL</license>
<copyright>true</copyright>
<type>application</type>
<target>public-repo</target>
<prepare>pre-install.xql</prepare>
<finish>post-install.xql</finish>
<permissions user="repo" group="repo" mode="rw-rw-r--"/>
<changelog>
<change version="0.6.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Shows upload date at details view.</li>
<li>Fixes an error at package details view.</li>
</ul>
</change>
<change version="0.6.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Allow processor version to end with a label, for compatibility with eXist 3.1.0+ semver scheme.</li>
<li>Fixed links in atom feed by including min-version parameter.</li>
</ul>
</change>
<change version="0.5.4">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed error affecting view of packages requiring different processor versions.</li>
</ul>
</change>
<change version="0.5.3">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed issue with version number data type processing.</li>
</ul>
</change>
<change version="0.5.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>New admin section to upload packages and publish them.</li>
</ul>
</change>
<change version="0.5.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed auto-upload.xql to consider only the xar type files.</li>
</ul>
</change>
<change version="0.5.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Added support for automatic updating of apps.xml in case one adds, updates, or deletes a xar file from public folder.</li>
</ul>
</change>
<change version="0.4.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Updated atom feed entries to link to each app's html page</li>
</ul>
</change>
<change version="0.4">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Changed homepage display from grid to list, with separate detailed view for each
package</li>
<li>Added display of change log to atom feed and detailed web view</li>
</ul>
</change>
</changelog>
<deployed>2017-10-18T22:49:00.219+02:00</deployed>
</meta>