From 140cf5b24cfaf0575017ee4f4e74ce7b0cb22061 Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 8 Dec 2013 17:34:59 -0800 Subject: added press freedom news post --- pages/about-us/news/2012/en.haml | 1 + pages/about-us/news/2012/the-big-seven/en.haml | 10 ---------- pages/about-us/news/2013/en.haml | 2 ++ .../news/2013/support-encryption-tools-for-journalists.haml | 6 ++++++ pages/about-us/news/2013/the-big-seven/en.haml | 10 ++++++++++ pages/about-us/news/en.haml | 2 +- 6 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 pages/about-us/news/2012/the-big-seven/en.haml create mode 100644 pages/about-us/news/2013/en.haml create mode 100644 pages/about-us/news/2013/support-encryption-tools-for-journalists.haml create mode 100644 pages/about-us/news/2013/the-big-seven/en.haml (limited to 'pages') diff --git a/pages/about-us/news/2012/en.haml b/pages/about-us/news/2012/en.haml index dc68ad5..2314d23 100644 --- a/pages/about-us/news/2012/en.haml +++ b/pages/about-us/news/2012/en.haml @@ -1 +1,2 @@ +- @path_prefix = '2012' = recent_blog_summaries('news/2012') diff --git a/pages/about-us/news/2012/the-big-seven/en.haml b/pages/about-us/news/2012/the-big-seven/en.haml deleted file mode 100644 index b8b6fa4..0000000 --- a/pages/about-us/news/2012/the-big-seven/en.haml +++ /dev/null @@ -1,10 +0,0 @@ -- @title = "The big seven hard problems in secure communication" -- @author = "Elijah" -- @posted_at = "2013-08-22" -- @more = true -- @layout = 'application' -- @preview = capture_haml do - If you take a survey of interesting initiatives to create more secure communication, a pattern starts to emerge: it seems that any serious attempt to build a system for secure message communication eventually comes up against the following list of seven hard problems. These problems appear to be present regardless of which architectural approach you take (centralized authority, distributed peer-to-peer, or federated servers). - - -= act_as('hard-problems') \ No newline at end of file diff --git a/pages/about-us/news/2013/en.haml b/pages/about-us/news/2013/en.haml new file mode 100644 index 0000000..37de814 --- /dev/null +++ b/pages/about-us/news/2013/en.haml @@ -0,0 +1,2 @@ +- @path_prefix = '2013' += recent_blog_summaries('news/2013') \ No newline at end of file diff --git a/pages/about-us/news/2013/support-encryption-tools-for-journalists.haml b/pages/about-us/news/2013/support-encryption-tools-for-journalists.haml new file mode 100644 index 0000000..03a1f9c --- /dev/null +++ b/pages/about-us/news/2013/support-encryption-tools-for-journalists.haml @@ -0,0 +1,6 @@ +- @title = "Support encryption tools for journalists" +- @author = "Elijah" +- @posted_at = "2013-12-08" +- @more = false +- @preview = capture_haml do + Freedom of the Press Foundation has launched a crowd fundraising campaign to support encryption tools for journalists, and LEAP is one of the receiving projects. It is an honor to be amoung Tor, Tails, and WhisperSystems. diff --git a/pages/about-us/news/2013/the-big-seven/en.haml b/pages/about-us/news/2013/the-big-seven/en.haml new file mode 100644 index 0000000..b8b6fa4 --- /dev/null +++ b/pages/about-us/news/2013/the-big-seven/en.haml @@ -0,0 +1,10 @@ +- @title = "The big seven hard problems in secure communication" +- @author = "Elijah" +- @posted_at = "2013-08-22" +- @more = true +- @layout = 'application' +- @preview = capture_haml do + If you take a survey of interesting initiatives to create more secure communication, a pattern starts to emerge: it seems that any serious attempt to build a system for secure message communication eventually comes up against the following list of seven hard problems. These problems appear to be present regardless of which architectural approach you take (centralized authority, distributed peer-to-peer, or federated servers). + + += act_as('hard-problems') \ No newline at end of file diff --git a/pages/about-us/news/en.haml b/pages/about-us/news/en.haml index 6478a74..dc586a6 100644 --- a/pages/about-us/news/en.haml +++ b/pages/about-us/news/en.haml @@ -1,3 +1,3 @@ - @layout = 'blog' -- @path_prefix = '2012' +- @path_prefix = 'news' = recent_blog_summaries('about-us/news') -- cgit v1.2.3