aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-03-15 20:36:32 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-03-15 20:36:56 +0100
commit4e84daea298552d6bad4de8dbabc0e5a3d0698e5 (patch)
tree79ae1466f63c6c75c4d8daf54de69205a891d6d0 /_includes
parentUpdate GSoC announcement for new soc-admins email address (diff)
downloadwww-4e84daea298552d6bad4de8dbabc0e5a3d0698e5.tar.gz
www-4e84daea298552d6bad4de8dbabc0e5a3d0698e5.tar.bz2
www-4e84daea298552d6bad4de8dbabc0e5a3d0698e5.zip
Re-add a mips download panel
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes')
-rw-r--r--_includes/downloads/mips.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/_includes/downloads/mips.html b/_includes/downloads/mips.html
new file mode 100644
index 0000000..87ad5e6
--- /dev/null
+++ b/_includes/downloads/mips.html
@@ -0,0 +1,35 @@
+<div class="col-xs-12 col-md-6">
+
+<h4>Stage archives (mips2)</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" %}
+</div>
+
+<h4>Stage archives (mips32)</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" %}
+</div>
+
+<h4>Details (contents, hashes, and signatures)</h4>
+<p>
+ <a href="https://bouncer.gentoo.org/fetch/root/all/releases/mips/autobuilds/">All files</a>
+</p>
+
+</div>
+<div class="col-xs-12 col-md-6">
+
+<h4>Stage archives (mips3)</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" %}
+</div>
+
+<h4>Stage archives (mips64)</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" %}
+</div>
+
+</div>