5d9fe2fddeeb6c1eda26facbef1f7e43fa9f2d51
Andrew Lewman create the gettor projects...

Andrew Lewman authored 13 years ago

1) ## translation metadata
Roger Dingledine somewhere along the line we...

Roger Dingledine authored 13 years ago

2) # Revision: $Revision$
Andrew Lewman create the gettor projects...

Andrew Lewman authored 13 years ago

3) # Translation-Priority: 3-low
4) 
Sebastian Hahn Remove the ANNOUNCE_RSS hac...

Sebastian Hahn authored 12 years ago

5) #include "head.wmi" TITLE="Tor Project: GetTor email autoresponder" CHARSET="UTF-8"
Andrew Lewman create the gettor projects...

Andrew Lewman authored 13 years ago

6) <div id="content" class="clearfix">
7) 	<div id="breadcrumbs">
8)     <a href="<page index>">Home &raquo; </a>
9)     <a href="<page projects/projects>">Projects &raquo; </a>
Andrew Lewman fix the mixed case in a few...

Andrew Lewman authored 13 years ago

10)     <a href="<page projects/gettor>">GetTor &raquo; </a>
Andrew Lewman create the gettor projects...

Andrew Lewman authored 13 years ago

11)   </div>
12) 	<div id="maincol"> 
13) 
Andrew Lewman fix the mixed case in a few...

Andrew Lewman authored 13 years ago

14)     <h1>GetTor e-mail autoresponder</h1>
Andrew Lewman create the gettor projects...

Andrew Lewman authored 13 years ago

15) <p>GetTor is a program for serving Tor and related files over SMTP. Users
16) interact with GetTor by sending it email.</p>
17) 
Andrew Lewman fix the mixed case in a few...

Andrew Lewman authored 13 years ago

18) <h2>Finding GetTor</h2>
Andrew Lewman create the gettor projects...

Andrew Lewman authored 13 years ago

19) 
20) <p>It is assumed that a user has a method of finding a valid GetTor
21) email robot.  Currently the best known GetTor email is gettor @
22) torproject.org. This should be the most current stable GetTor robot as
23) it is operated by the Tor Project.</p>
24) 
25) 
Andrew Lewman fix the mixed case in a few...

Andrew Lewman authored 13 years ago

26) <h2>Requirements for using GetTor</h2>
Andrew Lewman create the gettor projects...

Andrew Lewman authored 13 years ago

27) 
28) <p>Users communicate with the GetTor robot by sending messages via email.
Andrew Lewman remove the DKIM text since...

Andrew Lewman authored 12 years ago

29) The messages are currently English keywords.</p>
Andrew Lewman create the gettor projects...

Andrew Lewman authored 13 years ago

30) 
Andrew Lewman fix the mixed case in a few...

Andrew Lewman authored 13 years ago

31) <h2>Using GetTor</h2>
Andrew Lewman create the gettor projects...

Andrew Lewman authored 13 years ago

32) 
33) <p>Currently, users have a limited set of options. It is best to send an
34) email with a message body (the subject line can be blank) that consists
35) of only the word 'help' to receive instructions. This will send the most
36) current set of choices. An example reply to a request for help
37) follows:</p>
38) 
Andrew Lewman fix the mixed case in a few...

Andrew Lewman authored 13 years ago

39) <pre>
Andrew Lewman create the gettor projects...

Andrew Lewman authored 13 years ago

40)   Hello, This is the "gettor" robot.
41) 
42)    I am sorry, but your request was not understood. Please select one
43)    of the following package names:
44) 
Christian Fromme Updated the package names f...

Christian Fromme authored 12 years ago

45)       windows
46)       macos-i386
47)       macos-ppc
48)       linux-i386
49)       linux-x86_64
50)       source
Andrew Lewman create the gettor projects...

Andrew Lewman authored 13 years ago

51) 
52)    Please send me another email. It only needs a single package name
53)    anywhere in the body of your email.
Andrew Lewman fix the mixed case in a few...

Andrew Lewman authored 13 years ago

54) </pre>
Andrew Lewman force the pre to be distinc...

Andrew Lewman authored 13 years ago

55) <br>
Andrew Lewman create the gettor projects...

Andrew Lewman authored 13 years ago

56) 
57) <p>For example, it is possible to fetch the most current Windows bundle. A
58) user may send a request with only the word 'windows-bundle' in the body of the
59) email. An example reply would look something like the following:</p>
60) 
Andrew Lewman fix the mixed case in a few...

Andrew Lewman authored 13 years ago

61) <pre>
Andrew Lewman create the gettor projects...

Andrew Lewman authored 13 years ago

62)    Hello! This is the "gettor" robot.
63) 
64)    Here's your requested software as a zip file. Please unzip the
65)    package and verify the signature.
66) 
67)    Hint: If your computer has GnuPG installed, use the gpg
68)    commandline tool as follows after unpacking the zip file:
69) 
Runa A. Sandvik fixed a few tags

Runa A. Sandvik authored 13 years ago

70)       gpg --verify &lt;packagename&gt;.asc &lt;packagename&gt;
Andrew Lewman create the gettor projects...

Andrew Lewman authored 13 years ago

71) 
72)    The output should look somewhat like this:
73) 
Runa A. Sandvik fixed a few tags

Runa A. Sandvik authored 13 years ago

74)       gpg: Good signature from "Roger Dingledine &lt;arma@mit.edu&gt;"
Andrew Lewman create the gettor projects...

Andrew Lewman authored 13 years ago

75) 
76)    If you're not familiar with commandline tools, try looking for
77)    a graphical user interface for GnuPG on this website:
78) 
79)       http://www.gnupg.org/related_software/frontends.html
80) 
81)    Have fun.
Andrew Lewman fix the mixed case in a few...

Andrew Lewman authored 13 years ago

82) </pre>
Andrew Lewman force the pre to be distinc...

Andrew Lewman authored 13 years ago

83) <br>
Andrew Lewman create the gettor projects...

Andrew Lewman authored 13 years ago

84) 
85) <p>The email should also include an attachment with the name
86) 'windows-bundle.z' that can be downloaded by the user. The user must now
87) unpack the zip file and if they wish, they may verify that the file is
88) from the Tor Project.</p>
89) 
90) <h2>Unpacking and verifying the requested files</h2>
91) 
92) <p>A user should have software for decompressing .zip files. It will
93) contain at least two files, the requested bundle and its digital
94) signature. Before a user installs the bundle, they should verify the
95) signature.</p>
96) 
97) <p>Users should follow the most current instructions for <a href="<page
Runa A. Sandvik fixed a few tags

Runa A. Sandvik authored 13 years ago

98) docs/verifying-signatures>">signature verification</a>.</p>