From e9a1d558defa1323e8e915ad236923b034e16d14 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Tue, 3 Nov 2015 21:03:57 +0100 Subject: sync changes from bitmask_help --- pages/android/ru.text | 32 ++++++++++++++ pages/linux/en.text | 80 +++++++++++++++++------------------ pages/linux/ru.text | 12 ++---- pages/signature-verification/ru.text | 81 ++++++++++++++++++++++++++++++++++++ 4 files changed, 156 insertions(+), 49 deletions(-) create mode 100644 pages/android/ru.text create mode 100644 pages/signature-verification/ru.text diff --git a/pages/android/ru.text b/pages/android/ru.text new file mode 100644 index 0000000..9f34b3b --- /dev/null +++ b/pages/android/ru.text @@ -0,0 +1,32 @@ +@title = "Bitmask для Android" +@nav_title = "Android" + + + +<%= render({:partial => 'common/notice'}, {:type => 'info', :text => 'ПРИМЕЧАНИЕ: Bitmask для Android все еще не поддерживает зашифрованную электронную почту.'}) %> + +h2. Установить с Google Play + +Вы можете поискать "Bitmask" в Google Play или использовать эти ссылки: + +p(android). <%= render({:partial => 'common/download_button'}, {:link => 'https://play.google.com/store/apps/details?id=se.leap.bitmaskclient', :text => 'Установить для Android'}) %> + +p(non-android). !/assets/qr/market-se.leap.bitmaskclient.png!:https://play.google.com/store/apps/details?id=se.leap.bitmaskclient + +h2. Скачать приложение + +Кроме того, вы можете скачать приложение Bitmask напрямую с этого сайта. Вам нужно будет включить в настройках Settings > Security > Unknown Sources на вашем устройстве для работы этого метода. + +p(android). <%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk', :text => 'Скачать для Android'}) %> + +p(non-android). !/assets/qr/dl.bitmask.net-bitmask-android-latest.png!:https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk + +h2. Скачать другие версии + +Если вы хотите скачать старые версии Bitmask, вы можете [[просмотреть все версии => https://dl.bitmask.net/client/android/]]. diff --git a/pages/linux/en.text b/pages/linux/en.text index 482df21..b267384 100644 --- a/pages/linux/en.text +++ b/pages/linux/en.text @@ -3,76 +3,74 @@ <%= render({:partial => 'common/notice'}, {:type => 'info', :text => 'NOTE: 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: - -bc. apt-get update -apt-get dist-upgrade +h2. Download stand-alone bundle -NOTE: When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again: +h3. 64 bit kernel -bc. sudo add-apt-repository "deb http://deb.bitmask.net/debian vivid main" +<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2', :text => 'Download 64 bit'}) %> -This is because the Ubuntu upgrade process probably commented out all your prior custom repository lines in @/etc/apt/sources.list@. +[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc]] -h2. Install as packages +h3. 32 bit kernel -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. +<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2', :text => 'Download 32 bit'}) %> -h3. Ubuntu 15.04 (Vivid Vervet) +[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc]] -<%= render({:partial => 'via_packages'}, {:distro => 'vivid'}) %> +If you want to make sure that the Bitmask wasn't messed with during download +you can [[authenticate the signature => signature-verification]]. -h3. Ubuntu 14.04 LTS (Trusty Tahr) +How do you tell if you running a 32 bit or 64 bit kernel? Run the following command: -<%= render({:partial => 'via_packages'}, {:distro => 'trusty'}) %> +bc. uname -m -h3. Debian 7.0 (Wheezy) +If the result is: -<%= render({:partial => 'via_packages'}, {:distro => 'wheezy', :os => 'debian'}) %> +* @x86_64@, you have *64 bit* +* @i686@, you have *32 bit* +* @i386@, you have *32 bit* -h3. Debian 8.0 (Jessie) -<%= render({:partial => 'via_packages'}, {:distro => 'jessie', :os => 'debian'}) %> +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. -h2. Install stand-alone bundle -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). +h2. Install as packages -There are two disadvantages to the stand-alone bundle: +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. -* The Bitmask app will be less well integrated with the desktop environment. -* Running from the bundle is slower to start than via packages. +h3. Ubuntu 15.10 (Wily Werewolf) -Optionally, you can [[authenticate the signature => signature-verification]] for the Bitmask files before you run them. +<%= render({:partial => 'via_packages'}, {:distro => 'wily'}) %> -How do you tell if you running a 32 bit or 64 bit kernel? Run the following command: +h3. Ubuntu 15.04 (Vivid Vervet) -bc. uname -m +<%= render({:partial => 'via_packages'}, {:distro => 'vivid'}) %> -If the result is: +h3. Debian 8.0 (Jessie) -* @x86_64@, you have *64 bit* -* @i686@, you have *32 bit* -* @i386@, you have *32 bit* +<%= render({:partial => 'via_packages'}, {:distro => 'jessie', :os => 'debian'}) %> -h3. 32 bit kernel +h2. Upgrading -<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2', :text => 'Download 32 bit'}) %> +*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. -[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc]] +*From packages*: If you are running from packages, then you can trigger an update like so: -h3. 64 bit kernel +bc. apt-get update +apt-get dist-upgrade -<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2', :text => 'Download 64 bit'}) %> +NOTE: When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again: -[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc]] +bc. sudo add-apt-repository "deb http://deb.bitmask.net/debian vivid main" -h3. Other options +Similar is needed for the upgrade from 15.04 to 15.10 (Wily): -You can [[browse all releases => https://dl.bitmask.net/client/linux/]] for old or experimental downloads. +bc. sudo add-apt-repository "deb http://deb.bitmask.net/debian wily main" -You should install the latest stable release. Downloads tagged with "RC" are "Release Candidates" and receive frequent experimental updates that may break the application. +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/linux/ru.text b/pages/linux/ru.text index d27ab91..0c2c484 100644 --- a/pages/linux/ru.text +++ b/pages/linux/ru.text @@ -22,17 +22,13 @@ h2. Установить как пакет Это рекомендуемый способ установки Bitmask. При установке в качестве пакета Bitmask будет работать быстрее, будет лучше интегрирована с системой, а также будет постоянно обновляться. -h3. Ubuntu 15.04 (Vivid Vervet) - -<%= render({:partial => 'via_packages'}, {:distro => 'vivid'}) %> +h3. Ubuntu 15.10 (Wily Werewolf) -h3. Ubuntu 14.04 LTS (Trusty Tahr) +<%= render({:partial => 'via_packages'}, {:distro => 'wily'}) %> -<%= render({:partial => 'via_packages'}, {:distro => 'trusty'}) %> - -h3. Debian 7.0 (Wheezy) +h3. Ubuntu 15.04 (Vivid Vervet) -<%= render({:partial => 'via_packages'}, {:distro => 'wheezy', :os => 'debian'}) %> +<%= render({:partial => 'via_packages'}, {:distro => 'vivid'}) %> h3. Debian 8.0 (Jessie) diff --git a/pages/signature-verification/ru.text b/pages/signature-verification/ru.text new file mode 100644 index 0000000..b9632c6 --- /dev/null +++ b/pages/signature-verification/ru.text @@ -0,0 +1,81 @@ +@title = 'Проверка подписи' + +Многие файлы, доступные для скачивания с этого сайта, были подписаны. Эта страница даст вам подробное разъяснение того, что вам нужно сделать, чтобы проверить эти подписи. Этот процесс полностью на ваше усмотрение. + +h2. Импортировать ключ LEAP + +Все файлы были подписаны "ключом подписи архива LEAP". Первый шаг заключается в импортировании этого ключа в ваше локальное хранилище ключей. Эти инструкции будут использовать @gpg@, свободную реализацию OpenPGP, которая работает на Mac, Windows и Linux. + +h3. Способ 1 - wget + +Самый простой способ получить ключ подписи архива LEAP - это просто скачать его с сайта bitmask.net и импортировать в ваше хранилище ключей: + +bc. wget -O- https://dl.bitmask.net/apt.key | gpg --import + +Вы должны увидеть результат выполнения, который будет выглядеть следующим образом: + +bc. gpg: key 0x1E34A1828E207901: public key "LEAP archive signing key " 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 + +h3. Способ 2 - найти сервер ключей + +Кроме того, вы можете импортировать ключ подписи архива LEAP, получив его с сервера ключей: + +bc. gpg --recv-key 1E453B2CE87BEE2F7DFE99661E34A1828E207901 + +Если вы хотите соединиться с сервером ключей используя TLS, вы можете использовать пул синхронизирующего сервера ключей. Чтобы использовать этот пул сервера ключей, вам нужно скачать сертификат центра сертификации [[sks-keyservers.net => https://sks-keyservers.net/sks-keyservers.netCA.pem]] и сохранить его где-нибудь на вашем компьютере. Дополнительно вы можете [[проверить отпечаток сертификата => https://sks-keyservers.net/verify_tls.php]]. + +После того как вы скачали сертификат пула синхронизирующего сервера ключей, команда @recv-key@ выглядит следующим образом: + +bc. gpg --keyserver hkps://pool.sks-keyservers.net --keyserver-options 'ca-cert-file=sks-keyservers.netCA.pem' --recv-key 1E453B2CE87BEE2F7DFE99661E34A1828E207901 + +Предположим, что вы сохранили сертификат в файл @sks-keyservers.netCA.pem@. Для получения более подробной информации смотрите эту [[страницу лучших практик по работе с OpenPGP => https://help.riseup.net/en/gpg-best-practices]]. + +Нет абсолютно никаких гарантий того, что ключ, только что импортированный с @recv-key@, является именно тем, который вы только что запросили. Чтобы это подтвердить, что вам нужно вручную проверить отпечаток: + +bc. gpg --fingerprint 1E453B2CE87BEE2F7DFE99661E34A1828E207901 + +Результат выполнения должен быть таким: + +bc. 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 + + +h2. Скачать файл подписи + +Файл подписи для каждого скачанного файла имеет то же имя, что и сам файл, но с добавленным @.asc@. + +Для просмотра доступных файлов сигнатур, смотрите: + +* [[Все файлы для Android => https://dl.bitmask.net/client/android/]] +* [[Все файлы для Linux => https://dl.bitmask.net/client/linux/]] +* [[Все файлы для ac => https://dl.bitmask.net/client/mac/]] +* [[Все файлы для Windows => https://dl.bitmask.net/client/windows/]] + +Убедитесь, что вы поместили файл подписи и скачанный файл, который вы хотите аутентифицировать, в одну папку, и что они имеют одинаковое имя (кроме суффикса .asc для файла подписи). + +h2. Проверить подпись + +Теперь просто выполните эту команду: + +bc. gpg --verify FILE.asc + +Где FILE - это имя скачанного файла, который вы хотите аутентифицировать. + +Вы должны увидеть такой результат выполнения: + +bc. 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 " [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 + +Если вы доверились одному из ключей, который подписал ключ LEAP, то вы не увидите предупреждение. + +Если вы не видите текст [@Good signature from "LEAP archive signing key "@], то что-то не так, и вы не должны запускать загруженное приложение. \ No newline at end of file -- cgit v1.2.3