summaryrefslogtreecommitdiff
path: root/public/mac/index.en.html
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-01-08 03:13:44 -0800
committerelijah <elijah@riseup.net>2014-01-08 03:13:44 -0800
commit8b41350baf3aaa4988843a9bc2e8884abec07c4c (patch)
tree61dce1acbb916d37c8abf65f257b6d397b7dba1f /public/mac/index.en.html
parent020b3a8d972005207129a6af7a2c519fb0981820 (diff)
switched to using amber, added all the main pages.
Diffstat (limited to 'public/mac/index.en.html')
-rw-r--r--public/mac/index.en.html91
1 files changed, 91 insertions, 0 deletions
diff --git a/public/mac/index.en.html b/public/mac/index.en.html
new file mode 100644
index 0000000..af9468f
--- /dev/null
+++ b/public/mac/index.en.html
@@ -0,0 +1,91 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>
+ Bitmask for Mac OS - dl.bitmask.net
+ </title>
+ <meta content='width=device-width, initial-scale=1.0' name='viewport'>
+ <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'>
+ </head>
+ <body>
+ <a class='bm-masthead' href='/'></a>
+ <div class='bm-bar'>
+ Bitmask
+ Downloads
+ </div>
+ <div class='bm-main container'>
+ <h1 class="first">Bitmask for Mac OS</h1>
+
+<div id="TOC"><ul>
+ <li><ul>
+ <li><a href="#Download.latest.version">Download latest version</a></li>
+ <li><a href="#Download.other.versions">Download other versions</a></li>
+ <li><a href="#Configuring.email">Configuring email</a></li>
+ </ul></li>
+</ul>
+
+</div>
+
+<a name="Download.latest.version"></a>
+<h2>Download latest version</h2>
+
+<p>Bitmask requires Mountain Lion or newer.</p>
+
+<p><a class='btn btn-primary btn-large' href='/client/osx/Bitmask-OSX-latest.dmg'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download for Mac OS
+</a></p>
+
+<p>Once the .dmg has been saved to your computer, mount the image and drag &ldquo;Bitmask&rdquo; to your <code>Applications</code> folder.</p>
+
+<a name="Download.other.versions"></a>
+<h2>Download other versions</h2>
+
+<p>If you want to install an old version of Bitmask, you can <a href="/client/osx/">browse all releases.</a></p>
+
+<a name="Configuring.email"></a>
+<h2>Configuring email</h2>
+
+<p>To get encrypted email to work, you have two options:</p>
+
+<ol>
+<li>Install the <a href="https://addons.mozilla.org/en-us/thunderbird/addon/bitmask/">Bitmask Thunderbird Extension</a> (recommended).</li>
+<li>Configure your email client manually.</li>
+</ol>
+
+
+<p>Manual email client configuration:</p>
+
+<ul>
+<li>IMAP &mdash; <code>localhost:1984</code>
+
+<ul>
+<li>username: the full email address you use with the Bitmask app.</li>
+<li>password: ignored, can be anything.</li>
+<li>SSL/TLS: off</li>
+</ul>
+</li>
+<li>SMTP &mdash; <code>localhost:2013</code>
+
+<ul>
+<li>authentication: none</li>
+<li>SSL/TLS: off</li>
+</ul>
+</li>
+</ul>
+
+
+<p>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.</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.
+ </div>
+ </footer>
+ </body>
+</html>