aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2016-05-27 14:36:25 +0200
committerAlex Legler <alex@a3li.li>2016-05-27 14:36:25 +0200
commit7c236cca98f0785be2e76096d45c410041c6660e (patch)
tree7cd5022cbd3afd14a181cc58b31d2aef2a0797a5
parenthppa netboot (diff)
downloadwww-7c236cca98f0785be2e76096d45c410041c6660e.tar.gz
www-7c236cca98f0785be2e76096d45c410041c6660e.tar.bz2
www-7c236cca98f0785be2e76096d45c410041c6660e.zip
downloads: Rework non-autobuilt experimental stuff, add arm64
-rw-r--r--_includes/downloads/experimental.html23
1 files changed, 13 insertions, 10 deletions
diff --git a/_includes/downloads/experimental.html b/_includes/downloads/experimental.html
index ca920a3..8bc9d0d 100644
--- a/_includes/downloads/experimental.html
+++ b/_includes/downloads/experimental.html
@@ -1,12 +1,4 @@
<div class="col-xs-12 col-md-6">
- <h4 id="mips">mips</h4>
- <div class="list-group">
- <a href="http://distfiles.gentoo.org/experimental/mips/stages/" data-relurl="../experimental/mips/stages/" class="list-group-item download-link download-link-mirrorable">
- <span class="fa fa-download fa-fw"></span>
- <strong>MIPS stages</strong>
- </a>
- </div>
-
<h4 id="s390">s390</h4>
<div class="list-group">
{% include partials/download-link.html type="iso" arch="s390" id="netboot-s390-initramfs" title="Netboot Initramfs" tag="S390" %}
@@ -19,10 +11,21 @@
</div>
<h4 id="sh">sh</h4>
- <h5>Stage Archives</h5>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="sh" id="sh4" title="Stage 3" tag="SH4" %}
{% include partials/download-link.html type="stage3" arch="sh" id="sh4a" title="Stage 3" tag="SH4A" %}
</div>
</div>
-<div class="col-xs-12 col-md-6">&nbsp;</div>
+<div class="col-xs-12 col-md-6">
+ <h4 id="exp-other">Other Experimental Architectures</h4>
+ <div class="alert alert-info">
+ <p>
+ For all other experimental downloads (including for the
+ <a class="alert-link" href="http://distfiles.gentoo.org/experimental/arm64/">arm64</a>
+ and
+ <a class="alert-link" href="http://distfiles.gentoo.org/experimental/mips/">mips</a>
+ architectures),
+ please refer to the <a class="alert-link" href="http://distfiles.gentoo.org/experimental/">complete experimental downloads archive</a>.
+ </p>
+ </div>
+</div>