tor-commits
Threads by month
- ----- 2025 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
March 2019
- 20 participants
- 3265 discussions
commit 723f0f11f831443df56ba59454ca2a0050d0d979
Author: Nicolas Vigier <boklm(a)torproject.org>
Date: Thu Mar 21 11:48:48 2019 +0100
Add new Tor Browser version: 8.5a9
---
include/versions.wmi | 4 ++--
projects/torbrowser/RecommendedTBBVersions | 6 +++++-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/include/versions.wmi b/include/versions.wmi
index 6db46de9..c7f998ac 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -26,8 +26,8 @@
<define-tag package-win32-stable whitespace=delete>../dist/torbrowser/<version-torbrowserbundle>/tor-win32-<version-win32-stable>.zip</define-tag>
# *** tor browser beta/alpha ***
-<define-tag version-torbrowserbundlebeta-all whitespace=delete>8.5a8</define-tag>
-<define-tag releasedate-torbrowserbundlebeta-all whitespace=delete>2019-02-15</define-tag>
+<define-tag version-torbrowserbundlebeta-all whitespace=delete>8.5a9</define-tag>
+<define-tag releasedate-torbrowserbundlebeta-all whitespace=delete>2019-03-21</define-tag>
# If all platforms are on the same version, you only need to update
# version-torbrowserbundlebeta-all and releasedate-torbrowserbundlebeta-all
diff --git a/projects/torbrowser/RecommendedTBBVersions b/projects/torbrowser/RecommendedTBBVersions
index 6bd10623..4925fbd9 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -6,5 +6,9 @@
"8.5a8",
"8.5a8-MacOS",
"8.5a8-Linux",
-"8.5a8-Windows"
+"8.5a8-Windows",
+"8.5a9",
+"8.5a9-MacOS",
+"8.5a9-Linux",
+"8.5a9-Windows"
]
1
0
commit 4e36a181a814e524626cf0a71037a2f2723094ea
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Fri Mar 22 13:55:19 2019 -0400
Released 0.4.0.3-alpha
---
Makefile | 2 +-
include/versions.wmi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 258ce3d6..304cf889 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
# website component, and set it to needs_review.
export STABLETAG=tor-0.3.5.8
-export DEVTAG=tor-0.4.0.2-alpha
+export DEVTAG=tor-0.4.0.3-alpha
WMLBASE=.
SUBDIRS=docs eff projects press about download getinvolved donate docs/torbutton
diff --git a/include/versions.wmi b/include/versions.wmi
index c7f998ac..a6829bf8 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -1,5 +1,5 @@
<define-tag version-stable whitespace=delete>0.3.5.8</define-tag>
-<define-tag version-alpha whitespace=delete>0.4.0.2-alpha</define-tag>
+<define-tag version-alpha whitespace=delete>0.4.0.3-alpha</define-tag>
<define-tag version-torbrowserdevelopbranch whitespace=delete>maint-8.0</define-tag>
1
0

25 Mar '19
commit 086e2362af93436cca73caf86597fc55a42571e2
Author: Nicolas Vigier <boklm(a)torproject.org>
Date: Sat Mar 23 03:28:43 2019 +0100
Remove 8.5a8 from RecommendedTBBVersions
---
projects/torbrowser/RecommendedTBBVersions | 4 ----
1 file changed, 4 deletions(-)
diff --git a/projects/torbrowser/RecommendedTBBVersions b/projects/torbrowser/RecommendedTBBVersions
index 4925fbd9..694e48c1 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -3,10 +3,6 @@
"8.0.7-MacOS",
"8.0.7-Linux",
"8.0.7-Windows",
-"8.5a8",
-"8.5a8-MacOS",
-"8.5a8-Linux",
-"8.5a8-Windows",
"8.5a9",
"8.5a9-MacOS",
"8.5a9-Linux",
1
0
commit 2e202944dbef2625222294ae56a99ef13feba280
Author: Nicolas Vigier <boklm(a)torproject.org>
Date: Sat Mar 23 03:39:03 2019 +0100
Add new Tor Browser version: 8.0.8
---
include/versions.wmi | 4 ++--
projects/torbrowser/RecommendedTBBVersions | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/include/versions.wmi b/include/versions.wmi
index a6829bf8..9f50e98f 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -4,8 +4,8 @@
<define-tag version-torbrowserdevelopbranch whitespace=delete>maint-8.0</define-tag>
# *** tor browser stable ***
-<define-tag version-torbrowserbundle-all whitespace=delete>8.0.7</define-tag>
-<define-tag releasedate-torbrowserbundle-all whitespace=delete>2019-03-19</define-tag>
+<define-tag version-torbrowserbundle-all whitespace=delete>8.0.8</define-tag>
+<define-tag releasedate-torbrowserbundle-all whitespace=delete>2019-03-23</define-tag>
<define-tag version-win32-stable whitespace=delete>0.3.5.8</define-tag>
# If all platforms are on the same version, you only need to update
diff --git a/projects/torbrowser/RecommendedTBBVersions b/projects/torbrowser/RecommendedTBBVersions
index 694e48c1..dcfb18d1 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -3,6 +3,10 @@
"8.0.7-MacOS",
"8.0.7-Linux",
"8.0.7-Windows",
+"8.0.8",
+"8.0.8-MacOS",
+"8.0.8-Linux",
+"8.0.8-Windows",
"8.5a9",
"8.5a9-MacOS",
"8.5a9-Linux",
1
0
commit ed825d8802e13f0b421f9b416f77cbbf4dd97b9a
Author: Damian Johnson <atagar(a)torproject.org>
Date: Thu Mar 21 14:06:41 2019 -0700
Update Erin's description
Changing per Erin's request.
---
about/en/corepeople.wml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/about/en/corepeople.wml b/about/en/corepeople.wml
index c1e5d0b1..7629b2ec 100644
--- a/about/en/corepeople.wml
+++ b/about/en/corepeople.wml
@@ -263,7 +263,8 @@
<div class="icon"><a href="../keys/ewyatt.txt"><img src="$(IMGROOT)/pgp-key.png" alt="pgp key" /></a></div>
<div class="name"><a href="#ewyatt">Erin Wyatt</a></div>
<div class="field"><b>IRC:</b> ewyatt</div>
- <div class="description">Non-technical switchboard for people-related things: recruiting, onboarding, benefits, contracts, TPI policy questions, and baked goods.</div>
+ <div class="field"><b>Pronoun:</b> <a href="http://pronoun.is/she">she</a></div>
+ <div class="description">Director of People & Office Operations and a devoted dog mom.</div>
</td>
</tr>
1
0

