-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.xml
More file actions
78 lines (73 loc) · 4.21 KB
/
plugin.xml
File metadata and controls
78 lines (73 loc) · 4.21 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Trademark for GLPI</name>
<key>trademark</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/edgardmessias/glpi-trademark/main/plugin.png</logo>
<description>
<short>
<en><![CDATA[Trademark for GLPI]]></en>
</short>
<long>
<en><
[](https://www.codefactor.io/repository/github/edgardmessias/glpi-trademark)
[](https://github.com/edgardmessias/glpi-trademark/releases)
[](https://github.com/edgardmessias/glpi-trademark/releases/latest)
Allow customization of logos, background and custom CSSs
# Installation
* Download the plugin: [trademark.zip](https://github.com/edgardmessias/glpi-trademark/releases/latest/download/trademark.zip) or [trademark.tgz](https://github.com/edgardmessias/glpi-trademark/releases/latest/download/trademark.tgz)
* Uncompress the archive to the `<GLPI_ROOT>/plugins/trademark` directory
* Navigate to the Configuration > Plugins page,
* Install and activate the plugin.
# Partnership
[Nextflow](https://nextflow.com.br)
]]></en>
</long>
</description>
<homepage>https://github.com/edgardmessias/glpi-trademark</homepage>
<download>https://github.com/edgardmessias/glpi-trademark/releases</download>
<issues>https://github.com/edgardmessias/glpi-trademark/issues</issues>
<readme>https://github.com/edgardmessias/glpi-trademark/wiki</readme>
<authors>
<author>Edgard Lorraine Messias</author>
<author>Nextflow</author>
</authors>
<versions>
<version>
<num>2.0.2</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/edgardmessias/glpi-trademark/releases/download/v2.0.2/trademark.zip</download_url>
</version>
<version>
<num>1.2.4</num>
<compatibility>~9.3</compatibility>
<download_url>https://github.com/edgardmessias/glpi-trademark/releases/download/v1.2.4/trademark.zip</download_url>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>pt_BR</lang>
</langs>
<license><![CDATA[MIT]]></license>
<tags>
<en>
<tag>Customization</tag>
<tag>CSS</tag>
<tag>SCSS</tag>
</en>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-trademark/main/themes/aurora-boreal/login.preview.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-trademark/main/themes/baloons/login.preview.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-trademark/main/themes/cloud/login.preview.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-trademark/main/themes/desktop/login.preview.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-trademark/main/themes/light/login.preview.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-trademark/main/themes/neon/login.preview.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-trademark/main/themes/night/login.preview.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-trademark/main/themes/original/login.preview.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-trademark/main/themes/power-red/login.preview.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-trademark/main/themes/prompt-developer/login.preview.jpg</screenshot>
</screenshots>
</root>