-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextensions.xml
28 lines (28 loc) · 1.26 KB
/
extensions.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"?>
<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 xmlns:xt="http://www.oxygenxml.com/ns/extension"
id="ie.beyond2022.plugin.RegnalDate">
<xt:location href="RegnalDatePlugin.jar"/>
<xt:version>1.2.1</xt:version>
<xt:oxy_version>21.0+</xt:oxy_version>
<xt:type>plugin</xt:type>
<xt:author>Beyond 2022</xt:author>
<xt:name>Regnal Date</xt:name>
<xt:description>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Regal Date plugin</title>
</head>
<body>
<p>A plugin that marks up a regnal date within a TEI/XML <date> element, with
the @when attribute value provided, or the @from and @to attributes when we only
have the regnal year.
</p>
</body>
</html>
</xt:description>
<xt:license/>
</xt:extension>
</xt:extensions>