Author: phobos Date: 2010-12-08 06:59:01 +0000 (Wed, 08 Dec 2010) New Revision: 23905
Added: website/trunk/projects/en/gettor.wml Modified: website/trunk/projects/en/projects.wml website/trunk/projects/en/sidenav.wmi Log: create the gettor projects page, closing ticket 1587. Added: website/trunk/projects/en/gettor.wml =================================================================== --- website/trunk/projects/en/gettor.wml (rev 0) +++ website/trunk/projects/en/gettor.wml 2010-12-08 06:59:01 UTC (rev 23905) @@ -0,0 +1,116 @@ +## translation metadata +# Revision: $Revision: 23689 $ +# Translation-Priority: 3-low + +#include "head.wmi" TITLE="Tor Project: gettor email autoresponder" CHARSET="UTF-8" ANNOUNCE_RSS="yes" +<div id="content" class="clearfix"> + <div id="breadcrumbs"> + <a href="<page index>">Home » </a> + <a href="<page projects/projects>">Projects » </a> + <a href="<page projects/gettor>">gettor » </a> + </div> + <div id="maincol"> + + <h1>gettor e-mail autoresponder</h1> +<p>GetTor is a program for serving Tor and related files over SMTP. Users +interact with GetTor by sending it email.</p> + +<h2>Finding gettor</h2> + +<p>It is assumed that a user has a method of finding a valid GetTor +email robot. Currently the best known GetTor email is gettor @ +torproject.org. This should be the most current stable GetTor robot as +it is operated by the Tor Project.</p> + + +<h2>Requirements for using gettor</h2> + +<p>Users communicate with the GetTor robot by sending messages via email. +The messages are currently English keywords. The user must use an email +provider that signs their email with DKIM. A user will be alerted if +their email provider is unsupported.</p> + +<h2>Using gettor</h2> + +<p>Currently, users have a limited set of options. It is best to send an +email with a message body (the subject line can be blank) that consists +of only the word 'help' to receive instructions. This will send the most +current set of choices. An example reply to a request for help +follows:</p> + +<code> + Hello, This is the "gettor" robot. + + I am sorry, but your request was not understood. Please select one + of the following package names: + + panther-bundle + source-bundle + windows-bundle + tiger-bundle + tor-browser-bundle + tor-im-browser-bundle + + Please send me another email. It only needs a single package name + anywhere in the body of your email. +</code> + +<p>For example, it is possible to fetch the most current Windows bundle. A +user may send a request with only the word 'windows-bundle' in the body of the +email. An example reply would look something like the following:</p> + +<code> + Hello! This is the "gettor" robot. + + Here's your requested software as a zip file. Please unzip the + package and verify the signature. + + Hint: If your computer has GnuPG installed, use the gpg + commandline tool as follows after unpacking the zip file: + + gpg --verify <packagename>.asc <packagename> + + The output should look somewhat like this: + + gpg: Good signature from "Roger Dingledine <[email protected]>" + + If you're not familiar with commandline tools, try looking for + a graphical user interface for GnuPG on this website: + + http://www.gnupg.org/related_software/frontends.html + + Have fun. +</code> + +<p>The email should also include an attachment with the name +'windows-bundle.z' that can be downloaded by the user. The user must now +unpack the zip file and if they wish, they may verify that the file is +from the Tor Project.</p> + +<h2>Unpacking and verifying the requested files</h2> + +<p>A user should have software for decompressing .zip files. It will +contain at least two files, the requested bundle and its digital +signature. Before a user installs the bundle, they should verify the +signature.</p> + +<p>Users should follow the most current instructions for <a href="<page +docs/verifying-signatures>">signature verification</a>. + +<h2>Installing the requested files</h2> + +<p>After verifying that the file is valid, a user should simply run +the program. If a user requested the source code to Tor, we assume +that they're able to follow the build instructions contained within the +source itself.</p> + + </div> + <!-- END MAINCOL --> + <div id = "sidecol"> +#include "side.wmi" +#include "info.wmi" + </div> + <!-- END SIDECOL --> +</div> +<!-- END CONTENT --> +#include <foot.wmi> Property changes on: website/trunk/projects/en/gettor.wml ___________________________________________________________________ Added: svn:mime-type + text/vnd.wap.wml Modified: website/trunk/projects/en/projects.wml =================================================================== --- website/trunk/projects/en/projects.wml 2010-12-07 21:35:05 UTC (rev 23904) +++ website/trunk/projects/en/projects.wml 2010-12-08 06:59:01 UTC (rev 23905) @@ -54,6 +54,13 @@ <p>The Tor Check website determines if you are successfully browsing with Tor.</p> </td> +<tr> +<td> +<div class="name"><a href="<page projects/gettor>">GetTor</a></div> +<p>GetTor is a program for serving Tor and related files over SMTP. +Users interact with GetTor by sending it email.</p> +</td> + #<td class="beige"> #<div class="name">Project Name</div> #<div class="caps">By Author</div> Modified: website/trunk/projects/en/sidenav.wmi =================================================================== --- website/trunk/projects/en/sidenav.wmi 2010-12-07 21:35:05 UTC (rev 23904) +++ website/trunk/projects/en/sidenav.wmi 2010-12-08 06:59:01 UTC (rev 23905) @@ -43,6 +43,9 @@ }, {'url' => 'https://check.torproject.org', 'txt' => 'TorCheck', + }, + {'url' => 'projects/gettor', + 'txt' => 'gettor', } ] }];
