-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugin.xml
More file actions
79 lines (79 loc) · 3.32 KB
/
plugin.xml
File metadata and controls
79 lines (79 loc) · 3.32 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
79
<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://pluginsglpi.github.io/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.2.0-beta.2</num>
<compatibility>~11.0</compatibility>
<download_url>https://github.com/pluginsGLPI/carbon/releases/download/1.2.0-beta.2/glpi-carbon-1.2.0-beta.2.tar.bz2</download_url>
</version>
<version>
<num>1.2.0-beta.1</num>
<compatibility>~11.0</compatibility>
<download_url>https://github.com/pluginsGLPI/carbon/releases/download/1.2.0-beta.1/glpi-carbon-1.2.0-beta.1.tar.bz2</download_url>
</version>
<version>
<num>1.1.1</num>
<compatibility>~11.0</compatibility>
<download_url>https://github.com/pluginsGLPI/carbon/releases/download/1.1.1/glpi-carbon-1.1.1.tar.bz2</download_url>
</version>
<version>
<num>1.1.0</num>
<compatibility>~11.0</compatibility>
<download_url>https://github.com/pluginsGLPI/carbon/releases/download/1.1.0/glpi-carbon-1.1.0.tar.bz2</download_url>
</version>
<version>
<num>1.0.0</num>
<compatibility>~10.0.18</compatibility>
<download_url>https://github.com/pluginsGLPI/carbon/releases/download/1.0.0/glpi-carbon-1.0.0.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>