-
Notifications
You must be signed in to change notification settings - Fork 1
/
repo.xml
36 lines (36 loc) · 1.69 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>Theatrum Neolatinum Annotation</description>
<author>Boris Lehečka</author>
<website>http://theatrum-neolatinum.cz</website>
<status>beta</status>
<license>GNU-LGPL</license>
<copyright>true</copyright>
<type>application</type>
<prepare>pre-install.xql</prepare>
<finish>post-install.xql</finish>
<target>tnlanno</target>
<permissions user="tnl" group="tei" mode="rw-rw-r--"/>
<deployed />
<change version="0.4.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>separating UI, editions and register data into independent packages</li>
<li>rendering verse numbers in annotation view</li>
<li>editor for quotations in critical apparatus</li>
<li>write permission for group members</li>
<li>better metadata about the package</li>
<li>revision detail translation (in Czech)</li>
<li>using Fore version 2.2.0</li>
<li><ref> elements in pop-ups as HTML links</li>
<li>placing the <note> element after selected text</li>
</ul>
</change>
<change version="0.3.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>buttons for inserting Czech and English paragraphs in the toolbar of note editor</li>
<li>clean registry files (with no content)</li>
<li>developing on localhost port 8080</li>
<li>adding `>p>`, `>ref>`, and `>hi>` elements to the toolbar of note editor</li>
<li>ignoring local data (from Visual Studio and VS Code) for Github synchronization</li>
</ul>
</change>
</meta>