Skip to content

Commit

Permalink
Merge pull request mixxxdj#32 from kazakore/website
Browse files Browse the repository at this point in the history
Artful to Bionic
  • Loading branch information
daschuer authored Jul 23, 2018
2 parents 903170f + 6fbebc6 commit dc6c894
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ <h2><img src="{% static '/static/images/download_ubuntu.png' %}" class="feature_

<p><a href="{{ unstable_ubuntu32 }}"
onclick="javascript:trackDownload('{{ unstable_ubuntu32_analytics_conversion }}');">
{% blocktrans %}{{ unstable_version }} for 32-bit Ubuntu Artful (and newer){% endblocktrans %}</a></p>
{% blocktrans %}{{ unstable_version }} for 32-bit Ubuntu Artful{% endblocktrans %}</a></p>

<p><a href="{{ unstable_ubuntu64 }}"
onclick="javascript:trackDownload('{{ unstable_ubuntu64_analytics_conversion }}');">
{% blocktrans %}{{ unstable_version }} for 64-bit Ubuntu Artful (and newer){% endblocktrans %}</a></p>
{% blocktrans %}{{ unstable_version }} for 64-bit Ubuntu Artful{% endblocktrans %}</a></p>

<h2>{% trans "Source Code" %}</h2>

Expand Down Expand Up @@ -220,7 +220,7 @@ <h2><img src="{% static '/static/images/download_mac.png' %}" class="feature_ico
<div style="padding: 20px;">
<h2><img src="{% static '/static/images/download_ubuntu.png' %}" class="feature_icon">{{ ubuntu }}</h2>
{% trans "Ubuntu 14.04 (Trusty)" as stable_ubuntu_min_supported_version %}
{% trans "Ubuntu 17.10 (Artful)" as stable_ubuntu_max_supported_version %}
{% trans "Ubuntu 18.04 (Bionic)" as stable_ubuntu_max_supported_version %}
<p>{% blocktrans %}Download {{ stable_version }} for {{ stable_ubuntu_min_supported_version }} through {{ stable_ubuntu_max_supported_version}}:{% endblocktrans %}</p>
<p>{% trans "Open a terminal, and enter:" %}</p>
<pre>
Expand All @@ -235,11 +235,11 @@ <h2><img src="{% static '/static/images/download_ubuntu.png' %}" class="feature_
</p>
<p><a href="{{ stable_ubuntu32 }}"
onclick="javascript:trackDownload('{{ stable_ubuntu32_analytics_conversion }}');">
{% blocktrans %}{{ stable_version }} for 32-bit Ubuntu Artful (and newer){% endblocktrans %}</a></p>
{% blocktrans %}{{ stable_version }} for 32-bit Ubuntu Artful{% endblocktrans %}</a></p>

<p><a href="{{ stable_ubuntu64 }}"
onclick="javascript:trackDownload('{{ stable_ubuntu64_analytics_conversion }}');">
{% blocktrans %}{{ stable_version }} for 64-bit Ubuntu Artful (and newer){% endblocktrans %}</a></p>
{% blocktrans %}{{ stable_version }} for 64-bit Ubuntu Artful{% endblocktrans %}</a></p>

<div style="width: 66%; margin: 0 auto;">
<small><b>{% trans "Ubuntu Repositories" %}:</b><br/>{% blocktrans %}Ubuntu also provides a version of Mixxx which can be installed directly from the Ubuntu Software Centre. This version is usually woefully out of date; therefore using the PPA is preferable.{% endblocktrans %}</small>
Expand Down

0 comments on commit dc6c894

Please sign in to comment.