summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-10-11 16:07:10 -0700
committerelijah <elijah@riseup.net>2015-10-11 16:07:10 -0700
commit74250ac4b2676b3fee927e56f8b4960b7e9ca6e8 (patch)
treef69310ffc25200b40fd2ba45e72e4c3348ec72eb /public
parent4269a6f961eba222e6cecacab20bdd37cc43a4a6 (diff)
enabled ru, pt, es, although not much content yet.
Diffstat (limited to 'public')
-rw-r--r--public/android/index.es.html79
-rw-r--r--public/android/index.pt.html79
-rw-r--r--public/android/index.ru.html79
-rw-r--r--public/index.es.html86
-rw-r--r--public/index.pt.html86
-rw-r--r--public/index.ru.html86
-rw-r--r--public/linux/index.es.html147
-rw-r--r--public/linux/index.pt.html147
-rw-r--r--public/linux/index.ru.html141
-rw-r--r--public/mac/index.es.html56
-rw-r--r--public/mac/index.pt.html56
-rw-r--r--public/mac/index.ru.html56
-rw-r--r--public/signature-verification/index.es.html104
-rw-r--r--public/signature-verification/index.pt.html104
-rw-r--r--public/signature-verification/index.ru.html104
-rw-r--r--public/windows/index.es.html69
-rw-r--r--public/windows/index.pt.html69
-rw-r--r--public/windows/index.ru.html69
18 files changed, 1617 insertions, 0 deletions
diff --git a/public/android/index.es.html b/public/android/index.es.html
new file mode 100644
index 0000000..a25dc14
--- /dev/null
+++ b/public/android/index.es.html
@@ -0,0 +1,79 @@
+<!DOCTYPE html>
+<html lang='es'>
+<head>
+<title>
+Android - Bitmask Downloads
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Bitmask Downloads
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+ <li>
+ <a href="#install-from-google-play">Install from Google Play</a>
+ </li>
+ <li>
+ <a href="#download-app">Download app</a>
+ </li>
+ <li>
+ <a href="#download-other-versions">Download other versions</a>
+ </li>
+</ol></div>
+
+<script>
+ $(document).ready(function() {
+ if (navigator.userAgent.toLowerCase().indexOf("android") > -1) {
+ $('.non-android').hide();
+ }
+ });
+</script><p><div class='row'>
+ <div class='col-sm-8 col-sm-offset-2'>
+ <div class='p alert alert-info'>
+ <b>NOTE:</b> Bitmask for Android does not yet support encrypted email.
+ </div>
+ </div>
+</div>
+</p>
+<h2><a name="install-from-google-play"></a>Install from Google Play</h2>
+<p>You can search for &#8220;Bitmask&#8221; in the Google Play store or use this link:</p>
+<p class="android"><a class='btn btn-primary btn-large' href='https://play.google.com/store/apps/details?id=se.leap.bitmaskclient'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Install for Android
+</a>
+</p>
+<p class="non-android"><a href="https://play.google.com/store/apps/details?id=se.leap.bitmaskclient"><img src="/assets/qr/market-se.leap.bitmaskclient.png" alt="" /></a></p>
+<h2><a name="download-app"></a>Download app</h2>
+<p>Alternately, you can download the Bitmask app directly from this website. You will need to enabled the option <b>Settings &gt; Security &gt; Unknown Sources</b> on your device for this method to work.</p>
+<p class="android"><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download for Android
+</a>
+</p>
+<p class="non-android"><a href="https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk"><img src="/assets/qr/dl.bitmask.net-bitmask-android-latest.png" alt="" /></a></p>
+<h2><a name="download-other-versions"></a>Download other versions</h2>
+<p>If you want to install an old version of Bitmask, you can <a href="https://dl.bitmask.net/client/android/">browse all releases</a>.</p>
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>
diff --git a/public/android/index.pt.html b/public/android/index.pt.html
new file mode 100644
index 0000000..572b11e
--- /dev/null
+++ b/public/android/index.pt.html
@@ -0,0 +1,79 @@
+<!DOCTYPE html>
+<html lang='pt'>
+<head>
+<title>
+Android - Bitmask Downloads
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Bitmask Downloads
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+ <li>
+ <a href="#install-from-google-play">Install from Google Play</a>
+ </li>
+ <li>
+ <a href="#download-app">Download app</a>
+ </li>
+ <li>
+ <a href="#download-other-versions">Download other versions</a>
+ </li>
+</ol></div>
+
+<script>
+ $(document).ready(function() {
+ if (navigator.userAgent.toLowerCase().indexOf("android") > -1) {
+ $('.non-android').hide();
+ }
+ });
+</script><p><div class='row'>
+ <div class='col-sm-8 col-sm-offset-2'>
+ <div class='p alert alert-info'>
+ <b>NOTE:</b> Bitmask for Android does not yet support encrypted email.
+ </div>
+ </div>
+</div>
+</p>
+<h2><a name="install-from-google-play"></a>Install from Google Play</h2>
+<p>You can search for &#8220;Bitmask&#8221; in the Google Play store or use this link:</p>
+<p class="android"><a class='btn btn-primary btn-large' href='https://play.google.com/store/apps/details?id=se.leap.bitmaskclient'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Install for Android
+</a>
+</p>
+<p class="non-android"><a href="https://play.google.com/store/apps/details?id=se.leap.bitmaskclient"><img src="/assets/qr/market-se.leap.bitmaskclient.png" alt="" /></a></p>
+<h2><a name="download-app"></a>Download app</h2>
+<p>Alternately, you can download the Bitmask app directly from this website. You will need to enabled the option <b>Settings &gt; Security &gt; Unknown Sources</b> on your device for this method to work.</p>
+<p class="android"><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download for Android
+</a>
+</p>
+<p class="non-android"><a href="https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk"><img src="/assets/qr/dl.bitmask.net-bitmask-android-latest.png" alt="" /></a></p>
+<h2><a name="download-other-versions"></a>Download other versions</h2>
+<p>If you want to install an old version of Bitmask, you can <a href="https://dl.bitmask.net/client/android/">browse all releases</a>.</p>
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>
diff --git a/public/android/index.ru.html b/public/android/index.ru.html
new file mode 100644
index 0000000..a16fa28
--- /dev/null
+++ b/public/android/index.ru.html
@@ -0,0 +1,79 @@
+<!DOCTYPE html>
+<html lang='ru'>
+<head>
+<title>
+Android - Скачать Bitmask
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Скачать Bitmask
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+ <li>
+ <a href="#install-from-google-play">Install from Google Play</a>
+ </li>
+ <li>
+ <a href="#download-app">Download app</a>
+ </li>
+ <li>
+ <a href="#download-other-versions">Download other versions</a>
+ </li>
+</ol></div>
+
+<script>
+ $(document).ready(function() {
+ if (navigator.userAgent.toLowerCase().indexOf("android") > -1) {
+ $('.non-android').hide();
+ }
+ });
+</script><p><div class='row'>
+ <div class='col-sm-8 col-sm-offset-2'>
+ <div class='p alert alert-info'>
+ <b>NOTE:</b> Bitmask for Android does not yet support encrypted email.
+ </div>
+ </div>
+</div>
+</p>
+<h2><a name="install-from-google-play"></a>Install from Google Play</h2>
+<p>You can search for &#8220;Bitmask&#8221; in the Google Play store or use this link:</p>
+<p class="android"><a class='btn btn-primary btn-large' href='https://play.google.com/store/apps/details?id=se.leap.bitmaskclient'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Install for Android
+</a>
+</p>
+<p class="non-android"><a href="https://play.google.com/store/apps/details?id=se.leap.bitmaskclient"><img src="/assets/qr/market-se.leap.bitmaskclient.png" alt="" /></a></p>
+<h2><a name="download-app"></a>Download app</h2>
+<p>Alternately, you can download the Bitmask app directly from this website. You will need to enabled the option <b>Settings &gt; Security &gt; Unknown Sources</b> on your device for this method to work.</p>
+<p class="android"><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download for Android
+</a>
+</p>
+<p class="non-android"><a href="https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk"><img src="/assets/qr/dl.bitmask.net-bitmask-android-latest.png" alt="" /></a></p>
+<h2><a name="download-other-versions"></a>Download other versions</h2>
+<p>If you want to install an old version of Bitmask, you can <a href="https://dl.bitmask.net/client/android/">browse all releases</a>.</p>
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>
diff --git a/public/index.es.html b/public/index.es.html
new file mode 100644
index 0000000..0268431
--- /dev/null
+++ b/public/index.es.html
@@ -0,0 +1,86 @@
+<!DOCTYPE html>
+<html lang='es'>
+<head>
+<title>
+Bitmask Downloads
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Bitmask Downloads
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+</ol></div>
+
+<div class='row'>
+ <div class='col-sm-8 col-sm-offset-2'>
+ <div class='p alert alert-danger'>
+ <i class='fa fa-warning'></i>
+ <b>WARNING:</b> Bitmask is still experimental. Please do not use these beta releases of Bitmask for situations where a compromise of your data could put you in danger.
+ <!-- Also, although Bitmask is improving rapidly, it is possible that you could lose your email when using an early beta release. -->
+ </div>
+ </div>
+</div>
+<div class='row bm-front-buttons'>
+ <div class='col-sm-3 col-xs-6'>
+ <a class='btn btn-default' href='/android'>
+ <i class='fa fa-android fa-4x'></i>
+ <br>
+ <b>Android</b>
+ <br>
+ <small>4.0 and above</small>
+ </a>
+ </div>
+ <div class='col-sm-3 col-xs-6'>
+ <a class='btn btn-default' href='/linux'>
+ <i class='fa fa-linux fa-4x'></i>
+ <br>
+ <b>GNU/Linux</b>
+ <br>
+ <small>Debian, Ubuntu, Mint, etc</small>
+ </a>
+ </div>
+ <div class='col-sm-3 col-xs-6'>
+ <a class='btn btn-default disabled' href='/mac'>
+ <i class='fa fa-apple fa-4x'></i>
+ <br>
+ <b>Mac OS</b>
+ <br>
+ <small>Coming very soon...</small>
+ </a>
+ </div>
+ <div class='col-sm-3 col-xs-6'>
+ <a class='btn btn-default disabled' href='/windows'>
+ <i class='fa fa-windows fa-4x'></i>
+ <br>
+ <b>Windows</b>
+ <br>
+ <small>Coming soon...</small>
+ </a>
+ </div>
+</div>
+
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>
diff --git a/public/index.pt.html b/public/index.pt.html
new file mode 100644
index 0000000..66efbcc
--- /dev/null
+++ b/public/index.pt.html
@@ -0,0 +1,86 @@
+<!DOCTYPE html>
+<html lang='pt'>
+<head>
+<title>
+Bitmask Downloads
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Bitmask Downloads
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+</ol></div>
+
+<div class='row'>
+ <div class='col-sm-8 col-sm-offset-2'>
+ <div class='p alert alert-danger'>
+ <i class='fa fa-warning'></i>
+ <b>WARNING:</b> Bitmask is still experimental. Please do not use these beta releases of Bitmask for situations where a compromise of your data could put you in danger.
+ <!-- Also, although Bitmask is improving rapidly, it is possible that you could lose your email when using an early beta release. -->
+ </div>
+ </div>
+</div>
+<div class='row bm-front-buttons'>
+ <div class='col-sm-3 col-xs-6'>
+ <a class='btn btn-default' href='/android'>
+ <i class='fa fa-android fa-4x'></i>
+ <br>
+ <b>Android</b>
+ <br>
+ <small>4.0 and above</small>
+ </a>
+ </div>
+ <div class='col-sm-3 col-xs-6'>
+ <a class='btn btn-default' href='/linux'>
+ <i class='fa fa-linux fa-4x'></i>
+ <br>
+ <b>GNU/Linux</b>
+ <br>
+ <small>Debian, Ubuntu, Mint, etc</small>
+ </a>
+ </div>
+ <div class='col-sm-3 col-xs-6'>
+ <a class='btn btn-default disabled' href='/mac'>
+ <i class='fa fa-apple fa-4x'></i>
+ <br>
+ <b>Mac OS</b>
+ <br>
+ <small>Coming very soon...</small>
+ </a>
+ </div>
+ <div class='col-sm-3 col-xs-6'>
+ <a class='btn btn-default disabled' href='/windows'>
+ <i class='fa fa-windows fa-4x'></i>
+ <br>
+ <b>Windows</b>
+ <br>
+ <small>Coming soon...</small>
+ </a>
+ </div>
+</div>
+
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>
diff --git a/public/index.ru.html b/public/index.ru.html
new file mode 100644
index 0000000..e05e1d7
--- /dev/null
+++ b/public/index.ru.html
@@ -0,0 +1,86 @@
+<!DOCTYPE html>
+<html lang='ru'>
+<head>
+<title>
+Скачать Bitmask
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Скачать Bitmask
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+</ol></div>
+
+<div class='row'>
+ <div class='col-sm-8 col-sm-offset-2'>
+ <div class='p alert alert-danger'>
+ <i class='fa fa-warning'></i>
+ <b>WARNING:</b> Bitmask is still experimental. Please do not use these beta releases of Bitmask for situations where a compromise of your data could put you in danger.
+ <!-- Also, although Bitmask is improving rapidly, it is possible that you could lose your email when using an early beta release. -->
+ </div>
+ </div>
+</div>
+<div class='row bm-front-buttons'>
+ <div class='col-sm-3 col-xs-6'>
+ <a class='btn btn-default' href='/android'>
+ <i class='fa fa-android fa-4x'></i>
+ <br>
+ <b>Android</b>
+ <br>
+ <small>4.0 and above</small>
+ </a>
+ </div>
+ <div class='col-sm-3 col-xs-6'>
+ <a class='btn btn-default' href='/linux'>
+ <i class='fa fa-linux fa-4x'></i>
+ <br>
+ <b>GNU/Linux</b>
+ <br>
+ <small>Debian, Ubuntu, Mint, etc</small>
+ </a>
+ </div>
+ <div class='col-sm-3 col-xs-6'>
+ <a class='btn btn-default disabled' href='/mac'>
+ <i class='fa fa-apple fa-4x'></i>
+ <br>
+ <b>Mac OS</b>
+ <br>
+ <small>Coming very soon...</small>
+ </a>
+ </div>
+ <div class='col-sm-3 col-xs-6'>
+ <a class='btn btn-default disabled' href='/windows'>
+ <i class='fa fa-windows fa-4x'></i>
+ <br>
+ <b>Windows</b>
+ <br>
+ <small>Coming soon...</small>
+ </a>
+ </div>
+</div>
+
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>
diff --git a/public/linux/index.es.html b/public/linux/index.es.html
new file mode 100644
index 0000000..19a1188
--- /dev/null
+++ b/public/linux/index.es.html
@@ -0,0 +1,147 @@
+<!DOCTYPE html>
+<html lang='es'>
+<head>
+<title>
+Linux - Bitmask Downloads
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Bitmask Downloads
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+ <li>
+ <a href="#upgrading">Upgrading</a>
+ </li>
+ <li>
+ <a href="#install-as-packages">Install as packages</a>
+ <ol>
+ <li>
+ <a href="#ubuntu-1504-vivid-vervet">Ubuntu 15.04 (Vivid Vervet)</a>
+ </li>
+ <li>
+ <a href="#ubuntu-1404-lts-trusty-tahr">Ubuntu 14.04 <span class="caps">LTS</span> (Trusty Tahr)</a>
+ </li>
+ <li>
+ <a href="#debian-70-wheezy">Debian 7.0 (Wheezy)</a>
+ </li>
+ <li>
+ <a href="#debian-80-jessie">Debian 8.0 (Jessie)</a>
+ </li>
+ </ol>
+ </li>
+ <li>
+ <a href="#install-stand-alone-bundle">Install stand-alone bundle</a>
+ <ol>
+ <li>
+ <a href="#32-bit-kernel">32 bit kernel</a>
+ </li>
+ <li>
+ <a href="#64-bit-kernel">64 bit kernel</a>
+ </li>
+ <li>
+ <a href="#other-options">Other options</a>
+ </li>
+ </ol>
+ </li>
+</ol></div>
+
+<p><div class='row'>
+ <div class='col-sm-8 col-sm-offset-2'>
+ <div class='p alert alert-info'>
+ <b>NOTE:</b> Encrypted email support in Bitmask is still experimental.
+ </div>
+ </div>
+</div>
+</p>
+<h2><a name="upgrading"></a>Upgrading</h2>
+<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 &#8220;config&#8221; folder from the old bundle directory.</p>
+<p><strong>From packages</strong>: If you are running from packages, then you can trigger an update like so:</p>
+<pre><code>apt-get update
+apt-get dist-upgrade</code></pre>
+<p><span class="caps">NOTE</span>: When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:</p>
+<pre><code>sudo add-apt-repository "deb <a href="http://deb.bitmask.net/debian">deb.bitmask.net/debian</a> vivid main"</code></pre>
+<p>This is because the Ubuntu upgrade process probably commented out all your prior custom repository lines in <code>/etc/apt/sources.list</code>.</p>
+<h2><a name="install-as-packages"></a>Install as packages</h2>
+<p>This is the recommended method of installing Bitmask. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
+<h3><a name="ubuntu-1504-vivid-vervet"></a>Ubuntu 15.04 (Vivid Vervet)</h3>
+<p><p class='b'>To install</p>
+<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian vivid main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>To remove</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"</pre>
+</p>
+<h3><a name="ubuntu-1404-lts-trusty-tahr"></a>Ubuntu 14.04 <span class="caps">LTS</span> (Trusty Tahr)</h3>
+<p><p class='b'>To install</p>
+<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian trusty main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>To remove</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian trusty main"</pre>
+</p>
+<h3><a name="debian-70-wheezy"></a>Debian 7.0 (Wheezy)</h3>
+<p><p class='b'>To install</p>
+<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian wheezy main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>To remove</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
+</p>
+<h3><a name="debian-80-jessie"></a>Debian 8.0 (Jessie)</h3>
+<p><p class='b'>To install</p>
+<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>To remove</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
+</p>
+<h2><a name="install-stand-alone-bundle"></a>Install stand-alone bundle</h2>
+<p>Alternately, you can run Bitmask from a stand alone bundle. This is useful if want to run Bitmask from a thumb drive. The bundle should work on most recent Linux distributions that are derived from Debian (e.g. Ubuntu, Mint, Trisquel, etc).</p>
+<p>There are two disadvantages to the stand-alone bundle:</p>
+<ul>
+ <li>The Bitmask app will be less well integrated with the desktop environment.</li>
+ <li>Running from the bundle is slower to start than via packages.</li>
+</ul>
+<p>Optionally, you can <a href="/es/signature-verification">authenticate the signature</a> for the Bitmask files before you run them.</p>
+<p>How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:</p>
+<pre><code>uname -m</code></pre>
+<p>If the result is:</p>
+<ul>
+ <li><code>x86_64</code>, you have <strong>64 bit</strong></li>
+ <li><code>i686</code>, you have <strong>32 bit</strong></li>
+ <li><code>i386</code>, you have <strong>32 bit</strong></li>
+</ul>
+<h3><a name="32-bit-kernel"></a>32 bit kernel</h3>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 32 bit
+</a>
+</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc">Signature file</a></p>
+<h3><a name="64-bit-kernel"></a>64 bit kernel</h3>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 64 bit
+</a>
+</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc">Signature file</a></p>
+<h3><a name="other-options"></a>Other options</h3>
+<p>You can <a href="https://dl.bitmask.net/client/linux/">browse all releases</a> for old or experimental downloads.</p>
+<p>You should install the latest stable release. Downloads tagged with &#8220;RC&#8221; are &#8220;Release Candidates&#8221; and receive frequent experimental updates that may break the application.</p>
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>
diff --git a/public/linux/index.pt.html b/public/linux/index.pt.html
new file mode 100644
index 0000000..9604d25
--- /dev/null
+++ b/public/linux/index.pt.html
@@ -0,0 +1,147 @@
+<!DOCTYPE html>
+<html lang='pt'>
+<head>
+<title>
+Linux - Bitmask Downloads
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Bitmask Downloads
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+ <li>
+ <a href="#upgrading">Upgrading</a>
+ </li>
+ <li>
+ <a href="#install-as-packages">Install as packages</a>
+ <ol>
+ <li>
+ <a href="#ubuntu-1504-vivid-vervet">Ubuntu 15.04 (Vivid Vervet)</a>
+ </li>
+ <li>
+ <a href="#ubuntu-1404-lts-trusty-tahr">Ubuntu 14.04 <span class="caps">LTS</span> (Trusty Tahr)</a>
+ </li>
+ <li>
+ <a href="#debian-70-wheezy">Debian 7.0 (Wheezy)</a>
+ </li>
+ <li>
+ <a href="#debian-80-jessie">Debian 8.0 (Jessie)</a>
+ </li>
+ </ol>
+ </li>
+ <li>
+ <a href="#install-stand-alone-bundle">Install stand-alone bundle</a>
+ <ol>
+ <li>
+ <a href="#32-bit-kernel">32 bit kernel</a>
+ </li>
+ <li>
+ <a href="#64-bit-kernel">64 bit kernel</a>
+ </li>
+ <li>
+ <a href="#other-options">Other options</a>
+ </li>
+ </ol>
+ </li>
+</ol></div>
+
+<p><div class='row'>
+ <div class='col-sm-8 col-sm-offset-2'>
+ <div class='p alert alert-info'>
+ <b>NOTE:</b> Encrypted email support in Bitmask is still experimental.
+ </div>
+ </div>
+</div>
+</p>
+<h2><a name="upgrading"></a>Upgrading</h2>
+<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 &#8220;config&#8221; folder from the old bundle directory.</p>
+<p><strong>From packages</strong>: If you are running from packages, then you can trigger an update like so:</p>
+<pre><code>apt-get update
+apt-get dist-upgrade</code></pre>
+<p><span class="caps">NOTE</span>: When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:</p>
+<pre><code>sudo add-apt-repository "deb <a href="http://deb.bitmask.net/debian">deb.bitmask.net/debian</a> vivid main"</code></pre>
+<p>This is because the Ubuntu upgrade process probably commented out all your prior custom repository lines in <code>/etc/apt/sources.list</code>.</p>
+<h2><a name="install-as-packages"></a>Install as packages</h2>
+<p>This is the recommended method of installing Bitmask. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
+<h3><a name="ubuntu-1504-vivid-vervet"></a>Ubuntu 15.04 (Vivid Vervet)</h3>
+<p><p class='b'>To install</p>
+<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian vivid main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>To remove</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"</pre>
+</p>
+<h3><a name="ubuntu-1404-lts-trusty-tahr"></a>Ubuntu 14.04 <span class="caps">LTS</span> (Trusty Tahr)</h3>
+<p><p class='b'>To install</p>
+<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian trusty main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>To remove</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian trusty main"</pre>
+</p>
+<h3><a name="debian-70-wheezy"></a>Debian 7.0 (Wheezy)</h3>
+<p><p class='b'>To install</p>
+<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian wheezy main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>To remove</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
+</p>
+<h3><a name="debian-80-jessie"></a>Debian 8.0 (Jessie)</h3>
+<p><p class='b'>To install</p>
+<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>To remove</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
+</p>
+<h2><a name="install-stand-alone-bundle"></a>Install stand-alone bundle</h2>
+<p>Alternately, you can run Bitmask from a stand alone bundle. This is useful if want to run Bitmask from a thumb drive. The bundle should work on most recent Linux distributions that are derived from Debian (e.g. Ubuntu, Mint, Trisquel, etc).</p>
+<p>There are two disadvantages to the stand-alone bundle:</p>
+<ul>
+ <li>The Bitmask app will be less well integrated with the desktop environment.</li>
+ <li>Running from the bundle is slower to start than via packages.</li>
+</ul>
+<p>Optionally, you can <a href="/pt/signature-verification">authenticate the signature</a> for the Bitmask files before you run them.</p>
+<p>How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:</p>
+<pre><code>uname -m</code></pre>
+<p>If the result is:</p>
+<ul>
+ <li><code>x86_64</code>, you have <strong>64 bit</strong></li>
+ <li><code>i686</code>, you have <strong>32 bit</strong></li>
+ <li><code>i386</code>, you have <strong>32 bit</strong></li>
+</ul>
+<h3><a name="32-bit-kernel"></a>32 bit kernel</h3>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 32 bit
+</a>
+</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc">Signature file</a></p>
+<h3><a name="64-bit-kernel"></a>64 bit kernel</h3>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 64 bit
+</a>
+</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc">Signature file</a></p>
+<h3><a name="other-options"></a>Other options</h3>
+<p>You can <a href="https://dl.bitmask.net/client/linux/">browse all releases</a> for old or experimental downloads.</p>
+<p>You should install the latest stable release. Downloads tagged with &#8220;RC&#8221; are &#8220;Release Candidates&#8221; and receive frequent experimental updates that may break the application.</p>
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>
diff --git a/public/linux/index.ru.html b/public/linux/index.ru.html
new file mode 100644
index 0000000..2b839e5
--- /dev/null
+++ b/public/linux/index.ru.html
@@ -0,0 +1,141 @@
+<!DOCTYPE html>
+<html lang='ru'>
+<head>
+<title>
+Linux - Скачать Bitmask
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Скачать Bitmask
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+ <li>
+ <a href="#%D0%9E%D0%B1%D0%BD%D0%BE%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5">Обновление</a>
+ </li>
+ <li>
+ <a href="#%D0%A3%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%B8%D1%82%D1%8C-%D0%BA%D0%B0%D0%BA-%D0%BF%D0%B0%D0%BA%D0%B5%D1%82">Установить как пакет</a>
+ <ol>
+ <li>
+ <a href="#ubuntu-1504-vivid-vervet">Ubuntu 15.04 (Vivid Vervet)</a>
+ </li>
+ <li>
+ <a href="#ubuntu-1404-lts-trusty-tahr">Ubuntu 14.04 <span class="caps">LTS</span> (Trusty Tahr)</a>
+ </li>
+ <li>
+ <a href="#debian-70-wheezy">Debian 7.0 (Wheezy)</a>
+ </li>
+ <li>
+ <a href="#debian-80-jessie">Debian 8.0 (Jessie)</a>
+ </li>
+ </ol>
+ </li>
+ <li>
+ <a href="#%D0%A3%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%B8%D1%82%D1%8C-%D0%B8%D0%B7-%D0%B0%D1%80%D1%85%D0%B8%D0%B2%D0%B0">Установить из архива</a>
+ <ol>
+ <li>
+ <a href="#32-%D0%B1%D0%B8%D1%82%D0%BD%D0%BE%D0%B5-%D1%8F%D0%B4%D1%80%D0%BE">32-битное ядро</a>
+ </li>
+ <li>
+ <a href="#64-%D0%B1%D0%B8%D1%82%D0%BD%D0%BE%D0%B5-%D1%8F%D0%B4%D1%80%D0%BE">64-битное ядро</a>
+ </li>
+ <li>
+ <a href="#%D0%94%D1%80%D1%83%D0%B3%D0%B8%D0%B5-%D0%B2%D0%B0%D1%80%D0%B8%D0%B0%D0%BD%D1%82%D1%8B">Другие варианты</a>
+ </li>
+ </ol>
+ </li>
+</ol></div>
+
+<p><ol>
+</ol></p>
+<h2><a name="%D0%9E%D0%B1%D0%BD%D0%BE%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5"></a>Обновление</h2>
+<p><strong>Для архивов</strong>: Bitmask должен обновиться автоматически (для версий 0.7.0 и выше). Если вы используете версию до 0.7.0, вы можете скачать новый архив и скопировать папку &#8220;config&#8221; из папки старого архива.</p>
+<p><strong>Для пакетов</strong>: Если вы запускаете приложение из пакета, то вы можете запустить обновление следующим образом:</p>
+<pre><code>apt-get update
+apt-get dist-upgrade</code></pre>
+<p>ПРИМЕЧАНИЕ: При обновлении Ubuntu с 14.10 (Utopic) до 15.04 (Vivid), вам, возможно, придется запустить эту команду снова:</p>
+<pre><code>sudo add-apt-repository "deb <a href="http://deb.bitmask.net/debian">deb.bitmask.net/debian</a> vivid main"</code></pre>
+<p>Это из-за того, что процесс обновления Ubuntu вероятно закомментировал все ваши предыдущие строки с пользовательскими репозиториями в <code>/etc/apt/sources.list</code>.</p>
+<h2><a name="%D0%A3%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%B8%D1%82%D1%8C-%D0%BA%D0%B0%D0%BA-%D0%BF%D0%B0%D0%BA%D0%B5%D1%82"></a>Установить как пакет</h2>
+<p>Это рекомендуемый способ установки Bitmask. При установке в качестве пакета Bitmask будет работать быстрее, будет лучше интегрирована с системой, а также будет постоянно обновляться.</p>
+<h3><a name="ubuntu-1504-vivid-vervet"></a>Ubuntu 15.04 (Vivid Vervet)</h3>
+<p><p class='b'>Для установки</p>
+<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian vivid main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>Для удаления</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"</pre>
+</p>
+<h3><a name="ubuntu-1404-lts-trusty-tahr"></a>Ubuntu 14.04 <span class="caps">LTS</span> (Trusty Tahr)</h3>
+<p><p class='b'>Для установки</p>
+<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian trusty main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>Для удаления</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian trusty main"</pre>
+</p>
+<h3><a name="debian-70-wheezy"></a>Debian 7.0 (Wheezy)</h3>
+<p><p class='b'>Для установки</p>
+<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian wheezy main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>Для удаления</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
+</p>
+<h3><a name="debian-80-jessie"></a>Debian 8.0 (Jessie)</h3>
+<p><p class='b'>Для установки</p>
+<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>Для удаления</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
+</p>
+<h2><a name="%D0%A3%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%B8%D1%82%D1%8C-%D0%B8%D0%B7-%D0%B0%D1%80%D1%85%D0%B8%D0%B2%D0%B0"></a>Установить из архива</h2>
+<p>Кроме того, вы можете запустить Bitmask из автономного архива. Это полезно, если вы хотите запустить Bitmask с флешки. Приложение из архива должно работать на большинстве современных дистрибутивов Linux, которые являются производными от Debian (напр., Ubuntu, Mint, Trisquel, и т.д.).</p>
+<p>Есть два недостатки автономного архива:</p>
+<ul>
+ <li>Приложение Bitmask будет хуже интегрировано с окружением рабочего стола.</li>
+ <li>Запуск из архива медленнее, чем запуск с помощью пакета.</li>
+</ul>
+<p>При желании, вы можете <a href="/ru/signature-verification">проверить подлинность подписи</a> для файлов Bitmask, прежде чем запускать их.</p>
+<p>Как узнать используете ли вы 32-битное или 64-битное ядро? Выполните следующую команду:</p>
+<pre><code>uname -m</code></pre>
+<p>Если результат:</p>
+<ul>
+ <li><code>x86_64</code>, у вас <strong>64-битное</strong></li>
+ <li><code>i686</code>, у вас <strong>32-битное</strong></li>
+ <li><code>i386</code>, у вас <strong>32-битное</strong></li>
+</ul>
+<h3><a name="32-%D0%B1%D0%B8%D1%82%D0%BD%D0%BE%D0%B5-%D1%8F%D0%B4%D1%80%D0%BE"></a>32-битное ядро</h3>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Скачать 32-битную версию
+</a>
+</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc">Файл подписи</a></p>
+<h3><a name="64-%D0%B1%D0%B8%D1%82%D0%BD%D0%BE%D0%B5-%D1%8F%D0%B4%D1%80%D0%BE"></a>64-битное ядро</h3>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Скачать 64-битную версию
+</a>
+</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc">Файл подписи</a></p>
+<h3><a name="%D0%94%D1%80%D1%83%D0%B3%D0%B8%D0%B5-%D0%B2%D0%B0%D1%80%D0%B8%D0%B0%D0%BD%D1%82%D1%8B"></a>Другие варианты</h3>
+<p>Вы можете <a href="https://dl.bitmask.net/client/linux/">просмотреть все версии</a> для старых или экспериментальных загрузок.</p>
+<p>Необходимо устанавливать последнюю стабильную версию. Загрузки с тегом &#8220;RC&#8221; являются &#8220;предвыпускными версиями&#8221; и часто содержат экспериментальные обновления, которые могут сломать приложение.</p>
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>
diff --git a/public/mac/index.es.html b/public/mac/index.es.html
new file mode 100644
index 0000000..24a27d0
--- /dev/null
+++ b/public/mac/index.es.html
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+<html lang='es'>
+<head>
+<title>
+Mac OS - Bitmask Downloads
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Bitmask Downloads
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+ <li>
+ <a href="#download-latest-version">Download latest version</a>
+ </li>
+ <li>
+ <a href="#download-other-versions">Download other versions</a>
+ </li>
+</ol></div>
+
+<h2><a name="download-latest-version"></a>Download latest version</h2>
+<p>Bitmask requires Mountain Lion or newer.</p>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/osx/Bitmask-OSX-latest.dmg'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download for Mac OS
+</a>
+</p>
+<p>Optionally, you can <a href="/es/signature-verification">authenticate the signature</a> for the Bitmask .dmg file using <a href="https://dl.bitmask.net/client/osx/Bitmask-OSX-latest.dmg.asc">this signature file</a>.</p>
+<p>Once the file `Bitmask-<span class="caps">OSX</span>-latest.dmg` has been saved to your computer, mount the `.dmg` image and drag the `Bitmask` icon to your `Applications` folder.</p>
+<h2><a name="download-other-versions"></a>Download other versions</h2>
+<p>You can <a href="https://dl.bitmask.net/client/osx/">browse all releases</a> for old or experimental downloads.</p>
+<p>You should install the latest stable release. Downloads tagged with &#8220;RC&#8221; are &#8220;Release Candidates&#8221; and receive frequent experimental updates that may break the application.</p>
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>
diff --git a/public/mac/index.pt.html b/public/mac/index.pt.html
new file mode 100644
index 0000000..7d48fce
--- /dev/null
+++ b/public/mac/index.pt.html
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+<html lang='pt'>
+<head>
+<title>
+Mac OS - Bitmask Downloads
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Bitmask Downloads
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+ <li>
+ <a href="#download-latest-version">Download latest version</a>
+ </li>
+ <li>
+ <a href="#download-other-versions">Download other versions</a>
+ </li>
+</ol></div>
+
+<h2><a name="download-latest-version"></a>Download latest version</h2>
+<p>Bitmask requires Mountain Lion or newer.</p>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/osx/Bitmask-OSX-latest.dmg'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download for Mac OS
+</a>
+</p>
+<p>Optionally, you can <a href="/pt/signature-verification">authenticate the signature</a> for the Bitmask .dmg file using <a href="https://dl.bitmask.net/client/osx/Bitmask-OSX-latest.dmg.asc">this signature file</a>.</p>
+<p>Once the file `Bitmask-<span class="caps">OSX</span>-latest.dmg` has been saved to your computer, mount the `.dmg` image and drag the `Bitmask` icon to your `Applications` folder.</p>
+<h2><a name="download-other-versions"></a>Download other versions</h2>
+<p>You can <a href="https://dl.bitmask.net/client/osx/">browse all releases</a> for old or experimental downloads.</p>
+<p>You should install the latest stable release. Downloads tagged with &#8220;RC&#8221; are &#8220;Release Candidates&#8221; and receive frequent experimental updates that may break the application.</p>
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>
diff --git a/public/mac/index.ru.html b/public/mac/index.ru.html
new file mode 100644
index 0000000..f8b8d96
--- /dev/null
+++ b/public/mac/index.ru.html
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+<html lang='ru'>
+<head>
+<title>
+Mac OS - Скачать Bitmask
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Скачать Bitmask
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+ <li>
+ <a href="#download-latest-version">Download latest version</a>
+ </li>
+ <li>
+ <a href="#download-other-versions">Download other versions</a>
+ </li>
+</ol></div>
+
+<h2><a name="download-latest-version"></a>Download latest version</h2>
+<p>Bitmask requires Mountain Lion or newer.</p>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/osx/Bitmask-OSX-latest.dmg'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download for Mac OS
+</a>
+</p>
+<p>Optionally, you can <a href="/ru/signature-verification">authenticate the signature</a> for the Bitmask .dmg file using <a href="https://dl.bitmask.net/client/osx/Bitmask-OSX-latest.dmg.asc">this signature file</a>.</p>
+<p>Once the file `Bitmask-<span class="caps">OSX</span>-latest.dmg` has been saved to your computer, mount the `.dmg` image and drag the `Bitmask` icon to your `Applications` folder.</p>
+<h2><a name="download-other-versions"></a>Download other versions</h2>
+<p>You can <a href="https://dl.bitmask.net/client/osx/">browse all releases</a> for old or experimental downloads.</p>
+<p>You should install the latest stable release. Downloads tagged with &#8220;RC&#8221; are &#8220;Release Candidates&#8221; and receive frequent experimental updates that may break the application.</p>
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>
diff --git a/public/signature-verification/index.es.html b/public/signature-verification/index.es.html
new file mode 100644
index 0000000..bb6b678
--- /dev/null
+++ b/public/signature-verification/index.es.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<html lang='es'>
+<head>
+<title>
+Signature Verification - Bitmask Downloads
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Bitmask Downloads
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+ <li>
+ <a href="#import-leaps-key">Import LEAP’s key</a>
+ <ol>
+ <li>
+ <a href="#option-1-wget">Option 1 – wget</a>
+ </li>
+ <li>
+ <a href="#option-2-search-keyservers">Option 2 – search keyservers</a>
+ </li>
+ </ol>
+ </li>
+ <li>
+ <a href="#download-signature-file">Download signature file</a>
+ </li>
+ <li>
+ <a href="#verify-signature">Verify signature</a>
+ </li>
+</ol></div>
+
+<p>Many of the files available for download from this site have been signed. This page will walk you through what you need to do in order to verify these signatures. This process is entirely optional.</p>
+<h2><a name="import-leaps-key"></a>Import LEAP’s key</h2>
+<p>All the files have been signed with the &#8220;<span class="caps">LEAP</span> archive signing key&#8221;. The first step is to import this key into your local keyring. These instructions will use <code>gpg</code>, a free implementation of OpenPGP that works on Mac, Windows, and Linux.</p>
+<h3><a name="option-1-wget"></a>Option 1 – wget</h3>
+<p>The easiest way to get the <span class="caps">LEAP</span> archive signing key is to just download it from the bitmask.net website and import into your keyring:</p>
+<pre><code>wget -O- <a href="https://dl.bitmask.net/apt.key">dl.bitmask.net/apt.key</a> | gpg --import</code></pre>
+<p>You should see output that looks like this:</p>
+<pre><code>gpg: key 0x1E34A1828E207901: public key "LEAP archive signing key &lt;<a href="mailto:sysdev&#064leap&#046;se">sysdev&#064leap&#046;se</a>&gt;" imported
+gpg: Total number processed: 1
+gpg: imported: 1 (RSA: 1)
+gpg: 3 marginal(s) needed, 1 complete(s) needed, classic trust model
+gpg: depth: 0 valid: 4 signed: 7 trust: 0-, 0q, 0n, 0m, 0f, 4u
+gpg: depth: 1 valid: 7 signed: 22 trust: 6-, 1q, 0n, 0m, 0f, 0u</code></pre>
+<h3><a name="option-2-search-keyservers"></a>Option 2 – search keyservers</h3>
+<p>Alternately, you can import the <span class="caps">LEAP</span> archive signing key by fetching from a keyserver:</p>
+<pre><code>gpg --recv-key 1E453B2CE87BEE2F7DFE99661E34A1828E207901</code></pre>
+<p>If you want to make the keyserver connection use <span class="caps">TLS</span>, you can use the sks-keyserver pool. To use this keyserver pool, you will need to <a href="https://sks-keyservers.net/sks-keyservers.netCA.pem">download the sks-keyservers.net CA</a> and save it somewhere on your machine. Additionally, you can <a href="https://sks-keyservers.net/verify_tls.php">verify the certificate’s finger print</a>.</p>
+<p>Once you have downloaded the <span class="caps">SKS</span> keyserver pool CA, the <code>recv-key</code> command looks like this:</p>
+<pre><code>gpg --keyserver hkps://pool.sks-keyservers.net --keyserver-options 'ca-cert-file=sks-keyservers.netCA.pem' --recv-key 1E453B2CE87BEE2F7DFE99661E34A1828E207901</code></pre>
+<p>Assuming you saved the CA certificate to the file <code>sks-keyservers.netCA.pem</code>. For more information, see this <a href="https://help.riseup.net/en/gpg-best-practices">OpenPGP best practices page</a>.</p>
+<p>There is absolutely no guarentee that the key just imported with <code>recv-key</code> is the one you just requested. To confirm, you need to manually check the fingerprint:</p>
+<pre><code>gpg --fingerprint 1E453B2CE87BEE2F7DFE99661E34A1828E207901</code></pre>
+<p>Which should produce output like so:</p>
+<pre><code>pub 4096R/0x1E34A1828E207901 2013-02-06 [expires: 2015-02-07]
+ Key fingerprint = 1E45 3B2C E87B EE2F 7DFE 9966 1E34 A182 8E20 7901
+uid [ undef ] LEAP archive signing key &lt;<a href="mailto:sysdev&#064leap&#046;se">sysdev&#064leap&#046;se</a>&gt;</code></pre>
+<h2><a name="download-signature-file"></a>Download signature file</h2>
+<p>The signature file for each download has the same name as the file but with <code>.asc</code> appended.</p>
+<p>For a listing of the available signature files, see:</p>
+<ul>
+ <li><a href="https://dl.bitmask.net/client/android/">All Android files</a></li>
+ <li><a href="https://dl.bitmask.net/client/linux/">All Linux files</a></li>
+ <li><a href="https://dl.bitmask.net/client/mac/">All Mac files</a></li>
+ <li><a href="https://dl.bitmask.net/client/windows/">All Windows files</a></li>
+</ul>
+<p>Make sure you put the signature file and the download you want to authenticate in the same directory, and that they have the same name (other than the .asc suffix for the signature file).</p>
+<h2><a name="verify-signature"></a>Verify signature</h2>
+<p>Now, just run this command:</p>
+<pre><code>gpg --verify FILE.asc</code></pre>
+<p>Where <span class="caps">FILE</span> is the name of the download you want to authenticate.</p>
+<p>You should see some output like so:</p>
+<pre><code>gpg: Signature made Mon 15 Sep 2014 07:49:07 AM PDT
+gpg: using RSA key 0x1E34A1828E207901
+gpg: Good signature from "LEAP archive signing key &lt;<a href="mailto:sysdev&#064leap&#046;se">sysdev&#064leap&#046;se</a>&gt;" [unknown]
+gpg: WARNING: This key is not certified with a trusted signature!
+gpg: There is no indication that the signature belongs to the owner.
+Primary key fingerprint: 1E45 3B2C E87B EE2F 7DFE 9966 1E34 A182 8E20 7901</code></pre>
+<p>If you have trusted one of the keys that has signed the <span class="caps">LEAP</span> key, then you will not see the warning.</p>
+<p>If you do not see the text <code>Good signature from "LEAP archive signing key &lt;<a href="mailto:sysdev&#064leap&#046;se">sysdev&#064leap&#046;se</a>&gt;"</code> then something is wrong and you should not run the application you downloaded.</p>
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>
diff --git a/public/signature-verification/index.pt.html b/public/signature-verification/index.pt.html
new file mode 100644
index 0000000..323ad35
--- /dev/null
+++ b/public/signature-verification/index.pt.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<html lang='pt'>
+<head>
+<title>
+Signature Verification - Bitmask Downloads
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Bitmask Downloads
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+ <li>
+ <a href="#import-leaps-key">Import LEAP’s key</a>
+ <ol>
+ <li>
+ <a href="#option-1-wget">Option 1 – wget</a>
+ </li>
+ <li>
+ <a href="#option-2-search-keyservers">Option 2 – search keyservers</a>
+ </li>
+ </ol>
+ </li>
+ <li>
+ <a href="#download-signature-file">Download signature file</a>
+ </li>
+ <li>
+ <a href="#verify-signature">Verify signature</a>
+ </li>
+</ol></div>
+
+<p>Many of the files available for download from this site have been signed. This page will walk you through what you need to do in order to verify these signatures. This process is entirely optional.</p>
+<h2><a name="import-leaps-key"></a>Import LEAP’s key</h2>
+<p>All the files have been signed with the &#8220;<span class="caps">LEAP</span> archive signing key&#8221;. The first step is to import this key into your local keyring. These instructions will use <code>gpg</code>, a free implementation of OpenPGP that works on Mac, Windows, and Linux.</p>
+<h3><a name="option-1-wget"></a>Option 1 – wget</h3>
+<p>The easiest way to get the <span class="caps">LEAP</span> archive signing key is to just download it from the bitmask.net website and import into your keyring:</p>
+<pre><code>wget -O- <a href="https://dl.bitmask.net/apt.key">dl.bitmask.net/apt.key</a> | gpg --import</code></pre>
+<p>You should see output that looks like this:</p>
+<pre><code>gpg: key 0x1E34A1828E207901: public key "LEAP archive signing key &lt;<a href="mailto:sysdev&#064leap&#046;se">sysdev&#064leap&#046;se</a>&gt;" imported
+gpg: Total number processed: 1
+gpg: imported: 1 (RSA: 1)
+gpg: 3 marginal(s) needed, 1 complete(s) needed, classic trust model
+gpg: depth: 0 valid: 4 signed: 7 trust: 0-, 0q, 0n, 0m, 0f, 4u
+gpg: depth: 1 valid: 7 signed: 22 trust: 6-, 1q, 0n, 0m, 0f, 0u</code></pre>
+<h3><a name="option-2-search-keyservers"></a>Option 2 – search keyservers</h3>
+<p>Alternately, you can import the <span class="caps">LEAP</span> archive signing key by fetching from a keyserver:</p>
+<pre><code>gpg --recv-key 1E453B2CE87BEE2F7DFE99661E34A1828E207901</code></pre>
+<p>If you want to make the keyserver connection use <span class="caps">TLS</span>, you can use the sks-keyserver pool. To use this keyserver pool, you will need to <a href="https://sks-keyservers.net/sks-keyservers.netCA.pem">download the sks-keyservers.net CA</a> and save it somewhere on your machine. Additionally, you can <a href="https://sks-keyservers.net/verify_tls.php">verify the certificate’s finger print</a>.</p>
+<p>Once you have downloaded the <span class="caps">SKS</span> keyserver pool CA, the <code>recv-key</code> command looks like this:</p>
+<pre><code>gpg --keyserver hkps://pool.sks-keyservers.net --keyserver-options 'ca-cert-file=sks-keyservers.netCA.pem' --recv-key 1E453B2CE87BEE2F7DFE99661E34A1828E207901</code></pre>
+<p>Assuming you saved the CA certificate to the file <code>sks-keyservers.netCA.pem</code>. For more information, see this <a href="https://help.riseup.net/en/gpg-best-practices">OpenPGP best practices page</a>.</p>
+<p>There is absolutely no guarentee that the key just imported with <code>recv-key</code> is the one you just requested. To confirm, you need to manually check the fingerprint:</p>
+<pre><code>gpg --fingerprint 1E453B2CE87BEE2F7DFE99661E34A1828E207901</code></pre>
+<p>Which should produce output like so:</p>
+<pre><code>pub 4096R/0x1E34A1828E207901 2013-02-06 [expires: 2015-02-07]
+ Key fingerprint = 1E45 3B2C E87B EE2F 7DFE 9966 1E34 A182 8E20 7901
+uid [ undef ] LEAP archive signing key &lt;<a href="mailto:sysdev&#064leap&#046;se">sysdev&#064leap&#046;se</a>&gt;</code></pre>
+<h2><a name="download-signature-file"></a>Download signature file</h2>
+<p>The signature file for each download has the same name as the file but with <code>.asc</code> appended.</p>
+<p>For a listing of the available signature files, see:</p>
+<ul>
+ <li><a href="https://dl.bitmask.net/client/android/">All Android files</a></li>
+ <li><a href="https://dl.bitmask.net/client/linux/">All Linux files</a></li>
+ <li><a href="https://dl.bitmask.net/client/mac/">All Mac files</a></li>
+ <li><a href="https://dl.bitmask.net/client/windows/">All Windows files</a></li>
+</ul>
+<p>Make sure you put the signature file and the download you want to authenticate in the same directory, and that they have the same name (other than the .asc suffix for the signature file).</p>
+<h2><a name="verify-signature"></a>Verify signature</h2>
+<p>Now, just run this command:</p>
+<pre><code>gpg --verify FILE.asc</code></pre>
+<p>Where <span class="caps">FILE</span> is the name of the download you want to authenticate.</p>
+<p>You should see some output like so:</p>
+<pre><code>gpg: Signature made Mon 15 Sep 2014 07:49:07 AM PDT
+gpg: using RSA key 0x1E34A1828E207901
+gpg: Good signature from "LEAP archive signing key &lt;<a href="mailto:sysdev&#064leap&#046;se">sysdev&#064leap&#046;se</a>&gt;" [unknown]
+gpg: WARNING: This key is not certified with a trusted signature!
+gpg: There is no indication that the signature belongs to the owner.
+Primary key fingerprint: 1E45 3B2C E87B EE2F 7DFE 9966 1E34 A182 8E20 7901</code></pre>
+<p>If you have trusted one of the keys that has signed the <span class="caps">LEAP</span> key, then you will not see the warning.</p>
+<p>If you do not see the text <code>Good signature from "LEAP archive signing key &lt;<a href="mailto:sysdev&#064leap&#046;se">sysdev&#064leap&#046;se</a>&gt;"</code> then something is wrong and you should not run the application you downloaded.</p>
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>
diff --git a/public/signature-verification/index.ru.html b/public/signature-verification/index.ru.html
new file mode 100644
index 0000000..c15d154
--- /dev/null
+++ b/public/signature-verification/index.ru.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<html lang='ru'>
+<head>
+<title>
+Signature Verification - Скачать Bitmask
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Скачать Bitmask
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+ <li>
+ <a href="#import-leaps-key">Import LEAP’s key</a>
+ <ol>
+ <li>
+ <a href="#option-1-wget">Option 1 – wget</a>
+ </li>
+ <li>
+ <a href="#option-2-search-keyservers">Option 2 – search keyservers</a>
+ </li>
+ </ol>
+ </li>
+ <li>
+ <a href="#download-signature-file">Download signature file</a>
+ </li>
+ <li>
+ <a href="#verify-signature">Verify signature</a>
+ </li>
+</ol></div>
+
+<p>Many of the files available for download from this site have been signed. This page will walk you through what you need to do in order to verify these signatures. This process is entirely optional.</p>
+<h2><a name="import-leaps-key"></a>Import LEAP’s key</h2>
+<p>All the files have been signed with the &#8220;<span class="caps">LEAP</span> archive signing key&#8221;. The first step is to import this key into your local keyring. These instructions will use <code>gpg</code>, a free implementation of OpenPGP that works on Mac, Windows, and Linux.</p>
+<h3><a name="option-1-wget"></a>Option 1 – wget</h3>
+<p>The easiest way to get the <span class="caps">LEAP</span> archive signing key is to just download it from the bitmask.net website and import into your keyring:</p>
+<pre><code>wget -O- <a href="https://dl.bitmask.net/apt.key">dl.bitmask.net/apt.key</a> | gpg --import</code></pre>
+<p>You should see output that looks like this:</p>
+<pre><code>gpg: key 0x1E34A1828E207901: public key "LEAP archive signing key &lt;<a href="mailto:sysdev&#064leap&#046;se">sysdev&#064leap&#046;se</a>&gt;" imported
+gpg: Total number processed: 1
+gpg: imported: 1 (RSA: 1)
+gpg: 3 marginal(s) needed, 1 complete(s) needed, classic trust model
+gpg: depth: 0 valid: 4 signed: 7 trust: 0-, 0q, 0n, 0m, 0f, 4u
+gpg: depth: 1 valid: 7 signed: 22 trust: 6-, 1q, 0n, 0m, 0f, 0u</code></pre>
+<h3><a name="option-2-search-keyservers"></a>Option 2 – search keyservers</h3>
+<p>Alternately, you can import the <span class="caps">LEAP</span> archive signing key by fetching from a keyserver:</p>
+<pre><code>gpg --recv-key 1E453B2CE87BEE2F7DFE99661E34A1828E207901</code></pre>
+<p>If you want to make the keyserver connection use <span class="caps">TLS</span>, you can use the sks-keyserver pool. To use this keyserver pool, you will need to <a href="https://sks-keyservers.net/sks-keyservers.netCA.pem">download the sks-keyservers.net CA</a> and save it somewhere on your machine. Additionally, you can <a href="https://sks-keyservers.net/verify_tls.php">verify the certificate’s finger print</a>.</p>
+<p>Once you have downloaded the <span class="caps">SKS</span> keyserver pool CA, the <code>recv-key</code> command looks like this:</p>
+<pre><code>gpg --keyserver hkps://pool.sks-keyservers.net --keyserver-options 'ca-cert-file=sks-keyservers.netCA.pem' --recv-key 1E453B2CE87BEE2F7DFE99661E34A1828E207901</code></pre>
+<p>Assuming you saved the CA certificate to the file <code>sks-keyservers.netCA.pem</code>. For more information, see this <a href="https://help.riseup.net/en/gpg-best-practices">OpenPGP best practices page</a>.</p>
+<p>There is absolutely no guarentee that the key just imported with <code>recv-key</code> is the one you just requested. To confirm, you need to manually check the fingerprint:</p>
+<pre><code>gpg --fingerprint 1E453B2CE87BEE2F7DFE99661E34A1828E207901</code></pre>
+<p>Which should produce output like so:</p>
+<pre><code>pub 4096R/0x1E34A1828E207901 2013-02-06 [expires: 2015-02-07]
+ Key fingerprint = 1E45 3B2C E87B EE2F 7DFE 9966 1E34 A182 8E20 7901
+uid [ undef ] LEAP archive signing key &lt;<a href="mailto:sysdev&#064leap&#046;se">sysdev&#064leap&#046;se</a>&gt;</code></pre>
+<h2><a name="download-signature-file"></a>Download signature file</h2>
+<p>The signature file for each download has the same name as the file but with <code>.asc</code> appended.</p>
+<p>For a listing of the available signature files, see:</p>
+<ul>
+ <li><a href="https://dl.bitmask.net/client/android/">All Android files</a></li>
+ <li><a href="https://dl.bitmask.net/client/linux/">All Linux files</a></li>
+ <li><a href="https://dl.bitmask.net/client/mac/">All Mac files</a></li>
+ <li><a href="https://dl.bitmask.net/client/windows/">All Windows files</a></li>
+</ul>
+<p>Make sure you put the signature file and the download you want to authenticate in the same directory, and that they have the same name (other than the .asc suffix for the signature file).</p>
+<h2><a name="verify-signature"></a>Verify signature</h2>
+<p>Now, just run this command:</p>
+<pre><code>gpg --verify FILE.asc</code></pre>
+<p>Where <span class="caps">FILE</span> is the name of the download you want to authenticate.</p>
+<p>You should see some output like so:</p>
+<pre><code>gpg: Signature made Mon 15 Sep 2014 07:49:07 AM PDT
+gpg: using RSA key 0x1E34A1828E207901
+gpg: Good signature from "LEAP archive signing key &lt;<a href="mailto:sysdev&#064leap&#046;se">sysdev&#064leap&#046;se</a>&gt;" [unknown]
+gpg: WARNING: This key is not certified with a trusted signature!
+gpg: There is no indication that the signature belongs to the owner.
+Primary key fingerprint: 1E45 3B2C E87B EE2F 7DFE 9966 1E34 A182 8E20 7901</code></pre>
+<p>If you have trusted one of the keys that has signed the <span class="caps">LEAP</span> key, then you will not see the warning.</p>
+<p>If you do not see the text <code>Good signature from "LEAP archive signing key &lt;<a href="mailto:sysdev&#064leap&#046;se">sysdev&#064leap&#046;se</a>&gt;"</code> then something is wrong and you should not run the application you downloaded.</p>
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>
diff --git a/public/windows/index.es.html b/public/windows/index.es.html
new file mode 100644
index 0000000..7840622
--- /dev/null
+++ b/public/windows/index.es.html
@@ -0,0 +1,69 @@
+<!DOCTYPE html>
+<html lang='es'>
+<head>
+<title>
+Bitmask for Windows - Bitmask Downloads
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Bitmask Downloads
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+ <li>
+ <a href="#bitmask-for-windows">Bitmask for Windows</a>
+ <ol>
+ <li>
+ <a href="#download-latest-version">Download latest version</a>
+ </li>
+ <li>
+ <a href="#download-other-versions">Download other versions</a>
+ </li>
+ </ol>
+ </li>
+</ol></div>
+
+<h1><a name="bitmask-for-windows"></a>Bitmask for Windows</h1>
+<p><div class='row'>
+ <div class='col-sm-8 col-sm-offset-2'>
+ <div class='p alert alert-danger'>
+ <i class='fa fa-warning'></i>
+ <b>WARNING:</b> Currently, the Windows build is very buggy and is not officially supported. If you know Windows programming, we could <a href="https://leap.se/get-involved">use your help</a>.
+ </div>
+ </div>
+</div>
+</p>
+<h2><a name="download-latest-version"></a>Download latest version</h2>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/windows/Bitmask-win32-latest.zip'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download for Windows
+</a>
+</p>
+<p>Optionally, you can <a href="/es/signature-verification">authenticate the signature</a> for the Bitmask .zip file using <a href="https://dl.bitmask.net/client/osx/Bitmask-win32-latest.zip.asc">this signature file</a>.</p>
+<h2><a name="download-other-versions"></a>Download other versions</h2>
+<p>You can <a href="https://dl.bitmask.net/client/windows/">browse all releases</a> for old or experimental downloads.</p>
+<p>You should install the latest stable release. Downloads tagged with &#8220;RC&#8221; are &#8220;Release Candidates&#8221; and receive frequent experimental updates that may break the application.</p>
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>
diff --git a/public/windows/index.pt.html b/public/windows/index.pt.html
new file mode 100644
index 0000000..6d4883c
--- /dev/null
+++ b/public/windows/index.pt.html
@@ -0,0 +1,69 @@
+<!DOCTYPE html>
+<html lang='pt'>
+<head>
+<title>
+Bitmask for Windows - Bitmask Downloads
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Bitmask Downloads
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+ <li>
+ <a href="#bitmask-for-windows">Bitmask for Windows</a>
+ <ol>
+ <li>
+ <a href="#download-latest-version">Download latest version</a>
+ </li>
+ <li>
+ <a href="#download-other-versions">Download other versions</a>
+ </li>
+ </ol>
+ </li>
+</ol></div>
+
+<h1><a name="bitmask-for-windows"></a>Bitmask for Windows</h1>
+<p><div class='row'>
+ <div class='col-sm-8 col-sm-offset-2'>
+ <div class='p alert alert-danger'>
+ <i class='fa fa-warning'></i>
+ <b>WARNING:</b> Currently, the Windows build is very buggy and is not officially supported. If you know Windows programming, we could <a href="https://leap.se/get-involved">use your help</a>.
+ </div>
+ </div>
+</div>
+</p>
+<h2><a name="download-latest-version"></a>Download latest version</h2>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/windows/Bitmask-win32-latest.zip'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download for Windows
+</a>
+</p>
+<p>Optionally, you can <a href="/pt/signature-verification">authenticate the signature</a> for the Bitmask .zip file using <a href="https://dl.bitmask.net/client/osx/Bitmask-win32-latest.zip.asc">this signature file</a>.</p>
+<h2><a name="download-other-versions"></a>Download other versions</h2>
+<p>You can <a href="https://dl.bitmask.net/client/windows/">browse all releases</a> for old or experimental downloads.</p>
+<p>You should install the latest stable release. Downloads tagged with &#8220;RC&#8221; are &#8220;Release Candidates&#8221; and receive frequent experimental updates that may break the application.</p>
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>
diff --git a/public/windows/index.ru.html b/public/windows/index.ru.html
new file mode 100644
index 0000000..68dfa2f
--- /dev/null
+++ b/public/windows/index.ru.html
@@ -0,0 +1,69 @@
+<!DOCTYPE html>
+<html lang='ru'>
+<head>
+<title>
+Bitmask for Windows - Скачать Bitmask
+</title>
+<meta content='width=device-width, initial-scale=1.0' name='viewport'>
+<meta charset='utf-8'>
+<link href='/assets/bootstrap.min.css' rel='stylesheet'>
+<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+<link href='/assets/style.css' rel='stylesheet'>
+<script src='/assets/js/jquery.min.js'></script>
+</head>
+<body>
+<a class='bm-masthead' href='/'></a>
+<div class='bm-bar'>
+Скачать Bitmask
+</div>
+<div class='bm-main container'>
+<div id="TOC"><ol>
+ <li>
+ <a href="#bitmask-for-windows">Bitmask for Windows</a>
+ <ol>
+ <li>
+ <a href="#download-latest-version">Download latest version</a>
+ </li>
+ <li>
+ <a href="#download-other-versions">Download other versions</a>
+ </li>
+ </ol>
+ </li>
+</ol></div>
+
+<h1><a name="bitmask-for-windows"></a>Bitmask for Windows</h1>
+<p><div class='row'>
+ <div class='col-sm-8 col-sm-offset-2'>
+ <div class='p alert alert-danger'>
+ <i class='fa fa-warning'></i>
+ <b>WARNING:</b> Currently, the Windows build is very buggy and is not officially supported. If you know Windows programming, we could <a href="https://leap.se/get-involved">use your help</a>.
+ </div>
+ </div>
+</div>
+</p>
+<h2><a name="download-latest-version"></a>Download latest version</h2>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/windows/Bitmask-win32-latest.zip'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download for Windows
+</a>
+</p>
+<p>Optionally, you can <a href="/ru/signature-verification">authenticate the signature</a> for the Bitmask .zip file using <a href="https://dl.bitmask.net/client/osx/Bitmask-win32-latest.zip.asc">this signature file</a>.</p>
+<h2><a name="download-other-versions"></a>Download other versions</h2>
+<p>You can <a href="https://dl.bitmask.net/client/windows/">browse all releases</a> for old or experimental downloads.</p>
+<p>You should install the latest stable release. Downloads tagged with &#8220;RC&#8221; are &#8220;Release Candidates&#8221; and receive frequent experimental updates that may break the application.</p>
+</div>
+<footer>
+<div>
+(c) 2014 LEAP Encryption Access Project
+</div>
+<div>
+Everything available for download on this site is free and open source software.
+<br>
+Source code available from
+<a href="https://leap.se/git/">https://leap.se/git</a>
+or
+<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
+</div>
+</footer>
+</body>
+</html>