8d0f1df1026b14610fac757312e25dcb8139a8e0
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: Research</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" />
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

8)   <link rel="stylesheet" type="text/css" href="stylesheet.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>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

13) 
14) <!-- TITLE BAR & NAVIGATION -->
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

15) 
16) <table class="banner" border="0" cellpadding="0" cellspacing="0">
17)     <tr>
18)         <td class="banner-left"></td>
19)         <td class="banner-middle">
20)             <a href="index.html">Home</a>
21)           | <a href="howitworks.html">How It Works</a>
22)           | <a href="download.html">Download</a>
23)           | <a href="documentation.html">Docs</a>
24)           | <a href="users.html">Users</a>
25)           | <a href="faq.html">FAQs</a>
26)           | <a href="contribute.html">Contribute</a>
27)           | <a href="developers.html">Developers</a>
28)           | <a class="current">Research</a>
29)           | <a href="people.html">People</a>
30)         </td>
31)         <td class="banner-right"></td>
32)     </tr>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

33) </table>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Thomas Sjögren authored 19 years ago

37) <div class="center">
38) 
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

40) 
41) <h2>Tor: Research</h2>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

43) 
44) <p>Read <a
45) href="http://freehaven.net/anonbib/topic.html#Anonymous_20communication">these
46) papers</a> (especially the ones in boxes) to get up to speed on anonymous
47) communication systems.</p>
48) 
Roger Dingledine rewrite the contribute.html...

Roger Dingledine authored 19 years ago

49) <p>We need people to attack the system, quantify defenses,
50) etc. See the "security project-lets" section of the <a
51) href="contribute.html">contribute</a> page.</p>
Roger Dingledine more additions to the website

Roger Dingledine authored 19 years ago

52) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

58)      $Id$
59)   </div>