-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo.xml
36 lines (36 loc) · 1.49 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
<meta xmlns="http://exist-db.org/xquery/repo">
<description>API Problem and JSON HAL based API for editing dictionary like XML datasets</description>
<author>Omar Siam</author>
<website>https://www.oeaw.ac.at/acdh/tools/vle/</website>
<status>development</status>
<license ref="https://spdx.org/licenses/">MIT</license>
<copyright>true</copyright>
<type>application</type>
<target>vleserver</target>
<changelog>
<change version="0.4.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li class="feat">Features
<ul style="margin-left: 15px;">
<li>Added a cache for a high number of entries</li>
<li>Implement actually showing a lemma or an alternative lemma as specified in profile</li>
<li>Schema validation using XSD, RelaxNG or Schematron</li>
</ul>
</li>
</ul>
</change>
<change version="0.3.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li class="feat">Features
<ul style="margin-left: 15px;">
<li>User management for using well known dictionary finished</li>
<li>GET, POST (create), DELETE of dictionaries finished</li>
<li>GET, PUT (update), POST (create), DELETE of dictionary entries finished</li>
<li>Access control implemented</li>
<li>Locking for editing implemented</li>
</ul>
</li>
</ul>
</change>
</changelog>
</meta>