25 Mar '19
commit e00fa60ccbacf7e125a051d6d493ac67e41cfa6a
Author: Nicolas Vigier <boklm(a)torproject.org>
Date: Mon Mar 25 11:26:06 2019 +0100
Remove 8.0.7 from RecommendedTBBVersions
---
projects/torbrowser/RecommendedTBBVersions | 4 ----
1 file changed, 4 deletions(-)
diff --git a/projects/torbrowser/RecommendedTBBVersions b/projects/torbrowser/RecommendedTBBVersions
index dcfb18d1..595ec042 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -1,8 +1,4 @@
[
-"8.0.7",
-"8.0.7-MacOS",
-"8.0.7-Linux",
-"8.0.7-Windows",
"8.0.8",
"8.0.8-MacOS",
"8.0.8-Linux",
1
0
commit 4543213457ab36a9b13f72250bd5217a3b01fefb
Author: Nicolas Vigier <boklm(a)torproject.org>
Date: Mon Mar 25 11:27:11 2019 +0100
Add new Tor Browser version: 8.5a10
---
include/versions.wmi | 4 ++--
projects/torbrowser/RecommendedTBBVersions | 6 +++++-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/include/versions.wmi b/include/versions.wmi
index 9f50e98f..e13274d8 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -26,8 +26,8 @@
<define-tag package-win32-stable whitespace=delete>../dist/torbrowser/<version-torbrowserbundle>/tor-win32-<version-win32-stable>.zip</define-tag>
# *** tor browser beta/alpha ***
-<define-tag version-torbrowserbundlebeta-all whitespace=delete>8.5a9</define-tag>
-<define-tag releasedate-torbrowserbundlebeta-all whitespace=delete>2019-03-21</define-tag>
+<define-tag version-torbrowserbundlebeta-all whitespace=delete>8.5a10</define-tag>
+<define-tag releasedate-torbrowserbundlebeta-all whitespace=delete>2019-03-25</define-tag>
# If all platforms are on the same version, you only need to update
# version-torbrowserbundlebeta-all and releasedate-torbrowserbundlebeta-all
diff --git a/projects/torbrowser/RecommendedTBBVersions b/projects/torbrowser/RecommendedTBBVersions
index 595ec042..c52c51cd 100644
--- a/projects/torbrowser/RecommendedTBBVersions
+++ b/projects/torbrowser/RecommendedTBBVersions
@@ -6,5 +6,9 @@
"8.5a9",
"8.5a9-MacOS",
"8.5a9-Linux",
-"8.5a9-Windows"
+"8.5a9-Windows",
+"8.5a10",
+"8.5a10-MacOS",
+"8.5a10-Linux",
+"8.5a10-Windows"
]
1
0
commit d2bc61e260cb48bf1e5ebb24a5a3ae52195efcf9
Author: hiro <hiro(a)torproject.org>
Date: Mon Mar 25 21:02:36 2019 +0100
Fix date of press clip
---
press/en/press.wml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/press/en/press.wml b/press/en/press.wml
index 8463a550..f9989e3f 100644
--- a/press/en/press.wml
+++ b/press/en/press.wml
@@ -1383,7 +1383,7 @@ As domestic abuse goes digital, shelters turn to counter-survellience with Tor</
</tr>
<tr>
-<td>2014 May</td>
+<td>2014 Apr 29</td>
<td>Boston Magazine</td>
<td><a href="http://www.bostonmagazine.com/news/article/2014/04/29/power-of-ideas/4/">
The Power of Ideas</a></td>
1
0
commit 1a0d1ae06cdd74e9e92510a752d7009d8153d0c7
Author: hiro <hiro(a)torproject.org>
Date: Mon Mar 25 21:18:13 2019 +0100
Reformat press clips
---
press/en/press.wml | 509 +++++++++++++++--------------------------------------
1 file changed, 138 insertions(+), 371 deletions(-)
diff --git a/press/en/press.wml b/press/en/press.wml
index f9989e3f..f7747994 100644
--- a/press/en/press.wml
+++ b/press/en/press.wml
@@ -2009,16 +2009,13 @@ Thinkers</a>. Number 78: Roger, Nick, and Paul from Tor.</td>
<tr>
<td>2012 Oct</td>
<td>Forskning & Framsteg</td>
-<td><a href="http://fof.se/tidning/2012/9/artikel/svenskt-bistand-hjalper-
-hackare-att-lura-natcensuren">Svenskt bistånd hjälper hackare att lura
-nätcensuren</a></td>
+<td><a href="http://fof.se/tidning/2012/9/artikel/svenskt-bistand-hjalper-hackare-att-lu…">Svenskt bistånd hjälper hackare att lura nätcensuren</a></td>
</tr>
<tr>
<td>2012 Oct</td>
<td>Delta Airlines Sky Magazine</td>
-<td><a href="http://deltaskymag.delta.com/Sky-Extras/Favorites/Hidden-in-Plain-
-Sight.aspx">Hidden in Plain Sight</a></td>
+<td><a href="http://deltaskymag.delta.com/Sky-Extras/Favorites/Hidden-in-Plain-Sight.aspx">Hidden in Plain Sight</a></td>
</tr>
<tr>
@@ -2030,1023 +2027,793 @@ Sight.aspx">Hidden in Plain Sight</a></td>
<tr>
<td>2012 Sep 19</td>
<td>infoBAE</td>
-<td><a href="http://www.infobae.com/notas/667840-Proyecto-Tor-comunicaciones-en
--la-web-100-anonimas-y-seguras.html">Proyecto Tor: comunicaciones en la
-web 100% anónimas y seguras</a></td>
+<td><a href="http://www.infobae.com/notas/667840-Proyecto-Tor-comunicaciones-en-la-web-1…">Proyecto Tor: comunicaciones en la web 100% anónimas y seguras</a></td>
</td>
<tr>
<td>2012 Aug 24</td>
<td>security.nl</td>
-<td><a href="https://secure.security.nl/artikel/42807/1/
-Tor_gaat_naar_Facebook_ondanks_privacyrisico.html">Tor gaat naar
-Facebook ondanks privacyrisico</a></td>
+<td><a href="https://secure.security.nl/artikel/42807/1/Tor_gaat_naar_Facebook_ondanks_p…">Tor gaat naar Facebook ondanks privacyrisico</a></td>
</tr>
<tr>
<td>2012 Jul 19</td>
<td>Philadelphia Inquirer</td>
-<td><a href="http://www.philly.com/philly/business/
-20120719_Tech_Life__Fostering_anonymity_online.html">Tech Life:
-Fostering anonymity online</a></td>
+<td><a href="http://www.philly.com/philly/business/20120719_Tech_Life__Fostering_anonymi…">Tech Life: Fostering anonymity online</a></td>
</tr>
<tr>
<td>2012 Jul 13</td>
<td>NATO</td>
-<td><a href="http://we-nato.org/2012/07/13/social-media-and-online-anonymity-
-during-the-arab-spring/">Social Media and Online Anonymity during the
-Arab Spring</a></td>
+<td><a href="http://we-nato.org/2012/07/13/social-media-and-online-anonymity-during-the-…">Social Media and Online Anonymity during the Arab Spring</a></td>
</tr>
<tr>
<td>2012 Jun 19</td>
<td>Nieman Journalism Lab</td>
-<td><a href="http://www.niemanlab.org/2012/06/the-tor-project-helps-journalists
--and-whistleblowers-go-online-without-leaving-a-trace/">The Tor Project
-helps journalists and whistleblowers go online without leaving a
+<td><a href="http://www.niemanlab.org/2012/06/the-tor-project-helps-journalists-and-whis…">The Tor Project helps journalists and whistleblowers go online without leaving a
trace.</a></td>
</tr>
<tr>
<td>2012 Jun 18</td>
<td>Poynter</td>
-<td><a href="http://www.poynter.org/latest-news/top-stories/177642/news-
-challenge-funds-6-projects-focused-on-networks/">News Challenge funds 6
-projects focused on networks</td>
+<td><a href="http://www.poynter.org/latest-news/top-stories/177642/news-challenge-funds-…">News Challenge funds 6 projects focused on networks</td>
</tr>
<tr>
<td>2012 Jun 18</td>
<td>Knight Foundation</td>
-<td><a href="http://www.knightfoundation.org/grants/20121802/">Knight
-Foundation funds project to protect journalists and their sources
-worldwide by providing them with a toolkit to preserve their anonymity
+<td><a href="http://www.knightfoundation.org/grants/20121802/">Knight Foundation funds project to protect journalists and their sources worldwide by providing them with a toolkit to preserve their anonymity
online.</td>
</tr>
<tr>
<td>2012 Jun 15</td>
<td>BBC</td>
-<td><a href="http://www.bbc.co.uk/news/technology-18461292">Ethiopia
-clamps down on Skype and other internet use on Tor</td>
+<td><a href="http://www.bbc.co.uk/news/technology-18461292">Ethiopia clamps down on Skype and other internet use on Tor</td>
</tr>
<tr>
<td>2012 Apr 30</td>
<td>Forbes</td>
-<td><a href="http://www.forbes.com/sites/andygreenberg/2012/04/30/the-tor-
-projects-new-tool-aims-to-map-out-internet-censorship/">The Tor
-Project's New Tool Aims To Map Out Internet Censorship</a></td>
+<td><a href="http://www.forbes.com/sites/andygreenberg/2012/04/30/the-tor-projects-new-t…">The Tor Project's New Tool Aims To Map Out Internet Censorship</a></td>
</tr>
<tr>
<td>2012 Apr 20</td>
<td>The Guardian</td>
-<td><a href="http://www.guardian.co.uk/technology/2012/apr/20/hacktivists-
-battle-internet">Hacktivists in the frontline battle for the
-internet</td>
+<td><a href="http://www.guardian.co.uk/technology/2012/apr/20/hacktivists-battle-internet">Hacktivists in the frontline battle for the internet</td>
</tr>
<tr>
<td>2012 Apr 19</td>
<td>The Guardian</td>
-<td><a href="http://www.guardian.co.uk/technology/2012/apr/19/online-identity-
-authenticity-anonymity">Online identity: is authenticity or anonymity
-more important?</td>
+<td><a href="http://www.guardian.co.uk/technology/2012/apr/19/online-identity-authentici…">Online identity: is authenticity or anonymity more important?</td>
</tr>
<tr>
<td>2012 Apr 03</td>
<td>V3</td>
-<td><a href="http://www.v3.co.uk/v3-uk/news/2165733/swedish-researchers-uncover
--key-chinas-tor-blocking">Swedish researchers uncover key to China's
-Tor-blocking system</a></td>
+<td><a href="http://www.v3.co.uk/v3-uk/news/2165733/swedish-researchers-uncover-key-chin…">Swedish researchers uncover key to China's Tor-blocking system</a></td>
</tr>
<tr>
<td>2012 Apr 02</td>
<td>The Guardian</td>
-<td><a href="http://www.guardian.co.uk/media/2012/apr/02/internet-companies-
-warn-government-email-surveillance">Internet companies warn over
-government email surveillance plans</a></td>
+<td><a href="http://www.guardian.co.uk/media/2012/apr/02/internet-companies-warn-governm…">Internet companies warn over government email surveillance plans</a></td>
</td>
<tr>
<td>2012 Mar 22</td>
<td>Reuters</td>
-<td><a href="http://www.reuters.com/article/2012/03/22/us-iran-telecoms-
-idUSBRE82L0B820120322">Special Report: Chinese firm helps Iran spy on
-citizens</a></td>
+<td><a href="http://www.reuters.com/article/2012/03/22/us-iran-telecoms-idUSBRE82L0B8201…">Special Report: Chinese firm helps Iran spy on citizens</a></td>
</tr>
<tr>
<td>2012 Mar 08</td>
<td>Boston Globe</td>
-<td><a href="http://articles.boston.com/2012-03-08/business/31136655_1_law-
-enforcement-free-speech-technology">Privacy software. Unintended
-consequences of Walpole firm's technology.</a></td>
+<td><a href="http://articles.boston.com/2012-03-08/business/31136655_1_law-enforcement-f…">Privacy software. Unintended consequences of Walpole firm's technology.</a></td>
</tr>
<tr>
<td>2012 Mar 02</td>
<td>Ars Technica</td>
-<td><a href="http://arstechnica.com/tech-policy/news/2012/03/googles-new-
-privacy-policy-what-has-changed-and-what-you-can-do-about-it.ars">
-Google's new privacy policy: what has changed and what you can do about
+<td><a href="http://arstechnica.com/tech-policy/news/2012/03/googles-new-privacy-policy-…">Google's new privacy policy: what has changed and what you can do about
it</a></td>
</tr>
<tr>
<td>2012 Mar 01</td>
<td>Edmonton Journal</td>
-<td><a href="http://blogs.edmontonjournal.com/2012/03/01/get-your-privacy-on-
-with-tor/">Get your privacy on with Tor</a></td>
+<td><a href="http://blogs.edmontonjournal.com/2012/03/01/get-your-privacy-on-with-tor/">Get your privacy on with Tor</a></td>
</tr>
<tr>
<td>2012 Feb 28</td>
<td>PC World</td>
-<td><a href="https://www.pcworld.com/article/250943/
-https_everywhere_update_now_reports_website_weaknesses.html">HTTPS
-Everywhere Update: Now Reports Website Weaknesses</a></td>
+<td><a href="https://www.pcworld.com/article/250943/https_everywhere_update_now_reports_…">HTTPS Everywhere Update: Now Reports Website Weaknesses</a></td>
</tr>
<tr>
<td>2012 Feb 27</td>
<td>GigaOM</td>
-<td><a href="http://gigaom.com/2012/02/27/iran-elections-censorship-tor-
-balatarin/">Activists vow to defeat Iran’s Internet censorship</a></td>
+<td><a href="http://gigaom.com/2012/02/27/iran-elections-censorship-tor-balatarin/">Activists vow to defeat Iran’s Internet censorship</a></td>
</tr>
<tr>
<td>2012 Feb 15</td>
<td>Le Monde</td>
-<td><a href="http://www.lemonde.fr/technologies/article/2012/02/15/un-nouvel-
-outil-contre-la-cyber-censure-teste-en-iran_1643731_651865.html">Un
-nouvel outil contre la cybercensure testé en Iran</a></td>
+<td><a href="http://www.lemonde.fr/technologies/article/2012/02/15/un-nouvel-outil-contr…">Un nouvel outil contre la cybercensure testé en Iran</a></td>
</tr>
<tr>
<td>2012 Feb 13</td>
<td>IDG NL webwereld</td>
-<td><a href="http://webwereld.nl/nieuws/109501/iraanse-overheid-frustreert-
-https-verkeer-.html">Iraanse overheid frustreert https-verkeer</a></td>
+<td><a href="http://webwereld.nl/nieuws/109501/iraanse-overheid-frustreert-https-verkeer…">Iraanse overheid frustreert https-verkeer</a></td>
</tr>
<tr>
<td>2012 Feb 13</td>
<td>Ars Technica</td>
-<td><a href="http://arstechnica.com/tech-policy/news/2012/02/tors-latest-
-project-helps-iran-get-back-online-amidst-internet-censorship-regime.
-ars">Tor's latest project helps Iran get back online despite new
-Internet censorship regime</a></td>
+<td><a href="http://arstechnica.com/tech-policy/news/2012/02/tors-latest-project-helps-i…">Tor's latest project helps Iran get back online despite new Internet censorship regime</a></td>
</tr>
<tr>
<td>2012 Feb 13</td>
<td>Radio Farda</td>
-<td><a href="http://www.radiofarda.com/content/
-f3_tor_goes_to_war_against_filtering_with_new_project/24482355.html">
-«تور» با پروژهای جدید به جنگ فیلترینگ در ایران میرود "</a></td>
+<td><a href="http://www.radiofarda.com/content/f3_tor_goes_to_war_against_filtering_with…">«تور» با پروژهای جدید به جنگ فیلترینگ در ایران میرود "</a></td>
</td>
</tr>
<tr>
<td>2012 Feb 11</td>
<td>ITP</td>
-<td><a href="http://www.itp.net/587901-iran-increases-web-censorship">Iran
-increases web censorship</a></td>
+<td><a href="http://www.itp.net/587901-iran-increases-web-censorship">Iran increases web censorship</a></td>
</tr>
<tr>
<td>2012 Feb 10</td>
<td>CNet News</td>
-<td><a href="http://news.cnet.com/8301-13578_3-57375166-38/tor-anonymity-
-project-looks-to-help-iranians-sidestep-net-ban/">Tor anonymity project
-looks to help Iranians sidestep Net ban</a></td>
+<td><a href="http://news.cnet.com/8301-13578_3-57375166-38/tor-anonymity-project-looks-t…">Tor anonymity project looks to help Iranians sidestep Net ban</a></td>
</tr>
<tr>
<td>2012 Feb 10</td>
<td>Linkiesta</td>
-<td><a href="http://www.linkiesta.it/hacker-iran-internet">Contro i
-dissidenti in Internet, la guerra in Iran è già iniziata</a></td>
+<td><a href="http://www.linkiesta.it/hacker-iran-internet">Contro i dissidenti in Internet, la guerra in Iran è già iniziata</a></td>
</tr>
<tr>
<td>2012 Feb 10</td>
<td>Forbes</td>
-<td><a href="http://www.forbes.com/sites/andygreenberg/2012/02/10/as-iran-
-cracks-down-online-tor-tests-undetectable-encrypted-connections/">As
-Iran Cracks Down Online, Tor Tests Undetectable Encrypted
-Connections</a></td>
+<td><a href="http://www.forbes.com/sites/andygreenberg/2012/02/10/as-iran-cracks-down-on…">As Iran Cracks Down Online, Tor Tests Undetectable Encrypted Connections</a></td>
</tr>
<tr>
<td>2012 Jan 24</td>
<td>PC Pro UK</td>
-<td><a href="http://www.pcpro.co.uk/news/372391/o2-plays-down-accusations-of-
-tor-censorship">O2 plays down accusations of Tor censorship</a></td>
+<td><a href="http://www.pcpro.co.uk/news/372391/o2-plays-down-accusations-of- tor-censorship">O2 plays down accusations of Tor censorship</a></td>
</tr>
<tr>
<td>2012 Jan 24</td>
<td>Broadband Choice UK</td>
-<td><a href="http://www.broadbandchoice.co.uk/news/org-says-mobile-broadband-
-providers-are-blocking-tor-801273330/">ORG says mobile broadband
-providers are blocking Tor</a></td>
-</td>
+<td><a href="http://www.broadbandchoice.co.uk/news/org-says-mobile-broadband-providers-a…">ORG says mobile broadband providers are blocking Tor</a></td>
+</tr>
+
<tr>
<td>2012 Jan 24</td>
<td>PC Welt</td>
-<td><a href="http://www.pcwelt.de/news/SSL-Verschluesselung-HTTPS-Everywhere-in
--neuer-Version-4631953.html">HTTPS Everywhere in neuer Version</a></td>
+<td><a href="http://www.pcwelt.de/news/SSL-Verschluesselung-HTTPS-Everywhere-in-neuer-Ve…">HTTPS Everywhere in neuer Version</a></td>
</tr>
<tr>
<td>2011 Dec 30</td>
<td>BNR Digital</td>
-<td><a href="http://www.bnr.nl/programma/bnrdigitaal/224190-1112/hoe-
-censuurbestrijder-tor-wordt-gecensureerd-video">Hoe censuurbestrijder
-Tor wordt gecensureerd</a></td>
+<td><a href="http://www.bnr.nl/programma/bnrdigitaal/224190-1112/hoe-censuurbestrijder-t…">Hoe censuurbestrijder Tor wordt gecensureerd</a></td>
</tr>
<tr>
<td>2011 Dec 30</td>
<td>Deutsche Welle</td>
-<td><a href="http://www.dw-world.de/dw/article/0,,6690047,00.html">Mit
-dem Zensor Katz-und-Maus spielen</a></td>
+<td><a href="http://www.dw-world.de/dw/article/0,,6690047,00.html">Mit dem Zensor Katz-und-Maus spielen</a></td>
</tr>
<tr>
<td>2011 Dec 29</td>
<td>Boing Boing</td>
-<td><a href="http://boingboing.net/2011/12/29/state-of-the-arms-race-between.
-html">State of the arms race between repressive governments and
-anti-censorship/surveillance Tor technology (and why American companies
-are on the repressive governments' side)</a></td>
+<td><a href="http://boingboing.net/2011/12/29/state-of-the-arms-race-between.html">State of the arms race between repressive governments and anti-censorship/surveillance Tor technology (and why American companies are on the repressive governments' side)</a></td>
</tr>
<tr>
<td>2011 Dec 28</td>
<td>ZDNet Asia</td>
-<td><a href="http://www.zdnetasia.com/tor-project-creates-safer-internet-
-62303332.htm">Tor Project creates safer Internet</a></td>
+<td><a href="http://www.zdnetasia.com/tor-project-creates-safer-internet-62303332.htm">Tor Project creates safer Internet</a></td>
</tr>
<tr>
<td>2011 Dec 01</td>
<td>itbusiness.ca</td>
-<td><a href="http://www.itbusiness.ca/it/client/en/home/news.asp?id=65170">
-Convenience technology threatening personal privacy, experts
-say</a></td>
+<td><a href="http://www.itbusiness.ca/it/client/en/home/news.asp?id=65170">Convenience technology threatening personal privacy, experts say</a></td>
</tr>
<tr>
<td>2011 Nov 21</td>
<td>Spiegel Online</td>
-<td><a href="http://www.spiegel.de/netzwelt/web/0,1518,798977,00.html">Chinas
-Internet-Zensoren testen neue Filter</a></td>
+<td><a href="http://www.spiegel.de/netzwelt/web/0,1518,798977,00.html">Chinas Internet-Zensoren testen neue Filter</a></td>
</tr>
<tr>
<td>2011 Nov 20</td>
<td>China Digital Times</td>
-<td><a href="http://chinadigitaltimes.net/2011/11/government-blocks-encrypted-
-tunnels-through-great-firewall-fang-binxing-talks-internet-sovereignty/"
->Government Blocks Encrypted Tunnels Through Great Firewall; Fang
-Binxing Talks Internet Sovereignty</a></td>
+<td><a href="http://chinadigitaltimes.net/2011/11/government-blocks-encrypted-tunnels-th…">Government Blocks Encrypted Tunnels Through Great Firewall; Fang Binxing Talks Internet Sovereignty</a></td>
</tr>
<tr>
<td>2011 Nov 23</td>
<td>IT Security Belgium</td>
-<td><a href="http://www.itsecurity.be/tor-project-is-tapping-amazons-ec2-cloud-
-service">Tor Project is tapping Amazon’s EC2 cloud service</a></td>
+<td><a href="http://www.itsecurity.be/tor-project-is-tapping-amazons-ec2-cloud-service">Tor Project is tapping Amazon’s EC2 cloud service</a></td>
</tr>
<tr>
<td>2011 Nov 22</td>
<td>Boing Boing</td>
-<td><a href="http://boingboing.net/2011/11/22/tor-project-asks-supporters-to.
-html">Tor project asks supporters to set up virtual Tor bridges in
-Amazon's cloud</a></td>
+<td><a href="http://boingboing.net/2011/11/22/tor-project-asks-supporters-to.html">Tor project asks supporters to set up virtual Tor bridges in Amazon's cloud</a></td>
</tr>
<tr>
<td>2011 Nov 18</td>
<td>Dagens IT</td>
-<td><a href="http://www.dagensit.no/article2272736.ece">Tetter hullene i
-den kinesiske internett-muren</a></td>
+<td><a href="http://www.dagensit.no/article2272736.ece">Tetter hullene i den kinesiske internett-muren</a></td>
</tr>
<tr>
<td>2011 Nov 16</td>
<td>Forbes</td>
-<td><a href="http://www.forbes.com/sites/andygreenberg/2011/11/17/chinas-great-
-firewall-tests-mysterious-scans-on-encrypted-connections/">China's Great
-Firewall Tests Mysterious Scans On Encrypted Connections</a></td>
+<td><a href="http://www.forbes.com/sites/andygreenberg/2011/11/17/chinas-great-firewall-…">China's Great Firewall Tests Mysterious Scans On Encrypted Connections</a></td>
</tr>
<tr>
<td>2011 Nov 15</td>
<td>Ars Technica</td>
-<td><a href="http://arstechnica.com/business/news/2011/11/tor-launches-do-it-
-yourself-privacy-bridge-in-amazon-cloud.ars">Tor launches do-it-yourself
-privacy bridge in Amazon cloud</a></td>
+<td><a href="http://arstechnica.com/business/news/2011/11/tor-launches-do-it-yourself-pr…">Tor launches do-it-yourself privacy bridge in Amazon cloud</a></td>
</tr>
<tr>
<td>2011 Aug 28</td>
<td>The Tor Project</td>
-<td>The Tor Project announces a <a href="<page press/2011-08-28-tor-022-stable>">new stable release</a> of
-the Tor software.</td>
+<td>The Tor Project announces a <a href="<page press/2011-08-28-tor-022-stable>">new stable release</a> of the Tor software.</td>
</tr>
<tr>
<td>2011 Aug 22</td>
<td>VOA News: Asia</td>
-<td><a href="http://www.voanews.com/english/news/asia/Some-Chinese-Surf-Freely-
-for-Now-128178623.html">Some
-Chinese Surf Freely, for Now</a></td>
+<td><a href="http://www.voanews.com/english/news/asia/Some-Chinese-Surf-Freely-for-Now-1…">Some Chinese Surf Freely, for Now</a></td>
</tr>
<tr>
<td>2011 Aug 01</td>
<td>Peace & Conflict Review</td>
-<td><a href="http://www.monitor.upeace.org/innerpg.cfm?id_article=816">Tor,
-Anonymity, and the Arab Spring: An Interview with Jacob
-Appelbaum</a></td>
+<td><a href="http://www.monitor.upeace.org/innerpg.cfm?id_article=816">Tor, Anonymity, and the Arab Spring: An Interview with Jacob Appelbaum</a></td>
</tr>
<tr>
<td>2011 June 18</td>
<td>CNN: Tech</td>
-<td><a href="http://www.cnn.com/2011/TECH/innovation/06/17/mesh.technology.
-revolution/index.html">Starting
-a revolution with technology</a></td>
+<td><a href="http://www.cnn.com/2011/TECH/innovation/06/17/mesh.technology.revolution/in…">Starting a revolution with technology</a></td>
</tr>
<tr>
<td>2011 June 12</td>
<td>CNN: Tech</td>
-<td><a href="http://www.cnn.com/2011/TECH/web/06/11/hiding.online.identity/
-index.html">Wiping
-away whistle-blowers' online fingerprints</a></td>
+<td><a href="http://www.cnn.com/2011/TECH/web/06/11/hiding.online.identity/index.html">Wiping away whistle-blowers' online fingerprints</a></td>
</tr>
<tr>
<td>2011 May 14</td>
<td>BBC: Click</td>
-<td><a href="http://news.bbc.co.uk/2/hi/programmes/click_online/default.stm">
-Andrew
-and Dr. Angela Sasse from UCL were interviewed by the BBC Click program
-about why Internet Anonymity is important and valuable in a modern,
-networked society.</a></td>
+<td><a href="http://news.bbc.co.uk/2/hi/programmes/click_online/default.stm">Andrew and Dr. Angela Sasse from UCL were interviewed by the BBC Click program about why Internet Anonymity is important and valuable in a modern, networked society.</a></td>
</tr>
<tr>
<td>2011 March 29</td>
<td>CNN: Situation Room</td>
-<td><a href="http://edition.cnn.com/CNN/Programs/situation.room/">Tor
-featured in a segment about US companies providing censorship to
-repressive regimes and those circumventing their products.</a></td>
+<td><a href="http://edition.cnn.com/CNN/Programs/situation.room/">Tor featured in a segment about US companies providing censorship to repressive regimes and those circumventing their products.</a></td>
</tr>
<tr>
<td>2011 March 18</td>
<td>Telegraph</td>
-<td><a href="http://www.telegraph.co.uk/news/worldnews/middleeast/iran/8388484/
-Iran-cracks-down-on-web-dissident-technology.html">Iran
-cracks down on web dissident technology</a></td>
+<td><a href="http://www.telegraph.co.uk/news/worldnews/middleeast/iran/8388484/Iran-crac…">Iran cracks down on web dissident technology</a></td>
</tr>
<tr>
<td>2011 March 17</td>
<td>BusinessWeek</td>
-<td><a href="http://www.businessweek.com/magazine/content/11_13/b4221043353206.
-htm">Social
-Networking: Fighting to Remain Anonymous</a></td>
+<td><a href="http://www.businessweek.com/magazine/content/11_13/b4221043353206.htm">Social Networking: Fighting to Remain Anonymous</a></td>
</tr>
<tr>
<td>2011 March 10</td>
<td>NyTeknik</td>
-<td><a href="http://www.nyteknik.se/nyheter/it_telekom/internet/article3123594.
-ece">Svenska
-biståndspengar till Facebookrevolutionen</a></td>
+<td><a href="http://www.nyteknik.se/nyheter/it_telekom/internet/article3123594.ece">Svenska biståndspengar till Facebookrevolutionen</a></td>
</tr>
<tr>
<td>2011 March 09</td>
<td>Washington Post</td>
-<td><a href="http://www.washingtonpost.com/wp-dyn/content/article/2011/03/09/
-AR2011030905157_pf.html">U.S.
-funding tech firms that help Mideast dissidents evade government
-censors</a></td>
+<td><a href="http://www.washingtonpost.com/wp-dyn/content/article/2011/03/09/AR201103090…">U.S. funding tech firms that help Mideast dissidents evade government censors</a></td>
</tr>
<tr>
<td>2011 February 17</td>
<td>Walpole Times</td>
-<td><a href="http://www.wickedlocal.com/walpole/news/x95296113/Tor-Project-a-
-Walpole-based-company-helps-Egyptians-avoid-Internet-censorship-during-
-protests">Tor
-Project, a Walpole-based company, helps Egyptians avoid Internet
+<td><a href="http://www.wickedlocal.com/walpole/news/x95296113/Tor-Project-a-Walpole-bas…">Tor Project, a Walpole-based company, helps Egyptians avoid Internet
censorship during protests</a></td>
</tr>
<tr>
<td>2011 January 31</td>
<td>NPR: WBUR</td>
-<td><a href="http://hereandnow.wbur.org/2011/01/31/egypt-internet-government">
-Here
-& Now: U.S. Activists Help Egyptian Protesters Elude Government
-Censorship Online</a></td>
+<td><a href="http://hereandnow.wbur.org/2011/01/31/egypt-internet-government">Here & Now: U.S. Activists Help Egyptian Protesters Elude Government Censorship Online</a></td>
</tr>
<tr>
<td>2011 February 01</td>
<td>Discovery News</td>
-<td><a href="http://news.discovery.com/tech/egypt-internet-online-protesters-
-110201.html">Egypt's
-Internet Block Incomplete But Damaging</a></td>
+<td><a href="http://news.discovery.com/tech/egypt-internet-online-protesters-110201.html">Egypt's Internet Block Incomplete But Damaging</a></td>
</tr>
<tr>
<td>2011 January 31</td>
<td>IDG Poland</td>
-<td><a href="http://www.idg.pl/news/366773/Egipt.blokuje.Internet.aktywisci.
-szukaja.alternatyw.html">Egipt
-blokuje Internet, aktywiści szukają alternatyw</a></td>
+<td><a href="http://www.idg.pl/news/366773/Egipt.blokuje.Internet.aktywisci.szukaja.alte…">Egipt blokuje Internet, aktywiści szukają alternatyw</a></td>
</tr>
<tr>
<td>2011 January 31</td>
<td>New Scientist</td>
-<td><a href="http://www.newscientist.com/blogs/onepercent/2011/01/egypt-remains
--officially-offli.html">How
-Egypt is getting online</a></td>
+<td><a href="http://www.newscientist.com/blogs/onepercent/2011/01/egypt-remains-official…">How Egypt is getting online</a></td>
</tr>
<tr>
<td>2011 January 31</td>
<td>El Pais</td>
-<td><a href="http://www.elpais.com/articulo/internacional/Sortear/censura/golpe
-/fax/elpepuint/20110130elpepuint_14/Tes">Sortear
-la censura a golpe de fax</a></td>
+<td><a href="http://www.elpais.com/articulo/internacional/Sortear/censura/golpe/fax/elpe…">Sortear la censura a golpe de fax</a></td>
</tr>
<tr>
<td>2011 January 30</td>
<td>Fox 25 News - Boston</td>
-<td><a href="http://www.myfoxboston.com/dpp/news/local/local-company-helps-give
--egyptians-internet-access-20110130">Local
-company helps give Egyptians internet access</a></td>
+<td><a href="http://www.myfoxboston.com/dpp/news/local/local-company-helps-give-egyptian…">Local company helps give Egyptians internet access</a></td>
</tr>
<tr>
<td>2011 January 30</td>
<td>New England Cable News</td>
-<td><a href="http://www.necn.com/01/30/11/Mass-company-helps-activists-avoid-
-onlin/landing.html?blockID=400628&feedID=4213">Mass.
-company helps activists avoid online government censorship</a></td>
+<td><a href="http://www.necn.com/01/30/11/Mass-company-helps-activists-avoid-onlin/landi…">Mass. company helps activists avoid online government censorship</a></td>
</tr>
<tr>
<td>2011 January 30</td>
<td>Boston Globe</td>
-<td><a href="http://www.boston.com/news/local/massachusetts/articles/2011/01/30
-/mass_groups_software_helps_avoid_censorship/">Foreign
-activists stay covered online</a></td>
+<td><a href="http://www.boston.com/news/local/massachusetts/articles/2011/01/30/mass_gro…">Foreign activists stay covered online</a></td>
</tr>
<tr>
<td>2011 January 29</td>
<td>SvD.se</td>
-<td><a href="http://www.svd.se/nyheter/utrikes/tor-oppnar-dorrar-for-
-natdissidenter_5902693.svd">Tor
-öppnar dörrar för nätdissidenter</a></td>
+<td><a href="http://www.svd.se/nyheter/utrikes/tor-oppnar-dorrar-for-natdissidenter_5902…">Tor öppnar dörrar för nätdissidenter</a></td>
</tr>
<tr>
<td>2011 January 29</td>
<td>ComputerWorld</td>
-<td><a href="http://www.computerworld.com/s/article/9207058/
-Without_Internet_Egyptians_find_new_ways_to_get_online?taxonomyId=16">
-Without
-Internet, Egyptians find new ways to get online.</a></td>
+<td><a href="http://www.computerworld.com/s/article/9207058/Without_Internet_Egyptians_f…">Without Internet, Egyptians find new ways to get online.</a></td>
</tr>
<tr>
<td>2011 January 28</td>
<td>Globe and Mail</td>
-<td><a href="https://www.theglobeandmail.com/news/technology/in-a-span-of-
-minutes-a-country-goes-offline/article1887207/">In
-a span of minutes, a country goes offline</a></td>
+<td><a href="https://www.theglobeandmail.com/news/technology/in-a-span-of-minutes-a-coun…">In a span of minutes, a country goes offline</a></td>
</tr>
<tr>
<td>2010 December 22</td>
<td>Technology Review</td>
-<td><a href="http://www.technologyreview.com/web/26981/">Home Internet
-with Anonymity Built In</a></td>
+<td><a href="http://www.technologyreview.com/web/26981/">Home Internet with Anonymity Built In</a></td>
</tr>
<tr>
<td>2010 December 17</td>
<td>New York Times Magazine</td>
-<td><a href="https://www.nytimes.com/2010/12/19/magazine/19FOB-Medium-t.html">
-Granting
-Anonymity</a></td>
+<td><a href="https://www.nytimes.com/2010/12/19/magazine/19FOB-Medium-t.html">Granting Anonymity</a></td>
</tr>
<tr>
<td>2010 November 03</td>
<td>metro sverige</td>
-<td><a href="http://www.metro.se/2010/11/03/73897/sida-hjalper-utsatta-bli-
-anonyma-pa-n/">Sida hjälper utsatta bli anonyma på nätet</a></td>
+<td><a href="http://www.metro.se/2010/11/03/73897/sida-hjalper-utsatta-bli-anonyma-pa-n/">Sida hjälper utsatta bli anonyma på nätet</a></td>
</tr>
<tr>
<td>2010 Sept 17</td>
<td>NPR: On the media</td>
-<td><a href="http://www.onthemedia.org/transcripts/2010/09/17/05">On the
-Media: Interview with Jacob Appelbaum</a>.</td>
+<td><a href="http://www.onthemedia.org/transcripts/2010/09/17/05">On the Media: Interview with Jacob Appelbaum</a>.</td>
</tr>
<tr>
<td>2010 Sept 16</td>
<td>The Tor Project</td>
-<td>Tor announces an article discussing <a href="<page
-press/2010-09-16-ten-things-circumvention-tools>">Ten Things to Look
-for in a Circumvention Tool</a>.</td>
+<td>Tor announces an article discussing <a href="<page press/2010-09-16-ten-things-circumvention-tools>">Ten Things to Look for in a Circumvention Tool</a>.</td>
</tr>
<tr>
<td>2010 August 01</td>
<td>PC Format - Poland</td>
-<td><a href="http://www.pcformat.pl/index.php/artykul/aid/1236/t/google-
-facebook-nas-szpieguj-jak-chroni-prywatno-w-sieci">Google
-and Facebook are spying on us</a></td>
+<td><a href="http://www.pcformat.pl/index.php/artykul/aid/1236/t/google-facebook-nas-szp…">Google and Facebook are spying on us</a></td>
</tr>
<tr>
<td>2010 July 14</td>
<td>China Rights Forum</td>
-<td><a href="http://www.hrichina.org/public/contents/category?cid=175033">China
-Rights Forum, No. 2 - “China’s Internet”: Staking Digital
-Ground</a></td>
+<td><a href="http://www.hrichina.org/public/contents/category?cid=175033">China Rights Forum, No. 2 - “China’s Internet”: Staking Digital Ground</a></td>
</tr>
<tr>
<td>2010 May 25</td>
<td>The Australian</td>
-<td><a href="http://www.theaustralian.com.au/australian-it/call-to-join-tor-
-network-to-fight-censorship/story-e6frgakx-1225870756466">
-Call to join Tor network to fight censorship</a></td>
+<td><a href="http://www.theaustralian.com.au/australian-it/call-to-join-tor-network-to-f…">Call to join Tor network to fight censorship</a></td>
</tr>
<tr>
<td>2010 Mar 25</td>
<td>The Tor Project</td>
-<td>Tor and Printfection launch <a href="<page
-press/2010-03-25-tor-store-press-release>">The Tor Store</a>.</td>
+<td>Tor and Printfection launch <a href="<page press/2010-03-25-tor-store-press-release>">The Tor Store</a>.</td>
</tr>
<tr>
<td>2010 Mar 17</td>
<td>PC World Poland</td>
-<td><a href="http://www.idg.pl/news/356993/Anonimowosc.w.Sieci.html">Anonymity
-in the Web</a></td>
+<td><a href="http://www.idg.pl/news/356993/Anonimowosc.w.Sieci.html">Anonymity in the Web</a></td>
</tr>
<tr>
<td>2010 Mar 11</td>
<td>ABC Australia</td>
-<td><a href="http://www.abc.net.au/rn/futuretense/stories/2010/2837736.htm">
-Future Tense: The Deep Web</a></td>
+<td><a href="http://www.abc.net.au/rn/futuretense/stories/2010/2837736.htm">Future Tense: The Deep Web</a></td>
</tr>
<tr>
<td>2010 Mar 09</td>
<td>PC Pro UK</td>
-<td><a href="http://www.pcpro.co.uk/features/356254/the-dark-side-of-the-web">
-The dark
-side of the web</a></td>
+<td><a href="http://www.pcpro.co.uk/features/356254/the-dark-side-of-the-web">The dark side of the web</a></td>
</tr>
<tr>
<td>2009 Dec 29</td>
<td>Times Online</td>
-<td><a href="http://www.timesonline.co.uk/tol/news/world/middle_east/
-article6969958.ece">When
-Iran’s regime falls this will be remembered as the YouTube revolution
-</a></td>
+<td><a href="http://www.timesonline.co.uk/tol/news/world/middle_east/article6969958.ece">When Iran’s regime falls this will be remembered as the YouTube revolution</a></td>
</tr>
<tr>
<td>2009 Oct 15</td>
<td>Technology Review</td>
-<td><a href="http://www.technologyreview.com/web/23736/?a=f">China
-Cracks Down
-on Tor Anonymity Network</a></td>
+<td><a href="http://www.technologyreview.com/web/23736/?a=f">China Cracks Down on Tor Anonymity Network</a></td>
</tr>
<tr>
<td>2009 Sep 30</td>
<td>BusinessWeek</td>
-<td><a href="http://www.businessweek.com/globalbiz/content/sep2009/
-gb20090930_620354.htm">China's Online Censors Work Overtime</a></td>
+<td><a href="http://www.businessweek.com/globalbiz/content/sep2009/gb20090930_620354.htm">China's Online Censors Work Overtime</a></td>
</tr>
<tr>
<td>2009 Aug 19</td>
<td>Reuters</td>
-<td><a href="http://www.reuters.com/article/internetNews/idUSTRE57I4IE20090819?
-pageNumber=1&virtualBrandChannel=0&sp=true">Web tools help
-protect human
-rights activists</a></td>
+<td><a href="http://www.reuters.com/article/internetNews/idUSTRE57I4IE20090819?pageNumbe…">Web tools help protect human rights activists</a></td>
</tr>
<tr>
<td>2009 Aug 10</td>
<td>Technology Review</td>
-<td><a href="http://www.technologyreview.com/blog/editors/23958/?nlid=2255">How
-to Build Anonymity Into the Internet</a></td>
+<td><a href="http://www.technologyreview.com/blog/editors/23958/?nlid=2255">How to Build Anonymity Into the Internet</a></td>
</tr>
<tr>
<td>2009 Jul 26</td>
<td>Washington Times</td>
-<td><a href="http://www.washingtontimes.com/news/2009/jul/26/senate-help-iran-
-dodge-internet-censorship/">Senate OKs funds to thwart Iran Web
-censors</a></td>
+<td><a href="http://www.washingtontimes.com/news/2009/jul/26/senate-help-iran-dodge-inte…">Senate OKs funds to thwart Iran Web censors</a></td>
</tr>
<tr>
<td>2009 Jul 26</td>
<td>Boston Globe</td>
-<td><a href="http://www.boston.com/news/nation/washington/articles/2009/07/26/
-us_to_increase_funding_for_hackivists_aiding_iranians/">US set to hike
-aid aimed
-at Iranians</a></td>
+<td><a href="http://www.boston.com/news/nation/washington/articles/2009/07/26/us_to_incr…">US set to hike aid aimed at Iranians</a></td>
</tr>
<tr>
<td>2009 Jul 24</td>
<td>Associated Press</td>
-<td><a href="http://www.google.com/hostednews/ap/article/ALeqM5hTf-
-p6Iy3sWHK8BRR58npGosLC3AD99L01QO0">Iran activists work to elude
-crackdown on
-Internet</a></td>
+<td><a href="http://www.google.com/hostednews/ap/article/ALeqM5hTf-p6Iy3sWHK8BRR58npGosL…">Iran activists work to elude crackdown on Internet</a></td>
</tr>
<tr>
<td>2009 Jul 08</td>
<td>Tehran Bureau</td>
-<td><a href="http://tehranbureau.com/geeks-globe-rally-iranians-online/">Geeks
-Around the Globe Rally to Help Iranians Online</a></td>
+<td><a href="http://tehranbureau.com/geeks-globe-rally-iranians-online/">Geeks Around the Globe Rally to Help Iranians Online</a></td>
</tr>
<tr>
<td>2009 Jul 02</td>
<td>NED/CIMA</td>
-<td><a href="http://cima.ned.org/events/new-media-in-iran.html">The Role
-of New Media in the Iranian Elections</a></td>
+<td><a href="http://cima.ned.org/events/new-media-in-iran.html">The Role of New Media in the Iranian Elections</a></td>
</tr>
<tr>
<td>2009 Jun 26</td>
<td>Washington Times</td>
-<td><a href="http://www.washingtontimes.com/news/2009/jun/26/protesters-use-
-navy-technology-to-avoid-censorship/?feat=home_headlines">Iranian
-protesters avoid censorship with Navy technology</a></td>
+<td><a href="http://www.washingtontimes.com/news/2009/jun/26/protesters-use-navy-technol…">Iranian protesters avoid censorship with Navy technology</a></td>
</tr>
<tr>
<td>2009 Jun 29</td>
<td>EFF</td>
-<td><a href="http://www.eff.org/deeplinks/2009/06/help-protesters-iran-run-tor-
-relays-bridges">Help Protesters in Iran: Run a Tor Bridge or a Tor
-Relay</a></td>
+<td><a href="http://www.eff.org/deeplinks/2009/06/help-protesters-iran-run-tor-relays-br…">Help Protesters in Iran: Run a Tor Bridge or a Tor Relay</a></td>
</tr>
<tr>
<td>2009 Jun 24</td>
<td>Daily Finance</td>
-<td><a href="http://www.dailyfinance.com/2009/06/24/nokia-and-siemens-in-iran-
-controversy/">Nokia and Siemens in Iran controversy</a></td>
+<td><a href="http://www.dailyfinance.com/2009/06/24/nokia-and-siemens-in-iran-controvers…">Nokia and Siemens in Iran controversy</a></td>
</tr>
<tr>
<td>2009 Jun 18</td>
<td>Wall Street Journal</td>
-<td><a href="http://blogs.wsj.com/digits/2009/06/18/iranians-using-tor-to-
-anonymize-web-use/">Iranians Using Tor to Anonymize Web Use</a></td>
+<td><a href="http://blogs.wsj.com/digits/2009/06/18/iranians-using-tor-to-anonymize-web-…">Iranians Using Tor to Anonymize Web Use</a></td>
</tr>
<tr>
<td>2009 Jun 19</td>
<td>O'Reilly Radar</td>
-<td><a href="http://radar.oreilly.com/2009/06/tor-and-the-legality-of-runnin.html">
-Dramatic Increase in Number of Tor Clients from Iran: Interview with Tor
-Project and the EFF</a></td>
+<td><a href="http://radar.oreilly.com/2009/06/tor-and-the-legality-of-runnin.html">Dramatic Increase in Number of Tor Clients from Iran: Interview with Tor Project and the EFF</a></td>
</tr>
<tr>
<td>2009 Jun 18</td>
<td>Deutsche Welle</td>
-<td><a href="http://www.dw-world.de/dw/article/0,,4400882,00.html">
-Internet proxies let Iranians and others connect to blocked Web sites</a></td>
+<td><a href="http://www.dw-world.de/dw/article/0,,4400882,00.html">Internet proxies let Iranians and others connect to blocked Web sites</a></td>
</tr>
<tr>
<td>2009 Jun 18</td>
<td>Technology Review</td>
-<td><a href="http://www.technologyreview.com/web/22893/">
-The Web vs. the Republic of Iran</a></td>
+<td><a href="http://www.technologyreview.com/web/22893/">The Web vs. the Republic of Iran</a></td>
</tr>
<tr>
<td>2009 Jun 17</td>
<td>CNet News</td>
-<td><a href="http://news.cnet.com/8301-13578_3-10267287-38.html">
-Iranians find ways to bypass Net censors</a></td>
+<td><a href="http://news.cnet.com/8301-13578_3-10267287-38.html">Iranians find ways to bypass Net censors</a></td>
</tr>
<tr>
<td>2009 Jun 17</td>
<td>ComputerWorld</td>
-<td><a href="http://www.computerworld.com/action/article.do?command=
-viewArticleBasic&articleId=9134471&intsrc=news_ts_head">
-Iran's leaders fight Internet; Internet wins (so far)</a></td>
+<td><a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&…">Iran's leaders fight Internet; Internet wins (so far)</a></td>
</tr>
<tr>
<td>2009 May 29</td>
<td>Le Monde</td>
-<td><a href="http://www.lemonde.fr/actualite-medias/article/2009/05/29/les-
-censeurs-du-net_1199993_3236.html">Les censeurs du Net</a></td>
+<td><a href="http://www.lemonde.fr/actualite-medias/article/2009/05/29/les-censeurs-du-n…">Les censeurs du Net</a></td>
</tr>
<tr>
<td>2009 May 15</td>
<td>Mass High Tech</td>
-<td><a href="http://www.masshightech.com/stories/2009/05/11/newscolumn2-Tor-
-tackles-Net-privacy-game-makers-flock-to-Hub.html">
+<td><a href="http://www.masshightech.com/stories/2009/05/11/newscolumn2-Tor-tackles-Net-…">
Tor tackles Net privacy</a></td>
</tr>
<tr>
<td>2009 May 01</td>
<td>New York Times</td>
-<td><a href="http://www.nytimes.com/2009/05/01/technology/01filter.html">
-Iranians and Others Outwit Net Censors</a></td>
+<td><a href="http://www.nytimes.com/2009/05/01/technology/01filter.html">Iranians and Others Outwit Net Censors</a></td>
</tr>
<tr>
<td>2009 Apr 23</td>
<td>Technology Review</td>
-<td><a href="http://www.technologyreview.com/computing/22427/?a=f">
-Dissent Made Safer: How anonymity technology could save free speech on the
-Internet.</a></td>
+<td><a href="http://www.technologyreview.com/computing/22427/?a=f">Dissent Made Safer: How anonymity technology could save free speech on the Internet.</a></td>
</tr>
<tr>
<td>2009 Apr 22</td>
<td>Le Monde</td>
-<td><a href="http://bugbrother.blog.lemonde.fr/2009/04/22/comment-contourner-la
--cybersurveillance/">How to circumvent cybersurveillance</a></td>
+<td><a href="http://bugbrother.blog.lemonde.fr/2009/04/22/comment-contourner-la-cybersur…">How to circumvent cybersurveillance</a></td>
</tr>
<tr>
<td>2009 Apr 06</td>
<td>Reader's Digest</td>
-<td><a href="http://www.rd.com/advice-and-know-how/how-to-hide-anything/
-article122219.html">How to Hide Anything</a></td>
+<td><a href="http://www.rd.com/advice-and-know-how/how-to-hide-anything/article122219.ht…">How to Hide Anything</a></td>
</tr>
<tr>
<td>2009 Apr 06</td>
<td>Al Jazeera</td>
-<td><a href="http://www.youtube.com/watch?v=vuatxUN2cUQ">
-Global Village Voices showcases Tor</a></td>
+<td><a href="http://www.youtube.com/watch?v=vuatxUN2cUQ">Global Village Voices showcases Tor</a></td>
</tr>
<tr>
<td>2009 Mar 18</td>
<td>Marie Claire</td>
-<td><a href="http://www.marieclaire.com/career-money/career-coach/manage-online--web-ima…">
-How to Manage Your Web Footprint</a></td>
+<td><a href="http://www.marieclaire.com/career-money/career-coach/manage-online--web-ima…">How to Manage Your Web Footprint</a></td>
</tr>
<tr>
<td>2009 Mar 13</td>
<td>Wall Street Journal</td>
-<td><a href="http://online.wsj.com/article/SB123567809587886053.html">
-The Kindness of Strangers</a></td>
+<td><a href="http://online.wsj.com/article/SB123567809587886053.html">The Kindness of Strangers</a></td>
</tr>
<tr>
<td>2009 Mar 12</td>
<td>The Tor Project</td>
-<td>Tor launches a <a href="<page press/2009-03-12-performance-roadmap-press-release>">
-performance roadmap</a> and campaign.</td>
+<td>Tor launches a <a href="<page press/2009-03-12-performance-roadmap-press-release>">performance roadmap</a> and campaign.</td>
</tr>
<tr>
<td>2009 Mar 12</td>
<td>BBC World Service</td>
-<td><a href="http://bbcworldservicetrust.wordpress.com/2009/03/12/12-march-
-world-day-against-cyber-censorship/">Steven J Murdoch interviewed about
-Tor and Censorship</a></td>
+<td><a href="http://bbcworldservicetrust.wordpress.com/2009/03/12/12-march-world-day-aga…">Steven J Murdoch interviewed about Tor and Censorship</a></td>
</tr>
<tr>
<td>2009 Mar 03</td>
<td>Orf Austria</td>
-<td><a href="http://futurezone.orf.at/stories/1503028/">WIRTSCHAFTSKAMMER
-column</a></td>
+<td><a href="http://futurezone.orf.at/stories/1503028/">WIRTSCHAFTSKAMMER column</a></td>
</tr>
<tr>
<td>2009 Feb 18</td>
<td>Bangkok Post</td>
-<td><a href="http://www.bangkokpost.com/tech/technews/11872/the-old-fake-404-
-not-found-routine">The old fake "404 not found" routine</a></td>
+<td><a href="http://www.bangkokpost.com/tech/technews/11872/the-old-fake-404-not-found-r…">The old fake "404 not found" routine</a></td>
</tr>
<tr>
<td>2009 Feb 13</td>
<td>Hearsay Culture</td>
-<td><a href="http://www.hearsayculture.com/?p=307">
-Hearsay Culture Radio Interview/Podcast</a></td>
+<td><a href="http://www.hearsayculture.com/?p=307">Hearsay Culture Radio Interview/Podcast</a></td>
</tr>
<tr>
<td>2008 Dec 29</td>
<td>nu.nl</td>
-<td><a href="http://www.nu.nl/internet/1891289/anoniem-browsen-voor-gsm-in-de-maak.html">
-Anoniem browsen voor gsm in de maak</a></td>
+<td><a href="http://www.nu.nl/internet/1891289/anoniem-browsen-voor-gsm-in-de-maak.html">Anoniem browsen voor gsm in de maak</a></td>
</tr>
<tr>
<tr>
<td>2008 Dec 19</td>
<td>The Tor Project</td>
-<td>Tor announces 3-year <a href="<page press/2008-12-19-roadmap-press-release>">
-development roadmap</a>.</td>
+<td>Tor announces 3-year <a href="<page press/2008-12-19-roadmap-press-release>">development roadmap</a>.</td>
</tr>
<tr>
<td>2008 Dec 14</td>
<td>PC Magazine: Middle & Near East</td>
-<td><a href="http://www.pcmag-mideast.com/FeatureDetail.aspx?ID=1039">
-How To Reclaim Your Online Privacy</a></td>
+<td><a href="http://www.pcmag-mideast.com/FeatureDetail.aspx?ID=1039">How To Reclaim Your Online Privacy</a></td>
</tr>
<tr>
<td>2008 Aug 21</td>
<td>CNN</td>
-<td><a href="http://www.cnn.com/2008/TECH/08/21/internet.filtering/index.html">
-Experts: Internet filtering and censorship rife</a></td>
+<td><a href="http://www.cnn.com/2008/TECH/08/21/internet.filtering/index.html">Experts: Internet filtering and censorship rife</a></td>
</tr>
<tr>
<td>2008 Aug 22</td>
<td>The Sydney Morning Herald</td>
-<td><a href="http://www.smh.com.au/news/web/the-china-syndrome/2008/08/20/
-1218911800889.html">The
+<td><a href="http://www.smh.com.au/news/web/the-china-syndrome/2008/08/20/1218911800889.…">The
China Syndrome</a></td>
</tr>
<tr>
<td>2008 Aug 20</td>
<td>Scientific American</td>
-<td><a href="http://www.sciam.com/article.cfm?id=cryptography-how-to-keep-your-secrets-s…">
-Cryptography: How to Keep Your Secrets Safe</a></td>
+<td><a href="http://www.sciam.com/article.cfm?id=cryptography-how-to-keep-your-secrets-s…">Cryptography: How to Keep Your Secrets Safe</a></td>
</tr>
<tr>
<td>2008 Aug 05</td>
<td>Guardian UK</td>
-<td><a href="http://www.guardian.co.uk/commentisfree/2008/aug/05/china.censorship">
-Vaulting the great firewall</a></td>
+<td><a href="http://www.guardian.co.uk/commentisfree/2008/aug/05/china.censorship">Vaulting the great firewall</a></td>
</tr>
<tr>
<td>2008 Aug 10</td>
<td>Tech Radar UK</td>
-<td><a href="http://www.techradar.com/news/internet/web/freedom-stick-highlights-chinese…">
-Freedom Stick highlights Chinese 'net censorship: USB drive promises anonymous
-surfing for the paranoid</a>
+<td><a href="http://www.techradar.com/news/internet/web/freedom-stick-highlights-chinese…">Freedom Stick highlights Chinese 'net censorship: USB drive promises anonymous surfing for the paranoid</a>
</td>
</tr>
<tr>
<td>2008 Aug 07</td>
<td>Spiegel</td>
-<td><a href="http://www.spiegel.de/netzwelt/tech/0,1518,570421,00.html">
-Tricks gegen Zensur und Überwachung</a>
+<td><a href="http://www.spiegel.de/netzwelt/tech/0,1518,570421,00.html">Tricks gegen Zensur und Überwachung</a>
</td>
</tr>
<tr>
<td>2008 Aug 07</td>
<td>PC World</td>
-<td><a href="http://www.pcworld.com/article/149399-3/15_great_free_privacy_downloads.html">
-15 Great, Free Privacy Downloads</a>. Tor is Number 1.</td>
+<td><a href="http://www.pcworld.com/article/149399-3/15_great_free_privacy_downloads.html">15 Great, Free Privacy Downloads</a>. Tor is Number 1.</td>
</tr>
<tr>
<td>2008 Aug 07</td>
<td>The Guardian UK</td>
-<td><a href="http://www.guardian.co.uk/technology/2008/aug/07/censorship.hacking">
-Chaos aims to crack China's wall</a>
+<td><a href="http://www.guardian.co.uk/technology/2008/aug/07/censorship.hacking">Chaos aims to crack China's wall</a>
</td>
</tr>
<tr>
<td>2008 Aug 07</td>
<td>The Register UK</td>
-<td><a href="http://www.theregister.co.uk/2008/08/07/torbrowser_olympics/">
-German hackers poke hole in great firewall of China</a>
+<td><a href="http://www.theregister.co.uk/2008/08/07/torbrowser_olympics/">German hackers poke hole in great firewall of China</a>
</td>
</tr>
<tr>
<td>2008 May 24</td>
<td>Groupo Estado</td>
-<td><a href="http://blog.estadao.com.br/blog/cruz/?title=cfp08_navegacao_anonima_na_rede…">
-Interview at Computers, Freedom, and Privacy 2008 Conference</a>
+<td><a href="http://blog.estadao.com.br/blog/cruz/?title=cfp08_navegacao_anonima_na_rede…">Interview at Computers, Freedom, and Privacy 2008 Conference</a>
</td>
</tr>
<tr>
<td>2008 Mar 12</td>
<td>SearchSecurity.com</td>
-<td><a href="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1305120…">
-Tor network 'bridges' help evade blockers</a>.
-Covers new Tor features designed to overcome filtering and blocking that
-prevent
-access
-to the Tor network.
+<td><a href="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1305120…">Tor network 'bridges' help evade blockers</a>.Covers new Tor features designed to overcome filtering and blocking that prevent access to the Tor network.
</td>
</tr>
<tr>
<td>2008 Feb 14</td>
<td>Wired: Compiler Blog</td>
-<td><a href="http://blog.wired.com/monkeybites/2008/02/how-to-set-up-a.html">
-How To: Set Up Anonymous Browsing in 30 Seconds or Less</a>.
+<td><a href="http://blog.wired.com/monkeybites/2008/02/how-to-set-up-a.html">How To: Set Up Anonymous Browsing in 30 Seconds or Less</a>.
</td>
</tr>
<tr>
<td>2008 Feb 01</td>
<td>PC World</td>
-<td><a href="http://www.pcworld.com/article/id,142094-pg,1/article.html">
-Hackers Can Expose Masked Surfers, Study Says</a>
-A report on <a href="http://www.lightbluetouchpaper.org/2007/12/10/covert-channel-vulnerabilitie…">
-Steven Murdoch's recent PhD thesis</a>. Steven
-<a href="<blog>media-coverage-%2526quot%3Bcovert-channel-vulnerabilities-anonymity-systems%2526quot%3B">
-responds on the Tor Blog</a>.</td>
+<td><a href="http://www.pcworld.com/article/id,142094-pg,1/article.html">Hackers Can Expose Masked Surfers, Study Says</a>A report on <a href="http://www.lightbluetouchpaper.org/2007/12/10/covert-channel-vulnerabilitie…">
+Steven Murdoch's recent PhD thesis</a>. Steven <a href="<blog>media-coverage-%2526quot%3Bcovert-channel-vulnerabilities-anonymity-systems%2526quot%3B"> responds on the Tor Blog</a>.</td>
</tr>
<tr>
<td>2007 Sep 21</td>
<td>Wired HowTo Blog</td>
-<td><a href="http://howto.wired.com/wiredhowtos/index.cgi?page_name=be_a_whistle_blower;…">
-Be a Whistleblower</a>. Wired recommends Tor for whistleblowers who wish to
-remain anonymous.</td>
+<td><a href="http://howto.wired.com/wiredhowtos/index.cgi?page_name=be_a_whistle_blower;…">Be a Whistleblower</a>. Wired recommends Tor for whistleblowers who wish to remain anonymous.</td>
</tr>
<tr>
<td>2007 Sep 16</td>
<td>Cnet</td>
-<td><a href="http://news.cnet.com/8301-13739_3-9779225-46.html">Tor
-anonymity server admin arrested</a>. A Tor exit node operator from
-Germany was arrested and then released once the police realized their
-mistake. Unfortunately, the hassle <a href="http://arstechnica.com/news.ars/post/20070917-tor-node-operator-after-run-i…">
-caused this operator to shut down the node</a>. We have an
-<a href="<page docs/faq-abuse>">Abuse FAQ for Tor Relay Operators</a>,
-as well as a
-<a href="<page eff/tor-legal-faq>">Legal FAQ for Tor Relay Operators</a>
-with advice on how to handle such issues if you are operating a Tor relay.</td>
+<td><a href="http://news.cnet.com/8301-13739_3-9779225-46.html">Tor anonymity server admin arrested</a>. A Tor exit node operator from Germany was arrested and then released once the police realized their
+mistake. Unfortunately, the hassle <a href="http://arstechnica.com/news.ars/post/20070917-tor-node-operator-after-run-i…"> caused this operator to shut down the node</a>. We have an
+<a href="<page docs/faq-abuse>">Abuse FAQ for Tor Relay Operators</a>, as well as a <a href="<page eff/tor-legal-faq>">Legal FAQ for Tor Relay Operators</a> with advice on how to handle such issues if you are operating a Tor relay.</td>
</tr>
<tr>
<td>2007 Sep 10</td>
<td>Wired</td>
-<td> <a href="http://www.wired.com/politics/security/news/2007/09/embassy_hacks">
-Rogue Nodes Turn Tor Anonymizer Into Eavesdropper's Paradise</a><br/>
-Swedish computer security consultant Dan Egerstad monitored the traffic
-going through a Tor exit node he was running, then published unencrypted
-account and password information. Note that the better articles
-covering this event correctly indicate that this is not a security flaw
-or design problem with Tor - Tor provides anonymity, but does not
-encrypt anything going to or from an exit node. You
-<strong>must</strong> use SSL (https) while browsing to ensure
+<td> <a href="http://www.wired.com/politics/security/news/2007/09/embassy_hacks">Rogue Nodes Turn Tor Anonymizer Into Eavesdropper's Paradise</a><br/> Swedish computer security consultant Dan Egerstad monitored the traffic
+going through a Tor exit node he was running, then published unencrypted account and password information. Note that the better articles covering this event correctly indicate that this is not a security flaw
+or design problem with Tor - Tor provides anonymity, but does not encrypt anything going to or from an exit node. You <strong>must</strong> use SSL (https) while browsing to ensure
end-to-end encryption. Also covered in <a href="http://www.theinquirer.net/en/inquirer/news/2007/09/10/tor-network-exposes-…">
The Inquirer</a>,
<a href="http://www.infoworld.com/article/07/09/10/Security-researcher-intercepts-em…">
1
0
commit 36cc60906870bab633c95649c3ea24ff3a90fc83
Author: hiro <hiro(a)torproject.org>
Date: Mon Mar 25 21:24:05 2019 +0100
Fix press clips again
---
content/press/10-best-google-chrome-alternatives/contents.lr | 2 +-
content/press/11-new-partners-in-quest-for-internet-health/contents.lr | 2 +-
content/press/2-5-million-tor-users-can-t-all-be-criminals/contents.lr | 2 +-
.../press/anonym-tor-browser-er-ni-sten-klar-til-android/contents.lr | 2 +-
content/press/anonymous-browsing-with-tor-reduces-exposure/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../band-of-hackers-manages-to-take-down-sony-but-not-tor/contents.lr | 2 +-
content/press/banning-tor-unwise-and-infeasible-mps-told/contents.lr | 2 +-
content/press/best-free-utilities-for-your-computer/contents.lr | 2 +-
.../brave-advances-browser-privacy-with-tor-powered-tabs/contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/charitable-giving-guide-2017/contents.lr | 2 +-
content/press/charitable-giving-guide-2018/contents.lr | 2 +-
.../chrome-lost-its-shine-five-alternative-browsers-to-try/contents.lr | 2 +-
.../contents.lr | 2 +-
.../considering-torlike-techniques-to-protect-your-users/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/dark-web-doesn-t-exist/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/don-t-panic-tor-is-still-safe-and-here-s-why/contents.lr | 2 +-
.../duckduckgo-donates-25k-to-privacyfocused-tor-project/contents.lr | 2 +-
content/press/everything-you-need-to-know-about-tor/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../facebook-makes-app-that-can-bypass-china-s-censors/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../firefox-takes-a-bite-out-of-the-canvas-super-cookie/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/going-dark-the-internet-behind-the-internet/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../press/here-are-the-41-websites-you-can-t-access-in-cuba/contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/how-securedrop-helps-cpj-protect-journalists/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/how-to-become-anonymous-online/contents.lr | 2 +-
content/press/how-to-contact-the-guardian-securely/contents.lr | 2 +-
content/press/how-ugandans-can-beat-government-censorship/contents.lr | 2 +-
.../human-rights-groups-furious-about-new-us-warrant-law/contents.lr | 2 +-
content/press/i-team-understanding-tor-and-the-dark-net/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../inside-philly-s-growing-internet-privacy-community/contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/interview-with-runa-sandvik/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/mozilla-get-bigger-and-better/contents.lr | 2 +-
.../mozilla-is-matching-all-donations-to-the-tor-project/contents.lr | 2 +-
.../contents.lr | 2 +-
.../mozilla-treats-tor-network-to-a-hardware-helping-hand/contents.lr | 2 +-
.../mozilla-ups-firefox-privacy-ante-with-tor-injection/contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/new-tor-project-executive-director/contents.lr | 2 +-
.../contents.lr | 2 +-
.../nsa-surveillance-targets-cambridge-based-tor-project/contents.lr | 2 +-
content/press/nsa-targets-the-privacy-conscious/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/oped/contents.lr | 2 +-
content/press/panama-papers-privacy-encryption-and-you/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/raise-your-voice-for-a-good-cause/contents.lr | 2 +-
.../contents.lr | 2 +-
.../press/russia-tried-and-failed-to-hack-the-tor-browser/contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/selfrando-improves-tor-browser-security/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/simple-tips-to-avoid-getting-hacked/contents.lr | 2 +-
content/press/state-of-the-onion/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/the-dark-web-as-you-know-it-is-a-myth/contents.lr | 2 +-
content/press/the-grand-tor-how-to-go-anonymous-online/contents.lr | 2 +-
content/press/the-motherboard-guide-to-not-getting-hacked/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/the-slow-creep-of-internet-shutdowns/contents.lr | 2 +-
.../contents.lr | 2 +-
.../press/the-tor-project-is-starting-a-bug-bounty-program/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/the-woman-who-aims-to-take-tor-mainstream/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/tools-evading-internet-censorship-regimes/contents.lr | 2 +-
content/press/top-5-ways-to-protect-your-privacy/contents.lr | 2 +-
content/press/top-6-influential-security-thinkers/contents.lr | 2 +-
content/press/tor-amps-up-its-mobile-browser-support/contents.lr | 2 +-
.../tor-and-public-wifi-safe-in-france-prime-minister-says/contents.lr | 2 +-
content/press/tor-and-the-deep-web-going-mainstream/contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/tor-brings-browser-to-android-devices/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/tor-browser-7-5-update-released-what-s-new/contents.lr | 2 +-
.../press/tor-browser-8-0-arrives-with-new-user-onboarding/contents.lr | 2 +-
content/press/tor-browser-8-0-is-a-big-update/contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/tor-browser-gets-a-redesign/contents.lr | 2 +-
.../contents.lr | 2 +-
.../press/tor-could-be-the-answer-to-safer-connected-sex/contents.lr | 2 +-
.../contents.lr | 2 +-
.../tor-developer-discusses-privacy-tools-with-bbcpersia/contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/tor-director-shari-steele-steps-down/contents.lr | 2 +-
.../press/tor-executive-director-shari-steele-to-step-down/contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/tor-gets-its-first-official-mobile-browser/contents.lr | 2 +-
.../press/tor-gets-its-own-tld-special-use-domain-at-onion/contents.lr | 2 +-
content/press/tor-helps-resist-the-nsa/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/tor-is-easier-than-ever-time-to-give-it-a-try/contents.lr | 2 +-
content/press/tor-is-for-everyone-why-should-you-use-tor/contents.lr | 2 +-
content/press/tor-is-getting-major-upgrades-on-ios-9/contents.lr | 2 +-
.../tor-is-software-for-keeping-things-online-anonymous/contents.lr | 2 +-
content/press/tor-is-still-safe/contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/tor-launches-anticensorship-messenger-service/contents.lr | 2 +-
content/press/tor-launches-inviteonly-exploit-bug-bounty/contents.lr | 2 +-
.../press/tor-launches-official-anonymous-android-browser/contents.lr | 2 +-
content/press/tor-map-reveals-network-s-use-across-europe/contents.lr | 2 +-
.../press/tor-network-security-for-domestic-abuse-survivors/contents.lr | 2 +-
.../contents.lr | 2 +-
.../press/tor-project-anonymity-ain-t-free-folks-pony-up/contents.lr | 2 +-
.../contents.lr | 2 +-
.../tor-project-declares-solidarity-with-harassed-colleague/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../press/tor-project-says-it-can-quickly-catch-spying-code/contents.lr | 2 +-
content/press/tor-project-social-contract/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/tor-s-great-rebranding/contents.lr | 2 +-
.../tor-s-new-social-contract-includes-no-backdoors-pledge/contents.lr | 2 +-
content/press/tor-should-not-be-banned-in-britain/contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/tor-the-emancipatory-use-of-technology/contents.lr | 2 +-
.../contents.lr | 2 +-
.../tor-wants-to-know-how-to-make-the-darknet-mainstream/contents.lr | 2 +-
.../turkey-blocks-protonmail-e2e-encrypted-email-service/contents.lr | 2 +-
.../contents.lr | 2 +-
.../u-s-cloud-providers-face-backlash-from-china-s-censors/contents.lr | 2 +-
.../contents.lr | 2 +-
content/press/venezuela-ramps-up-censorship/contents.lr | 2 +-
content/press/we-can-t-outlaw-anonymous-web-services/contents.lr | 2 +-
.../contents.lr | 2 +-
.../press/what-went-wrong-at-the-hope-hacking-conference/contents.lr | 2 +-
content/press/what-you-need-to-know-about-tor-browser/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
190 files changed, 190 insertions(+), 190 deletions(-)
diff --git a/content/press/10-best-google-chrome-alternatives/contents.lr b/content/press/10-best-google-chrome-alternatives/contents.lr
index 7d59773..27f334a 100644
--- a/content/press/10-best-google-chrome-alternatives/contents.lr
+++ b/content/press/10-best-google-chrome-alternatives/contents.lr
@@ -11,7 +11,7 @@ title:
---
link: https://fossbytes.com/best-google-chrome-alternatives-most-private-web-brow…
---
-pub_date: 2018 Oct 09
+pub_date: 2018-10-09
---
summary:
---
diff --git a/content/press/11-new-partners-in-quest-for-internet-health/contents.lr b/content/press/11-new-partners-in-quest-for-internet-health/contents.lr
index 018f2ad..875bf94 100644
--- a/content/press/11-new-partners-in-quest-for-internet-health/contents.lr
+++ b/content/press/11-new-partners-in-quest-for-internet-health/contents.lr
@@ -11,7 +11,7 @@ title:
---
link: https://medium.com/read-write-participate/welcoming-11-new-partners-in-the-…
---
-pub_date: 2018 Mar 19
+pub_date: 2018-03-19
---
summary:
---
diff --git a/content/press/2-5-million-tor-users-can-t-all-be-criminals/contents.lr b/content/press/2-5-million-tor-users-can-t-all-be-criminals/contents.lr
index be887df..391dac0 100644
--- a/content/press/2-5-million-tor-users-can-t-all-be-criminals/contents.lr
+++ b/content/press/2-5-million-tor-users-can-t-all-be-criminals/contents.lr
@@ -11,7 +11,7 @@ title:
---
link: http://fr.canoe.ca/techno/internet/archives/2015/03/20150303-125006.html
---
-pub_date: 2015 Mar 3
+pub_date: 2015-03-03
---
summary:
---
diff --git a/content/press/anonym-tor-browser-er-ni-sten-klar-til-android/contents.lr b/content/press/anonym-tor-browser-er-ni-sten-klar-til-android/contents.lr
index 0141dfb..33dc0ad 100644
--- a/content/press/anonym-tor-browser-er-ni-sten-klar-til-android/contents.lr
+++ b/content/press/anonym-tor-browser-er-ni-sten-klar-til-android/contents.lr
@@ -11,7 +11,7 @@ Anonym Tor Browser er - nÌ_sten - klar til Android
---
link: https://www.version2.dk/artikel/anonym-tor-browser-naesten-klar-android-108…
---
-pub_date: 2018 Sep 10
+pub_date: 2018-09-10
---
summary:
---
diff --git a/content/press/anonymous-browsing-with-tor-reduces-exposure/contents.lr b/content/press/anonymous-browsing-with-tor-reduces-exposure/contents.lr
index 3c73d70..16b2fc5 100644
--- a/content/press/anonymous-browsing-with-tor-reduces-exposure/contents.lr
+++ b/content/press/anonymous-browsing-with-tor-reduces-exposure/contents.lr
@@ -11,7 +11,7 @@ Anonymous browsing with Tor reduces exposure
---
link: http://www.macworld.com/article/3152823/security/anonymous-browsing-with-to…
---
-pub_date: 2017 Jan 17
+pub_date: 2017-01-17
---
summary:
---
diff --git a/content/press/another-tor-browser-feature-makes-it-into-firefox-first-party-isolation/contents.lr b/content/press/another-tor-browser-feature-makes-it-into-firefox-first-party-isolation/contents.lr
index 298ce53..de21982 100644
--- a/content/press/another-tor-browser-feature-makes-it-into-firefox-first-party-isolation/contents.lr
+++ b/content/press/another-tor-browser-feature-makes-it-into-firefox-first-party-isolation/contents.lr
@@ -11,7 +11,7 @@ Another Tor Browser Feature Makes It Into Firefox: First-Party Isolation
---
link: https://www.bleepingcomputer.com/news/software/another-tor-browser-feature-…
---
-pub_date: 2017 Nov 20
+pub_date: 2017-11-20
---
summary:
---
diff --git a/content/press/as-domestic-abuse-goes-digital-shelters-turn-to-counter-survellience-with-tor/contents.lr b/content/press/as-domestic-abuse-goes-digital-shelters-turn-to-counter-survellience-with-tor/contents.lr
index 627c1ff..62cfd56 100644
--- a/content/press/as-domestic-abuse-goes-digital-shelters-turn-to-counter-survellience-with-tor/contents.lr
+++ b/content/press/as-domestic-abuse-goes-digital-shelters-turn-to-counter-survellience-with-tor/contents.lr
@@ -11,7 +11,7 @@ As domestic abuse goes digital, shelters turn to counter-survellience with Tor
---
link: http://betaboston.com/news/2014/05/07/as-domestic-abuse-goes-digital-shelte…
---
-pub_date: 2014 May 7
+pub_date: 2014-05-07
---
summary:
---
diff --git a/content/press/band-of-hackers-manages-to-take-down-sony-but-not-tor/contents.lr b/content/press/band-of-hackers-manages-to-take-down-sony-but-not-tor/contents.lr
index 1d80888..41fc77d 100644
--- a/content/press/band-of-hackers-manages-to-take-down-sony-but-not-tor/contents.lr
+++ b/content/press/band-of-hackers-manages-to-take-down-sony-but-not-tor/contents.lr
@@ -11,7 +11,7 @@ Band of hackers manages to take down Sony--but not Tor
---
link: http://www.engadget.com/2014/12/26/lizard-squad-hackers-attack-tor/
---
-pub_date: 2014 Dec 26
+pub_date: 2014-12-26
---
summary:
---
diff --git a/content/press/banning-tor-unwise-and-infeasible-mps-told/contents.lr b/content/press/banning-tor-unwise-and-infeasible-mps-told/contents.lr
index d4d2c9c..35583ce 100644
--- a/content/press/banning-tor-unwise-and-infeasible-mps-told/contents.lr
+++ b/content/press/banning-tor-unwise-and-infeasible-mps-told/contents.lr
@@ -11,7 +11,7 @@ Banning Tor unwise and infeasible, MPs told
---
link: http://www.bbc.com/news/technology-31816410
---
-pub_date: 2015 Mar 10
+pub_date: 2015-03-10
---
summary:
---
diff --git a/content/press/best-free-utilities-for-your-computer/contents.lr b/content/press/best-free-utilities-for-your-computer/contents.lr
index 03cb964..48d320c 100644
--- a/content/press/best-free-utilities-for-your-computer/contents.lr
+++ b/content/press/best-free-utilities-for-your-computer/contents.lr
@@ -11,7 +11,7 @@ Best Free Utilities for Your Computer
---
link: https://www.bestvpn.com/best-free-utilities/
---
-pub_date: 2017 May 19
+pub_date: 2017-05-19
---
summary:
---
diff --git a/content/press/brave-advances-browser-privacy-with-tor-powered-tabs/contents.lr b/content/press/brave-advances-browser-privacy-with-tor-powered-tabs/contents.lr
index a03e358..c10fa1f 100644
--- a/content/press/brave-advances-browser-privacy-with-tor-powered-tabs/contents.lr
+++ b/content/press/brave-advances-browser-privacy-with-tor-powered-tabs/contents.lr
@@ -11,7 +11,7 @@ advances browser privacy with Tor-powered tabs
---
link: https://www.cnet.com/news/brave-advances-browser-privacy-with-tor-powered-t…
---
-pub_date: 2018 Jun 28
+pub_date: 2018-06-28
---
summary:
---
diff --git a/content/press/building-a-new-tor-that-can-resist-next-generation-state-surveillance/contents.lr b/content/press/building-a-new-tor-that-can-resist-next-generation-state-surveillance/contents.lr
index 673e5aa..9fc4e30 100644
--- a/content/press/building-a-new-tor-that-can-resist-next-generation-state-surveillance/contents.lr
+++ b/content/press/building-a-new-tor-that-can-resist-next-generation-state-surveillance/contents.lr
@@ -11,7 +11,7 @@ Building a new Tor that can resist next-generation state surveillance
---
link: http://arstechnica.com/security/2016/08/building-a-new-tor-that-withstands-…
---
-pub_date: 2016 Aug 31
+pub_date: 2016-08-31
---
summary:
---
diff --git a/content/press/charitable-giving-guide-2017/contents.lr b/content/press/charitable-giving-guide-2017/contents.lr
index 53d3c3a..89684a9 100644
--- a/content/press/charitable-giving-guide-2017/contents.lr
+++ b/content/press/charitable-giving-guide-2017/contents.lr
@@ -11,7 +11,7 @@ Charitable Giving Guide 2017
---
link: https://boingboing.net/2017/12/10/charitable-giving-guide-2017.html
---
-pub_date: 2017 Dec 10
+pub_date: 2017-12-10
---
summary:
---
diff --git a/content/press/charitable-giving-guide-2018/contents.lr b/content/press/charitable-giving-guide-2018/contents.lr
index bf921e0..76e32b1 100644
--- a/content/press/charitable-giving-guide-2018/contents.lr
+++ b/content/press/charitable-giving-guide-2018/contents.lr
@@ -11,7 +11,7 @@ Charitable Giving Guide 2018
---
link: https://boingboing.net/2018/12/18/charitablegivinguide.html
---
-pub_date: 2018 Dec 18
+pub_date: 2018-12-18
---
summary:
---
diff --git a/content/press/chrome-lost-its-shine-five-alternative-browsers-to-try/contents.lr b/content/press/chrome-lost-its-shine-five-alternative-browsers-to-try/contents.lr
index 9cf5727..9da09aa 100644
--- a/content/press/chrome-lost-its-shine-five-alternative-browsers-to-try/contents.lr
+++ b/content/press/chrome-lost-its-shine-five-alternative-browsers-to-try/contents.lr
@@ -11,7 +11,7 @@ Chrome lost its shine? Five alternative browsers to try
---
link: https://www.irishtimes.com/business/technology/chrome-lost-its-shine-five-a…
---
-pub_date: 2018 Sep 05
+pub_date: 2018-09-05
---
summary:
---
diff --git a/content/press/comment-facebook-piste-les-internautes-qui-ne-sont-pas-sur-le-reseau-sociale/contents.lr b/content/press/comment-facebook-piste-les-internautes-qui-ne-sont-pas-sur-le-reseau-sociale/contents.lr
index ecd8886..67bb375 100644
--- a/content/press/comment-facebook-piste-les-internautes-qui-ne-sont-pas-sur-le-reseau-sociale/contents.lr
+++ b/content/press/comment-facebook-piste-les-internautes-qui-ne-sont-pas-sur-le-reseau-sociale/contents.lr
@@ -11,7 +11,7 @@ Comment Facebook piste les internautes qui ne sont pas sur le reseau sociale
---
link: http://www.lemonde.fr/pixels/article/2018/04/13/comment-facebook-piste-les-…
---
-pub_date: 2018 Apr 13
+pub_date: 2018-04-13
---
summary:
---
diff --git a/content/press/considering-torlike-techniques-to-protect-your-users/contents.lr b/content/press/considering-torlike-techniques-to-protect-your-users/contents.lr
index f8398c7..e60f1d3 100644
--- a/content/press/considering-torlike-techniques-to-protect-your-users/contents.lr
+++ b/content/press/considering-torlike-techniques-to-protect-your-users/contents.lr
@@ -11,7 +11,7 @@ Considering Torlike Techniques to Protect Your Users
---
link: https://dzone.com/articles/considering-tor-like-techniques-to-protect-your-…
---
-pub_date: 2016 Apr 11
+pub_date: 2016-04-11
---
summary:
---
diff --git a/content/press/countries-that-use-tor-most-are-either-highly-repressive-or-highly-liberal/contents.lr b/content/press/countries-that-use-tor-most-are-either-highly-repressive-or-highly-liberal/contents.lr
index 89d65de..0054238 100644
--- a/content/press/countries-that-use-tor-most-are-either-highly-repressive-or-highly-liberal/contents.lr
+++ b/content/press/countries-that-use-tor-most-are-either-highly-repressive-or-highly-liberal/contents.lr
@@ -11,7 +11,7 @@ Countries that Use Tor Most Are Either Highly Repressive or Highly Liberal
---
link: http://motherboard.vice.com/read/countries-that-use-tor-most-are-either-hig…
---
-pub_date: 2016 Apr 06
+pub_date: 2016-04-06
---
summary:
---
diff --git a/content/press/crypto-activists-announce-vision-for-tor-exit-relay-in-every-library-librarians-see-the-value-as-soon-as-you-say-privacy-protecting-technology/contents.lr b/content/press/crypto-activists-announce-vision-for-tor-exit-relay-in-every-library-librarians-see-the-value-as-soon-as-you-say-privacy-protecting-technology/contents.lr
index 0e8b21d..0d9ac15 100644
--- a/content/press/crypto-activists-announce-vision-for-tor-exit-relay-in-every-library-librarians-see-the-value-as-soon-as-you-say-privacy-protecting-technology/contents.lr
+++ b/content/press/crypto-activists-announce-vision-for-tor-exit-relay-in-every-library-librarians-see-the-value-as-soon-as-you-say-privacy-protecting-technology/contents.lr
@@ -11,7 +11,7 @@ Crypto activists announce vision for Tor exit relay in every library "Librarians
---
link: http://arstechnica.com/tech-policy/2015/07/crypto-activists-announce-vision…
---
-pub_date: 2015 Jun 30
+pub_date: 2015-06-30
---
summary:
---
diff --git a/content/press/dansk-tor-udvikler-si-dan-vil-vi-giure-det-lettere-at-vi-re-anonym-pi-mobilen/contents.lr b/content/press/dansk-tor-udvikler-si-dan-vil-vi-giure-det-lettere-at-vi-re-anonym-pi-mobilen/contents.lr
index 2216aaa..5e39e98 100644
--- a/content/press/dansk-tor-udvikler-si-dan-vil-vi-giure-det-lettere-at-vi-re-anonym-pi-mobilen/contents.lr
+++ b/content/press/dansk-tor-udvikler-si-dan-vil-vi-giure-det-lettere-at-vi-re-anonym-pi-mobilen/contents.lr
@@ -11,7 +11,7 @@ Dansk Tor-udvikler: SÌ´dan vil vi gÌüre det lettere at vÌ_re anonym pÌ´ m
---
link: https://www.version2.dk/artikel/dansk-tor-udvikler-saadan-vil-vi-goere-lett…
---
-pub_date: 2018 Apr 19
+pub_date: 2018-04-19
---
summary:
---
diff --git a/content/press/dark-web-doesn-t-exist/contents.lr b/content/press/dark-web-doesn-t-exist/contents.lr
index 3c28cd8..58f3b77 100644
--- a/content/press/dark-web-doesn-t-exist/contents.lr
+++ b/content/press/dark-web-doesn-t-exist/contents.lr
@@ -11,7 +11,7 @@ Dark web doesn't exist
---
link: https://www.theregister.co.uk/2017/07/29/tor_dark_web/
---
-pub_date: 2017 Jul 29
+pub_date: 2017-07-29
---
summary:
---
diff --git a/content/press/dark-website-agora-closes-over-tor-vulnerability-suspicions/contents.lr b/content/press/dark-website-agora-closes-over-tor-vulnerability-suspicions/contents.lr
index e35a3b0..2dbd72f 100644
--- a/content/press/dark-website-agora-closes-over-tor-vulnerability-suspicions/contents.lr
+++ b/content/press/dark-website-agora-closes-over-tor-vulnerability-suspicions/contents.lr
@@ -11,7 +11,7 @@ Dark website Agora closes over Tor vulnerability suspicions
---
link: http://www.scmagazine.com/dark-website-agora-closes-over-tor-vulnerability-…
---
-pub_date: 2015 Aug 28
+pub_date: 2015-08-28
---
summary:
---
diff --git a/content/press/department-of-justice-official-tells-hundred-federal-judges-to-use-tor/contents.lr b/content/press/department-of-justice-official-tells-hundred-federal-judges-to-use-tor/contents.lr
index d9ab955..942a1f6 100644
--- a/content/press/department-of-justice-official-tells-hundred-federal-judges-to-use-tor/contents.lr
+++ b/content/press/department-of-justice-official-tells-hundred-federal-judges-to-use-tor/contents.lr
@@ -11,7 +11,7 @@ Department of Justice Official Tells Hundred Federal Judges to Use Tor
---
link: http://motherboard.vice.com/read/department-of-justice-official-tells-hundr…
---
-pub_date: 2016 Aug 06
+pub_date: 2016-08-06
---
summary:
---
diff --git a/content/press/developers-say-privacy-network-tor-was-not-compromised-during-silk-road-takedown/contents.lr b/content/press/developers-say-privacy-network-tor-was-not-compromised-during-silk-road-takedown/contents.lr
index 7d53558..c87e706 100644
--- a/content/press/developers-say-privacy-network-tor-was-not-compromised-during-silk-road-takedown/contents.lr
+++ b/content/press/developers-say-privacy-network-tor-was-not-compromised-during-silk-road-takedown/contents.lr
@@ -11,7 +11,7 @@ Developers Say Privacy Network Tor Was Not Compromised During Silk Road Takedown
---
link: http://insidebitcoins.com/news/developers-say-privacy-network-tor-was-not-c…
---
-pub_date: 2015 Jan 7
+pub_date: 2015-01-07
---
summary:
---
diff --git a/content/press/dissent-a-new-type-of-security-tool-could-markedly-improve-online-anonymity/contents.lr b/content/press/dissent-a-new-type-of-security-tool-could-markedly-improve-online-anonymity/contents.lr
index 99979fe..3d6c1ec 100644
--- a/content/press/dissent-a-new-type-of-security-tool-could-markedly-improve-online-anonymity/contents.lr
+++ b/content/press/dissent-a-new-type-of-security-tool-could-markedly-improve-online-anonymity/contents.lr
@@ -11,7 +11,7 @@ title:
---
link: http://motherboard.vice.com/read/dissent-a-new-type-of-security-tool-could-…
---
-pub_date: 2015 Sep 16
+pub_date: 2015-09-16
---
summary:
---
diff --git a/content/press/ditch-your-phone-s-built-in-web-browser-for-these-seven-alternatives/contents.lr b/content/press/ditch-your-phone-s-built-in-web-browser-for-these-seven-alternatives/contents.lr
index aea5e47..de20a92 100644
--- a/content/press/ditch-your-phone-s-built-in-web-browser-for-these-seven-alternatives/contents.lr
+++ b/content/press/ditch-your-phone-s-built-in-web-browser-for-these-seven-alternatives/contents.lr
@@ -11,7 +11,7 @@ Ditch your phone's built-in web browser for these seven alternatives
---
link: https://www.popsci.com/alternative-phone-browsers
---
-pub_date: 2018 Sep 16
+pub_date: 2018-09-16
---
summary:
---
diff --git a/content/press/doj-s-ovie-carroll-tor-helps-protect-sensitive-user-information/contents.lr b/content/press/doj-s-ovie-carroll-tor-helps-protect-sensitive-user-information/contents.lr
index fa5b5cc..9c3615d 100644
--- a/content/press/doj-s-ovie-carroll-tor-helps-protect-sensitive-user-information/contents.lr
+++ b/content/press/doj-s-ovie-carroll-tor-helps-protect-sensitive-user-information/contents.lr
@@ -11,7 +11,7 @@ DOJ’s Ovie Carroll: “Tor Helps Protect Sensitive User Information”
---
link: http://themerkle.com/dojs-ovie-carroll-tor-helps-protect-sensitive-user-inf…
---
-pub_date: 2016 Aug 26
+pub_date: 2016-08-26
---
summary:
---
diff --git a/content/press/don-t-panic-tor-is-still-safe-and-here-s-why/contents.lr b/content/press/don-t-panic-tor-is-still-safe-and-here-s-why/contents.lr
index 1106b23..22d5dff 100644
--- a/content/press/don-t-panic-tor-is-still-safe-and-here-s-why/contents.lr
+++ b/content/press/don-t-panic-tor-is-still-safe-and-here-s-why/contents.lr
@@ -11,7 +11,7 @@ Don't panic, Tor is still safe and Here’s Why
---
link: http://www.wired.co.uk/news/archive/2014-11/20/tor-still-secure
---
-pub_date: 2014 Nov 20
+pub_date: 2014-11-20
---
summary:
---
diff --git a/content/press/duckduckgo-donates-25k-to-privacyfocused-tor-project/contents.lr b/content/press/duckduckgo-donates-25k-to-privacyfocused-tor-project/contents.lr
index 462a6dc..38b711f 100644
--- a/content/press/duckduckgo-donates-25k-to-privacyfocused-tor-project/contents.lr
+++ b/content/press/duckduckgo-donates-25k-to-privacyfocused-tor-project/contents.lr
@@ -11,7 +11,7 @@ DuckDuckGo donates $25K to privacyfocused Tor Project
---
link: http://technical.ly/philly/2016/05/03/duckduckgo-tor-project/
---
-pub_date: 2016 May 03
+pub_date: 2016-05-03
---
summary:
---
diff --git a/content/press/everything-you-need-to-know-about-tor/contents.lr b/content/press/everything-you-need-to-know-about-tor/contents.lr
index 54c6e6f..ce19000 100644
--- a/content/press/everything-you-need-to-know-about-tor/contents.lr
+++ b/content/press/everything-you-need-to-know-about-tor/contents.lr
@@ -11,7 +11,7 @@ Everything you need to know about Tor
---
link: http://www.techrepublic.com/blog/it-security/everything-you-need-to-know-ab…
---
-pub_date: 2016 Jan 07
+pub_date: 2016-01-07
---
summary:
---
diff --git a/content/press/extreme-online-security-measures-to-protect-your-digital-privacy-a-guide/contents.lr b/content/press/extreme-online-security-measures-to-protect-your-digital-privacy-a-guide/contents.lr
index eed2782..7a23ab3 100644
--- a/content/press/extreme-online-security-measures-to-protect-your-digital-privacy-a-guide/contents.lr
+++ b/content/press/extreme-online-security-measures-to-protect-your-digital-privacy-a-guide/contents.lr
@@ -11,7 +11,7 @@ Extreme online security measures to protect your digital privacy – a guide
---
link: https://www.theguardian.com/technology/2016/jul/03/online-security-measures…
---
-pub_date: 2016 Jul 03
+pub_date: 2016-07-03
---
summary:
---
diff --git a/content/press/facebook-helps-tor-s-hidden-sites-get-official-recognition/contents.lr b/content/press/facebook-helps-tor-s-hidden-sites-get-official-recognition/contents.lr
index 25e7eb7..5ade502 100644
--- a/content/press/facebook-helps-tor-s-hidden-sites-get-official-recognition/contents.lr
+++ b/content/press/facebook-helps-tor-s-hidden-sites-get-official-recognition/contents.lr
@@ -11,7 +11,7 @@ Facebook helps Tor’s hidden sites get official recognition
---
link: http://www.theverge.com/2015/10/28/9631006/tor-hidden-addresses-recognition
---
-pub_date: 2015 Oct 28
+pub_date: 2015-10-28
---
summary:
---
diff --git a/content/press/facebook-is-now-available-on-tor-for-more-secure-browsing/contents.lr b/content/press/facebook-is-now-available-on-tor-for-more-secure-browsing/contents.lr
index 7c97b35..164ea51 100644
--- a/content/press/facebook-is-now-available-on-tor-for-more-secure-browsing/contents.lr
+++ b/content/press/facebook-is-now-available-on-tor-for-more-secure-browsing/contents.lr
@@ -11,7 +11,7 @@ Facebook is now available on Tor for more secure browsing
---
link: http://thenextweb.com/facebook/2014/10/31/facebook-now-available-tor-networ…
---
-pub_date: 2014 Oct 31
+pub_date: 2014-10-31
---
summary:
---
diff --git a/content/press/facebook-makes-app-that-can-bypass-china-s-censors/contents.lr b/content/press/facebook-makes-app-that-can-bypass-china-s-censors/contents.lr
index eeb77e4..ff0c38a 100644
--- a/content/press/facebook-makes-app-that-can-bypass-china-s-censors/contents.lr
+++ b/content/press/facebook-makes-app-that-can-bypass-china-s-censors/contents.lr
@@ -11,7 +11,7 @@ Facebook Makes App that Can Bypass China's Censors
---
link: http://money.cnn.com/2016/01/20/technology/facebook-android-tor/
---
-pub_date: 2016 Jan 20
+pub_date: 2016-01-20
---
summary:
---
diff --git a/content/press/facebook-s-android-app-now-lets-you-flip-a-switch-to-browse-over-tor/contents.lr b/content/press/facebook-s-android-app-now-lets-you-flip-a-switch-to-browse-over-tor/contents.lr
index ab6bfe1..30897ff 100644
--- a/content/press/facebook-s-android-app-now-lets-you-flip-a-switch-to-browse-over-tor/contents.lr
+++ b/content/press/facebook-s-android-app-now-lets-you-flip-a-switch-to-browse-over-tor/contents.lr
@@ -11,7 +11,7 @@ Facebook's Android app now lets you flip a switch to browse over Tor
---
link: http://www.theverge.com/2016/1/20/10796872/facebook-android-app-tor-support
---
-pub_date: 2016 Jan 20
+pub_date: 2016-01-20
---
summary:
---
diff --git a/content/press/fbi-s-tor-vpntargeted-warrants-amount-to-court-sanctioned-mass-surveillance/contents.lr b/content/press/fbi-s-tor-vpntargeted-warrants-amount-to-court-sanctioned-mass-surveillance/contents.lr
index 2b5a999..7ff8aee 100644
--- a/content/press/fbi-s-tor-vpntargeted-warrants-amount-to-court-sanctioned-mass-surveillance/contents.lr
+++ b/content/press/fbi-s-tor-vpntargeted-warrants-amount-to-court-sanctioned-mass-surveillance/contents.lr
@@ -11,7 +11,7 @@ FBI’s TOR, VPNtargeted Warrants Amount to Court Sanctioned Mass Surveillance
---
link: https://www.macobserver.com/tmo/article/fbis-tor-vpn-targeted-warrants-amou…
---
-pub_date: 2016 May 04
+pub_date: 2016-05-04
---
summary:
---
diff --git a/content/press/firefox-implements-another-privacy-preserving-feature-taken-from-the-tor-browser/contents.lr b/content/press/firefox-implements-another-privacy-preserving-feature-taken-from-the-tor-browser/contents.lr
index a5c220e..0595d65 100644
--- a/content/press/firefox-implements-another-privacy-preserving-feature-taken-from-the-tor-browser/contents.lr
+++ b/content/press/firefox-implements-another-privacy-preserving-feature-taken-from-the-tor-browser/contents.lr
@@ -11,7 +11,7 @@ Firefox Implements Another Privacy-Preserving Feature Taken From the Tor Browser
---
link: https://www.bleepingcomputer.com/news/software/firefox-implements-another-p…
---
-pub_date: 2017 Oct 30
+pub_date: 2017-10-30
---
summary:
---
diff --git a/content/press/firefox-is-building-an-anonymous-internet-browser-with-tor/contents.lr b/content/press/firefox-is-building-an-anonymous-internet-browser-with-tor/contents.lr
index 5c5ed84..293bbb0 100644
--- a/content/press/firefox-is-building-an-anonymous-internet-browser-with-tor/contents.lr
+++ b/content/press/firefox-is-building-an-anonymous-internet-browser-with-tor/contents.lr
@@ -11,7 +11,7 @@ Firefox is Building an Anonymous Internet Browser With Tor
---
link: http://dcinno.streetwise.co/2014/11/11/mozilla-firefox-anonymous-internet-t…
---
-pub_date: 2014 Dec 11
+pub_date: 2014-12-11
---
summary:
---
diff --git a/content/press/firefox-takes-a-bite-out-of-the-canvas-super-cookie/contents.lr b/content/press/firefox-takes-a-bite-out-of-the-canvas-super-cookie/contents.lr
index 942a2db..4a0543f 100644
--- a/content/press/firefox-takes-a-bite-out-of-the-canvas-super-cookie/contents.lr
+++ b/content/press/firefox-takes-a-bite-out-of-the-canvas-super-cookie/contents.lr
@@ -11,7 +11,7 @@ Firefox takes a bite out of the canvas 'super cookie'
---
link: https://nakedsecurity.sophos.com/2017/10/30/firefox-takes-a-bite-out-of-the…
---
-pub_date: 2017 Oct 30
+pub_date: 2017-10-30
---
summary:
---
diff --git a/content/press/first-library-to-support-anonymous-internet-browsing-effort-stops-after-dhs-email/contents.lr b/content/press/first-library-to-support-anonymous-internet-browsing-effort-stops-after-dhs-email/contents.lr
index 979a02c..0dde266 100644
--- a/content/press/first-library-to-support-anonymous-internet-browsing-effort-stops-after-dhs-email/contents.lr
+++ b/content/press/first-library-to-support-anonymous-internet-browsing-effort-stops-after-dhs-email/contents.lr
@@ -11,7 +11,7 @@ First Library to Support Anonymous Internet Browsing Effort Stops After DHS Emai
---
link: https://www.propublica.org/article/library-support-anonymous-internet-brows…
---
-pub_date: 2015 Sep 10
+pub_date: 2015-09-10
---
summary:
---
diff --git a/content/press/five-tools-for-journalists-online-safety-privacy-highlighted-during-aaron-swartz-day-event/contents.lr b/content/press/five-tools-for-journalists-online-safety-privacy-highlighted-during-aaron-swartz-day-event/contents.lr
index 31586f8..5ce500e 100644
--- a/content/press/five-tools-for-journalists-online-safety-privacy-highlighted-during-aaron-swartz-day-event/contents.lr
+++ b/content/press/five-tools-for-journalists-online-safety-privacy-highlighted-during-aaron-swartz-day-event/contents.lr
@@ -11,7 +11,7 @@ Five tools for journalists’ online safety, privacy highlighted during Aaron Sw
---
link: https://ijnet.org/en/blog/five-tools-journalists%E2%80%99-online-safety-pri…
---
-pub_date: 2015 Nov 16
+pub_date: 2015-11-16
---
summary:
---
diff --git a/content/press/france-considers-public-wifi-tor-network-ban-in-wake-of-terror-attacks/contents.lr b/content/press/france-considers-public-wifi-tor-network-ban-in-wake-of-terror-attacks/contents.lr
index 63fa13e..c78a838 100644
--- a/content/press/france-considers-public-wifi-tor-network-ban-in-wake-of-terror-attacks/contents.lr
+++ b/content/press/france-considers-public-wifi-tor-network-ban-in-wake-of-terror-attacks/contents.lr
@@ -11,7 +11,7 @@ France considers public WiFi, Tor network ban in wake of terror attacks
---
link: http://www.zdnet.com/article/france-considers-public-wi-fi-tor-network-ban-…
---
-pub_date: 2015 Dec 07
+pub_date: 2015-12-07
---
summary:
---
diff --git a/content/press/funding-for-the-tor-project-reached-a-record-3-3-million-in-2015/contents.lr b/content/press/funding-for-the-tor-project-reached-a-record-3-3-million-in-2015/contents.lr
index ca63074..4743437 100644
--- a/content/press/funding-for-the-tor-project-reached-a-record-3-3-million-in-2015/contents.lr
+++ b/content/press/funding-for-the-tor-project-reached-a-record-3-3-million-in-2015/contents.lr
@@ -11,7 +11,7 @@ Funding for the Tor Project reached a record $3.3 million in 2015
---
link: https://techcrunch.com/2017/04/25/tor-project-funding-3-3-million-2015/
---
-pub_date: 2017 Apr 25
+pub_date: 2017-04-25
---
summary:
---
diff --git a/content/press/going-dark-the-internet-behind-the-internet/contents.lr b/content/press/going-dark-the-internet-behind-the-internet/contents.lr
index a61bb08..7be568b 100644
--- a/content/press/going-dark-the-internet-behind-the-internet/contents.lr
+++ b/content/press/going-dark-the-internet-behind-the-internet/contents.lr
@@ -11,7 +11,7 @@ Going Dark: The Internet Behind The Internet
---
link: http://www.npr.org/blogs/alltechconsidered/2014/05/25/315821415/going-dark-…
---
-pub_date: 2014 May 25
+pub_date: 2014-05-25
---
summary:
---
diff --git a/content/press/half-of-the-tor-project-s-funding-now-comes-from-the-private-sector/contents.lr b/content/press/half-of-the-tor-project-s-funding-now-comes-from-the-private-sector/contents.lr
index 80667bf..1fdb5e9 100644
--- a/content/press/half-of-the-tor-project-s-funding-now-comes-from-the-private-sector/contents.lr
+++ b/content/press/half-of-the-tor-project-s-funding-now-comes-from-the-private-sector/contents.lr
@@ -11,7 +11,7 @@ Half of the Tor Project's funding now comes from the private sector
---
link: https://www.zdnet.com/article/half-of-the-tor-projects-funding-now-comes-fr…
---
-pub_date: 2018 Dec 10
+pub_date: 2018-12-10
---
summary:
---
diff --git a/content/press/hay-que-lograr-que-internet-deje-de-ser-un-medio-de-vigilancia-masiva/contents.lr b/content/press/hay-que-lograr-que-internet-deje-de-ser-un-medio-de-vigilancia-masiva/contents.lr
index 779cd2b..d93df94 100644
--- a/content/press/hay-que-lograr-que-internet-deje-de-ser-un-medio-de-vigilancia-masiva/contents.lr
+++ b/content/press/hay-que-lograr-que-internet-deje-de-ser-un-medio-de-vigilancia-masiva/contents.lr
@@ -11,7 +11,7 @@ Hay que lograr que Internet deje de ser un medio de vigilancia masiva
---
link: http://tecnologia.elpais.com/tecnologia/2015/04/04/actualidad/1428169979_19…
---
-pub_date: 2015 Apr 4
+pub_date: 2015-04-04
---
summary:
---
diff --git a/content/press/here-are-the-41-websites-you-can-t-access-in-cuba/contents.lr b/content/press/here-are-the-41-websites-you-can-t-access-in-cuba/contents.lr
index 3c137d0..8a33396 100644
--- a/content/press/here-are-the-41-websites-you-can-t-access-in-cuba/contents.lr
+++ b/content/press/here-are-the-41-websites-you-can-t-access-in-cuba/contents.lr
@@ -11,7 +11,7 @@ Here Are the 41 Websites You Can't Access in Cuba
---
link: https://motherboard.vice.com/amp/en_us/article/vbbjxm/here-are-the-41-websi…
---
-pub_date: 2017 Aug 30
+pub_date: 2017-08-30
---
summary:
---
diff --git a/content/press/how-facebook-s-tor-service-could-encourage-a-more-open-web/contents.lr b/content/press/how-facebook-s-tor-service-could-encourage-a-more-open-web/contents.lr
index faff65c..fbb446c 100644
--- a/content/press/how-facebook-s-tor-service-could-encourage-a-more-open-web/contents.lr
+++ b/content/press/how-facebook-s-tor-service-could-encourage-a-more-open-web/contents.lr
@@ -11,7 +11,7 @@ How Facebook's Tor service could encourage a more open web
---
link: http://www.theguardian.com/technology/2014/dec/05/how-faceboook-tor-service…
---
-pub_date: 2014 Dec 19
+pub_date: 2014-12-19
---
summary:
---
diff --git a/content/press/how-securedrop-helps-cpj-protect-journalists/contents.lr b/content/press/how-securedrop-helps-cpj-protect-journalists/contents.lr
index 1ce68bb..4d74768 100644
--- a/content/press/how-securedrop-helps-cpj-protect-journalists/contents.lr
+++ b/content/press/how-securedrop-helps-cpj-protect-journalists/contents.lr
@@ -11,7 +11,7 @@ How SecureDrop helps CPJ protect journalists
---
link: https://cpj.org/blog/2016/05/how-securedrop-helps-cpj-protect-journalists.p…
---
-pub_date: 2016 May 12
+pub_date: 2016-05-12
---
summary:
---
diff --git a/content/press/how-this-west-philly-activist-became-tor-s-first-director-of-communications/contents.lr b/content/press/how-this-west-philly-activist-became-tor-s-first-director-of-communications/contents.lr
index 1320240..d98b5dd 100644
--- a/content/press/how-this-west-philly-activist-became-tor-s-first-director-of-communications/contents.lr
+++ b/content/press/how-this-west-philly-activist-became-tor-s-first-director-of-communications/contents.lr
@@ -11,7 +11,7 @@ How this West Philly activist became Tor’s first director of communications
---
link: https://technical.ly/philly/2015/07/16/kate-krauss-tor/
---
-pub_date: 2015 Jul 16
+pub_date: 2015-07-16
---
summary:
---
diff --git a/content/press/how-to-be-anonymous-on-the-internet-appsec-presents-the-latest-developments-of-the-tor-project-for-anonymous-communications/contents.lr b/content/press/how-to-be-anonymous-on-the-internet-appsec-presents-the-latest-developments-of-the-tor-project-for-anonymous-communications/contents.lr
index c7127d1..afd6e08 100644
--- a/content/press/how-to-be-anonymous-on-the-internet-appsec-presents-the-latest-developments-of-the-tor-project-for-anonymous-communications/contents.lr
+++ b/content/press/how-to-be-anonymous-on-the-internet-appsec-presents-the-latest-developments-of-the-tor-project-for-anonymous-communications/contents.lr
@@ -11,7 +11,7 @@ How to be anonymous on the Internet: AppSec presents the latest developments of
---
link: http://www.itnewsonline.com/realwire/How-to-be-anonymous-on-the-Internet-Ap…
---
-pub_date: 2014 Jun 17
+pub_date: 2014-06-17
---
summary:
---
diff --git a/content/press/how-to-become-anonymous-online/contents.lr b/content/press/how-to-become-anonymous-online/contents.lr
index f88324e..407e049 100644
--- a/content/press/how-to-become-anonymous-online/contents.lr
+++ b/content/press/how-to-become-anonymous-online/contents.lr
@@ -11,7 +11,7 @@ How to become anonymous online
---
link: https://www.techradar.com/how-to/how-to-become-anonymous-online
---
-pub_date: 2018 May 7
+pub_date: 2018-05-07
---
summary:
---
diff --git a/content/press/how-to-contact-the-guardian-securely/contents.lr b/content/press/how-to-contact-the-guardian-securely/contents.lr
index a41c1b8..ab6950c 100644
--- a/content/press/how-to-contact-the-guardian-securely/contents.lr
+++ b/content/press/how-to-contact-the-guardian-securely/contents.lr
@@ -11,7 +11,7 @@ How to contact the Guardian securely
---
link: https://www.theguardian.com/help/2016/sep/19/how-to-contact-the-guardian-se…
---
-pub_date: 2016 Sep 19
+pub_date: 2016-09-19
---
summary:
---
diff --git a/content/press/how-ugandans-can-beat-government-censorship/contents.lr b/content/press/how-ugandans-can-beat-government-censorship/contents.lr
index f0bb173..3fe1a3f 100644
--- a/content/press/how-ugandans-can-beat-government-censorship/contents.lr
+++ b/content/press/how-ugandans-can-beat-government-censorship/contents.lr
@@ -11,7 +11,7 @@ How Ugandans can beat government censorship
---
link: http://www.dailydot.com/layer8/uganda-censorship-circumvention-how-to/
---
-pub_date: 2016 May 12
+pub_date: 2016-05-12
---
summary:
---
diff --git a/content/press/human-rights-groups-furious-about-new-us-warrant-law/contents.lr b/content/press/human-rights-groups-furious-about-new-us-warrant-law/contents.lr
index e43f364..ab8b9bb 100644
--- a/content/press/human-rights-groups-furious-about-new-us-warrant-law/contents.lr
+++ b/content/press/human-rights-groups-furious-about-new-us-warrant-law/contents.lr
@@ -11,7 +11,7 @@ Human Rights groups furious about new US warrant law
---
link: http://www.techeye.net/news/human-rights-groups-furious-about-new-us-warran…
---
-pub_date: 2016 Jun 22
+pub_date: 2016-06-22
---
summary:
---
diff --git a/content/press/i-team-understanding-tor-and-the-dark-net/contents.lr b/content/press/i-team-understanding-tor-and-the-dark-net/contents.lr
index ef15908..be53db7 100644
--- a/content/press/i-team-understanding-tor-and-the-dark-net/contents.lr
+++ b/content/press/i-team-understanding-tor-and-the-dark-net/contents.lr
@@ -11,7 +11,7 @@ I-Team: Understanding TOR and the dark net
---
link: http://abc7news.com/technology/i-team-investigates-underworld-marketplaces-…
---
-pub_date: 2014 May 13
+pub_date: 2014-05-13
---
summary:
---
diff --git a/content/press/iana-designates-onion-as-special-use-domain-to-boost-security/contents.lr b/content/press/iana-designates-onion-as-special-use-domain-to-boost-security/contents.lr
index 2f557aa..f058c67 100644
--- a/content/press/iana-designates-onion-as-special-use-domain-to-boost-security/contents.lr
+++ b/content/press/iana-designates-onion-as-special-use-domain-to-boost-security/contents.lr
@@ -11,7 +11,7 @@ IANA Designates .Onion as Special Use Domain to Boost Security
---
link: http://www.thewhir.com/web-hosting-news/iana-designates-onion-as-special-us…
---
-pub_date: 2015 Sep 10
+pub_date: 2015-09-10
---
summary:
---
diff --git a/content/press/if-you-can-about-online-privacy-then-the-nsa-cares-about-targeting-you/contents.lr b/content/press/if-you-can-about-online-privacy-then-the-nsa-cares-about-targeting-you/contents.lr
index 7f31abd..199e160 100644
--- a/content/press/if-you-can-about-online-privacy-then-the-nsa-cares-about-targeting-you/contents.lr
+++ b/content/press/if-you-can-about-online-privacy-then-the-nsa-cares-about-targeting-you/contents.lr
@@ -11,7 +11,7 @@ If you can about online privacy, then the NSA cares about targeting you
---
link: http://blogs.computerworld.com/privacy/24102/if-you-care-about-online-priva…
---
-pub_date: 2014 Jul 7
+pub_date: 2014-07-07
---
summary:
---
diff --git a/content/press/in-an-effort-to-educate-users-tor-animates-online-privacy/contents.lr b/content/press/in-an-effort-to-educate-users-tor-animates-online-privacy/contents.lr
index ea9d5b6..ff5ecb0 100644
--- a/content/press/in-an-effort-to-educate-users-tor-animates-online-privacy/contents.lr
+++ b/content/press/in-an-effort-to-educate-users-tor-animates-online-privacy/contents.lr
@@ -11,7 +11,7 @@ In an effort to educate users, Tor animates online privacy
---
link: http://www.betaboston.com/news/2015/03/18/in-an-effort-to-educate-users-tor…
---
-pub_date: 2015 Mar 18
+pub_date: 2015-03-18
---
summary:
---
diff --git a/content/press/inside-philly-s-growing-internet-privacy-community/contents.lr b/content/press/inside-philly-s-growing-internet-privacy-community/contents.lr
index bd38c8c..da3818d 100644
--- a/content/press/inside-philly-s-growing-internet-privacy-community/contents.lr
+++ b/content/press/inside-philly-s-growing-internet-privacy-community/contents.lr
@@ -11,7 +11,7 @@ Inside Philly’s Growing Internet Privacy Community
---
link: https://technical.ly/philly/2015/07/08/philadelphia-internet-privacy-tor/
---
-pub_date: 2015 Jul 8
+pub_date: 2015-07-08
---
summary:
---
diff --git a/content/press/internetrights-groups-launch-protest-over-expanded-fbi-hacking-powers/contents.lr b/content/press/internetrights-groups-launch-protest-over-expanded-fbi-hacking-powers/contents.lr
index 10b5d90..b34e30c 100644
--- a/content/press/internetrights-groups-launch-protest-over-expanded-fbi-hacking-powers/contents.lr
+++ b/content/press/internetrights-groups-launch-protest-over-expanded-fbi-hacking-powers/contents.lr
@@ -11,7 +11,7 @@ Internetrights groups launch protest over expanded FBI hacking powers
---
link: http://www.dailydot.com/layer8/rule-41-online-protest/
---
-pub_date: 2016 Jun 21
+pub_date: 2016-06-21
---
summary:
---
diff --git a/content/press/interview-with-runa-sandvik/contents.lr b/content/press/interview-with-runa-sandvik/contents.lr
index fddf94d..0c40691 100644
--- a/content/press/interview-with-runa-sandvik/contents.lr
+++ b/content/press/interview-with-runa-sandvik/contents.lr
@@ -11,7 +11,7 @@ Interview with Runa Sandvik
---
link: http://www.siliconrepublic.com/enterprise/item/41531-the-interview-runa-san…
---
-pub_date: 2015 Apr 9
+pub_date: 2015-04-09
---
summary:
---
diff --git a/content/press/iranian-web-crackdown-drives-surge-in-privacy-technology/contents.lr b/content/press/iranian-web-crackdown-drives-surge-in-privacy-technology/contents.lr
index 4639453..5645214 100644
--- a/content/press/iranian-web-crackdown-drives-surge-in-privacy-technology/contents.lr
+++ b/content/press/iranian-web-crackdown-drives-surge-in-privacy-technology/contents.lr
@@ -11,7 +11,7 @@ Iranian web crackdown drives surge in privacy technology
---
link: https://news.sky.com/story/iranian-web-crackdown-drives-surge-in-privacy-te…
---
-pub_date: 2018 Jan 2
+pub_date: 2018-01-02
---
summary:
---
diff --git a/content/press/iraq-crisis-government-blocks-access-to-tor-project-following-isis-insurgency/contents.lr b/content/press/iraq-crisis-government-blocks-access-to-tor-project-following-isis-insurgency/contents.lr
index 742574d..8b57072 100644
--- a/content/press/iraq-crisis-government-blocks-access-to-tor-project-following-isis-insurgency/contents.lr
+++ b/content/press/iraq-crisis-government-blocks-access-to-tor-project-following-isis-insurgency/contents.lr
@@ -11,7 +11,7 @@ Iraq Crisis: Government Blocks Access to Tor Project Following Isis Insurgency
---
link: http://www.ibtimes.co.uk/iraq-crisis-gvoernment-blocks-access-tor-project-f…
---
-pub_date: 2014 Jun 15
+pub_date: 2014-06-15
---
summary:
---
diff --git a/content/press/lawmakers-call-on-amazon-and-google-to-reconsider-ban-on-domain-fronting/contents.lr b/content/press/lawmakers-call-on-amazon-and-google-to-reconsider-ban-on-domain-fronting/contents.lr
index c94f66b..a48599f 100644
--- a/content/press/lawmakers-call-on-amazon-and-google-to-reconsider-ban-on-domain-fronting/contents.lr
+++ b/content/press/lawmakers-call-on-amazon-and-google-to-reconsider-ban-on-domain-fronting/contents.lr
@@ -10,7 +10,7 @@ title: Lawmakers call on Amazon and Google to reconsider ban on domain fronting
---
link: https://www.cyberscoop.com/domain-fronting-ban-letter-ron-wyden-marco-rubio…
---
-pub_date: 2018 Jul 17
+pub_date: 2018-07-17
---
summary:
---
diff --git a/content/press/like-apple-tor-devs-would-quit-their-jobs-if-ordered-to-backdoor-their-software/contents.lr b/content/press/like-apple-tor-devs-would-quit-their-jobs-if-ordered-to-backdoor-their-software/contents.lr
index d878592..53695d4 100644
--- a/content/press/like-apple-tor-devs-would-quit-their-jobs-if-ordered-to-backdoor-their-software/contents.lr
+++ b/content/press/like-apple-tor-devs-would-quit-their-jobs-if-ordered-to-backdoor-their-software/contents.lr
@@ -11,7 +11,7 @@ Like Apple, Tor Devs Would Quit Their Jobs If Ordered to Backdoor Their Software
---
link: http://news.softpedia.com/news/like-apple-tor-devs-would-quit-their-jobs-if…
---
-pub_date: 2016 Mar 21
+pub_date: 2016-03-21
---
summary:
---
diff --git a/content/press/make-it-harder-for-the-gov-t-to-track-your-shutdownzimbabwe2016-messages/contents.lr b/content/press/make-it-harder-for-the-gov-t-to-track-your-shutdownzimbabwe2016-messages/contents.lr
index d0ab063..7626012 100644
--- a/content/press/make-it-harder-for-the-gov-t-to-track-your-shutdownzimbabwe2016-messages/contents.lr
+++ b/content/press/make-it-harder-for-the-gov-t-to-track-your-shutdownzimbabwe2016-messages/contents.lr
@@ -11,7 +11,7 @@ Make it harder for the gov’t to track your #ShutdownZimbabwe2016 messages
---
link: http://www.htxt.co.za/2016/07/07/make-it-harder-for-the-govt-to-track-your-…
---
-pub_date: 2016 Jul 07
+pub_date: 2016-07-07
---
summary:
---
diff --git a/content/press/mapping-how-tor-s-anonymity-network-spread-around-the-world/contents.lr b/content/press/mapping-how-tor-s-anonymity-network-spread-around-the-world/contents.lr
index 04818d1..e9b2a1d 100644
--- a/content/press/mapping-how-tor-s-anonymity-network-spread-around-the-world/contents.lr
+++ b/content/press/mapping-how-tor-s-anonymity-network-spread-around-the-world/contents.lr
@@ -11,7 +11,7 @@ Mapping How Tor’s Anonymity Network Spread Around the World
---
link: http://www.wired.com/2015/09/mapping-tors-anonymity-network-spread-around-w…
---
-pub_date: 2015 Sep 14
+pub_date: 2015-09-14
---
summary:
---
diff --git a/content/press/monsters-defeated-in-quest-to-free-onion-from-clutches-of-dns-snooping-demons/contents.lr b/content/press/monsters-defeated-in-quest-to-free-onion-from-clutches-of-dns-snooping-demons/contents.lr
index 0376f96..1a230b9 100644
--- a/content/press/monsters-defeated-in-quest-to-free-onion-from-clutches-of-dns-snooping-demons/contents.lr
+++ b/content/press/monsters-defeated-in-quest-to-free-onion-from-clutches-of-dns-snooping-demons/contents.lr
@@ -11,7 +11,7 @@ Monsters defeated in quest to free .onion from clutches of DNS-snooping demons
---
link: http://www.theregister.co.uk/2015/09/10/tors_onion_domain_gets_privacyconsc…
---
-pub_date: 2015 Sep 10
+pub_date: 2015-09-10
---
summary:
---
diff --git a/content/press/more-indians-are-logging-on-anonymously-using-browsers-like-tor-freenet-i2p-and-tails/contents.lr b/content/press/more-indians-are-logging-on-anonymously-using-browsers-like-tor-freenet-i2p-and-tails/contents.lr
index 4039656..ae755e2 100644
--- a/content/press/more-indians-are-logging-on-anonymously-using-browsers-like-tor-freenet-i2p-and-tails/contents.lr
+++ b/content/press/more-indians-are-logging-on-anonymously-using-browsers-like-tor-freenet-i2p-and-tails/contents.lr
@@ -11,7 +11,7 @@ More Indians are logging on anonymously using browsers like Tor, Freenet, I2P an
---
link: http://economictimes.indiatimes.com/tech/internet/more-indians-are-logging-…
---
-pub_date: 2015 Oct 13
+pub_date: 2015-10-13
---
summary:
---
diff --git a/content/press/mozilla-get-bigger-and-better/contents.lr b/content/press/mozilla-get-bigger-and-better/contents.lr
index 0390465..54fef63 100644
--- a/content/press/mozilla-get-bigger-and-better/contents.lr
+++ b/content/press/mozilla-get-bigger-and-better/contents.lr
@@ -11,7 +11,7 @@ Mozilla get bigger and better
---
link: http://gizmodo.com/mozilla-is-helping-tor-get-bigger-and-better-1656860653
---
-pub_date: 2014 Nov 10
+pub_date: 2014-11-10
---
summary:
---
diff --git a/content/press/mozilla-is-matching-all-donations-to-the-tor-project/contents.lr b/content/press/mozilla-is-matching-all-donations-to-the-tor-project/contents.lr
index 15edf56..a4d8cd1 100644
--- a/content/press/mozilla-is-matching-all-donations-to-the-tor-project/contents.lr
+++ b/content/press/mozilla-is-matching-all-donations-to-the-tor-project/contents.lr
@@ -11,7 +11,7 @@ Mozilla is matching all donations to the Tor Project
---
link: https://techcrunch.com/2018/10/24/mozilla-tor-project/
---
-pub_date: 2018 Oct 24
+pub_date: 2018-10-24
---
summary:
---
diff --git a/content/press/mozilla-throws-385k-at-open-source-projects-including-tor-and-nvda/contents.lr b/content/press/mozilla-throws-385k-at-open-source-projects-including-tor-and-nvda/contents.lr
index 4b59425..fad19e8 100644
--- a/content/press/mozilla-throws-385k-at-open-source-projects-including-tor-and-nvda/contents.lr
+++ b/content/press/mozilla-throws-385k-at-open-source-projects-including-tor-and-nvda/contents.lr
@@ -11,7 +11,7 @@ Mozilla throws $385k at open source projects including Tor and NVDA
---
link: http://www.theinquirer.net/inquirer/news/2462596/mozilla-throws-usd385k-at-…
---
-pub_date: 2015 Jun 23
+pub_date: 2015-06-23
---
summary:
---
diff --git a/content/press/mozilla-treats-tor-network-to-a-hardware-helping-hand/contents.lr b/content/press/mozilla-treats-tor-network-to-a-hardware-helping-hand/contents.lr
index 62ab0d2..f7d48e4 100644
--- a/content/press/mozilla-treats-tor-network-to-a-hardware-helping-hand/contents.lr
+++ b/content/press/mozilla-treats-tor-network-to-a-hardware-helping-hand/contents.lr
@@ -12,7 +12,7 @@ Mozilla treats Tor Network to a hardware helping hand
---
link: http://www.theinquirer.net/inquirer/news/2392703/mozilla-treats-tor-network…
---
-pub_date: 2015 Jan 29
+pub_date: 2015-01-29
---
summary:
---
diff --git a/content/press/mozilla-ups-firefox-privacy-ante-with-tor-injection/contents.lr b/content/press/mozilla-ups-firefox-privacy-ante-with-tor-injection/contents.lr
index e2b5df9..4111fd7 100644
--- a/content/press/mozilla-ups-firefox-privacy-ante-with-tor-injection/contents.lr
+++ b/content/press/mozilla-ups-firefox-privacy-ante-with-tor-injection/contents.lr
@@ -11,7 +11,7 @@ Mozilla ups Firefox privacy ante with Tor injection
---
link: http://www.theinquirer.net/inquirer/news/2463873/mozilla-ups-firefox-privac…
---
-pub_date: 2016 Jul 05
+pub_date: 2016-07-05
---
summary:
---
diff --git a/content/press/n-h-public-library-reconsiders-support-for-anonymous-internet-network-tor/contents.lr b/content/press/n-h-public-library-reconsiders-support-for-anonymous-internet-network-tor/contents.lr
index 390266e..2ca9f15 100644
--- a/content/press/n-h-public-library-reconsiders-support-for-anonymous-internet-network-tor/contents.lr
+++ b/content/press/n-h-public-library-reconsiders-support-for-anonymous-internet-network-tor/contents.lr
@@ -11,7 +11,7 @@ N.H. Public Library Reconsiders Support For Anonymous Internet Network Tor
---
link: http://www.npr.org/2015/09/16/440914105/n-h-public-library-reconsiders-supp…
---
-pub_date: 2015 Sep 16
+pub_date: 2015-09-16
---
summary:
---
diff --git a/content/press/new-tor-project-executive-director/contents.lr b/content/press/new-tor-project-executive-director/contents.lr
index 79878c5..f0d08a3 100644
--- a/content/press/new-tor-project-executive-director/contents.lr
+++ b/content/press/new-tor-project-executive-director/contents.lr
@@ -11,7 +11,7 @@ New Tor Project Executive Director
---
link: https://darkwebnews.com/anonymity-tools/tor/new-tor-executive-director/
---
-pub_date: 2018 May 4
+pub_date: 2018-05-04
---
summary:
---
diff --git a/content/press/nsa-might-tag-you-as-extremist-when-you-use-tor-other-privacy-online-services/contents.lr b/content/press/nsa-might-tag-you-as-extremist-when-you-use-tor-other-privacy-online-services/contents.lr
index ec2e042..2004ccb 100644
--- a/content/press/nsa-might-tag-you-as-extremist-when-you-use-tor-other-privacy-online-services/contents.lr
+++ b/content/press/nsa-might-tag-you-as-extremist-when-you-use-tor-other-privacy-online-services/contents.lr
@@ -11,7 +11,7 @@ NSA might tag you as extremist when you use Tor, other privacy online services
---
link: http://www.techtimes.com/articles/9779/20140708/nsa-might-tag-you-as-extrem…
---
-pub_date: 2014 Jul 8
+pub_date: 2014-07-08
---
summary:
---
diff --git a/content/press/nsa-surveillance-targets-cambridge-based-tor-project/contents.lr b/content/press/nsa-surveillance-targets-cambridge-based-tor-project/contents.lr
index 877f2f7..b946187 100644
--- a/content/press/nsa-surveillance-targets-cambridge-based-tor-project/contents.lr
+++ b/content/press/nsa-surveillance-targets-cambridge-based-tor-project/contents.lr
@@ -11,7 +11,7 @@ NSA Surveillance Targets Cambridge - based TOR Project
---
link: http://www.cctvcambridge.org/NSATor
---
-pub_date: 2014 Jul 8
+pub_date: 2014-07-08
---
summary:
---
diff --git a/content/press/nsa-targets-the-privacy-conscious/contents.lr b/content/press/nsa-targets-the-privacy-conscious/contents.lr
index a4d881c..d19b06a 100644
--- a/content/press/nsa-targets-the-privacy-conscious/contents.lr
+++ b/content/press/nsa-targets-the-privacy-conscious/contents.lr
@@ -11,7 +11,7 @@ NSA targets the privacy-conscious
---
link: http://daserste.ndr.de/panorama/aktuell/nsa230_page-1.html
---
-pub_date: 2014 Jul 3
+pub_date: 2014-07-03
---
summary:
---
diff --git a/content/press/old-school-sniffing-attacks-can-still-reveal-your-browsing-history/contents.lr b/content/press/old-school-sniffing-attacks-can-still-reveal-your-browsing-history/contents.lr
index c1a30c8..09c6539 100644
--- a/content/press/old-school-sniffing-attacks-can-still-reveal-your-browsing-history/contents.lr
+++ b/content/press/old-school-sniffing-attacks-can-still-reveal-your-browsing-history/contents.lr
@@ -11,7 +11,7 @@ Old School 'Sniffing' Attacks Can Still Reveal Your Browsing History
---
link: https://motherboard.vice.com/en_us/article/zm9jd4/old-school-sniffing-attac…
---
-pub_date: 2018 Nov 02
+pub_date: 2018-11-02
---
summary:
---
diff --git a/content/press/only-seven-of-45-browsers-block-tls-session-resumption-tracking/contents.lr b/content/press/only-seven-of-45-browsers-block-tls-session-resumption-tracking/contents.lr
index 0d298db..85e6ddc 100644
--- a/content/press/only-seven-of-45-browsers-block-tls-session-resumption-tracking/contents.lr
+++ b/content/press/only-seven-of-45-browsers-block-tls-session-resumption-tracking/contents.lr
@@ -11,7 +11,7 @@ Only seven of 45 browsers block TLS Session Resumption tracking
---
link: https://www.zdnet.com/article/advertisers-can-track-users-across-the-intern…
---
-pub_date: 2018 Oct 23
+pub_date: 2018-10-23
---
summary:
---
diff --git a/content/press/oped/contents.lr b/content/press/oped/contents.lr
index f9a75a4..bebfeb5 100644
--- a/content/press/oped/contents.lr
+++ b/content/press/oped/contents.lr
@@ -11,7 +11,7 @@ OpEd
---
link: http://www.independent.co.uk/voices/comment/the-dark-web-is-not-just-for-pa…
---
-pub_date: 2014 Dec 12
+pub_date: 2014-12-12
---
summary:
---
diff --git a/content/press/panama-papers-privacy-encryption-and-you/contents.lr b/content/press/panama-papers-privacy-encryption-and-you/contents.lr
index aff71a7..f0a57d7 100644
--- a/content/press/panama-papers-privacy-encryption-and-you/contents.lr
+++ b/content/press/panama-papers-privacy-encryption-and-you/contents.lr
@@ -11,7 +11,7 @@ Panama Papers, privacy, encryption, and you
---
link: http://www.cybershack.com.au/feature/panama-papers-privacy-encryption-and-y…
---
-pub_date: 2016 Apr 08
+pub_date: 2016-04-08
---
summary:
---
diff --git a/content/press/privacy-by-design-thanks-to-tor-s-jacob-appelbaum-and-facebook-s-alec-muffett/contents.lr b/content/press/privacy-by-design-thanks-to-tor-s-jacob-appelbaum-and-facebook-s-alec-muffett/contents.lr
index 5747e4a..525e205 100644
--- a/content/press/privacy-by-design-thanks-to-tor-s-jacob-appelbaum-and-facebook-s-alec-muffett/contents.lr
+++ b/content/press/privacy-by-design-thanks-to-tor-s-jacob-appelbaum-and-facebook-s-alec-muffett/contents.lr
@@ -11,7 +11,7 @@ Privacy by design, thanks to Tor's Jacob Appelbaum and Facebook's Alec Muffett
---
link: http://motherboard.vice.com/read/internet-regulators-just-legitimized-the-d…
---
-pub_date: 2015 Sep 10
+pub_date: 2015-09-10
---
summary:
---
diff --git a/content/press/privacyconscious-users-rejoice-facebook-s-android-app-now-supports-tor/contents.lr b/content/press/privacyconscious-users-rejoice-facebook-s-android-app-now-supports-tor/contents.lr
index 14de442..fc1d40f 100644
--- a/content/press/privacyconscious-users-rejoice-facebook-s-android-app-now-supports-tor/contents.lr
+++ b/content/press/privacyconscious-users-rejoice-facebook-s-android-app-now-supports-tor/contents.lr
@@ -11,7 +11,7 @@ Privacyconscious users rejoice: Facebook's Android app now supports Tor
---
link: http://www.pcworld.com/article/3024305/security/privacy-conscious-users-rej…
---
-pub_date: 2016 Jan 20
+pub_date: 2016-01-20
---
summary:
---
diff --git a/content/press/propublica-launches-the-dark-web-s-first-major-news-site/contents.lr b/content/press/propublica-launches-the-dark-web-s-first-major-news-site/contents.lr
index a591059..ca7a5d4 100644
--- a/content/press/propublica-launches-the-dark-web-s-first-major-news-site/contents.lr
+++ b/content/press/propublica-launches-the-dark-web-s-first-major-news-site/contents.lr
@@ -11,7 +11,7 @@ ProPublica Launches the Dark Web’s First Major News Site
---
link: https://www.wired.com/2016/01/propublica-launches-the-dark-webs-first-major…
---
-pub_date: 2016 Jan 07
+pub_date: 2016-01-07
---
summary:
---
diff --git a/content/press/propublica-launches-world-s-first-major-news-site-for-dark-web/contents.lr b/content/press/propublica-launches-world-s-first-major-news-site-for-dark-web/contents.lr
index 39ce31b..a1ffb4a 100644
--- a/content/press/propublica-launches-world-s-first-major-news-site-for-dark-web/contents.lr
+++ b/content/press/propublica-launches-world-s-first-major-news-site-for-dark-web/contents.lr
@@ -11,7 +11,7 @@ ProPublica launches world's first major news site for dark web
---
link: https://www.theguardian.com/media/2016/jan/08/propublica-launches-worlds-fi…
---
-pub_date: 2016 Jan 08
+pub_date: 2016-01-08
---
summary:
---
diff --git a/content/press/raise-your-voice-for-a-good-cause/contents.lr b/content/press/raise-your-voice-for-a-good-cause/contents.lr
index 15ba58e..ff49766 100644
--- a/content/press/raise-your-voice-for-a-good-cause/contents.lr
+++ b/content/press/raise-your-voice-for-a-good-cause/contents.lr
@@ -11,7 +11,7 @@ Raise your voice for a good cause
---
link: https://www.digitaltrends.com/home/alexa-voice-charity-donation/
---
-pub_date: 2018 Apr 2
+pub_date: 2018-04-02
---
summary:
---
diff --git a/content/press/report-internet-censorship-has-become-a-more-pervasivea-in-past-year/contents.lr b/content/press/report-internet-censorship-has-become-a-more-pervasivea-in-past-year/contents.lr
index 770d443..079b5ef 100644
--- a/content/press/report-internet-censorship-has-become-a-more-pervasivea-in-past-year/contents.lr
+++ b/content/press/report-internet-censorship-has-become-a-more-pervasivea-in-past-year/contents.lr
@@ -11,7 +11,7 @@ Internet censorship has become a "more pervasiveâ" in past year
---
link: https://www.madamasr.com/en/2018/07/02/news/u/report-internet-censorship-ha…
---
-pub_date: 2018 Jul 02
+pub_date: 2018-07-02
---
summary:
---
diff --git a/content/press/russia-tried-and-failed-to-hack-the-tor-browser/contents.lr b/content/press/russia-tried-and-failed-to-hack-the-tor-browser/contents.lr
index 31438bf..9f8cc53 100644
--- a/content/press/russia-tried-and-failed-to-hack-the-tor-browser/contents.lr
+++ b/content/press/russia-tried-and-failed-to-hack-the-tor-browser/contents.lr
@@ -11,7 +11,7 @@ Russia Tried and Failed to Hack the Tor Browser
---
link: http://www.wired.com/2015/09/security-news-week-russia-us-homeland-security…
---
-pub_date: 2015 Sep 12
+pub_date: 2015-09-12
---
summary:
---
diff --git a/content/press/security-and-privacy-on-the-internet-with-julia-angwen-and-tor-project-s-kate-krauss-starts-at-13-30/contents.lr b/content/press/security-and-privacy-on-the-internet-with-julia-angwen-and-tor-project-s-kate-krauss-starts-at-13-30/contents.lr
index e0d8dda..7017fbd 100644
--- a/content/press/security-and-privacy-on-the-internet-with-julia-angwen-and-tor-project-s-kate-krauss-starts-at-13-30/contents.lr
+++ b/content/press/security-and-privacy-on-the-internet-with-julia-angwen-and-tor-project-s-kate-krauss-starts-at-13-30/contents.lr
@@ -11,7 +11,7 @@ Security and Privacy on the Internet, with Julia Angwen and Tor Project’s Kate
---
link: https://technical.ly/philly/2015/07/24/kate-krauss-radio-times/
---
-pub_date: 2015 Jul 24
+pub_date: 2015-07-24
---
summary:
---
diff --git a/content/press/selfrando-improves-tor-browser-security/contents.lr b/content/press/selfrando-improves-tor-browser-security/contents.lr
index 2531859..9ca0165 100644
--- a/content/press/selfrando-improves-tor-browser-security/contents.lr
+++ b/content/press/selfrando-improves-tor-browser-security/contents.lr
@@ -11,7 +11,7 @@ Selfrando improves Tor Browser security
---
link: www.ghacks.net/2016/06/28/selfrando-improves-tor-browser-security
---
-pub_date: 2016 Jun 28
+pub_date: 2016-06-28
---
summary:
---
diff --git a/content/press/selfrando-technique-makes-tor-nearly-invulnerable-to-deanonymization-attacks/contents.lr b/content/press/selfrando-technique-makes-tor-nearly-invulnerable-to-deanonymization-attacks/contents.lr
index 82691ff..5f7de56 100644
--- a/content/press/selfrando-technique-makes-tor-nearly-invulnerable-to-deanonymization-attacks/contents.lr
+++ b/content/press/selfrando-technique-makes-tor-nearly-invulnerable-to-deanonymization-attacks/contents.lr
@@ -11,7 +11,7 @@ Selfrando Technique Makes Tor Nearly Invulnerable To Deanonymization Attacks
---
link: http://themerkle.com/selfrando-technique-makes-tor-nearly-invulnerable-to-d…
---
-pub_date: 2016 Jun 24
+pub_date: 2016-06-24
---
summary:
---
diff --git a/content/press/silicon-valley-s-congresswoman-comes-to-the-defense-of-tor/contents.lr b/content/press/silicon-valley-s-congresswoman-comes-to-the-defense-of-tor/contents.lr
index f738ec6..bef12c7 100644
--- a/content/press/silicon-valley-s-congresswoman-comes-to-the-defense-of-tor/contents.lr
+++ b/content/press/silicon-valley-s-congresswoman-comes-to-the-defense-of-tor/contents.lr
@@ -11,7 +11,7 @@ Silicon Valley's Congresswoman comes to the defense of Tor
---
link: http://www.theregister.co.uk/2015/12/11/silicon_valley_congresswoman_to_bat…
---
-pub_date: 2015 Dec 11
+pub_date: 2015-12-11
---
summary:
---
diff --git a/content/press/silicon-valley-spars-with-obama-over-backdoor-surveillance/contents.lr b/content/press/silicon-valley-spars-with-obama-over-backdoor-surveillance/contents.lr
index e29373e..902cc22 100644
--- a/content/press/silicon-valley-spars-with-obama-over-backdoor-surveillance/contents.lr
+++ b/content/press/silicon-valley-spars-with-obama-over-backdoor-surveillance/contents.lr
@@ -11,7 +11,7 @@ Silicon Valley Spars with Obama over Backdoor Surveillance
---
link: http://thehill.com/policy/cybersecurity/236512-silicon-valley-spars-with-ob…
---
-pub_date: 2015 Mar 22
+pub_date: 2015-03-22
---
summary:
---
diff --git a/content/press/simple-tips-to-avoid-getting-hacked/contents.lr b/content/press/simple-tips-to-avoid-getting-hacked/contents.lr
index cd0c8b7..c28e263 100644
--- a/content/press/simple-tips-to-avoid-getting-hacked/contents.lr
+++ b/content/press/simple-tips-to-avoid-getting-hacked/contents.lr
@@ -11,7 +11,7 @@ Simple tips to avoid getting hacked
---
link: http://money.cnn.com/2014/06/13/technology/security/dont-get-hacked/index.h…
---
-pub_date: 2015 Jun 13
+pub_date: 2015-06-13
---
summary:
---
diff --git a/content/press/state-of-the-onion/contents.lr b/content/press/state-of-the-onion/contents.lr
index a379a68..a913a77 100644
--- a/content/press/state-of-the-onion/contents.lr
+++ b/content/press/state-of-the-onion/contents.lr
@@ -11,7 +11,7 @@ title:
---
link: http://media.ccc.de/browse/congress/2014/31c3_-_6251_-_en_-_saal_1_-_201412…
---
-pub_date: 2014 Dec 30
+pub_date: 2014-12-30
---
summary:
---
diff --git a/content/press/technology-that-changed-us-the-2000s-from-iphone-to-twitter/contents.lr b/content/press/technology-that-changed-us-the-2000s-from-iphone-to-twitter/contents.lr
index e0a9238..585996b 100644
--- a/content/press/technology-that-changed-us-the-2000s-from-iphone-to-twitter/contents.lr
+++ b/content/press/technology-that-changed-us-the-2000s-from-iphone-to-twitter/contents.lr
@@ -11,7 +11,7 @@ Technology that changed us: The 2000s, from iPhone to Twitter
---
link: https://www.zdnet.com/article/technology-that-changed-us-the-2000s/
---
-pub_date: 2018 May 30
+pub_date: 2018-05-30
---
summary:
---
diff --git a/content/press/the-attack-that-broke-the-dark-web-and-how-tor-plans-to-fix-it/contents.lr b/content/press/the-attack-that-broke-the-dark-web-and-how-tor-plans-to-fix-it/contents.lr
index 9f382e1..f48c42e 100644
--- a/content/press/the-attack-that-broke-the-dark-web-and-how-tor-plans-to-fix-it/contents.lr
+++ b/content/press/the-attack-that-broke-the-dark-web-and-how-tor-plans-to-fix-it/contents.lr
@@ -11,7 +11,7 @@ The attack that broke the Dark Web—and how Tor plans to fix it.
---
link: http://fusion.net/story/238742/tor-carnegie-mellon-attack/
---
-pub_date: 2015 Nov 30
+pub_date: 2015-11-30
---
summary:
---
diff --git a/content/press/the-dark-web-as-you-know-it-is-a-myth/contents.lr b/content/press/the-dark-web-as-you-know-it-is-a-myth/contents.lr
index 9663ec3..6d3cdbc 100644
--- a/content/press/the-dark-web-as-you-know-it-is-a-myth/contents.lr
+++ b/content/press/the-dark-web-as-you-know-it-is-a-myth/contents.lr
@@ -11,7 +11,7 @@ The Dark Web as You Know It Is a Myth
---
link: http://www.wired.com/2015/06/dark-web-know-myth/
---
-pub_date: 2015 Jun 18
+pub_date: 2015-06-18
---
summary:
---
diff --git a/content/press/the-grand-tor-how-to-go-anonymous-online/contents.lr b/content/press/the-grand-tor-how-to-go-anonymous-online/contents.lr
index 698b51d..0e30cca 100644
--- a/content/press/the-grand-tor-how-to-go-anonymous-online/contents.lr
+++ b/content/press/the-grand-tor-how-to-go-anonymous-online/contents.lr
@@ -11,7 +11,7 @@ The Grand Tor: How to Go Anonymous Online
---
link: https://www.wired.com/story/the-grand-tor
---
-pub_date: 2017 Dec 9
+pub_date: 2017-12-09
---
summary:
---
diff --git a/content/press/the-motherboard-guide-to-not-getting-hacked/contents.lr b/content/press/the-motherboard-guide-to-not-getting-hacked/contents.lr
index ae3d267..8a8340a 100644
--- a/content/press/the-motherboard-guide-to-not-getting-hacked/contents.lr
+++ b/content/press/the-motherboard-guide-to-not-getting-hacked/contents.lr
@@ -11,7 +11,7 @@ The Motherboard Guide to Not Getting Hacked
---
link: https://motherboard.vice.com/en_us/article/d3devm/motherboard-guide-to-not-…
---
-pub_date: 2017 Nov 15
+pub_date: 2017-11-15
---
summary:
---
diff --git a/content/press/the-new-york-times-is-now-available-as-a-tor-onion-service/contents.lr b/content/press/the-new-york-times-is-now-available-as-a-tor-onion-service/contents.lr
index 35eabeb..3ebfe82 100644
--- a/content/press/the-new-york-times-is-now-available-as-a-tor-onion-service/contents.lr
+++ b/content/press/the-new-york-times-is-now-available-as-a-tor-onion-service/contents.lr
@@ -11,7 +11,7 @@ The New York Times is Now Available as a Tor Onion Service
---
link: https://open.nytimes.com/https-open-nytimes-com-the-new-york-times-as-a-tor…
---
-pub_date: 2017 Oct 27
+pub_date: 2017-10-27
---
summary:
---
diff --git a/content/press/the-number-of-iranians-using-tor-has-surged-to-over-10-000/contents.lr b/content/press/the-number-of-iranians-using-tor-has-surged-to-over-10-000/contents.lr
index da49a4f..4b935ce 100644
--- a/content/press/the-number-of-iranians-using-tor-has-surged-to-over-10-000/contents.lr
+++ b/content/press/the-number-of-iranians-using-tor-has-surged-to-over-10-000/contents.lr
@@ -11,7 +11,7 @@ The number of Iranians using Tor has surged to over 10,000
---
link: https://news.sky.com/story/google-faces-calls-to-lift-anti-censorship-block…
---
-pub_date: 2018 Jan 2
+pub_date: 2018-01-02
---
summary:
---
diff --git a/content/press/the-slow-creep-of-internet-shutdowns/contents.lr b/content/press/the-slow-creep-of-internet-shutdowns/contents.lr
index 768fb69..3d127c5 100644
--- a/content/press/the-slow-creep-of-internet-shutdowns/contents.lr
+++ b/content/press/the-slow-creep-of-internet-shutdowns/contents.lr
@@ -11,7 +11,7 @@ The slow creep of internet shutdowns
---
link: https://www.dailydot.com/layer8/internet-shutdowns/
---
-pub_date: 2018 Mar 13
+pub_date: 2018-03-13
---
summary:
---
diff --git a/content/press/the-tor-project-has-a-new-executive-director-former-eff-director-shari-steele/contents.lr b/content/press/the-tor-project-has-a-new-executive-director-former-eff-director-shari-steele/contents.lr
index 5b4d34d..63eafbb 100644
--- a/content/press/the-tor-project-has-a-new-executive-director-former-eff-director-shari-steele/contents.lr
+++ b/content/press/the-tor-project-has-a-new-executive-director-former-eff-director-shari-steele/contents.lr
@@ -11,7 +11,7 @@ The Tor Project has a new executive director: former EFF director Shari Steele!
---
link: http://boingboing.net/2015/12/11/the-tor-project-has-a-new-exec.html
---
-pub_date: 2015 Dec 11
+pub_date: 2015-12-11
---
summary:
---
diff --git a/content/press/the-tor-project-is-starting-a-bug-bounty-program/contents.lr b/content/press/the-tor-project-is-starting-a-bug-bounty-program/contents.lr
index 312bb31..507c730 100644
--- a/content/press/the-tor-project-is-starting-a-bug-bounty-program/contents.lr
+++ b/content/press/the-tor-project-is-starting-a-bug-bounty-program/contents.lr
@@ -11,7 +11,7 @@ The Tor Project Is Starting a Bug Bounty Program
---
link: http://motherboard.vice.com/read/the-tor-project-is-starting-a-bug-bounty-p…
---
-pub_date: 2015 Dec 29
+pub_date: 2015-12-29
---
summary:
---
diff --git a/content/press/the-tor-project-won-t-censor-the-daily-stormer-here-s-why/contents.lr b/content/press/the-tor-project-won-t-censor-the-daily-stormer-here-s-why/contents.lr
index 6b90493..d911c9c 100644
--- a/content/press/the-tor-project-won-t-censor-the-daily-stormer-here-s-why/contents.lr
+++ b/content/press/the-tor-project-won-t-censor-the-daily-stormer-here-s-why/contents.lr
@@ -11,7 +11,7 @@ The Tor Project won't censor the Daily Stormer - here's why
---
link: https://www.fastcompany.com/40455652/the-tor-project-wont-censor-the-daily-…
---
-pub_date: 2017 Aug 18
+pub_date: 2017-08-18
---
summary:
---
diff --git a/content/press/the-tor-web-browser-officially-lands-on-android-in-alpha/contents.lr b/content/press/the-tor-web-browser-officially-lands-on-android-in-alpha/contents.lr
index 9257cb9..e64f250 100644
--- a/content/press/the-tor-web-browser-officially-lands-on-android-in-alpha/contents.lr
+++ b/content/press/the-tor-web-browser-officially-lands-on-android-in-alpha/contents.lr
@@ -11,7 +11,7 @@ The Tor Web Browser Officially Lands on Android in Alpha
---
link: http://www.gizmodo.co.uk/2018/09/the-tor-web-browser-officially-lands-on-an…
---
-pub_date: 2018 Sep 08
+pub_date: 2018-09-08
---
summary:
---
diff --git a/content/press/the-us-government-pressured-a-small-local-library-to-turn-off-its-tor-server/contents.lr b/content/press/the-us-government-pressured-a-small-local-library-to-turn-off-its-tor-server/contents.lr
index c2020a0..b29a32a 100644
--- a/content/press/the-us-government-pressured-a-small-local-library-to-turn-off-its-tor-server/contents.lr
+++ b/content/press/the-us-government-pressured-a-small-local-library-to-turn-off-its-tor-server/contents.lr
@@ -11,7 +11,7 @@ The US Government Pressured a Small Local Library to Turn Off Its Tor Server
---
link: http://motherboard.vice.com/en_ca/read/the-us-government-pressured-a-small-…
---
-pub_date: 2015 Sep 11
+pub_date: 2015-09-11
---
summary:
---
diff --git a/content/press/the-woman-who-aims-to-take-tor-mainstream/contents.lr b/content/press/the-woman-who-aims-to-take-tor-mainstream/contents.lr
index 8bd2e71..13a4781 100644
--- a/content/press/the-woman-who-aims-to-take-tor-mainstream/contents.lr
+++ b/content/press/the-woman-who-aims-to-take-tor-mainstream/contents.lr
@@ -11,7 +11,7 @@ The woman who aims to take Tor mainstream
---
link: http://www.dailydot.com/layer8/shari-steele-tor-project-eff/
---
-pub_date: 2016 Feb 16
+pub_date: 2016-02-16
---
summary:
---
diff --git a/content/press/this-african-country-is-taking-an-unprecedented-step-in-internet-censorship/contents.lr b/content/press/this-african-country-is-taking-an-unprecedented-step-in-internet-censorship/contents.lr
index 2c948f5..e3a26f8 100644
--- a/content/press/this-african-country-is-taking-an-unprecedented-step-in-internet-censorship/contents.lr
+++ b/content/press/this-african-country-is-taking-an-unprecedented-step-in-internet-censorship/contents.lr
@@ -11,7 +11,7 @@ This African country is taking an unprecedented step in internet censorship
---
link: http://money.cnn.com/2016/09/16/technology/internet-censorship-blackouts-ga…
---
-pub_date: 2016 Sep 16
+pub_date: 2016-09-16
---
summary:
---
diff --git a/content/press/this-is-the-web-browser-you-should-be-using-if-you-at-all-about-security/contents.lr b/content/press/this-is-the-web-browser-you-should-be-using-if-you-at-all-about-security/contents.lr
index 91ada3c..642d544 100644
--- a/content/press/this-is-the-web-browser-you-should-be-using-if-you-at-all-about-security/contents.lr
+++ b/content/press/this-is-the-web-browser-you-should-be-using-if-you-at-all-about-security/contents.lr
@@ -11,7 +11,7 @@ This is the web browser you should be using if you at all about security
---
link: http://www.salon.com/2016/01/08/this_is_the_web_browser_you_should_be_using…
---
-pub_date: 2016 Jan 08
+pub_date: 2016-01-08
---
summary:
---
diff --git a/content/press/tools-evading-internet-censorship-regimes/contents.lr b/content/press/tools-evading-internet-censorship-regimes/contents.lr
index 6a9d5ec..f78ceae 100644
--- a/content/press/tools-evading-internet-censorship-regimes/contents.lr
+++ b/content/press/tools-evading-internet-censorship-regimes/contents.lr
@@ -11,7 +11,7 @@ Tools Evading Internet Censorship Regimes
---
link: https://www.techdirt.com/articles/20180419/16184539674/bad-decisions-google…
---
-pub_date: 2018 Apr 20
+pub_date: 2018-04-20
---
summary:
---
diff --git a/content/press/top-5-ways-to-protect-your-privacy/contents.lr b/content/press/top-5-ways-to-protect-your-privacy/contents.lr
index 84a7d65..9735202 100644
--- a/content/press/top-5-ways-to-protect-your-privacy/contents.lr
+++ b/content/press/top-5-ways-to-protect-your-privacy/contents.lr
@@ -11,7 +11,7 @@ Top 5: Ways to protect your privacy
---
link: https://www.techrepublic.com/article/5-ways-to-protect-your-privacy/
---
-pub_date: 2018 Jul 09
+pub_date: 2018-07-09
---
summary:
---
diff --git a/content/press/top-6-influential-security-thinkers/contents.lr b/content/press/top-6-influential-security-thinkers/contents.lr
index da41e2d..0956800 100644
--- a/content/press/top-6-influential-security-thinkers/contents.lr
+++ b/content/press/top-6-influential-security-thinkers/contents.lr
@@ -11,7 +11,7 @@ Top 6 influential security thinkers
---
link: https://www.scmagazine.com/top-6-influential-security-thinkers/article/5340…
---
-pub_date: 2015 Dec 04
+pub_date: 2015-12-04
---
summary:
---
diff --git a/content/press/tor-amps-up-its-mobile-browser-support/contents.lr b/content/press/tor-amps-up-its-mobile-browser-support/contents.lr
index 073d8d7..f527e66 100644
--- a/content/press/tor-amps-up-its-mobile-browser-support/contents.lr
+++ b/content/press/tor-amps-up-its-mobile-browser-support/contents.lr
@@ -11,7 +11,7 @@ Tor Amps Up its Mobile Browser Support
---
link: https://www.extremetech.com/mobile/255057-tor-project-adds-new-features-mob…
---
-pub_date: 2017 Sep 5
+pub_date: 2017-09-05
---
summary:
---
diff --git a/content/press/tor-and-public-wifi-safe-in-france-prime-minister-says/contents.lr b/content/press/tor-and-public-wifi-safe-in-france-prime-minister-says/contents.lr
index aa9cdcd..30f9e0e 100644
--- a/content/press/tor-and-public-wifi-safe-in-france-prime-minister-says/contents.lr
+++ b/content/press/tor-and-public-wifi-safe-in-france-prime-minister-says/contents.lr
@@ -11,7 +11,7 @@ Tor and Public WiFi Safe in France, Prime Minister Says
---
link: http://motherboard.vice.com/read/tor-and-public-wi-fi-safe-in-france-prime-…
---
-pub_date: 2015 Dec 10
+pub_date: 2015-12-10
---
summary:
---
diff --git a/content/press/tor-and-the-deep-web-going-mainstream/contents.lr b/content/press/tor-and-the-deep-web-going-mainstream/contents.lr
index 68f95b7..3eb993a 100644
--- a/content/press/tor-and-the-deep-web-going-mainstream/contents.lr
+++ b/content/press/tor-and-the-deep-web-going-mainstream/contents.lr
@@ -11,7 +11,7 @@ Tor and the Deep Web Going Mainstream
---
link: https://www.thesaturdaypaper.com.au/2015/08/29/tor-and-the-deep-web-going-m…
---
-pub_date: 2015 Aug 29
+pub_date: 2015-08-29
---
summary:
---
diff --git a/content/press/tor-anonymity-network-benefits-from-onion-added-as-special-use-domain-name/contents.lr b/content/press/tor-anonymity-network-benefits-from-onion-added-as-special-use-domain-name/contents.lr
index cdb22b0..bd273db 100644
--- a/content/press/tor-anonymity-network-benefits-from-onion-added-as-special-use-domain-name/contents.lr
+++ b/content/press/tor-anonymity-network-benefits-from-onion-added-as-special-use-domain-name/contents.lr
@@ -11,7 +11,7 @@ Tor anonymity network benefits from .onion added as special-use domain name
---
link: http://siliconangle.com/blog/2015/09/10/tor-anonymity-network-benefits-from…
---
-pub_date: 2015 Sep 10
+pub_date: 2015-09-10
---
summary:
---
diff --git a/content/press/tor-brings-browser-to-android-devices/contents.lr b/content/press/tor-brings-browser-to-android-devices/contents.lr
index aded31f..18bea1c 100644
--- a/content/press/tor-brings-browser-to-android-devices/contents.lr
+++ b/content/press/tor-brings-browser-to-android-devices/contents.lr
@@ -11,7 +11,7 @@ Tor Brings Browser to Android Devices
---
link: https://threatpost.com/tor-brings-onion-browser-to-android-devices/137325/
---
-pub_date: 2018 Sep 10
+pub_date: 2018-09-10
---
summary:
---
diff --git a/content/press/tor-browser-6-0-based-on-firefox-45esr-released-with-updated-security-features/contents.lr b/content/press/tor-browser-6-0-based-on-firefox-45esr-released-with-updated-security-features/contents.lr
index 33f8357..3dd0b2e 100644
--- a/content/press/tor-browser-6-0-based-on-firefox-45esr-released-with-updated-security-features/contents.lr
+++ b/content/press/tor-browser-6-0-based-on-firefox-45esr-released-with-updated-security-features/contents.lr
@@ -11,7 +11,7 @@ Tor Browser 6.0 Based on Firefox 45ESR Released with Updated Security Features
---
link: http://news.softpedia.com/news/tor-browser-6-0-based-on-firefox-45-esr-rele…
---
-pub_date: 2016 May 31
+pub_date: 2016-05-31
---
summary:
---
diff --git a/content/press/tor-browser-7-5-launches-with-support-for-next-gen-onion-services/contents.lr b/content/press/tor-browser-7-5-launches-with-support-for-next-gen-onion-services/contents.lr
index 54f2a81..1124253 100644
--- a/content/press/tor-browser-7-5-launches-with-support-for-next-gen-onion-services/contents.lr
+++ b/content/press/tor-browser-7-5-launches-with-support-for-next-gen-onion-services/contents.lr
@@ -11,7 +11,7 @@ Tor Browser 7.5 Launches With Support For Next-Gen Onion Services
---
link: http://www.tomshardware.com/news/tor-7.5-next-gen-onion-services,36397.html
---
-pub_date: 2018 Jan 24
+pub_date: 2018-01-24
---
summary:
---
diff --git a/content/press/tor-browser-7-5-update-released-what-s-new/contents.lr b/content/press/tor-browser-7-5-update-released-what-s-new/contents.lr
index 2057438..f03c136 100644
--- a/content/press/tor-browser-7-5-update-released-what-s-new/contents.lr
+++ b/content/press/tor-browser-7-5-update-released-what-s-new/contents.lr
@@ -11,7 +11,7 @@ Tor Browser 7.5 Update Released: What's New?
---
link: http://www.ibtimes.com/tor-browser-75-update-released-whats-new-2645166
---
-pub_date: 2018 Jan 25
+pub_date: 2018-01-25
---
summary:
---
diff --git a/content/press/tor-browser-8-0-arrives-with-new-user-onboarding/contents.lr b/content/press/tor-browser-8-0-arrives-with-new-user-onboarding/contents.lr
index 2ff1623..98d447e 100644
--- a/content/press/tor-browser-8-0-arrives-with-new-user-onboarding/contents.lr
+++ b/content/press/tor-browser-8-0-arrives-with-new-user-onboarding/contents.lr
@@ -12,7 +12,7 @@ Tor Browser 8.0 arrives with new user onboarding,
---
link: https://fossbytes.com/tor-browser-8-0-released-features-download/
---
-pub_date: 2018 Jun 18
+pub_date: 2018-06-18
---
summary:
---
diff --git a/content/press/tor-browser-8-0-is-a-big-update/contents.lr b/content/press/tor-browser-8-0-is-a-big-update/contents.lr
index cf7497d..50164d4 100644
--- a/content/press/tor-browser-8-0-is-a-big-update/contents.lr
+++ b/content/press/tor-browser-8-0-is-a-big-update/contents.lr
@@ -10,7 +10,7 @@ title: Tor Browser 8.0 is a big update
---
link: https://www.ghacks.net/2018/09/05/tor-browser-8-0-is-a-big-update
---
-pub_date: 2018 Sep 05
+pub_date: 2018-09-05
---
summary:
---
diff --git a/content/press/tor-browser-8-0-released-new-onboarding-experience-optimized-bridge-fetching/contents.lr b/content/press/tor-browser-8-0-released-new-onboarding-experience-optimized-bridge-fetching/contents.lr
index 60b4d93..d23f596 100644
--- a/content/press/tor-browser-8-0-released-new-onboarding-experience-optimized-bridge-fetching/contents.lr
+++ b/content/press/tor-browser-8-0-released-new-onboarding-experience-optimized-bridge-fetching/contents.lr
@@ -12,7 +12,7 @@ Tor Browser 8.0 Released: New Onboarding Experience & Optimized Bridge Fetching
---
link: https://venturebeat.com/2018/09/05/tor-browser-8-0-arrives-with-new-user-on…
---
-pub_date: 2018 Sep 05
+pub_date: 2018-09-05
---
summary:
---
diff --git a/content/press/tor-browser-gets-a-redesign/contents.lr b/content/press/tor-browser-gets-a-redesign/contents.lr
index 10f5c24..c626c2e 100644
--- a/content/press/tor-browser-gets-a-redesign/contents.lr
+++ b/content/press/tor-browser-gets-a-redesign/contents.lr
@@ -11,7 +11,7 @@ Tor Browser gets a redesign
---
link: https://www.zdnet.com/article/tor-browser-gets-a-redesign-switches-to-new-f…
---
-pub_date: 2018 Sep 06
+pub_date: 2018-09-06
---
summary:
---
diff --git a/content/press/tor-browser-update-adds-improved-html5-support-and-duckduckgo-search-engine/contents.lr b/content/press/tor-browser-update-adds-improved-html5-support-and-duckduckgo-search-engine/contents.lr
index 9bb86aa..b745a13 100644
--- a/content/press/tor-browser-update-adds-improved-html5-support-and-duckduckgo-search-engine/contents.lr
+++ b/content/press/tor-browser-update-adds-improved-html5-support-and-duckduckgo-search-engine/contents.lr
@@ -11,7 +11,7 @@ Tor Browser update adds improved HTML5 support and DuckDuckGo search engine
---
link: http://www.dnaindia.com/scitech/report-tor-browser-update-adds-improved-htm…
---
-pub_date: 2016 Jun 02
+pub_date: 2016-06-02
---
summary:
---
diff --git a/content/press/tor-could-be-the-answer-to-safer-connected-sex/contents.lr b/content/press/tor-could-be-the-answer-to-safer-connected-sex/contents.lr
index 8ea0123..b61f10e 100644
--- a/content/press/tor-could-be-the-answer-to-safer-connected-sex/contents.lr
+++ b/content/press/tor-could-be-the-answer-to-safer-connected-sex/contents.lr
@@ -11,7 +11,7 @@ Tor could be the answer to safer connected sex
---
link: http://www.wired.co.uk/article/sex-toy-bluetooth-hacks-security-fix
---
-pub_date: 2018 Feb 3
+pub_date: 2018-02-03
---
summary:
---
diff --git a/content/press/tor-creates-social-contract-promising-never-to-harm-users/contents.lr b/content/press/tor-creates-social-contract-promising-never-to-harm-users/contents.lr
index b3065cc..10c3053 100644
--- a/content/press/tor-creates-social-contract-promising-never-to-harm-users/contents.lr
+++ b/content/press/tor-creates-social-contract-promising-never-to-harm-users/contents.lr
@@ -11,7 +11,7 @@ Tor creates 'social contract' promising never to harm users
---
link: http://www.theinquirer.net/inquirer/news/2467718/tor-creates-social-contrac…
---
-pub_date: 2016 Aug 11
+pub_date: 2016-08-11
---
summary:
---
diff --git a/content/press/tor-developer-discusses-privacy-tools-with-bbcpersia/contents.lr b/content/press/tor-developer-discusses-privacy-tools-with-bbcpersia/contents.lr
index e79a231..0a27f1a 100644
--- a/content/press/tor-developer-discusses-privacy-tools-with-bbcpersia/contents.lr
+++ b/content/press/tor-developer-discusses-privacy-tools-with-bbcpersia/contents.lr
@@ -11,7 +11,7 @@ Tor developer discusses privacy tools with BBCPersia
---
link: https://blog.torproject.org/blog/statement-tor-project-software-integrity-a…
---
-pub_date: 2016 Jun 16
+pub_date: 2016-06-16
---
summary:
---
diff --git a/content/press/tor-developers-are-preparing-for-the-next-generation-of-cyberattacks/contents.lr b/content/press/tor-developers-are-preparing-for-the-next-generation-of-cyberattacks/contents.lr
index cfc94c4..819133b 100644
--- a/content/press/tor-developers-are-preparing-for-the-next-generation-of-cyberattacks/contents.lr
+++ b/content/press/tor-developers-are-preparing-for-the-next-generation-of-cyberattacks/contents.lr
@@ -11,7 +11,7 @@ Tor Developers Are Preparing For The Next Generation of Cyberattacks
---
link: http://themerkle.com/tor-developers-are-preparing-for-the-next-generation-o…
---
-pub_date: 2016 Sep 10
+pub_date: 2016-09-10
---
summary:
---
diff --git a/content/press/tor-director-shari-steele-steps-down/contents.lr b/content/press/tor-director-shari-steele-steps-down/contents.lr
index dc14317..7539d02 100644
--- a/content/press/tor-director-shari-steele-steps-down/contents.lr
+++ b/content/press/tor-director-shari-steele-steps-down/contents.lr
@@ -11,7 +11,7 @@ Tor director Shari Steele steps down
---
link: https://www.theverge.com/2018/2/22/17042544/tor-director-shari-steele-steps…
---
-pub_date: 2018 Feb 22
+pub_date: 2018-02-22
---
summary:
---
diff --git a/content/press/tor-executive-director-shari-steele-to-step-down/contents.lr b/content/press/tor-executive-director-shari-steele-to-step-down/contents.lr
index 634119f..fb2ba2a 100644
--- a/content/press/tor-executive-director-shari-steele-to-step-down/contents.lr
+++ b/content/press/tor-executive-director-shari-steele-to-step-down/contents.lr
@@ -11,7 +11,7 @@ Tor executive director Shari Steele to step down
---
link: https://www.cyberscoop.com/shari-steele-tor-director-resigns
---
-pub_date: 2018 Feb 22
+pub_date: 2018-02-22
---
summary:
---
diff --git a/content/press/tor-founder-your-medical-records-are-the-next-big-target-for-hackers/contents.lr b/content/press/tor-founder-your-medical-records-are-the-next-big-target-for-hackers/contents.lr
index 94cf56d..bbeccd7 100644
--- a/content/press/tor-founder-your-medical-records-are-the-next-big-target-for-hackers/contents.lr
+++ b/content/press/tor-founder-your-medical-records-are-the-next-big-target-for-hackers/contents.lr
@@ -11,7 +11,7 @@ Tor Founder: Your Medical Records Are The Next Big Target For Hackers
---
link: http://www.huffingtonpost.com/entry/paul-syverson-tor-interview_us_5734a06a…
---
-pub_date: 2016 May 12
+pub_date: 2016-05-12
---
summary:
---
diff --git a/content/press/tor-gets-its-first-official-mobile-browser/contents.lr b/content/press/tor-gets-its-first-official-mobile-browser/contents.lr
index 48a9dae..b5d306c 100644
--- a/content/press/tor-gets-its-first-official-mobile-browser/contents.lr
+++ b/content/press/tor-gets-its-first-official-mobile-browser/contents.lr
@@ -11,7 +11,7 @@ Tor gets its first official mobile browser
---
link: https://venturebeat.com/2018/09/07/tor-gets-its-first-official-mobile-brows…
---
-pub_date: 2018 Sep 07
+pub_date: 2018-09-07
---
summary:
---
diff --git a/content/press/tor-gets-its-own-tld-special-use-domain-at-onion/contents.lr b/content/press/tor-gets-its-own-tld-special-use-domain-at-onion/contents.lr
index ff4f3d6..12751f4 100644
--- a/content/press/tor-gets-its-own-tld-special-use-domain-at-onion/contents.lr
+++ b/content/press/tor-gets-its-own-tld-special-use-domain-at-onion/contents.lr
@@ -11,7 +11,7 @@ Tor Gets Its Own TLD Special-Use Domain at .onion
---
link: http://news.softpedia.com/news/tor-gets-its-own-tld-special-use-domain-at-o…
---
-pub_date: 2015 Sep 10
+pub_date: 2015-09-10
---
summary:
---
diff --git a/content/press/tor-helps-resist-the-nsa/contents.lr b/content/press/tor-helps-resist-the-nsa/contents.lr
index db1afa7..9396d92 100644
--- a/content/press/tor-helps-resist-the-nsa/contents.lr
+++ b/content/press/tor-helps-resist-the-nsa/contents.lr
@@ -11,7 +11,7 @@ Tor helps resist the NSA
---
link: http://www.eldiario.es/turing/vigilancia_y_privacidad/Proyecto-Tor-comunida…
---
-pub_date: 2015 Mar 10
+pub_date: 2015-03-10
---
summary:
---
diff --git a/content/press/tor-hires-a-new-leader-to-help-it-combat-the-war-on-privacy/contents.lr b/content/press/tor-hires-a-new-leader-to-help-it-combat-the-war-on-privacy/contents.lr
index 089384b..e7a2a92 100644
--- a/content/press/tor-hires-a-new-leader-to-help-it-combat-the-war-on-privacy/contents.lr
+++ b/content/press/tor-hires-a-new-leader-to-help-it-combat-the-war-on-privacy/contents.lr
@@ -11,7 +11,7 @@ Tor Hires a New Leader to Help It Combat the War on Privacy
---
link: https://www.wired.com/2015/12/tor-hires-a-new-leader-to-help-it-combat-the-…
---
-pub_date: 2015 Dec 11
+pub_date: 2015-12-11
---
summary:
---
diff --git a/content/press/tor-is-being-used-as-a-safe-haven-for-victims-of-cyberstalking/contents.lr b/content/press/tor-is-being-used-as-a-safe-haven-for-victims-of-cyberstalking/contents.lr
index 05d5399..94431dd 100644
--- a/content/press/tor-is-being-used-as-a-safe-haven-for-victims-of-cyberstalking/contents.lr
+++ b/content/press/tor-is-being-used-as-a-safe-haven-for-victims-of-cyberstalking/contents.lr
@@ -11,7 +11,7 @@ Tor is Being Used as a Safe Haven for Victims of Cyberstalking
---
link: http://motherboard.vice.com/read/tor-is-being-used-as-a-safe-haven-for-vict…
---
-pub_date: 2014 May 9
+pub_date: 2014-05-09
---
summary:
---
diff --git a/content/press/tor-is-easier-than-ever-time-to-give-it-a-try/contents.lr b/content/press/tor-is-easier-than-ever-time-to-give-it-a-try/contents.lr
index 438398e..a098162 100644
--- a/content/press/tor-is-easier-than-ever-time-to-give-it-a-try/contents.lr
+++ b/content/press/tor-is-easier-than-ever-time-to-give-it-a-try/contents.lr
@@ -11,7 +11,7 @@ Tor Is Easier Than Ever. Time to Give It a Try
---
link: https://www.wired.com/story/tor-anonymity-easier-than-ever/
---
-pub_date: 2019 Jan 01
+pub_date: 2019-01-01
---
summary:
---
diff --git a/content/press/tor-is-for-everyone-why-should-you-use-tor/contents.lr b/content/press/tor-is-for-everyone-why-should-you-use-tor/contents.lr
index 6bfcfa5..5c8d5a4 100644
--- a/content/press/tor-is-for-everyone-why-should-you-use-tor/contents.lr
+++ b/content/press/tor-is-for-everyone-why-should-you-use-tor/contents.lr
@@ -11,7 +11,7 @@ Tor is for Everyone: Why Should You Use Tor
---
link: http://gizmodo.com/tor-is-for-everyone-why-you-should-use-tor-1591191905
---
-pub_date: 2014 Jun 15
+pub_date: 2014-06-15
---
summary:
---
diff --git a/content/press/tor-is-getting-major-upgrades-on-ios-9/contents.lr b/content/press/tor-is-getting-major-upgrades-on-ios-9/contents.lr
index aaa2705..ef2bb81 100644
--- a/content/press/tor-is-getting-major-upgrades-on-ios-9/contents.lr
+++ b/content/press/tor-is-getting-major-upgrades-on-ios-9/contents.lr
@@ -11,7 +11,7 @@ Tor is getting major upgrades on iOS 9
---
link: http://www.dailydot.com/layer8/tor-app-ios-orfox-tor-browser-ios-9-apple/
---
-pub_date: 2015 Oct 14
+pub_date: 2015-10-14
---
summary:
---
diff --git a/content/press/tor-is-software-for-keeping-things-online-anonymous/contents.lr b/content/press/tor-is-software-for-keeping-things-online-anonymous/contents.lr
index b206396..12234b8 100644
--- a/content/press/tor-is-software-for-keeping-things-online-anonymous/contents.lr
+++ b/content/press/tor-is-software-for-keeping-things-online-anonymous/contents.lr
@@ -11,7 +11,7 @@ title:
---
link: http://www.statesman.com/news/technology/tor-is-software-for-keeping-things…
---
-pub_date: 2015 Aug 31
+pub_date: 2015-08-31
---
summary:
---
diff --git a/content/press/tor-is-still-safe/contents.lr b/content/press/tor-is-still-safe/contents.lr
index 9c56be9..b8f172e 100644
--- a/content/press/tor-is-still-safe/contents.lr
+++ b/content/press/tor-is-still-safe/contents.lr
@@ -11,7 +11,7 @@ title: Tor is Still Safe
---
link: http://gizmodo.com/tor-is-still-safe-1669011966
---
-pub_date: 2014 Dec 17
+pub_date: 2014-12-17
---
summary:
---
diff --git a/content/press/tor-just-launched-the-easiest-app-yet-for-anonymous-encrypted-im/contents.lr b/content/press/tor-just-launched-the-easiest-app-yet-for-anonymous-encrypted-im/contents.lr
index ec73f4c..3d991e0 100644
--- a/content/press/tor-just-launched-the-easiest-app-yet-for-anonymous-encrypted-im/contents.lr
+++ b/content/press/tor-just-launched-the-easiest-app-yet-for-anonymous-encrypted-im/contents.lr
@@ -11,7 +11,7 @@ Tor Just Launched the Easiest App Yet for Anonymous, Encrypted IM
---
link: https://www.wired.com/2015/10/tor-just-launched-the-easiest-app-yet-for-ano…
---
-pub_date: 2015 Oct 29
+pub_date: 2015-10-29
---
summary:
---
diff --git a/content/press/tor-launches-anticensorship-messenger-service/contents.lr b/content/press/tor-launches-anticensorship-messenger-service/contents.lr
index 0698f18..731412b 100644
--- a/content/press/tor-launches-anticensorship-messenger-service/contents.lr
+++ b/content/press/tor-launches-anticensorship-messenger-service/contents.lr
@@ -11,7 +11,7 @@ Tor launches anticensorship Messenger service
---
link: http://www.bbc.com/news/technology-34677323
---
-pub_date: 2015 Oct 30
+pub_date: 2015-10-30
---
summary:
---
diff --git a/content/press/tor-launches-inviteonly-exploit-bug-bounty/contents.lr b/content/press/tor-launches-inviteonly-exploit-bug-bounty/contents.lr
index efcb3a5..e784e09 100644
--- a/content/press/tor-launches-inviteonly-exploit-bug-bounty/contents.lr
+++ b/content/press/tor-launches-inviteonly-exploit-bug-bounty/contents.lr
@@ -11,7 +11,7 @@ Tor launches inviteonly exploit bug bounty
---
link: http://www.theregister.co.uk/2016/01/05/tor_launches_inviteonly_exploit_bug…
---
-pub_date: 2016 Jan 05
+pub_date: 2016-01-05
---
summary:
---
diff --git a/content/press/tor-launches-official-anonymous-android-browser/contents.lr b/content/press/tor-launches-official-anonymous-android-browser/contents.lr
index 5492e49..b13daa6 100644
--- a/content/press/tor-launches-official-anonymous-android-browser/contents.lr
+++ b/content/press/tor-launches-official-anonymous-android-browser/contents.lr
@@ -11,7 +11,7 @@ Tor launches official anonymous Android browser
---
link: https://www.cyberscoop.com/adware-doctor-mac-os-china/
---
-pub_date: 2018 Sep 07
+pub_date: 2018-09-07
---
summary:
---
diff --git a/content/press/tor-map-reveals-network-s-use-across-europe/contents.lr b/content/press/tor-map-reveals-network-s-use-across-europe/contents.lr
index 0a00ed2..1a2df85 100644
--- a/content/press/tor-map-reveals-network-s-use-across-europe/contents.lr
+++ b/content/press/tor-map-reveals-network-s-use-across-europe/contents.lr
@@ -11,7 +11,7 @@ Tor Map Reveals Network's Use Across Europe
---
link: http://news.sky.com/story/tor-map-reveals-networks-use-across-europe-101354…
---
-pub_date: 2016 Jan 18
+pub_date: 2016-01-18
---
summary:
---
diff --git a/content/press/tor-network-security-for-domestic-abuse-survivors/contents.lr b/content/press/tor-network-security-for-domestic-abuse-survivors/contents.lr
index a051910..559aea7 100644
--- a/content/press/tor-network-security-for-domestic-abuse-survivors/contents.lr
+++ b/content/press/tor-network-security-for-domestic-abuse-survivors/contents.lr
@@ -11,7 +11,7 @@ Tor: network security for domestic abuse survivors
---
link: http://boingboing.net/2014/05/07/tor-network-security-for-dome.html
---
-pub_date: 2014 May 7
+pub_date: 2014-05-07
---
summary:
---
diff --git a/content/press/tor-project-0-2-8-6-improves-client-bootstrapping-performance-linux-security/contents.lr b/content/press/tor-project-0-2-8-6-improves-client-bootstrapping-performance-linux-security/contents.lr
index a749bcb..0c40dc4 100644
--- a/content/press/tor-project-0-2-8-6-improves-client-bootstrapping-performance-linux-security/contents.lr
+++ b/content/press/tor-project-0-2-8-6-improves-client-bootstrapping-performance-linux-security/contents.lr
@@ -11,7 +11,7 @@ Tor Project 0.2.8.6 Improves Client Bootstrapping Performance, Linux Security
---
link: http://news.softpedia.com/news/tor-project-0-2-8-6-improves-client-bootstra…
---
-pub_date: 2016 Aug 04
+pub_date: 2016-08-04
---
summary:
---
diff --git a/content/press/tor-project-anonymity-ain-t-free-folks-pony-up/contents.lr b/content/press/tor-project-anonymity-ain-t-free-folks-pony-up/contents.lr
index db78232..df7736d 100644
--- a/content/press/tor-project-anonymity-ain-t-free-folks-pony-up/contents.lr
+++ b/content/press/tor-project-anonymity-ain-t-free-folks-pony-up/contents.lr
@@ -11,7 +11,7 @@ Tor Project: Anonymity ain't free, folks. Pony up
---
link: http://www.theregister.co.uk/2015/11/25/tor_project_donations/
---
-pub_date: 2015 Nov 25
+pub_date: 2015-11-25
---
summary:
---
diff --git a/content/press/tor-project-brings-security-slider-feature-to-android-app-orfox/contents.lr b/content/press/tor-project-brings-security-slider-feature-to-android-app-orfox/contents.lr
index 9bfa489..ec79121 100644
--- a/content/press/tor-project-brings-security-slider-feature-to-android-app-orfox/contents.lr
+++ b/content/press/tor-project-brings-security-slider-feature-to-android-app-orfox/contents.lr
@@ -11,7 +11,7 @@ Tor Project Brings Security Slider Feature to Android App Orfox
---
link: https://threatpost.com/tor-project-brings-security-slider-feature-to-androi…
---
-pub_date: 2017 Sep 7
+pub_date: 2017-09-07
---
summary:
---
diff --git a/content/press/tor-project-declares-solidarity-with-harassed-colleague/contents.lr b/content/press/tor-project-declares-solidarity-with-harassed-colleague/contents.lr
index 9aebf93..d722d66 100644
--- a/content/press/tor-project-declares-solidarity-with-harassed-colleague/contents.lr
+++ b/content/press/tor-project-declares-solidarity-with-harassed-colleague/contents.lr
@@ -12,7 +12,7 @@ Tor Project declares solidarity with harassed colleague
---
link: https://boingboing.net/2014/12/12/tor-project-declares-solidarit.html
---
-pub_date: 2014 Dec 12
+pub_date: 2014-12-12
---
summary:
---
diff --git a/content/press/tor-project-disgusted-by-daily-stormer-defends-software-ethos/contents.lr b/content/press/tor-project-disgusted-by-daily-stormer-defends-software-ethos/contents.lr
index e8949be..991e0e8 100644
--- a/content/press/tor-project-disgusted-by-daily-stormer-defends-software-ethos/contents.lr
+++ b/content/press/tor-project-disgusted-by-daily-stormer-defends-software-ethos/contents.lr
@@ -11,7 +11,7 @@ Tor Project 'disgusted' by Daily Stormer, defends software ethos
---
link: https://www.cnet.com/g00/news/tor-project-disgusted-by-daily-stormer-defend…
---
-pub_date: 2017 Aug 17
+pub_date: 2017-08-17
---
summary:
---
diff --git a/content/press/tor-project-launches-encrypted-anonymous-chat-app-to-the-public/contents.lr b/content/press/tor-project-launches-encrypted-anonymous-chat-app-to-the-public/contents.lr
index 28f4719..b34588e 100644
--- a/content/press/tor-project-launches-encrypted-anonymous-chat-app-to-the-public/contents.lr
+++ b/content/press/tor-project-launches-encrypted-anonymous-chat-app-to-the-public/contents.lr
@@ -11,7 +11,7 @@ Tor Project launches encrypted anonymous chat app to the public
---
link: http://www.zdnet.com/article/tor-project-launches-encrypted-anonymous-chat-…
---
-pub_date: 2015 Oct 30
+pub_date: 2015-10-30
---
summary:
---
diff --git a/content/press/tor-project-launches-official-mobile-browser-for-android/contents.lr b/content/press/tor-project-launches-official-mobile-browser-for-android/contents.lr
index 9eb207a..99b0855 100644
--- a/content/press/tor-project-launches-official-mobile-browser-for-android/contents.lr
+++ b/content/press/tor-project-launches-official-mobile-browser-for-android/contents.lr
@@ -11,7 +11,7 @@ Tor Project launches official mobile browser for Android
---
link: https://techcrunch.com/2018/09/07/tor-project-launches-official-mobile-brow…
---
-pub_date: 2018 Sep 07
+pub_date: 2018-09-07
---
summary:
---
diff --git a/content/press/tor-project-library-freedom-project-to-establish-tor-exit-nodes-in-libraries/contents.lr b/content/press/tor-project-library-freedom-project-to-establish-tor-exit-nodes-in-libraries/contents.lr
index 08f094f..6270ccb 100644
--- a/content/press/tor-project-library-freedom-project-to-establish-tor-exit-nodes-in-libraries/contents.lr
+++ b/content/press/tor-project-library-freedom-project-to-establish-tor-exit-nodes-in-libraries/contents.lr
@@ -11,7 +11,7 @@ Tor Project, Library Freedom Project to establish Tor exit nodes in libraries
---
link: http://www.scmagazine.com/tor-project-library-freedom-project-to-establish-…
---
-pub_date: 2015 Jul 31
+pub_date: 2015-07-31
---
summary:
---
diff --git a/content/press/tor-project-opens-bug-the-tor-project-launches-its-first-public-bug-bounty-program-through-hackerone/contents.lr b/content/press/tor-project-opens-bug-the-tor-project-launches-its-first-public-bug-bounty-program-through-hackerone/contents.lr
index d6cc80e..aa83e75 100644
--- a/content/press/tor-project-opens-bug-the-tor-project-launches-its-first-public-bug-bounty-program-through-hackerone/contents.lr
+++ b/content/press/tor-project-opens-bug-the-tor-project-launches-its-first-public-bug-bounty-program-through-hackerone/contents.lr
@@ -11,7 +11,7 @@ Tor Project Opens Bug The Tor Project launches its first public bug bounty progr
---
link: https://venturebeat.com/2017/07/20/the-tor-project-launches-its-first-publi…
---
-pub_date: 2017 Jul 20
+pub_date: 2017-07-20
---
summary:
---
diff --git a/content/press/tor-project-raises-over-200-000-in-attempt-to-diversify-its-funding/contents.lr b/content/press/tor-project-raises-over-200-000-in-attempt-to-diversify-its-funding/contents.lr
index 59186c7..7db97c8 100644
--- a/content/press/tor-project-raises-over-200-000-in-attempt-to-diversify-its-funding/contents.lr
+++ b/content/press/tor-project-raises-over-200-000-in-attempt-to-diversify-its-funding/contents.lr
@@ -11,7 +11,7 @@ Tor Project raises over $200,000 in attempt to “diversify” its funding
---
link: http://arstechnica.com/business/2016/01/tor-project-raises-over-200000-in-a…
---
-pub_date: 2016 Jan 22
+pub_date: 2016-01-22
---
summary:
---
diff --git a/content/press/tor-project-s-new-mobile-app-alerts-you-to-internet-surveillance-and-censorship/contents.lr b/content/press/tor-project-s-new-mobile-app-alerts-you-to-internet-surveillance-and-censorship/contents.lr
index 31010d6..69f2247 100644
--- a/content/press/tor-project-s-new-mobile-app-alerts-you-to-internet-surveillance-and-censorship/contents.lr
+++ b/content/press/tor-project-s-new-mobile-app-alerts-you-to-internet-surveillance-and-censorship/contents.lr
@@ -11,7 +11,7 @@ Tor Project's New Mobile App Alerts You To Internet Surveillance And Censorship
---
link: https://www.forbes.com/sites/leemathews/2017/02/09/tor-projects-new-mobile-…
---
-pub_date: 2017 Feb 9
+pub_date: 2017-02-09
---
summary:
---
diff --git a/content/press/tor-project-says-it-can-quickly-catch-spying-code/contents.lr b/content/press/tor-project-says-it-can-quickly-catch-spying-code/contents.lr
index 241122b..56df727 100644
--- a/content/press/tor-project-says-it-can-quickly-catch-spying-code/contents.lr
+++ b/content/press/tor-project-says-it-can-quickly-catch-spying-code/contents.lr
@@ -11,7 +11,7 @@ Tor Project says it can quickly catch spying code
---
link: http://www.csoonline.com/article/3046505/security/tor-project-says-it-can-q…
---
-pub_date: 2016 Mar 22
+pub_date: 2016-03-22
---
summary:
---
diff --git a/content/press/tor-project-social-contract/contents.lr b/content/press/tor-project-social-contract/contents.lr
index 17bb25f..0876d8c 100644
--- a/content/press/tor-project-social-contract/contents.lr
+++ b/content/press/tor-project-social-contract/contents.lr
@@ -11,7 +11,7 @@ Tor Project Social Contract
---
link: http://boingboing.net/2016/08/12/the-tor-projects-social-cont.html
---
-pub_date: 2016 Aug 12
+pub_date: 2016-08-12
---
summary:
---
diff --git a/content/press/tor-project-teams-up-with-researchers-to-toughen-up-tor-browser/contents.lr b/content/press/tor-project-teams-up-with-researchers-to-toughen-up-tor-browser/contents.lr
index 4a5a261..c004124 100644
--- a/content/press/tor-project-teams-up-with-researchers-to-toughen-up-tor-browser/contents.lr
+++ b/content/press/tor-project-teams-up-with-researchers-to-toughen-up-tor-browser/contents.lr
@@ -11,7 +11,7 @@ Tor Project teams up with researchers to toughen up Tor browser
---
link: http://www.zdnet.com/article/tor-project-teams-up-with-researchers-to-tough…
---
-pub_date: 2016 Jun 22
+pub_date: 2016-06-22
---
summary:
---
diff --git a/content/press/tor-project-will-transfer-to-azure-to-continue-offering-domain-fronting/contents.lr b/content/press/tor-project-will-transfer-to-azure-to-continue-offering-domain-fronting/contents.lr
index a3bcc26..5caa478 100644
--- a/content/press/tor-project-will-transfer-to-azure-to-continue-offering-domain-fronting/contents.lr
+++ b/content/press/tor-project-will-transfer-to-azure-to-continue-offering-domain-fronting/contents.lr
@@ -11,7 +11,7 @@ Tor Project will transfer to Azure to continue offering domain fronting
---
link: https://techlector.com/tor-project-will-transfer-to-azure-to-continue-offer…
---
-pub_date: 2018 May 8
+pub_date: 2018-05-08
---
summary:
---
diff --git a/content/press/tor-project-works-on-antifbi-defenses-amid-ios-row-with-apple/contents.lr b/content/press/tor-project-works-on-antifbi-defenses-amid-ios-row-with-apple/contents.lr
index efb98f7..f2ed3a5 100644
--- a/content/press/tor-project-works-on-antifbi-defenses-amid-ios-row-with-apple/contents.lr
+++ b/content/press/tor-project-works-on-antifbi-defenses-amid-ios-row-with-apple/contents.lr
@@ -11,7 +11,7 @@ Tor Project works on antiFBI defenses amid iOS row with Apple
---
link: http://www.theregister.co.uk/2016/03/22/tor_project_fbi_apple/
---
-pub_date: 2016 Mar 22
+pub_date: 2016-03-22
---
summary:
---
diff --git a/content/press/tor-pulls-in-record-donations-as-it-lessens-reliance-on-us-government-grants/contents.lr b/content/press/tor-pulls-in-record-donations-as-it-lessens-reliance-on-us-government-grants/contents.lr
index a60cf56..885bb9a 100644
--- a/content/press/tor-pulls-in-record-donations-as-it-lessens-reliance-on-us-government-grants/contents.lr
+++ b/content/press/tor-pulls-in-record-donations-as-it-lessens-reliance-on-us-government-grants/contents.lr
@@ -11,7 +11,7 @@ Tor pulls in record donations as it lessens reliance on US government grants
---
link: https://techcrunch.com/2019/01/11/tor-lessens-reliance-us-grants/
---
-pub_date: 2019 Jan 11
+pub_date: 2019-01-11
---
summary:
---
diff --git a/content/press/tor-s-great-rebranding/contents.lr b/content/press/tor-s-great-rebranding/contents.lr
index cd3ef14..460f7fa 100644
--- a/content/press/tor-s-great-rebranding/contents.lr
+++ b/content/press/tor-s-great-rebranding/contents.lr
@@ -11,7 +11,7 @@ Tor's great rebranding
---
link: http://www.dailydot.com/politics/tor-media-public-relations-perception/
---
-pub_date: 2015 Mar 26
+pub_date: 2015-03-26
---
summary:
---
diff --git a/content/press/tor-s-new-social-contract-includes-no-backdoors-pledge/contents.lr b/content/press/tor-s-new-social-contract-includes-no-backdoors-pledge/contents.lr
index 4fde60b..70264b2 100644
--- a/content/press/tor-s-new-social-contract-includes-no-backdoors-pledge/contents.lr
+++ b/content/press/tor-s-new-social-contract-includes-no-backdoors-pledge/contents.lr
@@ -11,7 +11,7 @@ Tor’s new social contract includes ‘no backdoors’ pledge
---
link: https://techcrunch.com/2016/08/10/tors-new-social-contract-includes-no-back…
---
-pub_date: 2016 Aug 10
+pub_date: 2016-08-10
---
summary:
---
diff --git a/content/press/tor-should-not-be-banned-in-britain/contents.lr b/content/press/tor-should-not-be-banned-in-britain/contents.lr
index 44d6601..20592c9 100644
--- a/content/press/tor-should-not-be-banned-in-britain/contents.lr
+++ b/content/press/tor-should-not-be-banned-in-britain/contents.lr
@@ -11,7 +11,7 @@ Tor Should Not be Banned in Britain
---
link: http://www.theguardian.com/technology/2015/mar/11/tor-should-not-be-banned-…
---
-pub_date: 2015 Mar 11
+pub_date: 2015-03-11
---
summary:
---
diff --git a/content/press/tor-technology-can-bring-much-needed-encryption-to-healthcare/contents.lr b/content/press/tor-technology-can-bring-much-needed-encryption-to-healthcare/contents.lr
index eb0587a..fa3af05 100644
--- a/content/press/tor-technology-can-bring-much-needed-encryption-to-healthcare/contents.lr
+++ b/content/press/tor-technology-can-bring-much-needed-encryption-to-healthcare/contents.lr
@@ -11,7 +11,7 @@ Tor Technology Can Bring Much Needed Encryption To Healthcare
---
link: http://themerkle.com/tor-technology-can-bring-much-needed-encryption-to-hea…
---
-pub_date: 2016 May 19
+pub_date: 2016-05-19
---
summary:
---
diff --git a/content/press/tor-the-emancipatory-use-of-technology/contents.lr b/content/press/tor-the-emancipatory-use-of-technology/contents.lr
index 9b1d5e4..9d074df 100644
--- a/content/press/tor-the-emancipatory-use-of-technology/contents.lr
+++ b/content/press/tor-the-emancipatory-use-of-technology/contents.lr
@@ -11,7 +11,7 @@ Tor: "The emancipatory use of technology"
---
link: http://www.liberation.fr/economie/2015/06/18/tor-mails-toi-de-tes-oignons_1…
---
-pub_date: 2015 Jun 18
+pub_date: 2015-06-18
---
summary:
---
diff --git a/content/press/tor-to-use-neverbeforeseen-distributed-rng-to-generate-truly-random-numbers/contents.lr b/content/press/tor-to-use-neverbeforeseen-distributed-rng-to-generate-truly-random-numbers/contents.lr
index bce63da..b6ad92a 100644
--- a/content/press/tor-to-use-neverbeforeseen-distributed-rng-to-generate-truly-random-numbers/contents.lr
+++ b/content/press/tor-to-use-neverbeforeseen-distributed-rng-to-generate-truly-random-numbers/contents.lr
@@ -11,7 +11,7 @@ Tor to Use NeverBeforeSeen Distributed RNG to Generate Truly Random Numbers
---
link: http://news.softpedia.com/news/tor-to-use-never-seen-before-distributed-rng…
---
-pub_date: 2016 May 25
+pub_date: 2016-05-25
---
summary:
---
diff --git a/content/press/tor-wants-to-know-how-to-make-the-darknet-mainstream/contents.lr b/content/press/tor-wants-to-know-how-to-make-the-darknet-mainstream/contents.lr
index cdfc096..561e1ee 100644
--- a/content/press/tor-wants-to-know-how-to-make-the-darknet-mainstream/contents.lr
+++ b/content/press/tor-wants-to-know-how-to-make-the-darknet-mainstream/contents.lr
@@ -11,7 +11,7 @@ Tor wants to know how to make the darknet mainstream
---
link: http://motherboard.vice.com/read/tor-wants-to-know-how-to-make-the-darknet-…
---
-pub_date: 2015 Apr 2
+pub_date: 2015-04-02
---
summary:
---
diff --git a/content/press/turkey-blocks-protonmail-e2e-encrypted-email-service/contents.lr b/content/press/turkey-blocks-protonmail-e2e-encrypted-email-service/contents.lr
index 040c572..4399511 100644
--- a/content/press/turkey-blocks-protonmail-e2e-encrypted-email-service/contents.lr
+++ b/content/press/turkey-blocks-protonmail-e2e-encrypted-email-service/contents.lr
@@ -11,7 +11,7 @@ Turkey Blocks ProtonMail E2E Encrypted Email Service
---
link: https://www.tomshardware.com/news/turkey-blocks-protonmail-encrypted-email,…
---
-pub_date: 2018 Mar 15
+pub_date: 2018-03-15
---
summary:
---
diff --git a/content/press/twitter-says-why-not-try-tor-after-issuing-first-statebacked-hack-alert/contents.lr b/content/press/twitter-says-why-not-try-tor-after-issuing-first-statebacked-hack-alert/contents.lr
index 18612aa..e3fc794 100644
--- a/content/press/twitter-says-why-not-try-tor-after-issuing-first-statebacked-hack-alert/contents.lr
+++ b/content/press/twitter-says-why-not-try-tor-after-issuing-first-statebacked-hack-alert/contents.lr
@@ -11,7 +11,7 @@ Twitter says 'Why not try Tor?' after issuing first statebacked hack alert
---
link: http://www.zdnet.com/article/twitter-says-why-not-try-tor-after-issuing-fir…
---
-pub_date: 2015 Dec 14
+pub_date: 2015-12-14
---
summary:
---
diff --git a/content/press/u-s-cloud-providers-face-backlash-from-china-s-censors/contents.lr b/content/press/u-s-cloud-providers-face-backlash-from-china-s-censors/contents.lr
index 78772a4..02a91a7 100644
--- a/content/press/u-s-cloud-providers-face-backlash-from-china-s-censors/contents.lr
+++ b/content/press/u-s-cloud-providers-face-backlash-from-china-s-censors/contents.lr
@@ -11,7 +11,7 @@ U.S. Cloud Providers Face Backlash From China’s Censors
---
link: http://www.wsj.com/articles/u-s-cloud-providers-face-backlash-from-chinas-c…
---
-pub_date: 2015 Mar 16
+pub_date: 2015-03-16
---
summary:
---
diff --git a/content/press/venezuela-just-took-a-huge-step-towards-controlling-all-access-to-the-internet/contents.lr b/content/press/venezuela-just-took-a-huge-step-towards-controlling-all-access-to-the-internet/contents.lr
index 2f85cd9..28388c8 100644
--- a/content/press/venezuela-just-took-a-huge-step-towards-controlling-all-access-to-the-internet/contents.lr
+++ b/content/press/venezuela-just-took-a-huge-step-towards-controlling-all-access-to-the-internet/contents.lr
@@ -11,7 +11,7 @@ took a huge step towards controlling all access to the Internet
---
link: https://news.vice.com/en_us/article/59qvwz/venezuela-maduro-tor-network-cen…
---
-pub_date: 2018 Jun 26
+pub_date: 2018-06-26
---
summary:
---
diff --git a/content/press/venezuela-ramps-up-censorship/contents.lr b/content/press/venezuela-ramps-up-censorship/contents.lr
index 2c443b6..578aaa5 100644
--- a/content/press/venezuela-ramps-up-censorship/contents.lr
+++ b/content/press/venezuela-ramps-up-censorship/contents.lr
@@ -11,7 +11,7 @@ up censorship
---
link: https://www.zdnet.com/article/venezuela-ramps-up-censorship-with-tor-ban/
---
-pub_date: 2018 Jun 27
+pub_date: 2018-06-27
---
summary:
---
diff --git a/content/press/we-can-t-outlaw-anonymous-web-services/contents.lr b/content/press/we-can-t-outlaw-anonymous-web-services/contents.lr
index 48ebec0..4ad0117 100644
--- a/content/press/we-can-t-outlaw-anonymous-web-services/contents.lr
+++ b/content/press/we-can-t-outlaw-anonymous-web-services/contents.lr
@@ -11,7 +11,7 @@ We Can’t Outlaw Anonymous Web Services
---
link: http://thehill.com/policy/cybersecurity/235171-uk-lawmakers-we-cant-ban-onl…
---
-pub_date: 2015 Mar 10
+pub_date: 2015-03-10
---
summary:
---
diff --git a/content/press/what-do-tor-tails-and-caddy-have-in-common-mozilla-bucks/contents.lr b/content/press/what-do-tor-tails-and-caddy-have-in-common-mozilla-bucks/contents.lr
index 36ce604..64b8c5f 100644
--- a/content/press/what-do-tor-tails-and-caddy-have-in-common-mozilla-bucks/contents.lr
+++ b/content/press/what-do-tor-tails-and-caddy-have-in-common-mozilla-bucks/contents.lr
@@ -11,7 +11,7 @@ What do Tor, Tails and Caddy have in common? Mozilla bucks
---
link: http://www.theregister.co.uk/2016/06/23/mozilla_gives_out_moss_prizes/
---
-pub_date: 2016 Jun 23
+pub_date: 2016-06-23
---
summary:
---
diff --git a/content/press/what-went-wrong-at-the-hope-hacking-conference/contents.lr b/content/press/what-went-wrong-at-the-hope-hacking-conference/contents.lr
index 4d2555d..338e7c3 100644
--- a/content/press/what-went-wrong-at-the-hope-hacking-conference/contents.lr
+++ b/content/press/what-went-wrong-at-the-hope-hacking-conference/contents.lr
@@ -10,7 +10,7 @@ title: What Went Wrong at the HOPE Hacking Conference?
---
link: https://motherboard.vice.com/en_us/article/wjkjzm/what-went-wrong-at-the-ho…
---
-pub_date: 2018 Jul 23
+pub_date: 2018-07-23
---
summary:
---
diff --git a/content/press/what-you-need-to-know-about-tor-browser/contents.lr b/content/press/what-you-need-to-know-about-tor-browser/contents.lr
index a94af15..5247c23 100644
--- a/content/press/what-you-need-to-know-about-tor-browser/contents.lr
+++ b/content/press/what-you-need-to-know-about-tor-browser/contents.lr
@@ -11,7 +11,7 @@ What You Need to Know About Tor Browser
---
link: https://www.lifehacker.com.au/2018/09/what-is-the-tor-browser/
---
-pub_date: 2018 Sep 14
+pub_date: 2018-09-14
---
summary:
---
diff --git a/content/press/when-governments-censor-websites-and-block-messaging-apps-like-telegram-here-s-where-to-turn-for-proof/contents.lr b/content/press/when-governments-censor-websites-and-block-messaging-apps-like-telegram-here-s-where-to-turn-for-proof/contents.lr
index 74d2848..f2685f4 100644
--- a/content/press/when-governments-censor-websites-and-block-messaging-apps-like-telegram-here-s-where-to-turn-for-proof/contents.lr
+++ b/content/press/when-governments-censor-websites-and-block-messaging-apps-like-telegram-here-s-where-to-turn-for-proof/contents.lr
@@ -11,7 +11,7 @@ When governments censor websites and block messaging apps like Telegram, here's
---
link: http://www.cbc.ca/news/technology/ooni-tor-information-controls-measurement…
---
-pub_date: 2018 May 10
+pub_date: 2018-05-10
---
summary:
---
diff --git a/content/press/with-facebook-s-support-tor-project-s-onion-domains-remain-hidden/contents.lr b/content/press/with-facebook-s-support-tor-project-s-onion-domains-remain-hidden/contents.lr
index 8bd2cb0..40428d8 100644
--- a/content/press/with-facebook-s-support-tor-project-s-onion-domains-remain-hidden/contents.lr
+++ b/content/press/with-facebook-s-support-tor-project-s-onion-domains-remain-hidden/contents.lr
@@ -11,7 +11,7 @@ With Facebook's Support, Tor Project's .Onion Domains Remain Hidden
---
link: http://www.techtimes.com/articles/101138/20151029/with-facebooks-support-to…
---
-pub_date: 2015 Oct 29
+pub_date: 2015-10-29
---
summary:
---
diff --git a/content/press/with-new-director-tor-seeks-new-funding-sources-and-international-growth/contents.lr b/content/press/with-new-director-tor-seeks-new-funding-sources-and-international-growth/contents.lr
index 978f49e..e64c51e 100644
--- a/content/press/with-new-director-tor-seeks-new-funding-sources-and-international-growth/contents.lr
+++ b/content/press/with-new-director-tor-seeks-new-funding-sources-and-international-growth/contents.lr
@@ -11,7 +11,7 @@ title:
---
link: https://www.cyberscoop.com/tor-funding-isabela-bagueros-december-2018/
---
-pub_date: 2018 Dec 10
+pub_date: 2018-12-10
---
summary:
---
diff --git a/content/press/you-can-now-connect-to-facebook-on-your-phone-without-leaving-a-digital-trail/contents.lr b/content/press/you-can-now-connect-to-facebook-on-your-phone-without-leaving-a-digital-trail/contents.lr
index 0e3649c..4965a5e 100644
--- a/content/press/you-can-now-connect-to-facebook-on-your-phone-without-leaving-a-digital-trail/contents.lr
+++ b/content/press/you-can-now-connect-to-facebook-on-your-phone-without-leaving-a-digital-trail/contents.lr
@@ -11,7 +11,7 @@ You can now connect to Facebook on your phone without leaving a digital trail
---
link: http://www.businessinsider.com/facebook-tor-android-2016-1
---
-pub_date: 2016 Jan 19
+pub_date: 2016-01-19
---
summary:
---
1
0