-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathextension.xml
104 lines (101 loc) · 3.45 KB
/
extension.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<xt:extension
xmlns:xt="http://www.oxygenxml.com/ns/extension"
id="com.oxygenxml.prolog.updater">
<xt:location href="${project.build.finalName}-plugin.jar" />
<xt:version>${project.nosnapshot.version}</xt:version>
<xt:oxy_version>25.1+</xt:oxy_version>
<xt:type>plugin</xt:type>
<xt:author>Syncro Soft</xt:author>
<xt:name>DITA Prolog Updater</xt:name>
<xt:description>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Oxygen Dita Prolog Updater</title>
</head>
<body>
<div>
<p>This add-on contributes a preferences page that includes various
options for updating the "prolog" section of a DITA topic/map.</p>
<p>
For more details, see:
<a
href="https://github.com/oxygenxml/oxygen-dita-prolog-updater">https://github.com/oxygenxml/oxygen-dita-prolog-updater</a>
</p>
</div>
<hr />
<div>
<h3>What's new in version 1.1.2</h3>
<ul>
<li>Added a new option for controlling where to store the options
from the add-on preferences page (either in global options or in
project-level options).</li>
<li>Fixed an issue where the prolog element was inserted in
documents that do not allow it.</li>
</ul>
</div>
<div>
<h3>What's new in version 1.1.1</h3>
<ul>
<li>Fixed an issue where a 'contributor' author was inserted
instead of a 'creator' author for newly created documents that
have whitespaces in the path.</li>
</ul>
</div>
<div>
<h3>What's new in version 1.1.0</h3>
<ol>
<li>
Added a new option to customize the value of the
<i>type</i>
attribute for the
<i>author</i>
element that is inserted to allow you to specify the primary (
<i>creator</i>
) author.
<a
href="https://github.com/oxygenxml/oxygen-dita-prolog-updater/issues/20">#20</a>
</li>
<li>
Added a new option to customize the value of the
<i>type</i>
attribute for the
<i>author</i>
element that is inserted to allow you to specify an additional
author (
<i>contributor</i>
).
<a
href="https://github.com/oxygenxml/oxygen-dita-prolog-updater/issues/20">#20</a>
</li>
<li>
Improved the process so that an additional author (
<i>contributor</i>
) cannot be added if they are already specified as the primary (
<i>creator</i>
) author.
<a
href="https://github.com/oxygenxml/oxygen-dita-prolog-updater/issues/21">#21</a>
</li>
<li>
Fixed an issue where a warning message was reported even though
prolog updating was disabled.
<a
href="https://github.com/oxygenxml/oxygen-dita-prolog-updater/issues/15">#15</a>
</li>
</ol>
</div>
</body>
</html>
</xt:description>
<xt:license><![CDATA[ Copyright 2018 Syncro Soft SRL
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
]]></xt:license>
</xt:extension>