-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathplugin.xml
More file actions
59 lines (59 loc) · 2.38 KB
/
plugin.xml
File metadata and controls
59 lines (59 loc) · 2.38 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
<root>
<name>Carbon</name>
<key>carbon</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/carbon/master/icon.svg</logo>
<description>
<short>
<en>Carbon aims to assess the environmental impact of your IT infrastructure.</en>
<fr>Carbon vise à évaluer l'impact environnemental de votre infrastructure informatique.</fr>
</short>
<long>
<en>
Carbon is a plugin that aims to assess the environmental impact of your IT infrastructure. It uses external data sources to collect carbon intensity of electricity and environmental impact of each supported asset. It supports up to 20 impact criteria.
</en>
<fr>
Carbon est un plugin permettant d'évaluer l'impact environnemental de votre infrastructure informatique. Il utilise des sources de données exernes pour collecter l'intensité carbone de l'électricity et l'impact environnemental des équipements pris en charge. Il gère jusqu'à 20 critères d'impact.
</fr>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/carbon/</homepage>
<download>https://github.com/pluginsGLPI/carbon/releases</download>
<issues>https://github.com/pluginsGLPI/carbon/issues</issues>
<readme>https://help.glpi-project.org/doc-plugins/carbon</readme>
<authors>
<author>Teclib'</author>
</authors>
<versions>
<version>
<num>1.2.0</num>
<compatibility>~11.0</compatibility>
<download_url>https://github.com/pluginsGLPI/carbon/releases/download/1.2.0/glpi-carbon-1.2.0.tar.bz2</download_url>
</version>
<version>
<num>1.0.1</num>
<compatibility>~10.0.18</compatibility>
<download_url>https://github.com/pluginsGLPI/carbon/releases/download/1.0.1/glpi-carbon-1.0.1.tar.bz2</download_url>
</version>
</versions>
<langs>
<lang>en_US</lang>
<lang>fr_FR</lang>
</langs>
<license>GPLv3</license>
<tags>
<en>
<tag>Environmental impact</tag>
<tag>Carbon footprint</tag>
<tag>Sustainability</tag>
</en>
<fr>
<tag>Impact environnemental</tag>
<tag>Empreinte carbone</tag>
<tag>Développement durable</tag>
</fr>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/carbon/master/screenshot_1.png</screenshot>
</screenshots>
</root>