Skip to content

Commit 065d4db

Browse files
authored
Merge pull request #116 from fusioninventory/master+updatehomepage
Put GLPI version discontinued and update timeline
2 parents e0b845e + 961bd64 commit 065d4db

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

_data/sitetext.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@ en: &DEFAULT_EN
5252
# desc: ""
5353
# icon:
5454
- 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)"
5956
icon: fas fa-server
6057
# - title: "REST API"
6158
# desc: "The agent offer a standard REST API and documented. Very good to integrated to other projects."
@@ -83,6 +80,11 @@ en: &DEFAULT_EN
8380
# left is the default
8481
#start_align: "left"
8582
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
8688
- title: "Preparation of the future agent version and FusionSuite (server)"
8789
year: "2022"
8890
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
199201
desc: "(server part) Plugin for <a href='https://github.com/DCS-Easyware/gsit' target='_blank'>GSIT</a> 9.5.x (>= 9.5.7)"
200202
- title: "FusionInventory for GLPI 10.0.6+1.1"
201203
url: "https://github.com/fusioninventory/fusioninventory-for-glpi/releases/tag/glpi10.0.6%2B1.1"
204+
discontinued: discontinued
202205
desc: "(server part) Plugin for GLPI 10.0.6"
203206
- title: "FusionInventory for GLPI 9.5.x"
204207
url: ""
208+
discontinued: discontinued
205209
desc: "(server part) - abandoned"
206210

207211
presentation:

_includes/download.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ <h2 class="section-heading text-uppercase">{{ site.data.sitetext[page.lang].down
1818
{% if download.recommended and download.recommended != nil %}
1919
<i class="fas fa-check fa-stack-2x fa-inverse" style="margin-left: 35px;margin-top: 20px; color: #68d3ff"></i>
2020
{% 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 %}
2124
<h4 class="service-heading">{{ download.title | default: "Download" }}</h4>
2225
</a>
2326
<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>
2428
<div class="text-muted">{{ download.desc | default: "" }}</div>
2529
</div>
2630
{% endfor %}

0 commit comments

Comments
 (0)