diff options
author | elijah <elijah@riseup.net> | 2014-01-22 09:58:02 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-01-22 09:58:02 -0800 |
commit | bc8f6ffaa06b0f47fc8e6fd30e3dcb50d5605c3b (patch) | |
tree | 74e65f3396e0de819f0bbafce7da32980a1bcaa6 /public/mac | |
parent | 5ef0cb0f8c96b934d31d698797def522e0a6b15a (diff) |
minor edits to mac page
Diffstat (limited to 'public/mac')
-rw-r--r-- | public/mac/index.en.html | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/public/mac/index.en.html b/public/mac/index.en.html index 4cdb9e6..96d0409 100644 --- a/public/mac/index.en.html +++ b/public/mac/index.en.html @@ -19,15 +19,18 @@ <h1 class="first">Bitmask for Mac OS</h1> <div id="TOC"><ul> - <li><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> - <li><ul> + <li><a href="#Configuring.email">Configuring email</a> + <ul> <li><a href="#Bitmask.Thunderbird.Extension">Bitmask Thunderbird Extension</a></li> <li><a href="#Manual.email.client.configuration">Manual email client configuration</a></li> - </ul></li> - </ul></li> + </ul> + </li> + </ul> + </li> </ul> </div> @@ -42,12 +45,12 @@ Download for Mac OS </a></p> -<p>Once the .dmg has been saved to your computer, mount the image and drag “Bitmask” to your <code>Applications</code> folder.</p> +<p>Once the file <code>Bitmask-OSX-latest.dmg</code> has been saved to your computer, mount the <code>.dmg</code> image and drag the <code>Bitmask</code> icon 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> +<p>If you want to install an old or experimental version of Bitmask, you can <a href="/client/osx/">browse all releases.</a></p> <a name="Configuring.email"></a> <h2>Configuring email</h2> @@ -74,7 +77,7 @@ <h3>Manual email client configuration</h3> <ul> -<li>IMAP — <code>localhost:1984</code> +<li>IMAP – <code>localhost:1984</code> <ul> <li>username: the full email address you use with the Bitmask app.</li> @@ -82,7 +85,7 @@ <li>SSL/TLS: off</li> </ul> </li> -<li>SMTP — <code>localhost:2013</code> +<li>SMTP – <code>localhost:2013</code> <ul> <li>authentication: none</li> |