[tor-commits] [tpo/master] fixup! Bug 199: Add January - May 2021 articles
gus at torproject.org
gus at torproject.org
Fri Aug 13 17:28:59 UTC 2021
commit bf55c20df857a0bda7636a5cda42a1c7ebb14273
Author: HackerNCoder <hackerncoder at encryptionin.space>
Date: Wed Aug 11 00:45:48 2021 +0000
fixup! Bug 199: Add January - May 2021 articles
---
bin/csv_to_markdown | 4 ++--
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../the-tor-project-announcing-new-board-members/contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 9 +++++----
.../contents.lr | 2 +-
.../contents.lr | 2 +-
.../contents.lr | 2 +-
16 files changed, 21 insertions(+), 20 deletions(-)
diff --git a/bin/csv_to_markdown b/bin/csv_to_markdown
index 2cca2c1d..38c3a690 100755
--- a/bin/csv_to_markdown
+++ b/bin/csv_to_markdown
@@ -1,6 +1,7 @@
#!/usr/bin/python3
#
# expects publisher,title,date,link csv files
+# date = yyyy-mm-dd
import csv
import os
@@ -17,8 +18,7 @@ with open(csv_file, newline='') as csvfile:
re_path = re.sub(r'[^\w\s]','',row[1]).lower()
create_path = re.sub(' ','-',re_path)
title = row[1]
- date = row[2].split('/')
- pub_date = "{}-{}-{}".format(date[2], date[0], date[1])
+ pub_date = row[2]
link = row[3]
full_path = os.path.join(os.getcwd(),"content/press/{}".format(create_path))
if not os.path.exists(full_path):
diff --git a/content/press/browse-the-intercept-anonymously-and-securely-using-our-new-tor-onion-service/contents.lr b/content/press/browse-the-intercept-anonymously-and-securely-using-our-new-tor-onion-service/contents.lr
index 61a20c58..dbf03362 100644
--- a/content/press/browse-the-intercept-anonymously-and-securely-using-our-new-tor-onion-service/contents.lr
+++ b/content/press/browse-the-intercept-anonymously-and-securely-using-our-new-tor-onion-service/contents.lr
@@ -12,7 +12,7 @@ title: Browse The Intercept Anonymously and Securely Using Our New Tor Onion Se
---
link: https://theintercept.com/2021/04/28/tor-browser-onion/
---
-pub_date: 21-4-28
+pub_date: 2021-04-28
---
summary:
---
diff --git a/content/press/bypassing-censorship-with-vpns--is-it-really-safe/contents.lr b/content/press/bypassing-censorship-with-vpns--is-it-really-safe/contents.lr
index 592a559a..fb8687fe 100644
--- a/content/press/bypassing-censorship-with-vpns--is-it-really-safe/contents.lr
+++ b/content/press/bypassing-censorship-with-vpns--is-it-really-safe/contents.lr
@@ -12,7 +12,7 @@ title: Bypassing censorship with VPNs -- is it really safe?
---
link: https://www.dw.com/en/bypassing-censorship-with-vpns-is-that-really-safe/a-56836645
---
-pub_date: 21-3-11
+pub_date: 2021-03-11
---
summary:
---
diff --git a/content/press/how-to-get-affordable-dv-certificates-for-onion-sites/contents.lr b/content/press/how-to-get-affordable-dv-certificates-for-onion-sites/contents.lr
index 8fb7394b..e9fc9881 100644
--- a/content/press/how-to-get-affordable-dv-certificates-for-onion-sites/contents.lr
+++ b/content/press/how-to-get-affordable-dv-certificates-for-onion-sites/contents.lr
@@ -12,7 +12,7 @@ title: How to get affordable DV certificates for onion sites
---
link: https://www.helpnetsecurity.com/2021/03/26/how-to-get-affordable-dv-certificates-for-onion-sites/
---
-pub_date: 21-3-26
+pub_date: 2021-03-26
---
summary:
---
diff --git a/content/press/myanmar-citizens-use-protester-toolkit-to-skirt-internet-ban/contents.lr b/content/press/myanmar-citizens-use-protester-toolkit-to-skirt-internet-ban/contents.lr
index 502e1e44..1bcec983 100644
--- a/content/press/myanmar-citizens-use-protester-toolkit-to-skirt-internet-ban/contents.lr
+++ b/content/press/myanmar-citizens-use-protester-toolkit-to-skirt-internet-ban/contents.lr
@@ -12,7 +12,7 @@ title: Myanmar Citizens Use Protester Toolkit to Skirt Internet Ban
---
link: https://www.bloomberg.com/news/articles/2021-03-24/myanmar-citizens-find-ways-around-crackdown-on-internet
---
-pub_date: 21-3-24
+pub_date: 2021-03-24
---
summary:
---
diff --git a/content/press/share-and-receive-files-anonymously-with-onionshare/contents.lr b/content/press/share-and-receive-files-anonymously-with-onionshare/contents.lr
index 029c2095..a4791159 100644
--- a/content/press/share-and-receive-files-anonymously-with-onionshare/contents.lr
+++ b/content/press/share-and-receive-files-anonymously-with-onionshare/contents.lr
@@ -12,7 +12,7 @@ title: Share and Receive Files Anonymously with 'OnionShare'
---
link: https://lifehacker.com/share-and-receive-files-anonymously-with-onionshare-1846326862
---
-pub_date: 21-2-23
+pub_date: 2021-02-23
---
summary:
---
diff --git a/content/press/the-tor-project-announcing-new-board-members/contents.lr b/content/press/the-tor-project-announcing-new-board-members/contents.lr
index a07a3f62..20f83575 100644
--- a/content/press/the-tor-project-announcing-new-board-members/contents.lr
+++ b/content/press/the-tor-project-announcing-new-board-members/contents.lr
@@ -12,7 +12,7 @@ title: The Tor Project: Announcing New Board Members
---
link: https://www.marketscreener.com/news/latest/Tor-Project-nbsp-Announcing-new-Board-members--33360466/
---
-pub_date: 21-5-26
+pub_date: 2021-05-26
---
summary:
---
diff --git a/content/press/tor-browser-faq-what-is-it-and-how-does-it-protect-your-privacy/contents.lr b/content/press/tor-browser-faq-what-is-it-and-how-does-it-protect-your-privacy/contents.lr
index b7028497..18021c1f 100644
--- a/content/press/tor-browser-faq-what-is-it-and-how-does-it-protect-your-privacy/contents.lr
+++ b/content/press/tor-browser-faq-what-is-it-and-how-does-it-protect-your-privacy/contents.lr
@@ -12,7 +12,7 @@ title: Tor browser FAQ: What is it and how does it protect your privacy?
---
link: https://www.cnet.com/how-to/tor-browser-faq-what-is-it-and-how-does-it-protect-your-privacy/
---
-pub_date: 21-2-1
+pub_date: 2021-02-01
---
summary:
---
diff --git a/content/press/tor-project-auctions-nft-based-on-first-darkweb-site-for-17-million/contents.lr b/content/press/tor-project-auctions-nft-based-on-first-darkweb-site-for-17-million/contents.lr
index b2c423f7..8c283ec5 100644
--- a/content/press/tor-project-auctions-nft-based-on-first-darkweb-site-for-17-million/contents.lr
+++ b/content/press/tor-project-auctions-nft-based-on-first-darkweb-site-for-17-million/contents.lr
@@ -12,7 +12,7 @@ title: Tor Project Auctions NFT Based on First Darkweb Site for $1.7 Million
---
link: https://www.vice.com/en/article/bvzn5v/tor-project-auctions-nft-based-on-first-darkweb-site-for-dollar17-million
---
-pub_date: 21-5-17
+pub_date: 2021-05-17
---
summary:
---
diff --git a/content/press/tor-project-auctions-off-the-first-onion-url-ever-created-as-an-nft/contents.lr b/content/press/tor-project-auctions-off-the-first-onion-url-ever-created-as-an-nft/contents.lr
index c87c60e0..eaf4289c 100644
--- a/content/press/tor-project-auctions-off-the-first-onion-url-ever-created-as-an-nft/contents.lr
+++ b/content/press/tor-project-auctions-off-the-first-onion-url-ever-created-as-an-nft/contents.lr
@@ -12,7 +12,7 @@ title: Tor Project auctions off the first Onion URL ever created as an NFT
---
link: https://www.bleepingcomputer.com/news/technology/tor-project-auctions-off-the-first-onion-url-ever-created-as-an-nft/
---
-pub_date: 21-5-12
+pub_date: 2021-05-12
---
summary:
---
diff --git a/content/press/tor-project-receives-670k-from-zcash-open-major-grants-for-coding-language-upgrade/contents.lr b/content/press/tor-project-receives-670k-from-zcash-open-major-grants-for-coding-language-upgrade/contents.lr
index 9e9955c3..80e5f7ab 100644
--- a/content/press/tor-project-receives-670k-from-zcash-open-major-grants-for-coding-language-upgrade/contents.lr
+++ b/content/press/tor-project-receives-670k-from-zcash-open-major-grants-for-coding-language-upgrade/contents.lr
@@ -12,7 +12,7 @@ title: Tor Project Receives $670K From Zcash Open Major Grants for Coding Langu
---
link: https://www.coindesk.com/tor-project-zcash-open-major-grants-zomg-arti-coding-language-upgrade
---
-pub_date: 21-6-8
+pub_date: 2021-06-08
---
summary:
---
diff --git a/content/press/tor-projects-crypto-donations-increased-23-in-2020/contents.lr b/content/press/tor-projects-crypto-donations-increased-23-in-2020/contents.lr
index b0634c53..4f881520 100644
--- a/content/press/tor-projects-crypto-donations-increased-23-in-2020/contents.lr
+++ b/content/press/tor-projects-crypto-donations-increased-23-in-2020/contents.lr
@@ -12,7 +12,7 @@ title: Tor Projectâs crypto donations increased 23% in 2020
---
link: https://cointelegraph.com/news/tor-project-s-crypto-donations-increased-23-in-2020
---
-pub_date: 21-1-26
+pub_date: 2021-01-26
---
summary:
---
diff --git a/content/press/tor-psiphon-signal-and-co-how-to-move-unrecognized-on-the-internet/contents.lr b/content/press/tor-psiphon-signal-and-co-how-to-move-unrecognized-on-the-internet/contents.lr
index 32105612..80597149 100644
--- a/content/press/tor-psiphon-signal-and-co-how-to-move-unrecognized-on-the-internet/contents.lr
+++ b/content/press/tor-psiphon-signal-and-co-how-to-move-unrecognized-on-the-internet/contents.lr
@@ -8,12 +8,13 @@ type: snippet
---
publisher: Deutsche Welle
---
-title: Tor, Psiphon, Signal and Co.: How to move unrecognized on the internet
+title: Tor, Psiphon, Signal and Co.: How to move unrecognized on the internet
---
link: https://www.dw.com/en/tor-psiphon-signal-and-co-how-to-move-unrecognized-on-the-internet/a-51720615
---
-pub_date: 2020-02-17
+pub_date: 2021-02-19
---
-summary:
+summary:
+---
+body:
---
-body:
diff --git a/content/press/tor-sells-nft-of-first-onion-url-for-2-million-in-eth-to-pleasrdao/contents.lr b/content/press/tor-sells-nft-of-first-onion-url-for-2-million-in-eth-to-pleasrdao/contents.lr
index cd422aa3..1158a60e 100644
--- a/content/press/tor-sells-nft-of-first-onion-url-for-2-million-in-eth-to-pleasrdao/contents.lr
+++ b/content/press/tor-sells-nft-of-first-onion-url-for-2-million-in-eth-to-pleasrdao/contents.lr
@@ -12,7 +12,7 @@ title: Tor Sells NFT of First .onion URL For $2 Million in ETH to PleasrDAO
---
link: https://decrypt.co/71017/tor-sells-nft-of-first-onion-url-for-2-million-in-eth-to-pleasrdao
---
-pub_date: 21-5-14
+pub_date: 2021-05-14
---
summary:
---
diff --git a/content/press/tors-upcoming-nft-auction-to-let-bidders-own-piece-of-history/contents.lr b/content/press/tors-upcoming-nft-auction-to-let-bidders-own-piece-of-history/contents.lr
index c48855bd..168289c0 100644
--- a/content/press/tors-upcoming-nft-auction-to-let-bidders-own-piece-of-history/contents.lr
+++ b/content/press/tors-upcoming-nft-auction-to-let-bidders-own-piece-of-history/contents.lr
@@ -12,7 +12,7 @@ title: Torâs Upcoming NFT Auction to Let Bidders Own Piece of History
---
link: https://beincrypto.com/tor-plans-to-enter-nft-market/
---
-pub_date: 21-5-12
+pub_date: 2021-05-12
---
summary:
---
diff --git a/content/press/what-will-changing-section-230-mean-for-the-internet/contents.lr b/content/press/what-will-changing-section-230-mean-for-the-internet/contents.lr
index 2020b537..b46bea57 100644
--- a/content/press/what-will-changing-section-230-mean-for-the-internet/contents.lr
+++ b/content/press/what-will-changing-section-230-mean-for-the-internet/contents.lr
@@ -12,7 +12,7 @@ title: What will changing Section 230 mean for the internet?
---
link: https://www.theverge.com/22302850/section-230-reform-internet-speech-moderation-platforms
---
-pub_date: 21-2-26
+pub_date: 2021-02-26
---
summary:
---
More information about the tor-commits
mailing list