From 68bf6b578174746626fadb7aa5c0e685246bbb70 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 26 Sep 2014 14:42:09 -0700 Subject: added signature verification info and converted pages from markdown to textile. --- pages/windows/en.haml | 19 ------------------- pages/windows/en.text | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 19 deletions(-) delete mode 100644 pages/windows/en.haml create mode 100644 pages/windows/en.text (limited to 'pages/windows') 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 - WARNING: Currently, the Windows build is very buggy and is not officially supported. If you know Windows programming, we could use your help. - -%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 browse all releases. - -= 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 => 'WARNING: Currently, the Windows build is very buggy and is not officially supported. If you know Windows programming, we could use your help.'}) %> + +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 browse all releases. -- cgit v1.2.3