[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r18051: {projects} Update TODO to add request for string freeze, update message (in projects/gettor: . gettor)
Author: ioerror
Date: 2009-01-09 17:08:50 -0500 (Fri, 09 Jan 2009)
New Revision: 18051
Modified:
projects/gettor/TODO
projects/gettor/gettor/responses.py
Log:
Update TODO to add request for string freeze, update messages to include support and bridge information.
Modified: projects/gettor/TODO
===================================================================
--- projects/gettor/TODO 2009-01-09 20:46:14 UTC (rev 18050)
+++ projects/gettor/TODO 2009-01-09 22:08:50 UTC (rev 18051)
@@ -6,9 +6,7 @@
- Implement test (-t switch) functionality
- Installer
- Enhance README file
+- Split (at least) tiger bundle into several smaller archives to avoid ~20MB
- Add more translations
- Put po files into pootle for translation
-- Split (at least) tiger bundle into several smaller archives to avoid ~20MB
- attachment
-- Add a follow up reply that describes an introduction to bridges
-- Add better support emails in responses for times when something goes wrong
+ - Freeze messages for translation
Modified: projects/gettor/gettor/responses.py
===================================================================
--- projects/gettor/gettor/responses.py 2009-01-09 20:46:14 UTC (rev 18050)
+++ projects/gettor/gettor/responses.py 2009-01-09 22:08:50 UTC (rev 18051)
@@ -56,6 +56,10 @@
(We apologize if you didn't ask for this mail. Since your email is from
a service that doesn't use DKIM, we're sending a short explanation,
and then we'll ignore this email address for the next day or so.)
+
+ If you require any additional help, please feel free to contact a human
+ at the following support email address: tor-assistants@xxxxxxxxxxxxxx
+
""")
help = self.constructMessage(message, source, destination)
try:
@@ -78,6 +82,10 @@
""" + "".join([ "\t%s\n" % key for key in packageList.keys()]) + """
Please send me another email. It only needs a single package name anywhere
in the body of your email.
+
+ If you require any additional help, please feel free to contact a human
+ at the following support email address: tor-assistants@xxxxxxxxxxxxxx
+
""")
help = self.constructMessage(message, source, destination)
try:
@@ -111,7 +119,23 @@
http://www.gnupg.org/related_software/frontends.html
- Have fun.
+ If your internet connection blocks access to the Tor network, please
+ consider using a bridge relay. Bridge relays (or "bridges" for short)
+ are Tor relays that aren't listed in the main directory. Since there
+ is no complete public list of them, even if your ISP is filtering
+ connections to all the known Tor relays, they probably won't be able
+ to block all the bridges.
+
+ You can acquire a bridge by sending an email that contains "get bridges"
+ in the body of the email to the following email address:
+ bridges@xxxxxxxxxxxxxx
+
+ It is also possible to fetch bridges with a web browser at the following
+ url: https://bridges.torproject.org/
+
+ If you require any additional help, please feel free to contact a human
+ at the following support email address: tor-assistants@xxxxxxxxxxxxxx
+
""")
package = self.constructMessage(message, source, destination, filename)
try: