summaryrefslogtreecommitdiff
path: root/pages/android
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-09-26 14:42:09 -0700
committerelijah <elijah@riseup.net>2014-09-26 14:42:09 -0700
commit68bf6b578174746626fadb7aa5c0e685246bbb70 (patch)
treee3de2d42db37b2e4f8ea476393d2dd1718c122df /pages/android
parent02175efb5391091708074441d684408be799e566 (diff)
added signature verification info and converted pages from markdown to textile.
Diffstat (limited to 'pages/android')
-rw-r--r--pages/android/en.haml42
-rw-r--r--pages/android/en.text32
2 files changed, 32 insertions, 42 deletions
diff --git a/pages/android/en.haml b/pages/android/en.haml
deleted file mode 100644
index 0a959a5..0000000
--- a/pages/android/en.haml
+++ /dev/null
@@ -1,42 +0,0 @@
-- @title = "Bitmask for Android"
-- @nav_title = "Android"
-
-:javascript
- $(document).ready(function() {
- if (navigator.userAgent.toLowerCase().indexOf("android") > -1) {
- $('.non-android').hide();
- }
- });
-
-.row
- .col-sm-8.col-sm-offset-2
- .p.alert.alert-info
- %i.fa.fa-envelope
- <b>NOTE:</b> Bitmask for Android does not yet support encrypted email.
-
-%h2 Install from Google Play
-
-You can search for "Bitmask" in the Google Play store or use this link:
-
-.p.android
- = render({:partial => 'common/download_button'}, {:link => 'https://play.google.com/store/apps/details?id=se.leap.bitmaskclient', :text => 'Install for Android'})
-
-.p.non-android
- %a(href='https://play.google.com/store/apps/details?id=se.leap.bitmaskclient' alt='download')
- %img(src='/assets/qr/market-se.leap.bitmaskclient.png')
-
-%h2 Download app
-
-%p Alternately, you can download the Bitmask app directly from this website. You will need to enabled the option <b>Settings > Security > Unknown Sources</b> on your device for this method to work.
-
-.p.android
- = render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk', :text => 'Download for Android'})
-
-.p.non-android
- %a(href='https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk' alt='download')
- %img(src='/assets/qr/dl.bitmask.net-bitmask-android-latest.png')
-
-%h2 Download other versions
-
-%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>.
diff --git a/pages/android/en.text b/pages/android/en.text
new file mode 100644
index 0000000..6418162
--- /dev/null
+++ b/pages/android/en.text
@@ -0,0 +1,32 @@
+@title = "Bitmask for Android"
+@nav_title = "Android"
+
+<script>
+ $(document).ready(function() {
+ if (navigator.userAgent.toLowerCase().indexOf("android") > -1) {
+ $('.non-android').hide();
+ }
+ });
+</script>
+
+<%= render({:partial => 'common/notice'}, {:type => 'info', :text => '<b>NOTE:</b> Bitmask for Android does not yet support encrypted email.'}) %>
+
+h2. Install from Google Play
+
+You can search for "Bitmask" in the Google Play store or use this link:
+
+p(android). <%= render({:partial => 'common/download_button'}, {:link => 'https://play.google.com/store/apps/details?id=se.leap.bitmaskclient', :text => 'Install for Android'}) %>
+
+p(non-android). !/assets/qr/market-se.leap.bitmaskclient.png!:https://play.google.com/store/apps/details?id=se.leap.bitmaskclient
+
+h2. Download app
+
+Alternately, you can download the Bitmask app directly from this website. You will need to enabled the option <b>Settings > Security > Unknown Sources</b> on your device for this method to work.
+
+p(android). <%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk', :text => 'Download for Android'}) %>
+
+p(non-android). !/assets/qr/dl.bitmask.net-bitmask-android-latest.png!:https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk
+
+h2. Download other versions
+
+If you want to install an old version of Bitmask, you can [[browse all releases => https://dl.bitmask.net/client/android/]].