[tor-commits] [tpo/master] Add Privchat calendar file

gus at torproject.org gus at torproject.org
Mon Sep 20 20:27:23 UTC 2021


commit 9c422e2670777c72843fd0d57443fe0579602068
Author: gus <gus at torproject.org>
Date:   Mon Sep 20 17:27:12 2021 -0300

    Add Privchat calendar file
---
 assets/static/images/privchat/privchat-5.ics | 56 ++++++++++++++++++++++++++++
 templates/privchat.html                      |  2 +-
 2 files changed, 57 insertions(+), 1 deletion(-)

diff --git a/assets/static/images/privchat/privchat-5.ics b/assets/static/images/privchat/privchat-5.ics
new file mode 100644
index 00000000..a17dea51
--- /dev/null
+++ b/assets/static/images/privchat/privchat-5.ics
@@ -0,0 +1,56 @@
+BEGIN:VCALENDAR
+PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
+VERSION:2.0
+BEGIN:VTIMEZONE
+TZID:America/Los_Angeles
+BEGIN:DAYLIGHT
+TZOFFSETFROM:-0800
+TZOFFSETTO:-0700
+TZNAME:PDT
+DTSTART:19700308T020000
+RRULE:FREQ=YEARLY;BYDAY=2SU;BYMONTH=3
+END:DAYLIGHT
+BEGIN:STANDARD
+TZOFFSETFROM:-0700
+TZOFFSETTO:-0800
+TZNAME:PST
+DTSTART:19701101T020000
+RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=11
+END:STANDARD
+END:VTIMEZONE
+BEGIN:VEVENT
+CREATED:20210920T200957Z
+LAST-MODIFIED:20210920T201302Z
+DTSTAMP:20210920T201302Z
+UID:8e15ebea-845a-3e45-99a8-f932fc89703c
+SUMMARY:PrivChat with Tor | Proctection Against Pegasus
+DTSTART;TZID=America/Los_Angeles:20210927T100000
+DTEND;TZID=America/Los_Angeles:20210927T110000
+TRANSP:OPAQUE
+LOCATION:https://www.youtube.com/watch?v=4ovmcZtaacY
+DESCRIPTION:WHAT: PrivChat with Tor | Proctection Against Pegasus\n\nWHERE
+ : https://www.youtube.com/watch?v=4ovmcZtaacY\n\nWHEN: Sept. 27 @ 17:00 UT
+ C\n\n---\n\nEvery year\, governments\, law enforcement agencies\, militari
+ es\, and corporations invest billions of dollars into building and buying 
+ malicious spyware software designed to silently infiltrate a user's device
+  and allow attackers to view the contents without detection.\n\nThis year\
+ , the Pegasus Project revealed that users of this kind of spyware\, known 
+ as Pegasus and built by the NSO group\, had targeted the phones that belon
+ g to thousands of people in more than 50 countries\, including business ex
+ ecutives\, politicians\, journalists\, and human rights activists.\n\nIn t
+ his edition of PrivChat\, join Likhita and Etienne Maynier of Amnesty Inte
+ rnational and John Scott Railton of Citizen Lab to discuss:\n\n- What can 
+ individuals\, journalists\, activists\, and human rights defenders can do 
+ to protect themselves against sophisticated spyware?\n- What kind of organ
+ izations can we support to help stop this abuse?\n- Who is working on safe
+ r\, more private software that we can trust?\n\nRoger Dingledine\, Co-Foun
+ der of the Tor Project\, will join us as our host and moderator.\nhttps://
+ torproject.org/privchat\n
+X-MOZ-GENERATION:1
+BEGIN:VALARM
+ACTION:DISPLAY
+TRIGGER;VALUE=DURATION:-PT15M
+DESCRIPTION:Default Mozilla Description
+END:VALARM
+END:VEVENT
+END:VCALENDAR
diff --git a/templates/privchat.html b/templates/privchat.html
index dd668aba..db34ee57 100644
--- a/templates/privchat.html
+++ b/templates/privchat.html
@@ -27,7 +27,7 @@
     <div>
       <p><span class="text-primary nick" style="font-size:18px;"><mark>9/27 ∙ 17:00 UTC ∙ 13:00 Eastern ∙ 10:00 Pacific ∙ <a href="https://www.youtube.com/watch?v=4ovmcZtaacY" title="Tor Project YouTube Channel" target="_blank"><i class="fab fa-youtube"></i> @torproject YouTube channel</a></mark></span></p>
     </div>
-    <a class="btn btn-small bg-primary text-light my-4" href="https://www.youtube.com/watch?v=4ovmcZtaacY" target="_blank"><i class="mr-2 pt-1 fas fa-thumbtack-png"></i> {{ _("Save the Date") }} </a>
+    <a class="btn btn-small bg-primary text-light my-4" href="/static/images/privchat/privchat-5.ics" target="_blank"><i class="mr-2 pt-1 fas fa-thumbtack-png"></i> {{ _("Save the Date") }} </a>
     <div>
     <p class="font-family-serif">
       Every year, governments, law enforcement agencies, militaries, and corporations invest billions of dollars into building and buying malicious spyware--software designed to silently infiltrate a user's device and allow attackers to view the contents without detection.



More information about the tor-commits mailing list