ae3e28d207204cd16426542ecf321d3b6892e56d
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 10 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 13 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) 
Arthur Edelstein Bug #17880: Add ALT text to...

Arthur Edelstein authored 8 years ago

en/index.wml  21) #include "head.wmi" TITLE="Tor Project: Anonymity Online" CHARSET="UTF-8"
en/index.wml  22) 
en/index.wml  23) <!-- Script for populating the donation banner. -->
Arthur Edelstein Bug #17880: Donation banner...

Arthur Edelstein authored 8 years ago

en/index.wml  24) <script>
en/index.wml  25)   <!-- Show a different champion at random. -->
en/index.wml  26)   var alternates = ["cd", "lp", "rd", "rr", "ss"];
Arthur Edelstein Bug #17880: Add ALT text to...

Arthur Edelstein authored 8 years ago

en/index.wml  27)   var altTexts = {
en/index.wml  28)      "cd" : '"Privacy and anonymity matter to all of us." -- Cory Doctorow, Novelist, Technology Activist, Co-Editor of Boing Boing',
en/index.wml  29)      "lp" : '"Edward Snowden would not have been able to contact me without Tor and other free software encryption projects. Tor is an essential tool, and it needs our support." -- Laura Poitras, Oscar-winning Documentary Filmmaker, Citizenfour',
en/index.wml  30)      "rd" : '"Please help the strongest privacy tool in the world become more sustainable!" -- Roger Dingledine, Founder, The Tor Project',
en/index.wml  31)      "rr" : '"The internet cannot heal itself in the face of tyrants. Tor is the salve that heals that wound; Tor is what allows us to route around Tyranny." -- Rabbi Rob Thomas, Director of The Tor Project',
en/index.wml  32)      "ss" : '"Tor is an essential part of the internet freedom infrastructure." -- Shari Steele, Executive Director of the Tor Project',
en/index.wml  33)   };
Arthur Edelstein Bug #17880: Donation banner...

Arthur Edelstein authored 8 years ago

en/index.wml  34)   var alternate = alternates[Math.floor(Math.random() * alternates.length)];
en/index.wml  35)   var image = document.getElementById("donation-banner-image");
en/index.wml  36)   image.src = "images/homepage-banner-" + alternate + ".jpg";
Arthur Edelstein Bug #17880: Add ALT text to...

Arthur Edelstein authored 8 years ago

en/index.wml  37)   image.alt = altTexts[alternate];
Arthur Edelstein Bug #17880: Donation banner...

Arthur Edelstein authored 8 years ago

en/index.wml  38) </script>
en/index.wml  39) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

en/home.wml   40) <div id="home">
en/home.wml   41)     <div id="content" class="clearfix">
en/home.wml   42)     	<div id="maincol">
en/home.wml   43)       	<div id="banner">
en/home.wml   44)         	<ul>
Roger Dingledine add a first go at telling p...

Roger Dingledine authored 10 years ago

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

Andrew Lewman authored 13 years ago

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

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 10 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 10 years ago

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

Roger Dingledine authored 10 years ago

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

Andrew Lewman authored 13 years ago

en/home.wml   66)           </div>
en/home.wml   67)           <!-- END SUBCOL -->
en/home.wml   68)           <div class="subcol">
en/home.wml   69)           <h2>Why Anonymity Matters</h2>
Andrew Lewman clean up the css a tiny bit...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 10 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 10 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Damian Johnson authored 12 years ago

en/index.wml  86)               <!-- Icon from the Crystal set
en/index.wml  87)                 author: Everaldo Coelho
en/index.wml  88)                 source: http://www.everaldo.com/crystal/
en/index.wml  89)                 license: LGPL v2
en/index.wml  90)               -->
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Damian Johnson authored 8 years ago

