commit 4000c9bbaf65a9b24b2f104684cb04ac4fabc5f0 Author: gus gus@torproject.org Date: Wed May 13 17:05:52 2020 -0400
Add new training material about the tor network --- databags/training-resources.json | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/databags/training-resources.json b/databags/training-resources.json index 07591d0..f1e8b10 100644 --- a/databags/training-resources.json +++ b/databags/training-resources.json @@ -17,5 +17,15 @@ "formats" : ["odp"], "description" : "Un conjunto completo de diapositivas para los entrenamientos de Tor", "date" : "2019" + }, + + "tor network" : + { + "label" : "The Tor network", + "name" : "tor-network", + "filename" : "tor-network", + "formats" : ["odp","pdf"], + "description" : "Learn about the Tor network and how to run a relay", + "date" : "2019" } }
tor-commits@lists.torproject.org