summaryrefslogtreecommitdiff
path: root/public/common
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-10-11 15:53:23 -0700
committerelijah <elijah@riseup.net>2015-10-11 15:53:23 -0700
commit4269a6f961eba222e6cecacab20bdd37cc43a4a6 (patch)
treec97663dfee4445c94829db31ed49be0e8afd7db3 /public/common
parent6f23bcf45c42ef3883fe90ae9b5364edaf792389 (diff)
rebuild
Diffstat (limited to 'public/common')
-rw-r--r--public/common/_download_button.haml3
-rw-r--r--public/common/_email.md24
-rw-r--r--public/common/_notice.haml9
3 files changed, 0 insertions, 36 deletions
diff --git a/public/common/_download_button.haml b/public/common/_download_button.haml
deleted file mode 100644
index 3e98432..0000000
--- a/public/common/_download_button.haml
+++ /dev/null
@@ -1,3 +0,0 @@
-%a{:href => @locals[:link], :class => 'btn btn-primary btn-large'}
- %i.fa.fa-cloud-download.fa-lg
- = @locals[:text] || t(:download)
diff --git a/public/common/_email.md b/public/common/_email.md
deleted file mode 100644
index 2db279e..0000000
--- a/public/common/_email.md
+++ /dev/null
@@ -1,24 +0,0 @@
-## Configuring email
-
-To get encrypted email to work, you have two options:
-
-1. [Bitmask Thunderbird Extension](https://addons.mozilla.org/en-us/thunderbird/addon/bitmask/) (recommended)
-2. Manual email client configuration
-
-#### Bitmask Thunderbird Extension
-
-1. Install Bitmask app and register for an account.
-2. Install the [Bitmask Thunderbird Extension](https://addons.mozilla.org/en-us/thunderbird/addon/bitmask/).
-3. Select the Thunderbird menu item `File` > `New` > `Bitmask Account...`
-
-#### Manual email client configuration
-
-* IMAP -- `localhost:1984`
- * username: the full email address you use with the Bitmask app.
- * password: ignored, can be anything.
- * SSL/TLS: off
-* SMTP -- `localhost:2013`
- * authentication: none
- * SSL/TLS: off
-
-You should also disable any local caching in your email client, if applicable. All the data stored by Bitmask is kept on disk in an encrypted format, but your mail client might cache your email in clear text, so it is good to disable caching if you can. Also, all your Bitmask email is sync'ed locally anyway, so there is no benefit to local caching.
diff --git a/public/common/_notice.haml b/public/common/_notice.haml
deleted file mode 100644
index dc15c96..0000000
--- a/public/common/_notice.haml
+++ /dev/null
@@ -1,9 +0,0 @@
-.row
- .col-sm-8.col-sm-offset-2
- - if @locals[:type] == 'warning'
- .p.alert.alert-danger
- %i.fa.fa-warning
- = @locals[:text]
- - elsif @locals[:type] == 'info'
- .p.alert.alert-info
- = @locals[:text]