Skip to content

Commit

Permalink
Merge pull request #116 from fusioninventory/master+updatehomepage
Browse files Browse the repository at this point in the history
Put GLPI version discontinued and update timeline
  • Loading branch information
ddurieux authored Aug 25, 2024
2 parents e0b845e + 961bd64 commit 065d4db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 8 additions & 4 deletions _data/sitetext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ en: &DEFAULT_EN
# desc: ""
# icon:
- title: "Works with GSIT"
desc: "Server plugin for the stable and secure fork of GLPI: GSIT"
icon: fas fa-server
- title: "Works with GLPI"
desc: "Server plugin for GLPI"
desc: "Server plugin for the stable and secure fork of GLPI: [GSIT](https://github.com/DCS-Easyware/gsit)"
icon: fas fa-server
# - title: "REST API"
# desc: "The agent offer a standard REST API and documented. Very good to integrated to other projects."
Expand Down Expand Up @@ -83,6 +80,11 @@ en: &DEFAULT_EN
# left is the default
#start_align: "left"
events:
- title: "Rewrite agent in RUST"
year: "2024"
desc: "Rewrite agent in RUST (for 3.0 version), more secure and new data format..."
alt:
align: left
- title: "Preparation of the future agent version and FusionSuite (server)"
year: "2022"
desc: "We prepare the features and modification on agent we want and the integration with FusionSuite project (server part)"
Expand Down Expand Up @@ -199,9 +201,11 @@ en: &DEFAULT_EN
desc: "(server part) Plugin for <a href='https://github.com/DCS-Easyware/gsit' target='_blank'>GSIT</a> 9.5.x (>= 9.5.7)"
- title: "FusionInventory for GLPI 10.0.6+1.1"
url: "https://github.com/fusioninventory/fusioninventory-for-glpi/releases/tag/glpi10.0.6%2B1.1"
discontinued: discontinued
desc: "(server part) Plugin for GLPI 10.0.6"
- title: "FusionInventory for GLPI 9.5.x"
url: ""
discontinued: discontinued
desc: "(server part) - abandoned"

presentation:
Expand Down
4 changes: 4 additions & 0 deletions _includes/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ <h2 class="section-heading text-uppercase">{{ site.data.sitetext[page.lang].down
{% if download.recommended and download.recommended != nil %}
<i class="fas fa-check fa-stack-2x fa-inverse" style="margin-left: 35px;margin-top: 20px; color: #68d3ff"></i>
{% endif %}
{% if download.discontinued and download.discontinued != nil %}
<i class="fas fa-xmark fa-stack-2x fa-inverse" style="margin-left: 35px;margin-top: 20px; color: #ff4b4b"></i>
{% endif %}
<h4 class="service-heading">{{ download.title | default: "Download" }}</h4>
</a>
<div style="font-weight: bold; font-style: italic;color: #68d3ff">{{ download.recommended | default: "" }}</div>
<div style="font-weight: bold; font-style: italic;color: #ff4b4b">{{ download.discontinued | default: "" }}</div>
<div class="text-muted">{{ download.desc | default: "" }}</div>
</div>
{% endfor %}
Expand Down

0 comments on commit 065d4db

Please sign in to comment.