diff options
author | elijah <elijah@riseup.net> | 2015-10-11 16:07:10 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-10-11 16:07:10 -0700 |
commit | 74250ac4b2676b3fee927e56f8b4960b7e9ca6e8 (patch) | |
tree | f69310ffc25200b40fd2ba45e72e4c3348ec72eb /public/windows/index.es.html | |
parent | 4269a6f961eba222e6cecacab20bdd37cc43a4a6 (diff) |
enabled ru, pt, es, although not much content yet.
Diffstat (limited to 'public/windows/index.es.html')
-rw-r--r-- | public/windows/index.es.html | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/public/windows/index.es.html b/public/windows/index.es.html new file mode 100644 index 0000000..7840622 --- /dev/null +++ b/public/windows/index.es.html @@ -0,0 +1,69 @@ +<!DOCTYPE html> +<html lang='es'> +<head> +<title> +Bitmask for Windows - Bitmask Downloads +</title> +<meta content='width=device-width, initial-scale=1.0' name='viewport'> +<meta charset='utf-8'> +<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'> +<script src='/assets/js/jquery.min.js'></script> +</head> +<body> +<a class='bm-masthead' href='/'></a> +<div class='bm-bar'> +Bitmask Downloads +</div> +<div class='bm-main container'> +<div id="TOC"><ol> + <li> + <a href="#bitmask-for-windows">Bitmask for Windows</a> + <ol> + <li> + <a href="#download-latest-version">Download latest version</a> + </li> + <li> + <a href="#download-other-versions">Download other versions</a> + </li> + </ol> + </li> +</ol></div> + +<h1><a name="bitmask-for-windows"></a>Bitmask for Windows</h1> +<p><div class='row'> + <div class='col-sm-8 col-sm-offset-2'> + <div class='p alert alert-danger'> + <i class='fa fa-warning'></i> + <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>. + </div> + </div> +</div> +</p> +<h2><a name="download-latest-version"></a>Download latest version</h2> +<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/windows/Bitmask-win32-latest.zip'> + <i class='fa fa-cloud-download fa-lg'></i> + Download for Windows +</a> +</p> +<p>Optionally, you can <a href="/es/signature-verification">authenticate the signature</a> for the Bitmask .zip file using <a href="https://dl.bitmask.net/client/osx/Bitmask-win32-latest.zip.asc">this signature file</a>.</p> +<h2><a name="download-other-versions"></a>Download other versions</h2> +<p>You can <a href="https://dl.bitmask.net/client/windows/">browse all releases</a> for old or experimental downloads.</p> +<p>You should install the latest stable release. Downloads tagged with “RC” are “Release Candidates” and receive frequent experimental updates that may break the application.</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. +<br> +Source code available from +<a href="https://leap.se/git/">https://leap.se/git</a> +or +<a href="https://github.com/leapcode">https://github.com/leapcode</a>. +</div> +</footer> +</body> +</html> |