aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-09-07 01:22:10 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-09-07 01:22:10 +0200
commita2292a7904869a864cccb9965b09c12a2724ad8d (patch)
tree0d9c92a5734b236f65f4083ae7820282198abd01
parentAdd Plasma 6 news (diff)
downloadwww-a2292a7904869a864cccb9965b09c12a2724ad8d.tar.gz
www-a2292a7904869a864cccb9965b09c12a2724ad8d.tar.bz2
www-a2292a7904869a864cccb9965b09c12a2724ad8d.zip
Drop references to ia64 downloads
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--_includes/downloads/ia64.html34
-rw-r--r--downloads/index.html9
2 files changed, 1 insertions, 42 deletions
diff --git a/_includes/downloads/ia64.html b/_includes/downloads/ia64.html
deleted file mode 100644
index 225d6b5..0000000
--- a/_includes/downloads/ia64.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<div class="col-xs-12 col-md-6">
- <div class="alert alert-warning">
- <p>
- <a href="/news/2024/08/14/Gentoo-drops-IA-64-support.html">Support for ia64 has been deprecated and will be dropped as of 2024-09-07.</a>
- </p>
- </div>
-
- <h4>Processor compatibility</h4>
- <div class="alert alert-info">
- <strong><span class="fa fa-fw fa-info-circle"></span> Processor compatibility</strong>
- <p>
- The <em>ia64</em> architecture is intended for use on <strong>Intel Itanium</strong> processors only.<br />
- If you have a 64-bit <strong>Intel Pentium/Core/Xeon</strong> processor, you need to use the <a href="#amd64" class="alert-link"><em>amd64</em></a> architecture.
- </p>
- </div>
-
- <h4>Boot media</h4>
- <div class="list-group">
- {% include partials/download-link.html type="iso" arch="ia64" id="minimal" title="Minimal Installation CD" %}
- </div>
-</div>
-<div class="col-xs-12 col-md-6">
- <h4>Stage archives</h4>
- <div class="list-group">
- {% include partials/download-link.html type="stage3" arch="ia64" id="ia64-openrc" title="Stage 3" tag="openrc" %}
- {% include partials/download-link.html type="stage3" arch="ia64" id="ia64-systemd" title="Stage 3" tag="systemd" %}
- </div>
-
- <h4>Details (contents, hashes, and signatures)</h4>
- <ul>
- <li><a href="https://distfiles.gentoo.org/releases/ia64/autobuilds/current-install-ia64-minimal/">Minimal Installation CD</a></li>
- <li><a href="https://distfiles.gentoo.org/releases/ia64/autobuilds/">All files</a></li>
- </ul>
-</div>
diff --git a/downloads/index.html b/downloads/index.html
index b35df13..5435044 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -57,7 +57,6 @@ inlinejs: |
<li><a href="#arm" data-toggle="tab"><strong>arm</strong></a></li>
<li><a href="#arm64-advanced" data-toggle="tab"><strong>arm64</strong></a></li>
<li><a href="#hppa" data-toggle="tab"><strong>hppa</strong></a></li>
- <li><a href="#ia64" data-toggle="tab"><strong>ia64</strong></a></li>
<li><a href="#loong" data-toggle="tab"><strong>loong</strong></a></li>
<li><a href="#mips" data-toggle="tab"><strong>mips</strong></a></li>
<li><a href="#m68k" data-toggle="tab"><strong>m68k</strong></a></li>
@@ -105,12 +104,6 @@ inlinejs: |
{% include downloads/loong.html %}
</div>
</div>
- <div class="tab-pane active" id="ia64">
- <h3><a href="#ia64">ia64</a></h3>
- <div class="row">
- {% include downloads/ia64.html %}
- </div>
- </div>
<div class="tab-pane active" id="mips">
<h3><a href="#mips">mips</a></h3>
<div class="row">
@@ -173,7 +166,7 @@ inlinejs: |
// Select the right tab based on the hash.
function loadTabByHash() {
- var VALID_ARCHES = ['amd64', 'alpha', 'arm', 'arm64', 'hppa', 'ia64', 'loong', 'mips', 'm68k', 'ppc', 'riscv', 's390', 'sparc', 'x86'];
+ var VALID_ARCHES = ['amd64', 'alpha', 'arm', 'arm64', 'hppa', 'loong', 'mips', 'm68k', 'ppc', 'riscv', 's390', 'sparc', 'x86'];
var DEFAULT_ARCH = 'amd64';
var h = window.location.hash;
// If arch is unselected, or invalid, use amd64.