[or-cvs] r18461: {projects} strip trailing whitespace (projects/gettor)

arma at seul.org arma at seul.org
Tue Feb 10 03:58:55 UTC 2009


Author: arma
Date: 2009-02-09 22:58:55 -0500 (Mon, 09 Feb 2009)
New Revision: 18461

Modified:
   projects/gettor/README
   projects/gettor/TODO
Log:
strip trailing whitespace


Modified: projects/gettor/README
===================================================================
--- projects/gettor/README	2009-02-10 03:57:49 UTC (rev 18460)
+++ projects/gettor/README	2009-02-10 03:58:55 UTC (rev 18461)
@@ -2,14 +2,14 @@
 --------
 GetTor is a program for serving Tor and Tor related files over SMTP.
 Users interface with GetTor by sending it an email. The users must use a mail
-server that signs outgoing mail with DKIM or have their email address added 
-to the whitelist. This is to prevent abuse. The following document explains 
+server that signs outgoing mail with DKIM or have their email address added
+to the whitelist. This is to prevent abuse. The following document explains
 how to setup GetTor for a server admin.
 
 To use GetTor, you'll want a machine that invokes .forward files for users.
 You'll also want to have python and rsync installed.
 
-There some limits with smtp software for outgoing email sizes. You should 
+There some limits with smtp software for outgoing email sizes. You should
 check with your software to ensure that you can send files that are as large
 as the largest files Tor distributes. For postfix, you may want to have a line
 that looks like the following in /etc/postfix/main.cf:
@@ -20,7 +20,7 @@
 value is also adaptable through the config file paramter 'message_size_limit'
 in case you need to.
 
-You will want to ensure that you have a properly configured set 
+You will want to ensure that you have a properly configured set
 of mo files for each translation. Generate and install mo files as follows:
 
    GetTor.py -r
@@ -29,7 +29,7 @@
 
 Configure the default ~/.gettorrc file:
 
-    gettor at moria:~$ cat .gettorrc 
+    gettor at moria:~$ cat .gettorrc
     [global]
     stateDir    = /home/gettor/gettor/state/
     blStateDir  = /home/gettor/gettor/bl/
@@ -43,7 +43,7 @@
 
 Your .forward file should look like this:
 
-    gettor at moria:~$ cat .forward 
+    gettor at moria:~$ cat .forward
     "|/home/gettor/bin/GetTor.py"
 
 These are the python files we need to run GetTor.py:
@@ -64,7 +64,7 @@
     2009-01-05 16:49:29,226 (9222) Syncing Tor packages done.
     2009-01-05 16:49:30,155 (9222) Building packages done.
 
-Now you'll install the cronjob. This clears the blacklist and updates 
+Now you'll install the cronjob. This clears the blacklist and updates
 packages daily:
 
     gettor at moria:~/bin$ ./GetTor.py -i
@@ -89,19 +89,19 @@
 
     /home/gettor/gettor/i18n/en/LC_MESSAGES/gettor.mo
 
-Also, in case your .po files for some reason live in a different directory 
+Also, in case your .po files for some reason live in a different directory
 than i18n/ (relative to GetTor.py, as provided by GetTor), you can tell this
 to GetTor as follows:
 
     gettor at moria:~/bin$ ./GetTor.py -r -d /path/to/my/mofiles/directory
 
 Note that GetTor will expect the same directory structure as provided under
-i18n/ in the GetTor source package, e.g. 'i18n/en/gettor_en.po', 
+i18n/ in the GetTor source package, e.g. 'i18n/en/gettor_en.po',
 'i18n/de/gettor_de.po' and so on.
 
 CONFIGURATION
 -------------
-A proper GetTor configuration file is expected in the user's home directory 
+A proper GetTor configuration file is expected in the user's home directory
 and should look like this:
 
     [global]
@@ -132,10 +132,10 @@
                'nothing':  Nothing is logged anywhere (Recommended)
                'stdout':   Log to stdout
                'syslog':   Logmessages will be written to syslog
-               'file':     Logmessages will be written to a file (Not that 
+               'file':     Logmessages will be written to a file (Not that
                            this needs the 'logFile' option in the config file
                            also set to something useful
-localeDir:     This is where the 'en/LC_MESSAGES/gettor.mo' or 
+localeDir:     This is where the 'en/LC_MESSAGES/gettor.mo' or
                'whateverlang/LC_MESSAGES/gettor.mo' should go
 
 

Modified: projects/gettor/TODO
===================================================================
--- projects/gettor/TODO	2009-02-10 03:57:49 UTC (rev 18460)
+++ projects/gettor/TODO	2009-02-10 03:58:55 UTC (rev 18461)
@@ -1,12 +1,12 @@
 These are planned changes to the gettor system.
 
-- Testing and proposals to better support users with limited email bandwidth 
+- Testing and proposals to better support users with limited email bandwidth
   (multi-part download, etc.).
 - Write spec for how locale requests shall be formatted and parsed
 - Implement test (-t switch) functionality
 - Installer
 - Enhance README file
-- Split (at least) tiger bundle into several smaller archives to avoid ~20MB 
+- Split (at least) tiger bundle into several smaller archives to avoid ~20MB
 - Add more translations
     - Put po files into pootle for translation
     - Freeze messages for translation



More information about the tor-commits mailing list