4d755b01872963c7e5f3943e7de67e4ea2c30422
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) 
le@svn.torproject.org made a simple change to the...

le@svn.torproject.org authored 18 years ago

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

Geoff Goodell authored 19 years ago

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>
Roger Dingledine howitworks is now obsolete...

Roger Dingledine authored 18 years ago

23)           | <a href="overview.html">Overview</a>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

24)           | <a href="download.html">Download</a>
25)           | <a href="documentation.html">Docs</a>
Roger Dingledine howitworks is now obsolete...

Roger Dingledine authored 18 years ago

26)           | <a href="support.html">Support</a>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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 class="current">Research</a>
31)           | <a href="people.html">People</a>
32)         </td>
Andrew Lewman Updated the banner to inclu...

Andrew Lewman authored 18 years ago

33) 	<td class="banner-right">
Thomas Sjögren Make website valid xhtml (t...

Thomas Sjögren authored 18 years ago

34) 		<a href="/"><img src="/images/en.png" alt="English" /></a>
35) 		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
36) 		<a href="/index.de.html"><img src="/images/de.png" 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: 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
Andrew Lewman Updated to point to volunte...

Andrew Lewman authored 18 years ago

56) href="volunteer.html">volunteer</a> page.</p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

62)      $Id$
63)   </div>