summaryrefslogtreecommitdiff
path: root/pages/about-us/news/2013
diff options
context:
space:
mode:
Diffstat (limited to 'pages/about-us/news/2013')
-rw-r--r--pages/about-us/news/2013/en.haml2
-rw-r--r--pages/about-us/news/2013/support-encryption-tools-for-journalists.haml6
-rw-r--r--pages/about-us/news/2013/the-big-seven/en.haml10
3 files changed, 18 insertions, 0 deletions
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 <a href="https://pressfreedomfoundation.org/?123">campaign to support encryption tools</a> 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