commit cc0e9dce78d5455256471372816700b3b8557739 Author: gus gus@torproject.org Date: Tue Mar 16 20:22:29 2021 -0300
Update training resources and add private bridge workshop --- databags/training-resources.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/databags/training-resources.json b/databags/training-resources.json index f1e8b10..ba7f3ea 100644 --- a/databags/training-resources.json +++ b/databags/training-resources.json @@ -4,9 +4,9 @@ "label" : "All About Tor", "name" : "all-about-tor", "filename" : "all-about-tor-full-pack", - "formats" : ["odp","md"], + "formats" : ["odp","pdf"], "description" : "Full set of slides for Tor Trainings", - "date" : "2019" + "date" : "2021" },
"todo sobre tor" : @@ -27,5 +27,15 @@ "formats" : ["odp","pdf"], "description" : "Learn about the Tor network and how to run a relay", "date" : "2019" + }, + + "Private bridges workshop" : + { + "label" : "Running Tor bridges", + "name" : "private-bridges", + "filename" : "private-bridges-workshop", + "formats" : ["odp","pdf"], + "description" : "Learn how to run a private unlisted Tor bridge", + "date" : "2021" } }