aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-03-16 13:38:06 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-03-16 13:38:06 +0100
commit8c5765fdf90484d58fbf80106b59fbf04a1c4517 (patch)
treea709a14525219e13bbbfe46f16ad56579cb48abc
parentRe-add a mips download panel (diff)
downloadwww-8c5765fdf90484d58fbf80106b59fbf04a1c4517.tar.gz
www-8c5765fdf90484d58fbf80106b59fbf04a1c4517.tar.bz2
www-8c5765fdf90484d58fbf80106b59fbf04a1c4517.zip
Re-sort mips download tab
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--_includes/downloads/mips.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/_includes/downloads/mips.html b/_includes/downloads/mips.html
index 87ad5e6..268c3d3 100644
--- a/_includes/downloads/mips.html
+++ b/_includes/downloads/mips.html
@@ -1,15 +1,15 @@
<div class="col-xs-12 col-md-6">
-<h4>Stage archives (mips2)</h4>
+<h4>Stage archives, big-endian O32</h4>
<div class="list-group">
- {% include partials/download-link.html type="stage3" arch="mips" id="mips2-openrc" title="Stage 3 EB" tag="o32 | eb | openrc" %}
- {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2-openrc" title="Stage 3 EL" tag="o32 | el | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mips2-openrc" title="Stage 3" tag="mips2 | o32 | eb | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mips32-openrc" title="Stage 3" tag="mips32 | o32 | eb | openrc" %}
</div>
-<h4>Stage archives (mips32)</h4>
+<h4>Stage archives, little-endian O32</h4>
<div class="list-group">
- {% include partials/download-link.html type="stage3" arch="mips" id="mips32-openrc" title="Stage 3 EB" tag="o32 | eb | openrc" %}
- {% include partials/download-link.html type="stage3" arch="mips" id="mips32el-openrc" title="Stage 3 EL" tag="o32 | el | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2-openrc" title="Stage 3 EL" tag="mips2 | o32 | el | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mips32el-openrc" title="Stage 3 EL" tag="mips32 | o32 | el | openrc" %}
</div>
<h4>Details (contents, hashes, and signatures)</h4>
@@ -20,16 +20,16 @@
</div>
<div class="col-xs-12 col-md-6">
-<h4>Stage archives (mips3)</h4>
+<h4>Stage archives, big-endian N64</h4>
<div class="list-group">
- {% include partials/download-link.html type="stage3" arch="mips" id="mips3_n64-openrc" title="Stage 3 EB" tag="n64 | eb | openrc" %}
- {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_n64-openrc" title="Stage 3 EL" tag="n64 | el | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mips3_n64-openrc" title="Stage 3" tag="mips3 | n64 | eb | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mips64_n64-openrc" title="Stage 3" tag="mips64 | n64 | eb | openrc" %}
</div>
-<h4>Stage archives (mips64)</h4>
+<h4>Stage archives, little-endian N64</h4>
<div class="list-group">
- {% include partials/download-link.html type="stage3" arch="mips" id="mips64_n64-openrc" title="Stage 3 EB" tag="n64 | eb | openrc" %}
- {% include partials/download-link.html type="stage3" arch="mips" id="mips64el_n64-openrc" title="Stage 3 EL" tag="n64 | el | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_n64-openrc" title="Stage 3" tag="mips3 | n64 | el | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mips64el_n64-openrc" title="Stage 3 EL" tag="mips64 | n64 | el | openrc" %}
</div>
</div>