blob: 9014ae16c08f5cffa30653e2c9b15a81cd0d9e45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
%p.bigger.first
LEAP is a non-profit dedicated to giving all internet users access to secure communication. Our focus is on adapting encryption technology to make it easy to use and widely available. #{link 'More about LEAP »' => 'about-us'}
.row-fluid.standout
%div
%span.cyan
%i.fa.fa-2x.fa-twitter
= link('@leapcode' => 'https://twitter.com/leapcode')
%span.green
%i.fa.fa-2x.fa-envelope
<a href='mailto:discuss-subscribe@leap.se'>discuss-subscribe@leap.se</a>
%span.blue
%i.fa.fa-2x.fa-comments
= link('#leap' => 'http://irc.lc/freenode/leap')
.row-fluid.p
.span4
.well
.heading
%i.fa.fa-user
For Users
%p We are working to create a suite of high security communication tools that are reliable and easy to use.
= link(:read_more => 'services', :class => 'btn')
.span4
.well
.heading
%i.fa.fa-tasks
For Providers
%p We are working on tools to automate the deployment of a secure service provider infrastructure.
= link(:read_more => 'platform', :class => 'btn')
.span4
.well
.heading
%i.fa.fa-wrench
For Hackers
%p Got skills? We need them. Fork, contribute, pentest, and patch our software. Always 100% Free/Libre.
= link(:read_more => 'docs', :class => 'btn')
.row-fluid
.span8
%h2.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.
|