-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo.xml
executable file
·45 lines (45 loc) · 1.27 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
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo">
<description>OLBIN publications database</description>
<author>G. Mella</author>
<website/>
<status>alpha</status>
<license>GNU-LGPL</license>
<copyright>true</copyright>
<type>application</type>
<target>bibdb</target>
<prepare>pre-install.xql</prepare>
<finish/>
<changelog>
<change xmlns="" version="0.7.0" >
<h3>2025-02-19</h3>
<ul>
<li>Add last submissions.</li>
<li>Propose curation lists.</li>
<li>Fix bug.</li>
<li>Better efficiency.</li>
</ul>
</change>
<change xmlns="" version="0.6.0" >
<h3>2024-04-29</h3>
<ul>
<li>Update ads xml namespace.</li>
<li>New search, plots and hierarch-tags page.</li>
</ul>
</change>
<change xmlns="" version="0.5.2" >
<h3>2023-09-14</h3>
<ul>
<li>Support many tags per jmmc tool.</li>
<li>Support AJAX for tag review process.</li>
<li>Minor cleanup.</li>
</ul>
</change>
<change xmlns="" version="0.5.1" release-date="2023-01-24T12:34">
<h3>2022-09-21</h3>
<ul>
<li>Support redirection onto ADS for targets in addition to tags.</li>
</ul>
</change>
</changelog>
</meta>