8b7fb8a46588da4dc8c991be396fa3b1f4a66ef4
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml    1) ## translation metadata
Andrew Lewman update the blog feed.

Andrew Lewman authored 11 years ago

en/index.wml   2) # Revision: $Revision$
Roger Dingledine how was our frontpage wml l...

Roger Dingledine authored 13 years ago

en/index.wml   3) # Translation-Priority: 1-high
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml    4) 
Arthur Edelstein Bug #17880: Donation banner...

Arthur Edelstein authored 8 years ago

en/index.wml   5) <!-- Donation banner for fundraising campaign. -->
en/index.wml   6) <div id="donation-banner">
en/index.wml   7)   <a href="donate/donate-hpbanner.html.en">
en/index.wml   8)     <noscript>
en/index.wml   9)       <!-- We don't have JavaScript, so show our default champion. -->
en/index.wml  10)       <img id="donation-banner-image-noscript" src="images/homepage-banner-ss.jpg" />
en/index.wml  11)     </noscript>
en/index.wml  12)     <!-- Placeholder for the champion banner image that will be added
en/index.wml  13)          by JavaScript. -->
en/index.wml  14)     <img id="donation-banner-image"" />
en/index.wml  15)    </a>
en/index.wml  16)   <a href="donate/donate-hpbanner.html.en">
en/index.wml  17)      <div id="donate-button">Please Donate!</div>
en/index.wml  18)   </a>
en/index.wml  19) </div>
en/index.wml  20) 
en/index.wml  21) <script>
en/index.wml  22)   <!-- Show a different champion at random. -->
en/index.wml  23)   var alternates = ["cd", "lp", "rd", "rr", "ss"];
en/index.wml  24)   var alternate = alternates[Math.floor(Math.random() * alternates.length)];
en/index.wml  25)   var image = document.getElementById("donation-banner-image");
en/index.wml  26)   image.src = "images/homepage-banner-" + alternate + ".jpg";
en/index.wml  27) </script>
en/index.wml  28) 
Sebastian Hahn Remove the ANNOUNCE_RSS hac...

Sebastian Hahn authored 12 years ago

en/index.wml  29) #include "head.wmi" TITLE="Tor Project: Anonymity Online" CHARSET="UTF-8"
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml   30) 
en/home.wml   31) <div id="home">
en/home.wml   32)     <div id="content" class="clearfix">
en/home.wml   33)     	<div id="maincol">
en/home.wml   34)       	<div id="banner">
en/home.wml   35)         	<ul>
Roger Dingledine add a first go at telling p...

Roger Dingledine authored 11 years ago

en/index.wml  36)           	<li>Tor prevents people from learning your location or browsing habits.</li>
en/index.wml  37)             <li>Tor is for web browsers, instant messaging clients, and more.</li>
Andrew Lewman clean up the download butto...

Andrew Lewman authored 14 years ago

en/index.wml  38)             <li>Tor is free and open source for Windows, Mac, Linux/Unix, and Android</li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml   39)           </ul>
en/home.wml   40)         	<h1 class="headline">Anonymity Online</h1>
en/home.wml   41)           <p class="desc">Protect your privacy. Defend yourself against network surveillance and traffic analysis.</p>
en/home.wml   42) 
Andrew Lewman fix up the index page to pu...

Andrew Lewman authored 14 years ago

en/index.wml  43)       <div id="download">
Andrew Lewman make download-easy the defa...

Andrew Lewman authored 13 years ago

en/index.wml  44)         <a href="<page download/download-easy>">
Andrew Lewman clean up the download butto...

Andrew Lewman authored 14 years ago

en/index.wml  45)           <span class="download-tor">Download Tor</span></a>
Andrew Lewman fix up the index page to pu...

Andrew Lewman authored 14 years ago

en/index.wml  46)       </div>
en/index.wml  47)       </div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml   48)         <div class="subcol-container clearfix">
en/home.wml   49)           <div class="subcol first">
Roger Dingledine more clarifying work throug...

Roger Dingledine authored 11 years ago

en/index.wml  50)             <h2>What is Tor?</h2> <p>Tor is free software and an open
en/index.wml  51)             network that helps you defend against traffic analysis,
en/index.wml  52)             a form of network surveillance that
Andrew Lewman clean up the css a tiny bit...

Andrew Lewman authored 14 years ago

en/index.wml  53)             threatens personal freedom and privacy, confidential business
Roger Dingledine more clarifying work throug...

Roger Dingledine authored 11 years ago

en/index.wml  54)             activities and relationships, and state security.<br>
Roger Dingledine add a first go at telling p...

Roger Dingledine authored 11 years ago

en/index.wml  55)             <span class="continue"><a href="<page about/overview>">Learn
en/index.wml  56)             more about Tor &raquo;</a></span></p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml   57)           </div>
en/home.wml   58)           <!-- END SUBCOL -->
en/home.wml   59)           <div class="subcol">
en/home.wml   60)           <h2>Why Anonymity Matters</h2>
Andrew Lewman clean up the css a tiny bit...

Andrew Lewman authored 14 years ago

en/index.wml  61)           <p>Tor protects you by bouncing your communications around a
en/index.wml  62)           distributed network of relays run by volunteers all around
en/index.wml  63)           the world: it prevents somebody watching your Internet
en/index.wml  64)           connection from learning what sites you visit, and it prevents
Roger Dingledine tor in theory can work with...

Roger Dingledine authored 11 years ago

en/index.wml  65)           the sites you visit from learning your physical location.<br>
en/index.wml  66)           <span class="continue"><a href="<page
en/index.wml  67)           getinvolved/volunteer>">Get involved with Tor
en/index.wml  68)           &raquo;</a></span></p>
en/index.wml  69)           </div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml   70)         </div>
en/home.wml   71)         <!-- END SUBCOL -->
en/home.wml   72)         <div id="home-our-projects" class="clearfix">
Roger Dingledine revert r26547 since it made...

Roger Dingledine authored 10 years ago

en/index.wml  73)           <h2>Our Projects</h2>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml   74)           <div class="fauxhead"></div>
Andrew Lewman add in keb's table alignmen...

Andrew Lewman authored 14 years ago

en/index.wml  75)           <table style="table-layout: fixed;">
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml   76)             <tr>
Damian Johnson Adding Tails, Orbot, TorSta...

Damian Johnson authored 13 years ago

en/index.wml  77)               <!-- Icon from the Crystal set
en/index.wml  78)                 author: Everaldo Coelho
en/index.wml  79)                 source: http://www.everaldo.com/crystal/
en/index.wml  80)                 license: LGPL v2
en/index.wml  81)               -->
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml   82)               <td>
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

en/index.wml  83)                 <div class="project">
Damian Johnson Drop Tor Cloud from frontpa...

Damian Johnson authored 9 years ago

en/index.wml  84)                 <a href="<page projects/torbrowser>"><img
en/index.wml  85)                 src="$(IMGROOT)/icon-TorBrowser.jpg" alt="TorBrowser Icon"></a>
en/index.wml  86)                 <h3><a href="<page projects/torbrowser>">Tor
en/index.wml  87)                 Browser</a></h3>
en/index.wml  88)                 <p>Tor Browser contains everything you need to safely
en/index.wml  89)                 browse the Internet.</p>
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

en/index.wml  90)                 </div>
Damian Johnson Adding Tails, Orbot, TorSta...

Damian Johnson authored 13 years ago

en/index.wml  91)               </td>
en/index.wml  92)               <td>
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

en/index.wml  93)                 <div class="project">
Damian Johnson Adding Tails, Orbot, TorSta...

Damian Johnson authored 13 years ago

en/index.wml  94)                 <a href="https://guardianproject.info/apps/orbot/"><img
Andrew Lewman make orbot use its own logo...

Andrew Lewman authored 13 years ago

en/index.wml  95)                 src="$(IMGROOT)/icon-Orbot.jpg" alt="Orbot Icon"></a>
Damian Johnson Adding Tails, Orbot, TorSta...

Damian Johnson authored 13 years ago

en/index.wml  96)                 <h3><a href="https://guardianproject.info/apps/orbot/">Orbot</a></h3>
Roger Dingledine When I went to click on orb...

Roger Dingledine authored 11 years ago

en/index.wml  97)                 <p>Tor for Google Android devices.</p>
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

en/index.wml  98)                 </div>
Damian Johnson Adding Tails, Orbot, TorSta...

Damian Johnson authored 13 years ago

en/index.wml  99)               </td>
en/index.wml 100)             </tr>
en/index.wml 101)             <tr>
en/index.wml 102)               <td>
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

en/index.wml 103)                 <div class="project">
Damian Johnson Drop Tor Cloud from frontpa...

Damian Johnson authored 9 years ago

en/index.wml 104)                 <a href="https://tails.boum.org/"><img src="$(IMGROOT)/tails_logo.png" alt="Tails Logo"></a>
en/index.wml 105)                 <h3><a href="https://tails.boum.org/">Tails</a></h3>
en/index.wml 106)                 <p>Live CD/USB operating system preconfigured to use
en/index.wml 107)                 Tor safely.</p>
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

en/index.wml 108)                 </div>
Damian Johnson Adding Tails, Orbot, TorSta...

Damian Johnson authored 13 years ago

en/index.wml 109)               </td>
Damian Johnson Drop Tor Cloud from frontpa...

Damian Johnson authored 9 years ago

en/index.wml 110)               <!-- Icon from the Crystal set
en/index.wml 111)               author: Everaldo Coelho
en/index.wml 112)               source: http://www.everaldo.com/crystal/
en/index.wml 113)               license: LGPL v2
en/index.wml 114)               -->
Damian Johnson Adding Tails, Orbot, TorSta...

Damian Johnson authored 13 years ago

en/index.wml 115)               <td>
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

en/index.wml 116)                 <div class="project">
Damian Johnson Switching to https links fo...

Damian Johnson authored 11 years ago

en/index.wml 117)                 <a href="https://www.atagar.com/arm/"><img
Damian Johnson Adding Tails, Orbot, TorSta...

Damian Johnson authored 13 years ago

en/index.wml 118)                 src="$(IMGROOT)/icon-Arm.jpg" alt="Arm Icon"></a>
Damian Johnson Switching to https links fo...

Damian Johnson authored 11 years ago

en/index.wml 119)                 <h3><a href="https://www.atagar.com/arm/">Arm</a></h3>
Roger Dingledine more clarifying work throug...

Roger Dingledine authored 11 years ago

en/index.wml 120)                 <p>Terminal (command line) application for monitoring
en/index.wml 121)                 and configuring Tor.</p>
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

en/index.wml 122)                 </div>
Damian Johnson Adding Tails, Orbot, TorSta...

Damian Johnson authored 13 years ago

en/index.wml 123)               </td>
en/index.wml 124)             </tr>
en/index.wml 125)             <tr>
Andrew Lewman swap torstatus and torbuttt...

Andrew Lewman authored 13 years ago

en/index.wml 126)                 <!-- Icon from the NuoveXT 2 set
en/index.wml 127)                 author: Alexandre Moore
en/index.wml 128)                 source: http://nuovext.pwsp.net/
en/index.wml 129)                 license: LGPL v3
en/index.wml 130)                 -->
en/index.wml 131) 	      <td>
en/index.wml 132)               <div class="project">
Karsten Loesing Put Atlas on the front page.

Karsten Loesing authored 12 years ago

en/index.wml 133)                 <a href="https://atlas.torproject.org/"><img
en/index.wml 134)                 src="$(IMGROOT)/icon-TorStatus.jpg" alt="Atlas Icon"></a>
en/index.wml 135)                 <h3><a href="https://atlas.torproject.org/">Atlas</a></h3>
en/index.wml 136)                 <p>Site providing an overview of the Tor network.</p>
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

en/index.wml 137)                 </div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml  138)               </td>
Andrew Lewman replace check with obfsproxy.

Andrew Lewman authored 12 years ago

en/index.wml 139)                 <!-- Obfsproxy Icon
en/index.wml 140)                 author: Constantinos Crystallidis
en/index.wml 141)                 license: Creative Commons Attribution-ShareAlike 2.0 Generic (CC BY-SA 2.0)
en/index.wml 142)                 -->
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml  143)               <td>
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

en/index.wml 144)                 <div class="project">
Andrew Lewman replace check with obfsproxy.

Andrew Lewman authored 12 years ago

en/index.wml 145)                 <a href="<page projects/obfsproxy>"><img
George Kadianakis Change 'obfsproxy' to 'plug...

George Kadianakis authored 11 years ago

en/index.wml 146)                 src="$(IMGROOT)/icon-Obfsproxy.jpg" alt="Pluggable Transports Icon"></a>
George Kadianakis Make the PT link actually p...

George Kadianakis authored 11 years ago

en/index.wml 147)                 <h3><a href="<page docs/pluggable-transports>">Pluggable Transports</a></h3>
George Kadianakis Change wording of 'pluggabl...

George Kadianakis authored 11 years ago

en/index.wml 148)                 <p>Pluggable transports help you circumvent censorship.</p>
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

en/index.wml 149)                 </div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml  150)               </td>
en/home.wml  151)             </tr>
en/home.wml  152)             <tr>
en/home.wml  153)               <td>
Andrew Lewman swap torstatus and torbuttt...

Andrew Lewman authored 13 years ago

en/index.wml 154)                <div class="project">
Damian Johnson Replacing vidalia with stem...

Damian Johnson authored 11 years ago

en/index.wml 155)               <a href="https://stem.torproject.org/"><img
en/index.wml 156)               src="$(IMGROOT)/icon-stem.jpg" alt="Stem Icon"></a>
en/index.wml 157)               <h3><a href="https://stem.torproject.org/">Stem</a></h3>
en/index.wml 158)               <p>Library for writing scripts and applications that interact
en/index.wml 159)               with Tor.</p>
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

en/index.wml 160)                 </div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml  161)               </td>
Andrew Lewman add tor cloud to the projec...

Andrew Lewman authored 13 years ago

en/index.wml 162)               <td>
en/index.wml 163)                <div class="project">
Damian Johnson Drop Tor Cloud from frontpa...

Damian Johnson authored 9 years ago

en/index.wml 164)               <a href="https://ooni.torproject.org/"><img
en/index.wml 165)               src="$(IMGROOT)/icon-OONI.png" alt="OONI"></a>
en/index.wml 166)                <h3><a href="https://ooni.torproject.org/">OONI</a></h3>
en/index.wml 167)                <p>Global observatory monitoring for network censorship.</p>
Andrew Lewman add tor cloud to the projec...

Andrew Lewman authored 13 years ago

en/index.wml 168)                </div>
en/index.wml 169)                </td>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml  170)             </tr>
en/home.wml  171)           </table>
Andrew Lewman link to the overall project...

Andrew Lewman authored 11 years ago

en/index.wml 172) 	  <span class="continue"><a href="<page projects/projects>">Learn more about our projects &raquo;</a></span>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml  173)       	</div>
en/home.wml  174)         <!-- END TABLE -->
en/home.wml  175)       </div>
en/home.wml  176)       <!-- END MAINCOL -->
en/home.wml  177)       <div id="sidecol">
Andrew Lewman remove Announcements in fav...

Andrew Lewman authored 10 years ago

en/index.wml 178)       <!-- BLOG WIDGET -->
Peter Palfrader Do not use the network whil...

Peter Palfrader authored 10 years ago

en/index.wml 179) #include <blog-recent.wmi>
Andrew Lewman remove Announcements in fav...

Andrew Lewman authored 10 years ago

en/index.wml 180)       <!-- END BLOG WIDGET -->
Andrew Lewman fix the css for the headers...

Andrew Lewman authored 11 years ago

en/index.wml 181)       	<div id="home-users">
Roger Dingledine revert r26547 since it made...

Roger Dingledine authored 10 years ago

en/index.wml 182)           <h2>Who Uses Tor?</h2>
Andrew Lewman fix the header.

Andrew Lewman authored 11 years ago

en/index.wml 183) 	  <div class="fauxhead"></div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml  184)           <div class="user">
Sebastian Hahn Attempt to fix html validat...

Sebastian Hahn authored 14 years ago

en/index.wml 185)             <h3>
Roger Dingledine does the extra whitespace i...

Roger Dingledine authored 13 years ago

en/index.wml 186)               <a href="<page about/torusers>#normalusers"><img src="$(IMGROOT)/family.jpg" alt="Normal People">Family &amp; Friends</a>
Sebastian Hahn Attempt to fix html validat...

Sebastian Hahn authored 14 years ago

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

Andrew Lewman authored 14 years ago

en/home.wml  188)             <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 14 years ago

en/home.wml  189)           </div>
en/home.wml  190)           <div class="user">
Sebastian Hahn Attempt to fix html validat...

Sebastian Hahn authored 14 years ago

en/index.wml 191)             <h3>
Roger Dingledine does the extra whitespace i...

Roger Dingledine authored 13 years ago

en/index.wml 192)               <a href="<page about/torusers>#executives"><img src="$(IMGROOT)/consumers.jpg" alt="Businesses">Businesses</a>
Sebastian Hahn Attempt to fix html validat...

Sebastian Hahn authored 14 years ago

en/index.wml 193)             </h3>
Sebastian Hahn Small language fixups from...

Sebastian Hahn authored 14 years ago

en/index.wml 194)             <p>Businesses use Tor to research competition, keep business strategies confidential, and facilitate internal accountability.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

en/home.wml  195)           </div>
en/home.wml  196)           <div class="user">
Sebastian Hahn Attempt to fix html validat...

Sebastian Hahn authored 14 years ago

en/index.wml 197)             <h3>
Roger Dingledine does the extra whitespace i...

Roger Dingledine authored 13 years ago

en/index.wml 198)               <a href="<page about/torusers>#activists"><img src="$(IMGROOT)/activists.jpg" alt="Activists &amp; Whistleblowers">Activists</a>
Sebastian Hahn Attempt to fix html validat...

Sebastian Hahn authored 14 years ago

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

Andrew Lewman authored 14 years ago

en/home.wml  200)             <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 14 years ago

en/home.wml  201)           </div>
en/home.wml  202)           <div class="user">
Sebastian Hahn Attempt to fix html validat...

Sebastian Hahn authored 14 years ago

en/index.wml 203)             <h3>
Roger Dingledine does the extra whitespace i...

Roger Dingledine authored 13 years ago

en/index.wml 204)               <a href="<page about/torusers>#journalist"><img src="$(IMGROOT)/media.jpg" alt="Journalists and the Media">Media</a>
Sebastian Hahn Attempt to fix html validat...

Sebastian Hahn authored 14 years ago

en/index.wml 205)             </h3>
Sebastian Hahn Small language fixups from...

Sebastian Hahn authored 14 years ago

en/index.wml 206)             <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 14 years ago

en/home.wml  207)           </div>
en/home.wml  208)           <div class="user">
Sebastian Hahn Put these soldiers in h3 tags

Sebastian Hahn authored 14 years ago

en/index.wml 209)             <h3>
Roger Dingledine does the extra whitespace i...

Roger Dingledine authored 13 years ago

en/index.wml 210)               <a href="<page about/torusers>#military"><img src="$(IMGROOT)/military.jpg" alt="Military and Law Enforcement">Military &amp; Law Enforcement</a>
Sebastian Hahn Put these soldiers in h3 tags

Sebastian Hahn authored 14 years ago

en/index.wml 211)             </h3>
Sebastian Hahn Small language fixups from...

Sebastian Hahn authored 14 years ago

en/index.wml 212)             <p>Militaries and law enforcement use Tor to protect their communications, investigations, and intelligence gathering online.</p>