4e6a357fa9af5ca9c63b74de62b29fa0c32aaef4
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 -->
15) <div class="banner">
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

16) <table class="table-banner" cellpadding="0" cellspacing="0">
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

17) <tr>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

18) <td class="spacer">
19) <a href="http://tor.eff.org/"><img src="images/spacer.png"
20) width="110" height="79" alt="Tor logo" /></a>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

21) </td>
22) <td class="links" valign="top">
23)       <a href="index.html">Home</a>  |
24)       <a href="howitworks.html">How It Works</a>  |
25)       <a href="download.html">Download</a>  |
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

26)       <a href="documentation.html">Docs</a>  |
27)       <a href="users.html">Users</a>  |
Roger Dingledine rename FAQ page as FAQs page

Roger Dingledine authored 19 years ago

28)       <a href="faq.html">FAQs</a>  |
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

29)       <a href="contribute.html">Contribute</a>  |
30)       <a href="developers.html">Developers</a>  |
31)       <a class="current">Research</a>  |
32)       <a href="people.html">People</a>
33) </td>
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

34) <td class="curve">
35)       <img src="images/curve.gif" width="18" alt=""  height="79" />
36) </td> 
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

37) </tr>
38) </table>
39) </div>
40) <!-- END TITLE BAR & NAVIGATION -->
41) 
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

42) <div class="center">
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: Research</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>Read <a
50) href="http://freehaven.net/anonbib/topic.html#Anonymous_20communication">these
51) papers</a> (especially the ones in boxes) to get up to speed on anonymous
52) communication systems.</p>
53) 
Roger Dingledine rewrite the contribute.html...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

63)      $Id$
64)   </div>