-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathplugin.xml
More file actions
60 lines (57 loc) · 2.46 KB
/
plugin.xml
File metadata and controls
60 lines (57 loc) · 2.46 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Trademark for GLPI</name>
<key>trademark</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/LibreCodeCoop/trademark/master/plugin.png</logo>
<description>
<short>
<en><![CDATA[Trademark for GLPI]]></en>
</short>
<long>
<en><
[](https://www.codefactor.io/repository/github/LibreCodeCoop/trademark)
[](https://github.com/LibreCodeCoop/trademark/releases)
[](https://github.com/LibreCodeCoop/trademark/releases/latest)
Allow customization of logos, background and custom CSSs
# Installation
* Uncompress the archive to the `<GLPI_ROOT>/plugins/trademark` directory
* Navigate to the Configuration > Plugins page,
* Install and activate the plugin.
]]></en>
</long>
</description>
<homepage>https://github.com/LibreCodeCoop/trademark</homepage>
<download>https://github.com/LibreCodeCoop/trademark/releases</download>
<issues>https://github.com/LibreCodeCoop/trademark/issues</issues>
<readme>https://github.com/LibreCodeCoop/trademark/wiki</readme>
<authors>
<author>Edgard Lorraine Messias</author>
<author>Vitor Mattos</author>
</authors>
<versions>
<version>
<num>1.4.1</num>
<compatibility>10.0</compatibility>
<compatibility>10.1</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>pt_BR</lang>
</langs>
<license><![CDATA[AGPL]]></license>
<tags>
<en>
<tag>Customization</tag>
<tag>CSS</tag>
<tag>SCSS</tag>
</en>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/LibreCodeCoop/trademark/master/screenshots/image_1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/LibreCodeCoop/trademark/master/screenshots/image_2.png</screenshot>
</screenshots>
</root>