Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 5 additions & 15 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
</short>
<long>
<en>
Carbon is a plugin that aims to assess the environmental impact of your IT infrastructure.
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.
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>
Expand All @@ -26,25 +26,15 @@ Carbon est un plugin permettant d'évaluer l'impact environnemental de votre inf
</authors>
<versions>
<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>
<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>
<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.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>
</versions>
<langs>
<lang>en_US</lang>
Expand Down
Loading