09b05c8b8c148fa4e64e2e76c16efd70bd6d46fa
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2) "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

3) 
4) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5) <head>
6)   <title>Tor: People</title>
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

8)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

9)   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
Roger Dingledine list the favicon on every page

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

11) </head>
12) 
13) <body>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

14) <div class="center">
15) 
16) <!-- TITLE BAR & NAVIGATION -->
17) <div class="banner">
18) <table class="table-banner" cellpadding=0 cellspacing=0>
19) <tr>
20) <td width="110">
21) <a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
22) width="110" height="79"></a>
23) </td>
24) <td class="links" valign="top">
25)       <a href="index.html">Home</a>  |
26)       <a href="howitworks.html">How It Works</a>  |
27)       <a href="download.html">Download</a>  |
28)       <a href="documentation.html">Documentation</a>  |
29)       <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a>  |
30)       <a href="contribute.html">Contribute</a>  |
31)       <a href="developers.html">Developers</a>  |
32)       <a href="research.html">Research</a>  |
33)       <a class="current">People</a>
34) </td>
35) </tr>
36) </table>
37) </div>
38) <!-- END TITLE BAR & NAVIGATION -->
39) 
40) <div class="main-column">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

41) 
42) <h2>Tor: People</h2>
43) 
44) <p>Tor is managed by <a href="http://freehaven.net/">The Free
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

45) Haven Project</a> as a building block for
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

46) a robust censorship-resistant data haven. It is developed by <a
47) href="http://freehaven.net/~arma/">Roger Dingledine</a> and <a
48) href="http://www.wangafu.net/~nickm/">Nick Mathewson</a>, with help from
49) many volunteers around the Internet.</p>
50) 
51) <p>Tor's first few years (2002-2004) were sponsored by the <a
52) href="http://www.nrl.navy.mil/">Naval Research Lab</a>, working with <a
53) href="http://www.syverson.org/">Paul Syverson</a> and based on the
54) original <a href="http://www.onion-router.net/">onion routing</a> idea
55) developed there.</p>
56) 
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

57) <p>Since November 2004, Tor development has been supported by the <a
Roger Dingledine remove apparently false sta...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

59) 
60)   </div><!-- #main -->
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

61) </div>
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

62)   <div class="bottom" id="bottom">
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

63)      <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

64)      $Id$
65)   </div>