en/index.wml  93)                 <a href="<page projects/torbrowser>"><img
en/index.wml  94)                 src="$(IMGROOT)/icon-TorBrowser.jpg" alt="TorBrowser Icon"></a>
en/index.wml  95)                 <h3><a href="<page projects/torbrowser>">Tor
en/index.wml  96)                 Browser</a></h3>
en/index.wml  97)                 <p>Tor Browser contains everything you need to safely
en/index.wml  98)                 browse the Internet.</p>
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

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

Damian Johnson authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Damian Johnson authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Damian Johnson authored 12 years ago

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

Roger Dingledine authored 10 years ago

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

Andrew Lewman authored 12 years ago

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

Damian Johnson authored 12 years ago

en/index.wml 108)               </td>
en/index.wml 109)             </tr>
en/index.wml 110)             <tr>
en/index.wml 111)               <td>
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

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

Damian Johnson authored 8 years ago

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

Andrew Lewman authored 12 years ago

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

Damian Johnson authored 12 years ago

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

Damian Johnson authored 8 years ago

en/index.wml 119)               <!-- Icon from the Crystal set
en/index.wml 120)               author: Everaldo Coelho
en/index.wml 121)               source: http://www.everaldo.com/crystal/
en/index.wml 122)               license: LGPL v2
en/index.wml 123)               -->
Damian Johnson Adding Tails, Orbot, TorSta...

Damian Johnson authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Damian Johnson authored 10 years ago

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

Damian Johnson authored 12 years ago

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

Damian Johnson authored 10 years ago

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

Roger Dingledine authored 10 years ago

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

Andrew Lewman authored 12 years ago

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

Damian Johnson authored 12 years ago

en/index.wml 132)               </td>
en/index.wml 133)             </tr>
en/index.wml 134)             <tr>
Andrew Lewman swap torstatus and torbuttt...

Andrew Lewman authored 12 years ago

en/index.wml 135)                 <!-- Icon from the NuoveXT 2 set
en/index.wml 136)                 author: Alexandre Moore
en/index.wml 137)                 source: http://nuovext.pwsp.net/
en/index.wml 138)                 license: LGPL v3
en/index.wml 139)                 -->
en/index.wml 140) 	      <td>
en/index.wml 141)               <div class="project">
Karsten Loesing Put Atlas on the front page.

Karsten Loesing authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

George Kadianakis authored 10 years ago

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

George Kadianakis authored 10 years ago

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

George Kadianakis authored 10 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

en/home.wml  159)               </td>
en/home.wml  160)             </tr>
en/home.wml  161)             <tr>
en/home.wml  162)               <td>
Andrew Lewman swap torstatus and torbuttt...

Andrew Lewman authored 12 years ago

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

Damian Johnson authored 11 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Damian Johnson authored 8 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 11 years ago

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

en/home.wml  182)       	</div>
en/home.wml  183)         <!-- END TABLE -->
en/home.wml  184)       </div>
en/home.wml  185)       <!-- END MAINCOL -->
en/home.wml  186)       <div id="sidecol">
Andrew Lewman remove Announcements in fav...

Andrew Lewman authored 9 years ago

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

Peter Palfrader authored 9 years ago

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

Andrew Lewman authored 9 years ago

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

Andrew Lewman authored 10 years ago

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

Roger Dingledine authored 10 years ago

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

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

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

Andrew Lewman authored 13 years ago

en/home.wml  197)             <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  198)           </div>
en/home.wml  199)           <div class="user">
Sebastian Hahn Attempt to fix html validat...

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

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

Sebastian Hahn authored 13 years ago

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

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

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

Andrew Lewman authored 13 years ago

en/home.wml  209)             <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  210)           </div>
en/home.wml  211)           <div class="user">
Sebastian Hahn Attempt to fix html validat...

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

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

Sebastian Hahn authored 13 years ago

en/index.wml 215)             <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  216)           </div>
en/home.wml  217)           <div class="user">
Sebastian Hahn Put these soldiers in h3 tags

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

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

Sebastian Hahn authored 13 years ago

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