summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-08-21 16:44:50 -0700
committerelijah <elijah@riseup.net>2014-08-21 16:44:50 -0700
commit69eebdf46e76ebc3e2789ff0f809cf2760385057 (patch)
tree1239cf8ce45a0716a82b63d8ce88e749227db7ef /pages
parentb1ee5c3f09399561002996f3c49189e6b5a769b4 (diff)
added bitmask beta announcement
Diffstat (limited to 'pages')
-rw-r--r--pages/about-us/news/2014/bitmask-public-beta.md35
-rw-r--r--pages/about-us/news/2014/release-oh-six.md58
-rw-r--r--pages/home/en.haml37
3 files changed, 95 insertions, 35 deletions
diff --git a/pages/about-us/news/2014/bitmask-public-beta.md b/pages/about-us/news/2014/bitmask-public-beta.md
new file mode 100644
index 0000000..3ac6c41
--- /dev/null
+++ b/pages/about-us/news/2014/bitmask-public-beta.md
@@ -0,0 +1,35 @@
+@title = 'Bitmask Public Beta'
+@author = 'Elijah'
+@more = true
+@posted_at = '2014-08-22'
+@preview = '<div style="float:left; margin-right: 8px; margin-left: 0;"><img src="/img/pages/bitmask.png"></div><p>The LEAP Encryption Access Project (LEAP) is launching the first public beta of the Bitmask application for Linux and Android. Bitmask is an open source application to provide easy and secure encrypted communication. You can choose among several different service providers or start your own. Bitmask supports VPN with Encrypted Email coming soon.</p>'.html_safe
+
+
+Bitmask Public Beta
+-------------------------------------------
+
+The LEAP Encryption Access Project (LEAP) is launching the first public beta of the Bitmask application for Linux and Android.
+
+*Bitmask* is an open source application to provide easy and secure encrypted communication. You can choose among several different service providers or start your own. Bitmask supports VPN with Encrypted Email coming soon.
+
+The *Bitmask* application is designed to have a *friendly* interface with *automatic* configuration. You simply start the application, register with the compatible service provider of your choice, and away you go.
+
+With Bitmask VPN, all your traffic is securely routed through your provider before it is decrypted and sent on to the open internet.
+
+* *Thwart Network Surveillance*: Bitmask VPN is very effective at bypassing most censorship and network surveillance by your ISP or country.
+
+* *Anonymize your address*: Your IP address will also be hidden, keeping your physical location safe from nefarious websites or network eavesdroppers.
+
+* *Extra Security*: We take extra security measures to prevent problems common to other personal VPNs, such as DNS leakage and IPv6 leakage (not all enhancements available on Android).
+
+To install Bitmask, visit https://bitmask.net
+
+Currently, the only language that is supported in the application and help documentation is English. We are adding more languages soon.
+
+Users: Let us know what you think by sending a message to discuss@leap.se or on irc.freenode.net #leap. If you have any problems, bug reports can be filed here and are super appreciated! https://leap.se/code
+
+Providers: If you are interested in providing Bitmask-compatible services, we are always available to help with your setup and launch. https://leap.se/en/docs/platform
+
+In the coming weeks we will be fixing all the bugs you report. We are actively working on Mac (soon) and Windows (later) support, and adding auto-failover to next available gateway, autostart, and obfsproxy technology. The rest of our attention is focused on secure end to end client encrypted email. We are tantalizingly close to having a public Beta of our email service.
+
+Stay tuned. Sign up to our mailing list (discuss-subscribe@leap.se), or follow us on twitter (@leapcode).
diff --git a/pages/about-us/news/2014/release-oh-six.md b/pages/about-us/news/2014/release-oh-six.md
new file mode 100644
index 0000000..2d3ddf7
--- /dev/null
+++ b/pages/about-us/news/2014/release-oh-six.md
@@ -0,0 +1,58 @@
+@title = 'Release 0.6'
+@author = 'Micah'
+@posted_at = '2014-08-21'
+@more = true
+@preview = '<div style="float:left; margin-right: 8px; margin-left: 0;"><img src="/img/pages/mostimproved.jpg"></div><p>This release gets the award for most improved, with a focused on major overhauls of the Android and Linux Bitmask clients. These apps now have better security, usability, and stability. We have temporarily broken our practice of releasing all projects with the same version at the same time.</p>'.html_safe
+
+Overview
+-------------------------------------
+
+This release gets the award for most improved, with a focused on major overhauls of the Android and Linux Bitmask clients. These apps now have better security, usability, and stability. We have temporarily broken our practice of releasing all projects with the same version at the same time.
+
+* Bitmask - Android 0.6.0
+* Bitmask - Desktop 0.6.1
+* LEAP Platform 0.5.3
+* Webapp 0.5.3
+
+Bitmask Android 0.6.0
+-----------------------------------
+
+This is a major release for our Android client. It contains a couple of security improvements that inaugurate a series of small but important features that will try to satisfy security minded people.
+
+The most important security feature added in this release is the openvpn persistent tun integration with our client. Once your device establishes a vpn tunnel, and as long as you keep EIP switch ON, you'll not route any traffic outside the vpn tunnel while the vpn is being established. Other features include earlier autostart launch, prompt to log in if necessary, and man in the middle prevention.
+
+Regarding bug fixes, we've finally removed the second notification that was annoying some users. The reason of its removal will be soon documented. Apart from that, we've also addressed the Play Store crashes, and some small UI improvements.
+
+* Download: https://dl.bitmask.net/android
+* Changelog: https://github.com/leapcode/bitmask_android/blob/develop/CHANGELOG
+
+
+Bitmask Linux 0.6.1
+-----------------------------------
+
+This is the new stable version of the Desktop Client after the refactor in which we have separated frontend from backend. This separation paves the way for starting Bitmask during the boot process, and attach the current graphical client afterwards. And maybe even having cli or html5 clients in the near future, the possibilities that it opens are many!
+
+It also allows us to finally close an annoying bug that was causing high CPU usage when using the client.
+
+While we were at it, we gave a little face lift to the UI: the provider selection is in a more prominent place now, and some other little interface tweaks made their way into this last release. We hope you enjoy it as much as we do!
+
+* Download: https://dl.bitmask.net/linux
+* Changelog: https://raw.githubusercontent.com/leapcode/bitmask_client/master/CHANGELOG.rst
+
+LEAP Platform 0.5.3
+-----------------------------------
+
+This release of the Platform is a minor release, stabilizing further the previous version by only fixing minor, non-disruptive issues.
+
+* Download: signed 0.5.3 tag: https://leap.se/git/leap_platform.git
+* Changelog: https://leap.se/git/leap_platform.git/shortlog/refs/tags/0.5.3
+* Known issues: https://leap.se/git/leap_platform.git/blob/HEAD:/README.md
+
+
+LEAP Webapp 0.5.3
+-----------------------------------
+
+This release of the webapp is also a minor bug fix release, with few changes designed to further stabilize this version. We now enable including custom gems to make customization even more powerful. We also fix corner cases during the account creation and document debugging in production.
+
+* Download: 0.5.3 tag: https://github.com/leapcode/leap_web/archive/0.5.3.tar.gz
+* Changelog: 0.5.3 is tagged for the webapp with a commit message detailing the changes: https://github.com/leapcode/leap_web/releases/tag/0.5.3
diff --git a/pages/home/en.haml b/pages/home/en.haml
index 9014ae1..bc6e517 100644
--- a/pages/home/en.haml
+++ b/pages/home/en.haml
@@ -37,41 +37,8 @@
= link(:read_more => 'docs', :class => 'btn')
.row-fluid
- .span8
- %h2.first
+ .span12
+ %h1.first
Recent News
= news_feed_link
= recent_blog_summaries('news')
- .span4
- %h2 Development Roadmap
-
- %table.timeline
- %tr
- %td Jan
- %td 2013
- %td Automated deployment of #{link 'eip'} service, with client support on Windows, Linux, and Mac.
- %tr
- %td June
- %td 2013
- %td Android client for #{link 'eip'}.
- %tr
- %td Jan
- %td 2014
- %td Initial release of #{link 'secure email' => 'email'} as part of the LEAP platform.
- %tr
- %td June
- %td 2014
- %td #{link('email')} with #{link 'automatic key validation' => 'nicknym'}.
- %tr
- %td
- %td 2015
- %td Initial release of #{link 'secure chat' => 'chat'} as part of the LEAP platform.
- %tr
- %td
- %td 2016
- %td Initial release of secure file sync as part of the LEAP platform.
- %tr
- %td
- %td 2018
- %td Initial release of secure voice conference as part of the LEAP platform.
-