0afaac2c78ef832a083d412f0338271fc2e46e72
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) 
15) <!-- TITLE BAR & NAVIGATION -->
le@svn.torproject.org made a simple change to the...

le@svn.torproject.org authored 18 years ago

16) <div class="center">
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

17) 
18) <table class="banner" border="0" cellpadding="0" cellspacing="0">
19)     <tr>
20)         <td class="banner-left"></td>
21)         <td class="banner-middle">
22)             <a href="index.html">Home</a>
23)           | <a href="howitworks.html">How It Works</a>
24)           | <a href="download.html">Download</a>
25)           | <a href="documentation.html">Docs</a>
26)           | <a href="users.html">Users</a>
27)           | <a href="faq.html">FAQs</a>
Roger Dingledine call it Volunteer in the na...

Roger Dingledine authored 18 years ago

28)           | <a href="volunteer.html">Volunteer</a>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

29)           | <a href="developers.html">Developers</a>
30)           | <a href="research.html">Research</a>
31)           | <a class="current">People</a>
32)         </td>
Andrew Lewman Updated the banner to inclu...

Andrew Lewman authored 18 years ago

33) 	<td class="banner-right">
34) 		<a href="/"><img src="/images/en.png" border="0" alt="English"></a>
Roger Dingledine fix links to translation pages

Roger Dingledine authored 18 years ago

35) 		<a href="/index.it.html"><img src="/images/it.png" border="0" alt="Italiano"></a>
36) 		<a href="/index.de.html"><img src="/images/de.png" border="0" alt="Deutsch"></a> 
Andrew Lewman Updated the banner to inclu...

Andrew Lewman authored 18 years ago

37) 	</td>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

38)     </tr>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

39) </table>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

40) 
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

41) <!-- END TITLE BAR & NAVIGATION -->
42) 
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

43) 
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

44) <div class="main-column">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

45) 
46) <h2>Tor: People</h2>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

47) <hr />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

48) 
49) <p>Tor is managed by <a href="http://freehaven.net/">The Free
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

51) a robust censorship-resistant data haven. It is developed by <a
52) href="http://freehaven.net/~arma/">Roger Dingledine</a> and <a
53) href="http://www.wangafu.net/~nickm/">Nick Mathewson</a>, with help from
54) many volunteers around the Internet.</p>
55) 
56) <p>Tor's first few years (2002-2004) were sponsored by the <a
Roger Dingledine remove the "funded by" part...

Roger Dingledine authored 18 years ago

57) href="http://www.nrl.navy.mil/">Naval Research Lab</a>
58) with support from <a href="http://www.onr.navy.mil/">ONR</a>
59) and <a href="http://www.darpa.mil/">DARPA</a>,
60) working with <a
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

61) href="http://www.syverson.org/">Paul Syverson</a> and based on the
62) original <a href="http://www.onion-router.net/">onion routing</a> idea
63) developed there.</p>
64) 
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

71)      <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

72)      $Id$
73)   </div>