Andrew Lewman commited on 2010-12-08 08:02:22
Zeige 2 geänderte Dateien mit 11 Einfügungen und 11 Löschungen.
... | ... |
@@ -2,20 +2,20 @@ |
2 | 2 |
# Revision: $Revision: 23689 $ |
3 | 3 |
# Translation-Priority: 3-low |
4 | 4 |
|
5 |
-#include "head.wmi" TITLE="Tor Project: gettor email autoresponder" CHARSET="UTF-8" ANNOUNCE_RSS="yes" |
|
5 |
+#include "head.wmi" TITLE="Tor Project: GetTor email autoresponder" CHARSET="UTF-8" ANNOUNCE_RSS="yes" |
|
6 | 6 |
<div id="content" class="clearfix"> |
7 | 7 |
<div id="breadcrumbs"> |
8 | 8 |
<a href="<page index>">Home » </a> |
9 | 9 |
<a href="<page projects/projects>">Projects » </a> |
10 |
- <a href="<page projects/gettor>">gettor » </a> |
|
10 |
+ <a href="<page projects/gettor>">GetTor » </a> |
|
11 | 11 |
</div> |
12 | 12 |
<div id="maincol"> |
13 | 13 |
|
14 |
- <h1>gettor e-mail autoresponder</h1> |
|
14 |
+ <h1>GetTor e-mail autoresponder</h1> |
|
15 | 15 |
<p>GetTor is a program for serving Tor and related files over SMTP. Users |
16 | 16 |
interact with GetTor by sending it email.</p> |
17 | 17 |
|
18 |
-<h2>Finding gettor</h2> |
|
18 |
+<h2>Finding GetTor</h2> |
|
19 | 19 |
|
20 | 20 |
<p>It is assumed that a user has a method of finding a valid GetTor |
21 | 21 |
email robot. Currently the best known GetTor email is gettor @ |
... | ... |
@@ -23,14 +23,14 @@ torproject.org. This should be the most current stable GetTor robot as |
23 | 23 |
it is operated by the Tor Project.</p> |
24 | 24 |
|
25 | 25 |
|
26 |
-<h2>Requirements for using gettor</h2> |
|
26 |
+<h2>Requirements for using GetTor</h2> |
|
27 | 27 |
|
28 | 28 |
<p>Users communicate with the GetTor robot by sending messages via email. |
29 | 29 |
The messages are currently English keywords. The user must use an email |
30 | 30 |
provider that signs their email with DKIM. A user will be alerted if |
31 | 31 |
their email provider is unsupported.</p> |
32 | 32 |
|
33 |
-<h2>Using gettor</h2> |
|
33 |
+<h2>Using GetTor</h2> |
|
34 | 34 |
|
35 | 35 |
<p>Currently, users have a limited set of options. It is best to send an |
36 | 36 |
email with a message body (the subject line can be blank) that consists |
... | ... |
@@ -38,7 +38,7 @@ of only the word 'help' to receive instructions. This will send the most |
38 | 38 |
current set of choices. An example reply to a request for help |
39 | 39 |
follows:</p> |
40 | 40 |
|
41 |
-<code> |
|
41 |
+<pre> |
|
42 | 42 |
Hello, This is the "gettor" robot. |
43 | 43 |
|
44 | 44 |
I am sorry, but your request was not understood. Please select one |
... | ... |
@@ -53,13 +53,13 @@ follows:</p> |
53 | 53 |
|
54 | 54 |
Please send me another email. It only needs a single package name |
55 | 55 |
anywhere in the body of your email. |
56 |
-</code> |
|
56 |
+</pre> |
|
57 | 57 |
|
58 | 58 |
<p>For example, it is possible to fetch the most current Windows bundle. A |
59 | 59 |
user may send a request with only the word 'windows-bundle' in the body of the |
60 | 60 |
email. An example reply would look something like the following:</p> |
61 | 61 |
|
62 |
-<code> |
|
62 |
+<pre> |
|
63 | 63 |
Hello! This is the "gettor" robot. |
64 | 64 |
|
65 | 65 |
Here's your requested software as a zip file. Please unzip the |
... | ... |
@@ -80,7 +80,7 @@ email. An example reply would look something like the following:</p> |
80 | 80 |
http://www.gnupg.org/related_software/frontends.html |
81 | 81 |
|
82 | 82 |
Have fun. |
83 |
-</code> |
|
83 |
+</pre> |
|
84 | 84 |
|
85 | 85 |
<p>The email should also include an attachment with the name |
86 | 86 |
'windows-bundle.z' that can be downloaded by the user. The user must now |