0dd35ed995a94283bd9d60ad4d5ddec0014f6865
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2) 
3) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4) <head>
5)   <title>Tor: People</title>
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

6)   <meta name="Author" content="Roger Dingledine" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

7)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8)   <link rel="stylesheet" type="text/css" href="default.css" />
Roger Dingledine list the favicon on every page

Roger Dingledine authored 19 years ago

9)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

10) </head>
11) 
12) <body>
13)   <div class="menu" id="side">
14) <!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

15)       <a href="index.html">Home</a> <br />
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

16)       <a href="howitworks.html">How it works</a> <br />
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

17)       <a href="download.html">Download</a> <br />
18)       <a href="documentation.html">Documentation</a><br />
19)       <a href="contribute.html">Contribute</a> <br />
20)       <a href="developers.html">Developers</a> <br />
21)       <a href="research.html">Research</a> <br />
22)       <a class="current">People</a> <br />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

23)   </div><!-- #side -->
24)   <div class="main" id="main">
25) 
26) <h2>Tor: People</h2>
27) 
28) <p>Tor is managed by <a href="http://freehaven.net/">The Free
29) Haven Project</a> as one of the building blocks necessary for
30) a robust censorship-resistant data haven. It is developed by <a
31) href="http://freehaven.net/~arma/">Roger Dingledine</a> and <a
32) href="http://www.wangafu.net/~nickm/">Nick Mathewson</a>, with help from
33) many volunteers around the Internet.</p>
34) 
35) <p>Tor's first few years (2002-2004) were sponsored by the <a
36) href="http://www.nrl.navy.mil/">Naval Research Lab</a>, working with <a
37) href="http://www.syverson.org/">Paul Syverson</a> and based on the
38) original <a href="http://www.onion-router.net/">onion routing</a> idea
39) developed there.</p>
40) 
Roger Dingledine minor fixes on website

Roger Dingledine authored 19 years ago

41) <p>As of November 2004, Tor is now supported by a grant from the <a
Roger Dingledine remove apparently false sta...

Roger Dingledine authored 19 years ago

42) href="http://www.eff.org/">Electronic Frontier Foundation</a>.</p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

43) 
44)   </div><!-- #main -->
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

45)   <div class="bottom" id="bottom">
46)      <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
47)      $Id$
48)   </div>