summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-06-07 14:38:57 -0300
committerdrebs <drebs@riseup.net>2017-06-07 14:38:57 -0300
commit6dc1bf1cfeaf0894ef8ca53eab0f79d982b8707d (patch)
tree93bb9c0428e1c0c89697f7aacdb8675089f0492a
parentb86d2c18f5865dbe93fa607ff4cc0cf4d9a85dc2 (diff)
move bundle download info to top of page
-rw-r--r--pages/linux/en.md36
-rw-r--r--public/linux/index.en.html52
-rw-r--r--public/linux/index.es.html52
-rw-r--r--public/linux/index.pt.html52
4 files changed, 96 insertions, 96 deletions
diff --git a/pages/linux/en.md b/pages/linux/en.md
index f1eb444..6320e8d 100644
--- a/pages/linux/en.md
+++ b/pages/linux/en.md
@@ -14,6 +14,24 @@ To find out which distribution you are running, open a terminal and type in the
cat /etc/issue
+# Stand Alone Bundle
+
+The Bitmask stand alone bundle should work on most recent versions of Debian and Ubuntu. You are welcome to try the bundle on other distributions, it sometimes works. Alternately, you can [[build it from source => https://leap.se/en/docs/get-involved/source]].
+
+Our most recent stable release is only available for a 64 bit kernel.
+
+<table class="table">
+<tr><td>
+ <%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz', :text => 'Download 64 bit'}) %>
+</td><td>
+ [[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc]]
+</td></tr>
+</table>
+
+Optionally, you can [[authenticate the signature => signature-verification]] using LEAP's archive signing key.
+
+If you want to try an experimental or release candidate versions of Bitmask, you can browse the [[full list of available downloads => https://dl.bitmask.net/client/linux]].
+
# Ubuntu Packages
### Ubuntu 16.04 LTS (Xenial Xerus)
@@ -44,24 +62,6 @@ If you are using Wheezy, then you will need to use the bundle method.
<%= render({:partial => 'via_packages'}, {:distro => 'sid', :os => 'debian'}) %>
-# Stand Alone Bundle
-
-The Bitmask stand alone bundle should work on most recent versions of Debian and Ubuntu. You are welcome to try the bundle on other distributions, it sometimes works. Alternately, you can [[build it from source => https://leap.se/en/docs/get-involved/source]].
-
-Our most recent stable release is only available for a 64 bit kernel.
-
-<table class="table">
-<tr><td>
- <%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz', :text => 'Download 64 bit'}) %>
-</td><td>
- [[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc]]
-</td></tr>
-</table>
-
-Optionally, you can [[authenticate the signature => signature-verification]] using LEAP's archive signing key.
-
-If you want to try an experimental or release candidate versions of Bitmask, you can browse the [[full list of available downloads => https://dl.bitmask.net/client/linux]].
-
# Upgrading
**From stand-alone bundles**: Bitmask should upgrade itself automatically (for versions equal or later than 0.7.0). If you are running a version prior to 0.7.0, you can download the new bundle and copy the "config" folder from the old bundle directory.
diff --git a/public/linux/index.en.html b/public/linux/index.en.html
index db72175..a70ae21 100644
--- a/public/linux/index.en.html
+++ b/public/linux/index.en.html
@@ -22,6 +22,9 @@ Bitmask Downloads
<a href="#introduction">Introduction</a>
</li>
<li>
+ <a href="#stand-alone-bundle">Stand Alone Bundle</a>
+ </li>
+ <li>
<a href="#ubuntu-packages">Ubuntu Packages</a>
<ol>
<li>
@@ -50,9 +53,6 @@ Bitmask Downloads
</ol>
</li>
<li>
- <a href="#stand-alone-bundle">Stand Alone Bundle</a>
- </li>
- <li>
<a href="#upgrading">Upgrading</a>
</li>
<li>
@@ -84,6 +84,29 @@ Bitmask Downloads
<pre><code>cat /etc/issue
</code></pre>
+<h1><a name="stand-alone-bundle"></a>Stand Alone Bundle</h1>
+
+<p>The Bitmask stand alone bundle should work on most recent versions of Debian and Ubuntu. You are welcome to try the bundle on other distributions, it sometimes works. Alternately, you can <a href="https://leap.se/en/docs/get-involved/source">build it from source</a>.</p>
+
+<p>Our most recent stable release is only available for a 64 bit kernel.</p>
+
+<table class="table">
+<tr><td>
+ <a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 64 bit
+</a>
+
+</td><td>
+ <a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc">Signature file</a>
+</td></tr>
+</table>
+
+
+<p>Optionally, you can <a href="/en/signature-verification">authenticate the signature</a> using LEAP&rsquo;s archive signing key.</p>
+
+<p>If you want to try an experimental or release candidate versions of Bitmask, you can browse the <a href="https://dl.bitmask.net/client/linux">full list of available downloads</a>.</p>
+
<h1><a name="ubuntu-packages"></a>Ubuntu Packages</h1>
<h3><a name="ubuntu-1604-lts-xenial-xerus"></a>Ubuntu 16.04 LTS (Xenial Xerus)</h3>
@@ -157,29 +180,6 @@ echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitm
<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitmask.list&#x000A;apt update&#x000A;apt upgrade&#x000A;</pre>
</p>
-<h1><a name="stand-alone-bundle"></a>Stand Alone Bundle</h1>
-
-<p>The Bitmask stand alone bundle should work on most recent versions of Debian and Ubuntu. You are welcome to try the bundle on other distributions, it sometimes works. Alternately, you can <a href="https://leap.se/en/docs/get-involved/source">build it from source</a>.</p>
-
-<p>Our most recent stable release is only available for a 64 bit kernel.</p>
-
-<table class="table">
-<tr><td>
- <a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz'>
- <i class='fa fa-cloud-download fa-lg'></i>
- Download 64 bit
-</a>
-
-</td><td>
- <a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc">Signature file</a>
-</td></tr>
-</table>
-
-
-<p>Optionally, you can <a href="/en/signature-verification">authenticate the signature</a> using LEAP&rsquo;s archive signing key.</p>
-
-<p>If you want to try an experimental or release candidate versions of Bitmask, you can browse the <a href="https://dl.bitmask.net/client/linux">full list of available downloads</a>.</p>
-
<h1><a name="upgrading"></a>Upgrading</h1>
<p><strong>From stand-alone bundles</strong>: Bitmask should upgrade itself automatically (for versions equal or later than 0.7.0). If you are running a version prior to 0.7.0, you can download the new bundle and copy the &ldquo;config&rdquo; folder from the old bundle directory.</p>
diff --git a/public/linux/index.es.html b/public/linux/index.es.html
index 924b30f..c6f93b3 100644
--- a/public/linux/index.es.html
+++ b/public/linux/index.es.html
@@ -22,6 +22,9 @@ Bitmask Downloads
<a href="#introduction">Introduction</a>
</li>
<li>
+ <a href="#stand-alone-bundle">Stand Alone Bundle</a>
+ </li>
+ <li>
<a href="#ubuntu-packages">Ubuntu Packages</a>
<ol>
<li>
@@ -50,9 +53,6 @@ Bitmask Downloads
</ol>
</li>
<li>
- <a href="#stand-alone-bundle">Stand Alone Bundle</a>
- </li>
- <li>
<a href="#upgrading">Upgrading</a>
</li>
<li>
@@ -84,6 +84,29 @@ Bitmask Downloads
<pre><code>cat /etc/issue
</code></pre>
+<h1><a name="stand-alone-bundle"></a>Stand Alone Bundle</h1>
+
+<p>The Bitmask stand alone bundle should work on most recent versions of Debian and Ubuntu. You are welcome to try the bundle on other distributions, it sometimes works. Alternately, you can <a href="https://leap.se/en/docs/get-involved/source">build it from source</a>.</p>
+
+<p>Our most recent stable release is only available for a 64 bit kernel.</p>
+
+<table class="table">
+<tr><td>
+ <a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 64 bit
+</a>
+
+</td><td>
+ <a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc">Signature file</a>
+</td></tr>
+</table>
+
+
+<p>Optionally, you can <a href="/es/signature-verification">authenticate the signature</a> using LEAP&rsquo;s archive signing key.</p>
+
+<p>If you want to try an experimental or release candidate versions of Bitmask, you can browse the <a href="https://dl.bitmask.net/client/linux">full list of available downloads</a>.</p>
+
<h1><a name="ubuntu-packages"></a>Ubuntu Packages</h1>
<h3><a name="ubuntu-1604-lts-xenial-xerus"></a>Ubuntu 16.04 LTS (Xenial Xerus)</h3>
@@ -157,29 +180,6 @@ echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitm
<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitmask.list&#x000A;apt update&#x000A;apt upgrade&#x000A;</pre>
</p>
-<h1><a name="stand-alone-bundle"></a>Stand Alone Bundle</h1>
-
-<p>The Bitmask stand alone bundle should work on most recent versions of Debian and Ubuntu. You are welcome to try the bundle on other distributions, it sometimes works. Alternately, you can <a href="https://leap.se/en/docs/get-involved/source">build it from source</a>.</p>
-
-<p>Our most recent stable release is only available for a 64 bit kernel.</p>
-
-<table class="table">
-<tr><td>
- <a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz'>
- <i class='fa fa-cloud-download fa-lg'></i>
- Download 64 bit
-</a>
-
-</td><td>
- <a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc">Signature file</a>
-</td></tr>
-</table>
-
-
-<p>Optionally, you can <a href="/es/signature-verification">authenticate the signature</a> using LEAP&rsquo;s archive signing key.</p>
-
-<p>If you want to try an experimental or release candidate versions of Bitmask, you can browse the <a href="https://dl.bitmask.net/client/linux">full list of available downloads</a>.</p>
-
<h1><a name="upgrading"></a>Upgrading</h1>
<p><strong>From stand-alone bundles</strong>: Bitmask should upgrade itself automatically (for versions equal or later than 0.7.0). If you are running a version prior to 0.7.0, you can download the new bundle and copy the &ldquo;config&rdquo; folder from the old bundle directory.</p>
diff --git a/public/linux/index.pt.html b/public/linux/index.pt.html
index ec1cb5c..42f07e5 100644
--- a/public/linux/index.pt.html
+++ b/public/linux/index.pt.html
@@ -22,6 +22,9 @@ Bitmask Downloads
<a href="#introduction">Introduction</a>
</li>
<li>
+ <a href="#stand-alone-bundle">Stand Alone Bundle</a>
+ </li>
+ <li>
<a href="#ubuntu-packages">Ubuntu Packages</a>
<ol>
<li>
@@ -50,9 +53,6 @@ Bitmask Downloads
</ol>
</li>
<li>
- <a href="#stand-alone-bundle">Stand Alone Bundle</a>
- </li>
- <li>
<a href="#upgrading">Upgrading</a>
</li>
<li>
@@ -84,6 +84,29 @@ Bitmask Downloads
<pre><code>cat /etc/issue
</code></pre>
+<h1><a name="stand-alone-bundle"></a>Stand Alone Bundle</h1>
+
+<p>The Bitmask stand alone bundle should work on most recent versions of Debian and Ubuntu. You are welcome to try the bundle on other distributions, it sometimes works. Alternately, you can <a href="https://leap.se/en/docs/get-involved/source">build it from source</a>.</p>
+
+<p>Our most recent stable release is only available for a 64 bit kernel.</p>
+
+<table class="table">
+<tr><td>
+ <a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 64 bit
+</a>
+
+</td><td>
+ <a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc">Signature file</a>
+</td></tr>
+</table>
+
+
+<p>Optionally, you can <a href="/pt/signature-verification">authenticate the signature</a> using LEAP&rsquo;s archive signing key.</p>
+
+<p>If you want to try an experimental or release candidate versions of Bitmask, you can browse the <a href="https://dl.bitmask.net/client/linux">full list of available downloads</a>.</p>
+
<h1><a name="ubuntu-packages"></a>Ubuntu Packages</h1>
<h3><a name="ubuntu-1604-lts-xenial-xerus"></a>Ubuntu 16.04 LTS (Xenial Xerus)</h3>
@@ -157,29 +180,6 @@ echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitm
<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitmask.list&#x000A;apt update&#x000A;apt upgrade&#x000A;</pre>
</p>
-<h1><a name="stand-alone-bundle"></a>Stand Alone Bundle</h1>
-
-<p>The Bitmask stand alone bundle should work on most recent versions of Debian and Ubuntu. You are welcome to try the bundle on other distributions, it sometimes works. Alternately, you can <a href="https://leap.se/en/docs/get-involved/source">build it from source</a>.</p>
-
-<p>Our most recent stable release is only available for a 64 bit kernel.</p>
-
-<table class="table">
-<tr><td>
- <a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz'>
- <i class='fa fa-cloud-download fa-lg'></i>
- Download 64 bit
-</a>
-
-</td><td>
- <a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc">Signature file</a>
-</td></tr>
-</table>
-
-
-<p>Optionally, you can <a href="/pt/signature-verification">authenticate the signature</a> using LEAP&rsquo;s archive signing key.</p>
-
-<p>If you want to try an experimental or release candidate versions of Bitmask, you can browse the <a href="https://dl.bitmask.net/client/linux">full list of available downloads</a>.</p>
-
<h1><a name="upgrading"></a>Upgrading</h1>
<p><strong>From stand-alone bundles</strong>: Bitmask should upgrade itself automatically (for versions equal or later than 0.7.0). If you are running a version prior to 0.7.0, you can download the new bundle and copy the &ldquo;config&rdquo; folder from the old bundle directory.</p>