-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
repo.xml
28 lines (28 loc) · 1.21 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
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo">
<description>Various small demo applications.</description>
<author>Wolfgang Meier</author>
<website>https://github.com/eXist-db/demo-apps</website>
<status>beta</status>
<license>GNU-LGPL</license>
<copyright>true</copyright>
<type>application</type>
<target>demo</target>
<prepare>pre-install.xql</prepare>
<finish>post-install.xql</finish>
<permissions xmlns:repo="http://exist-db.org/xquery/repo" password="demo" user="demo" group="demo" mode="0775"/>
<changelog>
<change version="0.4.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Improved the display of search results in the content extraction demo.</li>
<li>Fixed RESTXQ and AngularJS demo.</li>
<li>Removed dependency on JSONXQ library, replaced with XQuery 3.1 JSON facility.</li>
</ul>
</change>
<change version="0.4.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Adopt correct syntax for empty-sequence node test, supported from eXist-db 4.0.0</li>
</ul>
</change>
</changelog>
</meta>