[tor-commits] [tpo/staging] update content

hiro at torproject.org hiro at torproject.org
Mon Feb 11 11:40:13 UTC 2019


commit a0e956ac2e0c6d651d5767dd8fcbdcc44f8193d2
Author: Antonela <hola at antonela.me>
Date:   Sat Feb 9 17:27:01 2019 +0100

    update content
---
 templates/contact.html          | 6 +++---
 templates/download-options.html | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/templates/contact.html b/templates/contact.html
index 8416122..e4dcc18 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -38,7 +38,7 @@
 </div>
 <div class="container pt-5 justify-content-center">
   <div class="row ml-5 mr-5">
-    <h4 class="text-primary">{{ _('Join an email list') }} <small class="fa fa-arrow-right p-1" title="icon arrow-right" aria-hidden="true"></small></h4>
+    <a class=" h4 text-primary" href="https://lists.torproject.org" target="_blank">{{ _('Join an email list') }} <small class="fa fa-arrow-right p-1" title="icon arrow-right" aria-hidden="true"></small></a>
   </div>
   <div class="row ml-5 mr-5 pt-3 preamble">
     <p>{{ _("Our teams collaborate in open channels, including email lists, you are welcome to join. If you have a question for a specific team not answered on our support portal, you can ask the appropriate list. You're welcome to subscribe and just watch, too :)") }}</p>
@@ -54,14 +54,14 @@
         <div class="oval-3 mt-3"><i class="fas fa-spider text-primary"></i></div>
       </div>
       <div class="row mt-3 mr-5">
-        <h4 class="text-primary">{{ _('Report a bug or give feedback.') }}</h4>
+        <a class="h4 text-primary" href="https://trac.torproject.org/projects/tor/wiki/doc/community/HowToReportBugFeedback" target="_blank">{{ _('Report a bug or give feedback.') }}</a>
         <p class="text-tpo">{{ _('Tor relies on the support of users and volunteers around the world to help us improve our software and resources, so your feedback is extremely valuable to us (and to all Tor users).') }}</p>
       </div>
       <div class="row">
         <div class="oval-3 mt-3"><i class="fas fa-flag text-primary"></i></div>
       </div>
       <div class="row mt-3 mr-5">
-        <h4 class="text-primary">{{ _('Tell us about a bad relay.') }}</h4>
+        <a class="h4 text-primary" href="https://trac.torproject.org/projects/tor/wiki/doc/ReportingBadRelays" target="_blank">{{ _('Tell us about a bad relay.') }}</a>
         <p class="text-tpo">{{ _('If you find a relay that you think is malicious, misconfigured, or otherwise broken, please check out our wiki page and blog post on how to report it.') }}</p>
       </div>
     </div>
diff --git a/templates/download-options.html b/templates/download-options.html
index 28d7ccc..e8c79a7 100644
--- a/templates/download-options.html
+++ b/templates/download-options.html
@@ -1,6 +1,6 @@
 <div class="container py-3 mt-5">
   <div class="row">
-    <p>We need two lines here about why we release alphas, how it works in the development cycle and also a link to repos or documentation.</p>
+    <p>{{ _('Before we release a stable version of our software, we release an alpha version to test features and find bugs. Please only download an alpha if you are okay with some things not working properly, want to help us find and report bugs, and are not putting yourself at risk.') }}</p>
   </div>
 </div>
 <div class="container py-3">





More information about the tor-commits mailing list