Update download page

Update download page
This commit is contained in:
Cøbra 2016-06-29 20:03:54 +01:00
parent 4e392788e9
commit f822ec51d0
2 changed files with 13 additions and 8 deletions

View file

@ -17,8 +17,8 @@ win64exe: "win64-setup.exe"
macdmg: "-osx.dmg" macdmg: "-osx.dmg"
#macdmg: ".dmg" #macdmg: ".dmg"
mactar: "osx64.tar.gz" mactar: "osx64.tar.gz"
lin32: "linux32.tar.gz" lin32: "i686-pc-linux-gnu.tar.gz"
lin64: "linux64.tar.gz" lin64: "x86_64-linux-gnu.tar.gz"
--- ---
{% if site.env.BITCOINORG_BUILD_TYPE %} {% if site.env.BITCOINORG_BUILD_TYPE %}
@ -69,16 +69,18 @@ lin64: "linux64.tar.gz"
</span> </span>
</div> </div>
<div> <div>
<img src="/img/os/med_ubuntu.svg" alt="ubuntu"> <img src="/img/os/arm.png" alt="ARM Linux">
<span> <span>
<a href="https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin">Ubuntu (PPA)</a> <a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-arm-linux-gnueabihf.tar.gz" class="dl">ARM Linux</a>
<span><a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-aarch64-linux-gnu.tar.gz" class="dl" id="lin64">64 bit</a> -
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-arm-linux-gnueabihf.tar.gz" class="dl" id="lin32">32 bit</a></span>
</span>
</span> </span>
</div> </div>
<div> <div>
<img src="/img/os/med_opensource.svg" alt="source code"> <img src="/img/os/med_ubuntu.svg" alt="ubuntu">
<span> <span>
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}.tar.gz" class="dl">{% translate source %}</a> <a href="https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin">Ubuntu (PPA)</a>
<span><a href="https://github.com/bitcoin/bitcoin">GitHub</a></span>
</span> </span>
</div> </div>
</div> </div>
@ -86,6 +88,7 @@ lin64: "linux64.tar.gz"
<a href="{{ PATH_PREFIX }}/SHA256SUMS.asc" class="dl">{% translate downloadsig %}</a><br> <a href="{{ PATH_PREFIX }}/SHA256SUMS.asc" class="dl">{% translate downloadsig %}</a><br>
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}.torrent" class="dl">{% translate downloadtorrent %}</a> <a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}.torrent" class="dl">{% translate downloadtorrent %}</a>
{% if site.DOWNLOAD_MAGNETLINK %} <a href="{{ site.DOWNLOAD_MAGNETLINK | replace: '&', '\&amp;'}}" class="magnetlink" data-proofer-ignore></a>{% endif %}<br> {% if site.DOWNLOAD_MAGNETLINK %} <a href="{{ site.DOWNLOAD_MAGNETLINK | replace: '&', '\&amp;'}}" class="magnetlink" data-proofer-ignore></a>{% endif %}<br>
<a href="https://github.com/bitcoin/bitcoin" class="dl">{% translate source %}</a><br>
<a href="/en/version-history">{% translate versionhistory %}</a> <a href="/en/version-history">{% translate versionhistory %}</a>
</p> </p>
<p class="downloadkeys"> <p class="downloadkeys">
@ -153,14 +156,16 @@ case 'mac':
but.href = hrefmacdmg; but.href = hrefmacdmg;
break; break;
} }
</script> </script>
{% else %} {% else %}
{% capture redirect %}https://bitcoin.org/{{page.lang}}/{% translate download url %}{% endcapture %} {% capture redirect %}https://bitcoin.org/{{page.lang}}/{% translate download url %}{% endcapture %}
<meta name="robots" content="noindex"> <meta name="robots" content="noindex">
<script>window.location.href='{{ redirect }}';</script> <script>window.location.href='{{ redirect }}';</script>
<div class="redirectmsg"> <div class="redirectmsg">
<h1>This page has been moved</h1> <h1>This page has been moved</h1>
<p><a href="{{ redirect }}">{{ redirect }}</a></p> <p><a href="{{ redirect }}">{{ redirect }}</a></p>
</div> </div>
{% endif %} {% endif %}

BIN
img/os/arm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB