48936cc6cd869d3929c5ada2e788d887f4ec0fac
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

en/home.wml    1) ## translation metadata
en/home.wml    2) # Revision: $Revision: 0 $
en/home.wml    3) # Translation-Priority: 3-low 
en/home.wml    4) 
en/home.wml    5) #include "head.wmi" TITLE="Tor Project: Anonymity Online" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
en/home.wml    6) 
en/home.wml    7) # note, translators will need to translate the javascript below also!
en/home.wml    8) # also, the script is here so that links are created for the correct language
en/home.wml    9) <!-- javascript to detect the client and suggest a download link -->
en/home.wml   10) <script language="javascript" type="text/javascript">
en/home.wml   11) 
en/home.wml   12) function downloadRedirect() {
en/home.wml   13)   var destination = "<page download/thankyou>";
en/home.wml   14)   setTimeout("window.location='"+destination+"'",3000);
en/home.wml   15) }
en/home.wml   16) 
en/home.wml   17) function clientSpecificDownload() {
en/home.wml   18)   document.write('<div id="download" onClick=downloadRedirect()>');
en/home.wml   19)   var platform = navigator.platform;
en/home.wml   20)   if (platform === "Win32" || platform === "Win64")
en/home.wml   21)   {
Andrew Lewman work on the new website a b...

Andrew Lewman authored 13 years ago

en/home.wml   22)     document.write('<a href="dist/tor-browser-<version-torbrowserbundle>_en-US.exe"> \
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

en/home.wml   23)         <span class="download-tor">Download <strong>Tor</strong></span><br /> \
en/home.wml   24)         </a>');
en/home.wml   25)   }
en/home.wml   26)   else if (platform === "MacIntel")
en/home.wml   27)   {
en/home.wml   28)     document.write('<a href="<package-osx-bundle-stable>"> \
en/home.wml   29)         <span class="download-tor">Download <strong>Tor</strong></span><br /> \
en/home.wml   30)         </a>');
en/home.wml   31)   }
en/home.wml   32)   else if (platform === "MacPPC")
en/home.wml   33)   {
en/home.wml   34)     document.write('<a href="<package-oldosx-bundle-stable>"> \
en/home.wml   35)         <span class="download-tor">Download <strong>Tor</strong></span><br /> \
en/home.wml   36)         </a>');
en/home.wml   37)   }
en/home.wml   38)   else if (platform === "Linux i686" || platform === "Linux x86_64")
en/home.wml   39)   {
en/home.wml   40)     document.write('<a href="<package-source-stable>"> \
en/home.wml   41)         <span class="download-tor">Download <strong>Tor</strong></span><br /> \
en/home.wml   42)         </a>');
en/home.wml   43)   } 
en/home.wml   44)   else
en/home.wml   45)   {
en/home.wml   46)     document.write('<a href="<page download/download>"> \
en/home.wml   47)         <span class="download-tor">Download <strong>Tor</strong></span><br /> \
en/home.wml   48)         </a>');
en/home.wml   49)   }
en/home.wml   50) 
en/home.wml   51)   document.write('</div>');
en/home.wml   52)   document.write('<div class="incorrect"><a href="<page download/download>">Not what you\'re using?</a></div>');
en/home.wml   53) } 
en/home.wml   54) </script>
en/home.wml   55)  
en/home.wml   56) <div id="home">
en/home.wml   57)     <div id="content" class="clearfix">
en/home.wml   58)     	<div id="maincol">
en/home.wml   59)       	<div id="banner">
en/home.wml   60)         	<ul>
en/home.wml   61)           	<li>Tor prevents anyone from learning your location or browsing habits.</li>
en/home.wml   62)             <li>Tor works for web browsers, instant messaging clients, remote logins, and more.</li>
Andrew Lewman index and home are clones o...

Andrew Lewman authored 13 years ago

en/home.wml   63)             <li>Tor is free and open source software.</li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

en/home.wml   64)           </ul>
en/home.wml   65)         	<h1 class="headline">Anonymity Online</h1>
en/home.wml   66)           <p class="desc">Protect your privacy. Defend yourself against network surveillance and traffic analysis.</p>
en/home.wml   67) 
en/home.wml   68)           <!-- javascript to detect browser -->
en/home.wml   69)           <script type="text/javascript">
en/home.wml   70)               clientSpecificDownload();
en/home.wml   71)           </script>
en/home.wml   72) 
en/home.wml   73)           <!-- default to download page -->
en/home.wml   74)           <noscript>
en/home.wml   75)           <div id="download">
en/home.wml   76)           <a href="<page download/download>">
en/home.wml   77)             <span class="download-tor">Download <strong>Tor</strong></span><br />
en/home.wml   78)           </a>
en/home.wml   79)           </div>
en/home.wml   80)           </noscript>
en/home.wml   81) 
en/home.wml   82)         </div>
en/home.wml   83)         <!-- END BANNER -->
en/home.wml   84)         <div class="subcol-container clearfix">
en/home.wml   85)           <div class="subcol first">
en/home.wml   86)             <h2>What is Tor?</h2>
Andrew Lewman rename home to index, fix a...

Andrew Lewman authored 13 years ago

en/index.wml  87)             <p>Tor is free software and an open network that helps you
en/index.wml  88) defend against a form of network surveillance that threatens personal
en/index.wml  89) freedom and privacy, confidential business activities and relationships,
en/index.wml  90) and state security known as <a href="<page about/overview>">traffic analysis</a><br /><span class="continue"><a href="<page about/about>">Learn more about Tor &raquo;</a></span></p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

en/home.wml   91)           </div>
en/home.wml   92)           <!-- END SUBCOL -->
en/home.wml   93)           <div class="subcol">
en/home.wml   94)           <h2>Why Anonymity Matters</h2>
Andrew Lewman index and home are clones o...

Andrew Lewman authored 13 years ago

en/home.wml   95)           <p>Tor protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world: it prevents somebody watching your Internet connection from learning what sites you visit, and it prevents the sites you visit from learning your physical location.  Tor works with many of your existing applications, including web browsers, instant messaging clients, remote login, and other applications based on the TCP protocol.<br /><span class="continue"><a href="<page about/about>">Get involved with Tor &raquo;</a></span></p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

en/home.wml   96)           </div>
en/home.wml   97)         </div>
en/home.wml   98)         <!-- END SUBCOL -->
en/home.wml   99)         <div id="home-our-projects" class="clearfix">
en/home.wml  100)           <h2>Our Projects</h2>
en/home.wml  101)           <div class="fauxhead"></div>
en/home.wml  102)           <table>
en/home.wml  103)             <tr>
en/home.wml  104)               <td>
en/home.wml  105)                 <img src="images/icon-default.jpg" alt="Default Icon" />
en/home.wml  106)                 <h3><a href="<page projects/torbutton>">TorButton</a></h3>
Andrew Lewman index and home are clones o...

Andrew Lewman authored 13 years ago

en/home.wml  107)                 <p>Torbutton is a 1-click way for Firefox users to enable or disable the browser's use of Tor. </p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

en/home.wml  108)               </td>
en/home.wml  109)               <td>
en/home.wml  110)                 <img src="images/icon-default.jpg" alt="Default Icon" />
en/home.wml  111)                 <h3><a href="#">TorWeather</a></h3>
Andrew Lewman index and home are clones o...

Andrew Lewman authored 13 years ago

en/home.wml  112)                 <p>Tor Weather is a tool to notify Tor relay operators about the status of their relay.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

en/home.wml  113)               </td>
en/home.wml  114)             </tr>
en/home.wml  115)             <tr>
en/home.wml  116)               <td>
en/home.wml  117)                 <img src="images/icon-default.jpg" alt="Default Icon" />
en/home.wml  118)                 <h3><a href="#">PuppeTor</a></h3>
Andrew Lewman index and home are clones o...

Andrew Lewman authored 13 years ago

en/home.wml  119)                 <p>PuppeTor is a Tor Network simulator.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

en/home.wml  120)               </td>
en/home.wml  121)               <td>
en/home.wml  122)                 <img src="images/icon-default.jpg" alt="Default Icon" />
en/home.wml  123)                 <h3><a href="http://check.torproject.org">check.torproject.org</a></h3>
Andrew Lewman index and home are clones o...

Andrew Lewman authored 13 years ago

en/home.wml  124)                 <p>Tor Check is a site where one can find out whether or not their web browser is using Tor successfully.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

en/home.wml  125)               </td>
en/home.wml  126)             </tr>
en/home.wml  127)           </table>
en/home.wml  128)       	</div>
en/home.wml  129)         <!-- END TABLE -->
en/home.wml  130)       </div>
en/home.wml  131)       <!-- END MAINCOL -->
en/home.wml  132)       
en/home.wml  133)       <div id="sidecol">
en/home.wml  134)       	<div id="torusers">
en/home.wml  135)           <h2>Who Uses Tor?</h2>
en/home.wml  136)           <div class="user">
Andrew Lewman index and home are clones o...

Andrew Lewman authored 13 years ago

en/home.wml  137)             <img src="images/family.jpg" alt="Normal People" />
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

en/home.wml  138)             <h3>Family &amp; Friends</h3>
Andrew Lewman index and home are clones o...

Andrew Lewman authored 13 years ago

en/home.wml  139)             <p>People like you and your family use Tor to protect themselves, their children, and their dignity while using the Internet.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

en/home.wml  140)           </div>
en/home.wml  141)           <div class="user">
en/home.wml  142)             <img src="images/consumers.jpg" alt="Consumer Advocates" />
en/home.wml  143)             <h3>Consumer Advocates</h3>
Andrew Lewman get some work done on the n...

Andrew Lewman authored 13 years ago

en/home.wml  144)             <p>NEEDS TEXT.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

en/home.wml  145)           </div>
en/home.wml  146)           <div class="user">
Andrew Lewman index and home are clones o...

Andrew Lewman authored 13 years ago

en/home.wml  147)             <img src="images/activists.jpg" alt="Activists &amp Whistleblowers" />
en/home.wml  148)             <h3>Activists</h3>
en/home.wml  149)             <p>Activists use Tor to anonymously report abuses from danger zones.  Whistleblowers use Tor to safely report on corruption.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

en/home.wml  150)           </div>
en/home.wml  151)           <div class="user">
Andrew Lewman index and home are clones o...

Andrew Lewman authored 13 years ago

en/home.wml  152)             <img src="images/media.jpg" alt="Journalists and the Media" />
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

en/home.wml  153)             <h3>Media</h3>
Andrew Lewman index and home are clones o...

Andrew Lewman authored 13 years ago

en/home.wml  154)             <p>Journalists and the Media use Tor to protect their research and sources online.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

en/home.wml  155)           </div>
en/home.wml  156)           <div class="user">
en/home.wml  157)             <img src="images/military.jpg" alt="Military" />
en/home.wml  158)             <h3>Military</h3>
Andrew Lewman index and home are clones o...

Andrew Lewman authored 13 years ago

en/home.wml  159)             <p>Miltaries and Law Enforcement use Tor to protect their communications, investigations, and intelligence gathering online.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

en/home.wml  160)           </div>
en/home.wml  161)         </div>
en/home.wml  162)         <div id="home-announcements" class="clearfix">
en/home.wml  163)         	<h2>Announcements</h2>
en/home.wml  164)           <div class="fauxhead"></div>
en/home.wml  165)           <table>
en/home.wml  166)             <tr>
en/home.wml  167)               <td>
en/home.wml  168)                 <div class="calendar"><span class="month">May</span><br /><span class="day">05</span></div>
en/home.wml  169)                 <p>The Tor Project has launched a roadmap for dramatically improving the performance of the public Tor network over the next year.<br /><span class="continue"><a href="#">Read the press release &raquo;</a></span></p>
en/home.wml  170)               </td>
en/home.wml  171)             </tr>
en/home.wml  172)             <tr>
en/home.wml  173)               <td>
en/home.wml  174)                 <div class="calendar"><span class="month">Apr</span><br /><span class="day">27</span></div>
Andrew Lewman get some work done on the n...

Andrew Lewman authored 13 years ago

en/home.wml  175)                 <p>Tor 0.2.1.26 released as stable. Fixes compatibility with recent Apple OSX openssl changes and adds some performance enhancements.<br /><span class="continue"><a href="#">Read the full list of changes &raquo;</a></span></p>