diff --git a/pages/download.html b/pages/download.html index 04645025be22..4c3ad0b3de53 100644 --- a/pages/download.html +++ b/pages/download.html @@ -1,7 +1,7 @@ -show_unstable: no +show_unstable: yes show_previous: yes -unstable_short_version: Mixxx 2.0 -unstable_long_version: Mixxx 2.0 RC2 (build r5717) +unstable_short_version: Mixxx 2.1 +unstable_long_version: Mixxx 2.1 Beta unstable_win32: https://downloads.mixxx.org/mixxx-2.0.0-rc2/mixxx-2.0.0-rc2-win32.exe unstable_win64: https://downloads.mixxx.org/mixxx-2.0.0-rc2/mixxx-2.0.0-rc2-win64.exe unstable_osxintel: https://downloads.mixxx.org/mixxx-2.0.0-rc2/mixxx-2.0.0-rc2-osxintel.dmg @@ -86,17 +86,23 @@ {% ifequal show_unstable "yes" %} -
- {% blocktrans with mixxx_112_beta_blog_link="http://mixxxblog.blogspot.com/2015/04/mixxx-112-beta-released.html" %}The Mixxx team has been working hard for over 2 years on Mixxx 2.0. We've added hundreds of new features and we need YOUR help testing them. Check out the release announcement on our blog for a list of the new, hard-hitting features. Tempted? Try these on for size:{% endblocktrans %} + {% blocktrans with mixxx_21_beta_forum_link="https://mixxx.org/forums/viewtopic.php?f=1&t=9518" %}The Mixxx team has been working hard for 2 years on Mixxx 2.1. Check out the release announcement for a list of the exciting new features.{% endblocktrans %}
- {% trans "Important:" %}{% blocktrans with stable_link="#stable" %} While these builds have been stable in testing they are not yet recommended for live use unless you are willing to risk a crash. Looking for the stable release? Scroll on down.{% endblocktrans %} + {% trans "Important:" %}{% blocktrans with stable_link="#stable" %} While Mixxx 2.1 beta has been stable in testing it is not yet recommended for live use unless you are willing to risk a crash. Looking for the stable release? Scroll on down.{% endblocktrans %}
++ {% blocktrans %}Easy-to-use installer packages for Windows, macOS, and Ubuntu are coming soon. Stay tuned!{% endblocktrans %} +
+ + {% comment "FIXME when build server is working for 2.1 branch" %} +{% blocktrans %}{{ unstable_long_version }} for 64-bit Ubuntu Trusty (and newer){% endblocktrans %}
-{% blocktrans %}{{ unstable_long_version }} Source Code{% endblocktrans %}
+ {% endcomment %}- {% trans "The Mixxx source code is made available under the GPL v2. Please check the LICENSE file in our source tree for complete licensing information." %} - {% blocktrans with mixxx_github_link="https://github.com/mixxxdj/mixxx" %}The latest code from Mixxx's 2.0 development branch is hosted on GitHub:{% endblocktrans %} -
git clone -b 1.12 https://github.com/mixxxdj/mixxx.git+ {% blocktrans with mixxx_license_file="https://github.com/mixxxdj/mixxx/blob/2.1/LICENSE" %}The Mixxx source code is published under the GNU General Public License (GPL) v2 or later. Please check the LICENSE file in our source tree for complete licensing information. {% endblocktrans %} + {% blocktrans with mixxx_github_link="https://github.com/mixxxdj/mixxx" %}Download the latest code from Mixxx's 2.1 beta branch on GitHub by opening a terminal and running:{% endblocktrans %} +
git clone -b 2.1 https://github.com/mixxxdj/mixxx.git