summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--amber/layouts/home.html.haml2
-rw-r--r--amber/locales/en.yml4
-rw-r--r--amber/locales/es.yml3
-rw-r--r--pages/assets/providers/mail.bitmask.net.pngbin0 -> 49412 bytes
-rw-r--r--pages/home/_about.en.text2
-rw-r--r--pages/home/_about.es.text2
-rw-r--r--pages/home/_intro.en.text2
-rw-r--r--pages/home/_text.haml5
-rw-r--r--pages/install/en.haml6
-rw-r--r--pages/install/es.haml6
-rw-r--r--pages/install/linux/en.text67
-rw-r--r--pages/install/linux/ru.text7
12 files changed, 66 insertions, 40 deletions
diff --git a/amber/layouts/home.html.haml b/amber/layouts/home.html.haml
index c44e4db..de6d8d3 100644
--- a/amber/layouts/home.html.haml
+++ b/amber/layouts/home.html.haml
@@ -4,7 +4,7 @@
%title
= t(:site_title)
%meta(name="viewport" content="width=device-width, initial-scale=1.0")
- %meta(name="description" content=" Bitmask is an open source application to provide easy and secure encrypted communication. You can choose among several different service providers or start your own. Currently, Bitmask supports encrypted internet (VPN) with encrypted email coming soon. ")
+ %meta(name="description" content="Bitmask is an open source application to provide easy and secure encrypted communication. You can choose among several different service providers or start your own. Currently, Bitmask supports encrypted internet (VPN) and encrypted email.")
%meta(name="keywords" content="vpn, openvpn, bitmask, encryption, android, linux")
%meta(charset="UTF-8")
%link(rel="stylesheet" href="/assets/bootstrap.min.css")
diff --git a/amber/locales/en.yml b/amber/locales/en.yml
index 071c0b5..acd00b0 100644
--- a/amber/locales/en.yml
+++ b/amber/locales/en.yml
@@ -1,4 +1,5 @@
en:
+ missing_translation: "This page has not yet been translated from English."
site_title: "Bitmask"
banner_top: "Bitmask"
banner_motto: "Encrypted communication for mere mortals<br>(superheroes welcome, too)"
@@ -16,6 +17,9 @@ en:
Also, although Bitmask is improving rapidly, it is possible that you could
lose your email when using an early beta release.
+ providers_for_testers: >
+ <b>TESTERS:</b> Use mail.bitmask.net for email and demo.bitmask.net for VPN.
+
#
# front page text
#
diff --git a/amber/locales/es.yml b/amber/locales/es.yml
index b7681b0..eaa44c7 100644
--- a/amber/locales/es.yml
+++ b/amber/locales/es.yml
@@ -10,6 +10,9 @@ es:
<b>ADVERTENCIA:</b> Bitmask está todavía en fase experimental. Por favor, no uses estas versiones beta
de Bitmask en situaciones en las que un compromiso de tus datos podría ponerte en peligro.
+ providers_for_testers: >
+ <b>TESTERS:</b> Usen mail.bitmask.net para email y demo.bitmask.net para VPN.
+
#
# front page text
#
diff --git a/pages/assets/providers/mail.bitmask.net.png b/pages/assets/providers/mail.bitmask.net.png
new file mode 100644
index 0000000..580bbac
--- /dev/null
+++ b/pages/assets/providers/mail.bitmask.net.png
Binary files differ
diff --git a/pages/home/_about.en.text b/pages/home/_about.en.text
index 753dab1..642f062 100644
--- a/pages/home/_about.en.text
+++ b/pages/home/_about.en.text
@@ -2,4 +2,4 @@
The *Bitmask* application is lovingly hand-crafted by a team of paid and volunteer programmers from seven different countries. Development is principally sponsored by the [[LEAP Encryption Access Project => https://leap.se]], an non-profit organization dedicated to defending democracy by *protecting the right to whisper*.
-The service provider https://demo.bitmask.net is operated by LEAP in order to demonstrate usage of the *Bitmask* application. However, we actively encourage other organizations to start their own compatible service providers by using our free software [[platform for server automation => https://leap.se/en/platform]]. \ No newline at end of file
+The service providers https://demo.bitmask.net and https://mail.bitmask.net are operated by LEAP in order to demonstrate usage of the *Bitmask* application. However, we actively encourage other organizations to start their own compatible service providers by using our free software [[platform for server automation => https://leap.se/en/platform]].
diff --git a/pages/home/_about.es.text b/pages/home/_about.es.text
index 1b8c684..7e32189 100644
--- a/pages/home/_about.es.text
+++ b/pages/home/_about.es.text
@@ -2,4 +2,4 @@
La aplicación *Bitmask* está cuidadosamente manufacturada por un equipo de programadores, pagados y voluntarios, repartidos por siete países diferentes. El desarrollo está esponsorizado principalmente por el proyecto [[LEAP Encryption Access Project => https://leap.se]], una organización sin ánimo de lucro dedicada a la defensa de la democracia al *proteger el derecho a susurrar*.
-LEAP opera el proveedor de servicios *demo.bitmask.net* a efectos de demostración del uso de la aplicación *Bitmask*. Al mismo tiempo, animamos activamente a otras organizaciones a montar sus propios proveedores de servicios compatibles, usando nuestra [[plataforma para la automatización de servidores => https://leap.se/es/platform]], que es software libre.
+LEAP opera los proveedores de servicios https://demo.bitmask.net y https://mail.bitmask.net a efectos de demostración del uso de la aplicación *Bitmask*. Al mismo tiempo, animamos activamente a otras organizaciones a montar sus propios proveedores de servicios compatibles, usando nuestra [[plataforma para la automatización de servidores => https://leap.se/es/platform]], que es software libre.
diff --git a/pages/home/_intro.en.text b/pages/home/_intro.en.text
index 5361337..798ad04 100644
--- a/pages/home/_intro.en.text
+++ b/pages/home/_intro.en.text
@@ -1 +1 @@
-*Bitmask* is an open source application to provide easy and secure encrypted communication. You can choose among [[several different service providers => #providers]] or [[start your own => https://leap.se/en/docs/platform]]. Currently, Bitmask supports encrypted internet (VPN) with encrypted email coming soon.
+*Bitmask* is an open source application to provide easy and secure encrypted communication. You can choose among [[several different service providers => #providers]] or [[start your own => https://leap.se/en/docs/platform]]. Currently, Bitmask supports encrypted internet (VPN) and encrypted email.
diff --git a/pages/home/_text.haml b/pages/home/_text.haml
index a6338cd..be722d9 100644
--- a/pages/home/_text.haml
+++ b/pages/home/_text.haml
@@ -34,6 +34,11 @@
[[demo.bitmask.net => https://demo.bitmask.net]]
.col-lg-2.col-md-3.col-sm-3.col-xs-4
.thumbnail
+ %img(src='/assets/providers/mail.bitmask.net.png')
+ .b
+ [[mail.bitmask.net => https://mail.bitmask.net]]
+ .col-lg-2.col-md-3.col-sm-3.col-xs-4
+ .thumbnail
%img(src='/assets/providers/calyx.net.png')
.b
[[calyx.net => https://calyx.net]]
diff --git a/pages/install/en.haml b/pages/install/en.haml
index aa4a44f..a7044a3 100644
--- a/pages/install/en.haml
+++ b/pages/install/en.haml
@@ -7,6 +7,12 @@
%i.fa.fa-warning
= t :warning
+.row
+ .col-sm-8.col-sm-offset-2
+ .p.alert.alert-info
+ %i.fa.fa-info-circle
+ = t :providers_for_testers
+
.row.bm-front-buttons
.col-sm-3.col-xs-6
%a.btn.btn-default{:href=>"android"}
diff --git a/pages/install/es.haml b/pages/install/es.haml
index ada090b..f996a85 100644
--- a/pages/install/es.haml
+++ b/pages/install/es.haml
@@ -7,6 +7,12 @@
%i.fa.fa-warning
= t :warning
+.row
+ .col-sm-8.col-sm-offset-2
+ .p.alert.alert-info
+ %i.fa.fa-info-circle
+ = t :providers_for_testers
+
.row.bm-front-buttons
.col-sm-3.col-xs-6
%a.btn.btn-default{:href=>"android"}
diff --git a/pages/install/linux/en.text b/pages/install/linux/en.text
index a300ced..05bda76 100644
--- a/pages/install/linux/en.text
+++ b/pages/install/linux/en.text
@@ -3,31 +3,24 @@
<%= render({:partial => 'common/notice'}, {:type => 'info', :text => '<b>NOTE:</b> Encrypted email support in Bitmask is still experimental.'}) %>
-h2. 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.
+There are two ways to install Bitmask - via the stand-alone bundles or via packages.
-*From packages*: If you are running from packages, then you can trigger an update like so:
+h2. Download stand-alone bundle
-bc. apt-get update
-apt-get dist-upgrade
-
-NOTE: When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:
-
-bc. sudo add-apt-repository "deb http://deb.bitmask.net/debian vivid main"
+h3. 64 bit kernel
-This is because the Ubuntu upgrade process probably commented out all your prior custom repository lines in @/etc/apt/sources.list@.
+<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2', :text => 'Download 64 bit'}) %>
-h2. Install stand-alone bundle
+[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc]]
-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).
+h3. 32 bit kernel
-There are two disadvantages to the stand-alone bundle:
+<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2', :text => 'Download 32 bit'}) %>
-* The Bitmask app will be less well integrated with the desktop environment.
-* Running from the bundle is slower to start than via packages.
+[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc]]
-Optionally, you can [[authenticate the signature => signature-verification]] for the Bitmask files before you run them.
+If you want to make sure that the Bitmask wasn't messed with during download
+you can [[authenticate the signature => signature-verification]].
How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:
@@ -39,34 +32,44 @@ If the result is:
* @i686@, you have *32 bit*
* @i386@, you have *32 bit*
-h3. 32 bit kernel
-
-<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2', :text => 'Download 32 bit'}) %>
-
-[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc]]
-
-h3. 64 bit kernel
-<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2', :text => 'Download 64 bit'}) %>
+NOTE:
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don't support with packages.
+ There are two disadvantages to the stand-alone bundle:
+ * The Bitmask app will be less well integrated with the desktop environment.
+ * Running from the bundle is slower to start than via packages.
-[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc]]
h2. Install as packages
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.
+h3. Ubuntu 15.10 (Wily Werewolf)
+<%= render({:partial => 'via_packages'}, {:distro => 'wily'}) %>
+
h3. Ubuntu 15.04 (Vivid Vervet)
<%= render({:partial => 'via_packages'}, {:distro => 'vivid'}) %>
-h3. Ubuntu 14.04 LTS (Trusty Tahr)
+h3. Debian 8.0 (Jessie)
-<%= render({:partial => 'via_packages'}, {:distro => 'trusty'}) %>
+<%= render({:partial => 'via_packages'}, {:distro => 'jessie', :os => 'debian'}) %>
-h3. Debian 7.0 (Wheezy)
+h2. Upgrading
-<%= render({:partial => 'via_packages'}, {:distro => 'wheezy', :os => 'debian'}) %>
+*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.
-h3. Debian 8.0 (Jessie)
+*From packages*: If you are running from packages, then you can trigger an update like so:
-<%= render({:partial => 'via_packages'}, {:distro => 'jessie', :os => 'debian'}) %>
+bc. apt-get update
+apt-get dist-upgrade
+
+NOTE: When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:
+
+bc. sudo add-apt-repository "deb http://deb.bitmask.net/debian vivid main"
+
+Similar is needed for the upgrade from 15.04 to 15.10 (Wily):
+
+bc. sudo add-apt-repository "deb http://deb.bitmask.net/debian wily main"
+
+This is because the Ubuntu upgrade process probably commented out all your prior custom repository lines in @/etc/apt/sources.list@.
diff --git a/pages/install/linux/ru.text b/pages/install/linux/ru.text
index d27ab91..b65fdf9 100644
--- a/pages/install/linux/ru.text
+++ b/pages/install/linux/ru.text
@@ -22,6 +22,9 @@ h2. Установить как пакет
Это рекомендуемый способ установки Bitmask. При установке в качестве пакета Bitmask будет работать быстрее, будет лучше интегрирована с системой, а также будет постоянно обновляться.
+h3. Ubuntu 15.10 (Wily Werewolf)
+<%= render({:partial => 'via_packages'}, {:distro => 'wily'}) %>
+
h3. Ubuntu 15.04 (Vivid Vervet)
<%= render({:partial => 'via_packages'}, {:distro => 'vivid'}) %>
@@ -30,10 +33,6 @@ h3. Ubuntu 14.04 LTS (Trusty Tahr)
<%= render({:partial => 'via_packages'}, {:distro => 'trusty'}) %>
-h3. Debian 7.0 (Wheezy)
-
-<%= render({:partial => 'via_packages'}, {:distro => 'wheezy', :os => 'debian'}) %>
-
h3. Debian 8.0 (Jessie)
<%= render({:partial => 'via_packages'}, {:distro => 'jessie', :os => 'debian'}) %>