summaryrefslogtreecommitdiff
path: root/pages/windows
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/windows
parent02175efb5391091708074441d684408be799e566 (diff)
added signature verification info and converted pages from markdown to textile.
Diffstat (limited to 'pages/windows')
-rw-r--r--pages/windows/en.haml19
-rw-r--r--pages/windows/en.text15
2 files changed, 15 insertions, 19 deletions
diff --git a/pages/windows/en.haml b/pages/windows/en.haml
deleted file mode 100644
index bb2b2e4..0000000
--- a/pages/windows/en.haml
+++ /dev/null
@@ -1,19 +0,0 @@
-- @title = "Bitmask for Windows"
-
-%h1 Bitmask for Windows
-
-.row
- .col-sm-8.col-sm-offset-2
- .p.alert.alert-danger
- %i.fa.fa-warning
- <b>WARNING:</b> Currently, the Windows build is very buggy and is not officially supported. If you know Windows programming, we could <a href="https://leap.se/get-involved">use your help</a>.
-
-%h2 Download latest version
-
-= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/windows/Bitmask-win32-latest.zip', :text => 'Download for Windows'})
-
-%h2 Download other versions
-
-%p If you want to install an old version of Bitmask, you can <a href="https://dl.bitmask.net/client/windows/">browse all releases</a>.
-
-= render({:partial => 'common/email'})
diff --git a/pages/windows/en.text b/pages/windows/en.text
new file mode 100644
index 0000000..87743c3
--- /dev/null
+++ b/pages/windows/en.text
@@ -0,0 +1,15 @@
+@title = "Bitmask for Windows"
+
+h1. Bitmask for Windows
+
+<%= render({:partial => 'common/notice'}, {:type => 'warning', :text => '<b>WARNING:</b> Currently, the Windows build is very buggy and is not officially supported. If you know Windows programming, we could <a href="https://leap.se/get-involved">use your help</a>.'}) %>
+
+h2. Download latest version
+
+<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/windows/Bitmask-win32-latest.zip', :text => 'Download for Windows'}) %>
+
+Optionally, you can [[authenticate the signature => signature-verification]] for the Bitmask .zip file using [[this signature file => https://dl.bitmask.net/client/osx/Bitmask-win32-latest.zip.asc]].
+
+h2. Download other versions
+
+If you want to install an old version of Bitmask, you can <a href="https://dl.bitmask.net/client/windows/">browse all releases</a>.