Skip to content

Put GLPI version discontinued and update timeline #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 25, 2024
Merged
Show file tree
Hide file tree
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
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
Loading