forked from eXist-db/demo-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo.xml
23 lines (23 loc) · 1007 Bytes
/
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
<?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>
</changelog>
</meta>