-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdseas.xml
69 lines (66 loc) · 3.49 KB
/
dseas.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<xt:extensions xmlns:xt="http://www.oxygenxml.com/ns/extension"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.oxygenxml.com/ns/extension http://www.oxygenxml.com/ns/extension/extensions.xsd">
<xt:extension id="dseas">
<xt:location href="dseas.zip"/>
<xt:version>0.2.0</xt:version>
<xt:oxy_version>21.0+</xt:oxy_version>
<xt:type>framework</xt:type>
<xt:author>cforney</xt:author>
<xt:name>dse-as</xt:name>
<xt:description xmlns="http://www.w3.org/1999/xhtml">
<style type="text/css">
h1 { font-family:Verdana; }
h2 { font-family:Geneva; }
.header { font-weight:bold; }
code { font-size:large; }
p { margin:0px; padding:5px; }
</style>
<h1>dse-as Oxygen Framework</h1>
<div class="body">
<h2>Changelog</h2>
<p class="header">Version 0.2.0</p>
<p class="header">Release date: 20/1/2025</p>
<p>Neu:</p>
<ul>
<li>foreign (language)</li>
<li>Button für add/@place</li>
<li>Button für lb</li>
<li>TEI Schema (ODD, RNG)</li>
</ul>
<p class="header">Version 0.1.0</p>
<p class="header">Release date: 9/1/2025</p>
<p>Neu:</p>
<ul>
<li>Übersichtskommentare (global comment)</li>
<li>Schlagworte</li>
<li>IIIF in UV-Viewer öffnen</li>
</ul>
<p class="header">Version 0.0.3</p>
<p class="header">Release date: 17/11/2024</p>
<ul>
<li>Fix: Pfad beim Speichern der Lookupdateien.</li>
</ul>
<p class="header">Version 0.0.2</p>
<p class="header">Release date: 15/11/2024</p>
<ul>
<li>Modell von lb umgestellt (von line break zu line beginning).</li>
<li>cb hinzugefügt.</li>
</ul>
<p class="header">Version 0.0.1</p>
<p class="header">Release date: 13/11/2024</p>
<ul>
<li>Erster Prototyp des Frameworks. Achtung: Noch nicht für den produktiven Gebrauch.</li>
<li>Bugreports und Vorschläge auf <a href="https://github.com/dse-as/oxygen-framework">https://github.com/dse-as/oxygen-framework</a></li>
</ul>
</div>
</xt:description>
<xt:license>
<![CDATA[END USER LICENSE AGREEMENT
Copyright 2024 DSL/DH @ UNIBE.CH
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
]]></xt:license>
</xt:extension>
</xt:extensions>