File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,7 @@ en: &DEFAULT_EN
52
52
# desc: ""
53
53
# icon:
54
54
- title : " Works with GSIT"
55
- desc : " Server plugin for the stable and secure fork of GLPI: GSIT"
56
- icon : fas fa-server
57
- - title : " Works with GLPI"
58
- desc : " Server plugin for GLPI"
55
+ desc : " Server plugin for the stable and secure fork of GLPI: [GSIT](https://github.com/DCS-Easyware/gsit)"
59
56
icon : fas fa-server
60
57
# - title: "REST API"
61
58
# desc: "The agent offer a standard REST API and documented. Very good to integrated to other projects."
@@ -83,6 +80,11 @@ en: &DEFAULT_EN
83
80
# left is the default
84
81
# start_align: "left"
85
82
events :
83
+ - title : " Rewrite agent in RUST"
84
+ year : " 2024"
85
+ desc : " Rewrite agent in RUST (for 3.0 version), more secure and new data format..."
86
+ alt :
87
+ align : left
86
88
- title : " Preparation of the future agent version and FusionSuite (server)"
87
89
year : " 2022"
88
90
desc : " We prepare the features and modification on agent we want and the integration with FusionSuite project (server part)"
@@ -199,9 +201,11 @@ en: &DEFAULT_EN
199
201
desc : " (server part) Plugin for <a href='https://github.com/DCS-Easyware/gsit' target='_blank'>GSIT</a> 9.5.x (>= 9.5.7)"
200
202
- title : " FusionInventory for GLPI 10.0.6+1.1"
201
203
url : " https://github.com/fusioninventory/fusioninventory-for-glpi/releases/tag/glpi10.0.6%2B1.1"
204
+ discontinued : discontinued
202
205
desc : " (server part) Plugin for GLPI 10.0.6"
203
206
- title : " FusionInventory for GLPI 9.5.x"
204
207
url : " "
208
+ discontinued : discontinued
205
209
desc : " (server part) - abandoned"
206
210
207
211
presentation :
Original file line number Diff line number Diff line change @@ -18,9 +18,13 @@ <h2 class="section-heading text-uppercase">{{ site.data.sitetext[page.lang].down
18
18
{% if download.recommended and download.recommended != nil %}
19
19
< i class ="fas fa-check fa-stack-2x fa-inverse " style ="margin-left: 35px;margin-top: 20px; color: #68d3ff "> </ i >
20
20
{% endif %}
21
+ {% if download.discontinued and download.discontinued != nil %}
22
+ < i class ="fas fa-xmark fa-stack-2x fa-inverse " style ="margin-left: 35px;margin-top: 20px; color: #ff4b4b "> </ i >
23
+ {% endif %}
21
24
< h4 class ="service-heading "> {{ download.title | default: "Download" }}</ h4 >
22
25
</ a >
23
26
< div style ="font-weight: bold; font-style: italic;color: #68d3ff "> {{ download.recommended | default: "" }}</ div >
27
+ < div style ="font-weight: bold; font-style: italic;color: #ff4b4b "> {{ download.discontinued | default: "" }}</ div >
24
28
< div class ="text-muted "> {{ download.desc | default: "" }}</ div >
25
29
</ div >
26
30
{% endfor %}
You can’t perform that action at this time.
0 commit comments