-
Notifications
You must be signed in to change notification settings - Fork 0
/
description.xml
26 lines (26 loc) · 1008 Bytes
/
description.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
<?xml version="1.0" encoding="UTF-8"?>
<description
xmlns="http://openoffice.org/extensions/description/2006"
xmlns:d="http://openoffice.org/extensions/description/2006"
xmlns:lo="http://libreoffice.org/extensions/description/2011"
xmlns:xlink="http://www.w3.org/1999/xlink">
<identifier value="basicrgb"/>
<version value="1.1.1"/>
<dependencies>
<lo:LibreOffice-minimal-version d:name="LibreOffice 5.3" value="5.3"/>
</dependencies>
<publisher>
<name xlink:href="https://github.com/FloraCanou/improved-hci-color" lang="en">Flora Canou, Alexander Zheng</name>
</publisher>
<display-name>
<name lang="en">Basic RGB</name>
</display-name>
<icon>
<default xlink:href="icons/colorwheel.png"/>
</icon>
<registration>
<simple-license accept-by="admin">
<license-text xlink:href="registration/license_en.txt" lang="en" />
</simple-license>
</registration>
</description>