|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<xt:extensions xmlns:xi="http://www.w3.org/2001/XInclude" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xmlns:xt="http://www.oxygenxml.com/ns/extension" |
| 5 | + xsi:schemaLocation="http://www.oxygenxml.com/ns/extension http://www.oxygenxml.com/ns/extension/extensions.xsd"> |
| 6 | + |
| 7 | + <!-- This @id value assumes that https://github.com/xspec/ community owns "xspec.io". --> |
| 8 | + <xt:extension id="io.xspec.xspec"> |
| 9 | + |
| 10 | + <!-- |
| 11 | + To publish a new version, |
| 12 | + * Update this @href to a specific commit archive |
| 13 | + * Increment <xt:version> |
| 14 | + * Disable the new add-on version in the project options stored in xspec.xpr |
| 15 | + (Options - Preferences - Document Type Association) |
| 16 | + * Update the changelog in xt:description |
| 17 | + --> |
| 18 | + <xt:location |
| 19 | + href="https://github.com/xspec/xspec/archive/fee92fd453ac9e55e3c889df168ebc918fdc8485.zip" /> |
| 20 | + |
| 21 | + <xt:version>3.2.0</xt:version> |
| 22 | + |
| 23 | + <!-- Note that supporting multiple oXygen versions may be hard to maintain, because |
| 24 | + * oXygen add-on and framework require manual testing. |
| 25 | + * oXygen framework cannot always be backward compatible. See |
| 26 | + https://github.com/TEIC/oxygen-tei/issues/30. --> |
| 27 | + <xt:oxy_version>24.1+</xt:oxy_version> |
| 28 | + |
| 29 | + <xt:type>framework</xt:type> |
| 30 | + |
| 31 | + <!-- This could be Jeni, but she's not participated in this add-on release. --> |
| 32 | + <xt:author>https://github.com/xspec/xspec</xt:author> |
| 33 | + |
| 34 | + <xt:name>XSpec</xt:name> |
| 35 | + |
| 36 | + <xt:description> |
| 37 | + <xi:include href="latest.xhtml"> |
| 38 | + <xi:fallback>Visit https://github.com/xspec/xspec and see |
| 39 | + editors/oxygen/add-on/description/latest.xhtml</xi:fallback> |
| 40 | + </xi:include> |
| 41 | + </xt:description> |
| 42 | + |
| 43 | + <xt:license><![CDATA[ |
| 44 | + The MIT License |
| 45 | +
|
| 46 | +Copyright (c) 2008-2017 Jeni Tennison |
| 47 | +
|
| 48 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 49 | +of this software and associated documentation files (the "Software"), to deal |
| 50 | +in the Software without restriction, including without limitation the rights |
| 51 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 52 | +copies of the Software, and to permit persons to whom the Software is |
| 53 | +furnished to do so, subject to the following conditions: |
| 54 | +
|
| 55 | +The above copyright notice and this permission notice shall be included in |
| 56 | +all copies or substantial portions of the Software. |
| 57 | +
|
| 58 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 59 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 60 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 61 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 62 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 63 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 64 | +THE SOFTWARE. |
| 65 | +
|
| 66 | + ]]></xt:license> |
| 67 | + |
| 68 | + </xt:extension> |
| 69 | + |
| 70 | +</xt:extensions> |
0 commit comments