[or-cvs] r23906: {website} fix the mixed case in a few places. (website/trunk/projects/en)

Andrew Lewman andrew at torproject.org
Wed Dec 8 07:02:23 UTC 2010


Author: phobos
Date: 2010-12-08 07:02:22 +0000 (Wed, 08 Dec 2010)
New Revision: 23906

Modified:
   website/trunk/projects/en/gettor.wml
   website/trunk/projects/en/sidenav.wmi
Log:
fix the mixed case in a few places.


Modified: website/trunk/projects/en/gettor.wml
===================================================================
--- website/trunk/projects/en/gettor.wml	2010-12-08 06:59:01 UTC (rev 23905)
+++ website/trunk/projects/en/gettor.wml	2010-12-08 07:02:22 UTC (rev 23906)
@@ -2,20 +2,20 @@
 # Revision: $Revision: 23689 $
 # Translation-Priority: 3-low
 
-#include "head.wmi" TITLE="Tor Project: gettor email autoresponder" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
+#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 &raquo; </a>
     <a href="<page projects/projects>">Projects &raquo; </a>
-    <a href="<page projects/gettor>">gettor &raquo; </a>
+    <a href="<page projects/gettor>">GetTor &raquo; </a>
   </div>
 	<div id="maincol"> 
 
-    <h1>gettor e-mail autoresponder</h1>
+    <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>
+<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 @
@@ -23,14 +23,14 @@
 it is operated by the Tor Project.</p>
 
 
-<h2>Requirements for using gettor</h2>
+<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>
+<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
@@ -38,7 +38,7 @@
 current set of choices. An example reply to a request for help
 follows:</p>
 
-<code>
+<pre>
   Hello, This is the "gettor" robot.
 
    I am sorry, but your request was not understood. Please select one
@@ -53,13 +53,13 @@
 
    Please send me another email. It only needs a single package name
    anywhere in the body of your email.
-</code>
+</pre>
 
 <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>
+<pre>
    Hello! This is the "gettor" robot.
 
    Here's your requested software as a zip file. Please unzip the
@@ -80,7 +80,7 @@
       http://www.gnupg.org/related_software/frontends.html
 
    Have fun.
-</code>
+</pre>
 
 <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

Modified: website/trunk/projects/en/sidenav.wmi
===================================================================
--- website/trunk/projects/en/sidenav.wmi	2010-12-08 06:59:01 UTC (rev 23905)
+++ website/trunk/projects/en/sidenav.wmi	2010-12-08 07:02:22 UTC (rev 23906)
@@ -44,7 +44,7 @@
           {'url'  => 'https://check.torproject.org',
            'txt'  => 'TorCheck',
           },
-          {'url'  => 'projects/gettor',
+          {'url'  => 'projects/GetTor',
            'txt'  => 'gettor',
           }
           ]



More information about the tor-commits mailing list