[or-cvs] convert the rest of the pages. now they"re differently ugly.

Roger Dingledine arma at seul.org
Tue Dec 21 07:14:03 UTC 2004


Update of /home2/or/cvsroot/website
In directory moria.mit.edu:/home2/arma/work/onion/cvs/website

Modified Files:
	developers.html documentation.html download.html 
	howitworks.html overview.html people.html research.html 
Log Message:
convert the rest of the pages. now they're differently ugly.


Index: developers.html
===================================================================
RCS file: /home2/or/cvsroot/website/developers.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- developers.html	21 Dec 2004 07:02:18 -0000	1.14
+++ developers.html	21 Dec 2004 07:14:00 -0000	1.15
@@ -66,7 +66,7 @@
 <li>cvs -d :pserver:guest at cvs.seul.org:/home/or/cvsroot login</li>
 <li>cvs -d :pserver:guest at cvs.seul.org:/home/or/cvsroot co tor</li>
 <li>(use -r tor-0_0_9 or equivalent to fetch a particular version.)</li>
-<li>(To check out the maintenance branch, use -r tor-0_0_9-patches .)</li>
+<li>(To check out the maintenance branch, use -r tor-0_0_9-patches)</li>
 </ul></li>
 </ul>
 

Index: documentation.html
===================================================================
RCS file: /home2/or/cvsroot/website/documentation.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- documentation.html	20 Dec 2004 04:03:00 -0000	1.10
+++ documentation.html	21 Dec 2004 07:14:00 -0000	1.11
@@ -1,28 +1,43 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 <head>
   <title>Tor: Documentation</title>
   <meta name="Author" content="Roger Dingledine" />
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-  <link rel="stylesheet" type="text/css" href="default.css" />
+  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
 </head>
 
 <body>
-  <div class="menu" id="side">
-<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
-      <a href="index.html">Home</a> <br />
-      <a href="howitworks.html">How it works</a><br />
-      <a href="download.html">Download</a> <br />
-      <a class="current">Documentation</a> <br />
-      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a><br />
-      <a href="contribute.html">Contribute</a> <br />
-      <a href="developers.html">Developers</a> <br />
-      <a href="research.html">Research</a> <br />
-      <a href="people.html">People</a> <br />
-  </div><!-- #side -->
-  <div class="main" id="main">
+<div class="center">
+
+<!-- TITLE BAR & NAVIGATION -->
+<div class="banner">
+<table class="table-banner" cellpadding=0 cellspacing=0>
+<tr>
+<td width="110">
+<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
+width="110" height="79"></a>
+</td>
+<td class="links" valign="top">
+      <a href="index.html">Home</a>  |
+      <a href="howitworks.html">How It Works</a>  |
+      <a href="download.html">Download</a>  |
+      <a class="current">Documentation</a>  |
+      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a>  |
+      <a href="contribute.html">Contribute</a>  |
+      <a href="developers.html">Developers</a>  |
+      <a href="research.html">Research</a>  |
+      <a href="people.html">People</a>
+</td>
+</tr>
+</table>
+</div>
+<!-- END TITLE BAR & NAVIGATION -->
+
+<div class="main-column">
 
 <h2>Tor: Documentation</h2>
 
@@ -60,8 +75,9 @@
 </p>
 
   </div><!-- #main -->
+</div>
   <div class="bottom" id="bottom">
-     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     <i><a href="mailto:tor-webmaster at freehaven.net" class="smalllink">Webmaster</a></i> -
      $Id$
   </div>
 </body>

Index: download.html
===================================================================
RCS file: /home2/or/cvsroot/website/download.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- download.html	21 Dec 2004 04:48:55 -0000	1.40
+++ download.html	21 Dec 2004 07:14:00 -0000	1.41
@@ -1,28 +1,43 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 <head>
   <title>Tor: Download</title>
   <meta name="Author" content="Roger Dingledine" />
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-  <link rel="stylesheet" type="text/css" href="default.css" />
+  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
 </head>
 
 <body>
-  <div class="menu" id="side">
-<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
-      <a href="index.html">Home</a> <br />
-      <a href="howitworks.html">How it works</a><br />
-      <a class="current">Download</a> <br />
-      <a href="documentation.html">Documentation</a><br />
-      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a><br />
-      <a href="contribute.html">Contribute</a> <br />
-      <a href="developers.html">Developers</a> <br />
-      <a href="research.html">Research</a> <br />
-      <a href="people.html">People</a> <br />
-  </div><!-- #side -->
-  <div class="main" id="main">
+<div class="center">
+
+<!-- TITLE BAR & NAVIGATION -->
+<div class="banner">
+<table class="table-banner" cellpadding=0 cellspacing=0>
+<tr>
+<td width="110">
+<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
+width="110" height="79"></a>
+</td>
+<td class="links" valign="top">
+      <a href="index.html">Home</a>  |
+      <a href="howitworks.html">How It Works</a>  |
+      <a class="current">Download</a>  |
+      <a href="documentation.html">Documentation</a>  |
+      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a>  |
+      <a href="contribute.html">Contribute</a>  |
+      <a href="developers.html">Developers</a>  |
+      <a href="research.html">Research</a>  |
+      <a href="people.html">People</a>
+</td>
+</tr>
+</table>
+</div>
+<!-- END TITLE BAR & NAVIGATION -->
+
+<div class="main-column">
 
 <h2>Tor: Packages and source</h2>
 
@@ -132,8 +147,9 @@
 details.</p>
 
   </div><!-- #main -->
+</div>
   <div class="bottom" id="bottom">
-     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     <i><a href="mailto:tor-webmaster at freehaven.net" class="smalllink">Webmaster</a></i> -
      $Id$
   </div>
 </body>

Index: howitworks.html
===================================================================
RCS file: /home2/or/cvsroot/website/howitworks.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- howitworks.html	19 Dec 2004 23:35:01 -0000	1.12
+++ howitworks.html	21 Dec 2004 07:14:00 -0000	1.13
@@ -1,28 +1,43 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 <head>
   <title>Tor: an anonymizing overlay network for TCP</title>
   <meta name="Author" content="Roger Dingledine" />
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-  <link rel="stylesheet" type="text/css" href="default.css" />
+  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
 </head>
 
 <body>
-  <div class="menu" id="side">
-<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
-      <a href="index.html">Home</a> <br />
-      <a class="current">How it works</a> <br />
-      <a href="download.html">Download</a> <br />
-      <a href="documentation.html">Documentation</a><br />
-      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a><br />
-      <a href="contribute.html">Contribute</a> <br />
-      <a href="developers.html">Developers</a> <br />
-      <a href="research.html">Research</a> <br />
-      <a href="people.html">People</a> <br />
-  </div><!-- #side -->
-  <div class="main" id="main">
+<div class="center">
+
+<!-- TITLE BAR & NAVIGATION -->
+<div class="banner">
+<table class="table-banner" cellpadding=0 cellspacing=0>
+<tr>
+<td width="110">
+<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
+width="110" height="79"></a>
+</td>
+<td class="links" valign="top">
+      <a href="index.html">Home</a>  |
+      <a class="current">How It Works</a>  |
+      <a href="download.html">Download</a>  |
+      <a href="documentation.html">Documentation</a>  |
+      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a>  |
+      <a href="contribute.html">Contribute</a>  |
+      <a href="developers.html">Developers</a>  |
+      <a href="research.html">Research</a>  |
+      <a href="people.html">People</a>
+</td>
+</tr>
+</table>
+</div>
+<!-- END TITLE BAR & NAVIGATION -->
+
+<div class="main-column">
 
 <h2>Tor: How it works</h2>
 
@@ -61,8 +76,9 @@
 slides</a>.</p>
 
   </div><!-- #main -->
+</div>
   <div class="bottom" id="bottom">
-     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     <i><a href="mailto:tor-webmaster at freehaven.net" class="smalllink">Webmaster</a></i> -
      $Id$
   </div>
 </body>

Index: overview.html
===================================================================
RCS file: /home2/or/cvsroot/website/overview.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- overview.html	21 Dec 2004 04:48:55 -0000	1.20
+++ overview.html	21 Dec 2004 07:14:00 -0000	1.21
@@ -1,28 +1,43 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 <head>
   <title>Tor: Overview</title>
   <meta name="Author" content="Roger Dingledine" />
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-  <link rel="stylesheet" type="text/css" href="default.css" />
+  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
 </head>
 
 <body>
-  <div class="menu" id="side">
-<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
-      <a href="index.html">Home</a> <br />
-      <a href="howitworks.html">How it works</a> <br />
-      <a href="download.html">Download</a> <br />
-      <a href="documentation.html">Documentation</a><br />
-      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a><br />
-      <a href="contribute.html">Contribute</a> <br />
-      <a href="developers.html">Developers</a> <br />
-      <a href="research.html">Research</a> <br />
-      <a href="people.html">People</a> <br />
-  </div><!-- #side -->
-  <div class="main" id="main">
+<div class="center">
+
+<!-- TITLE BAR & NAVIGATION -->
+<div class="banner">
+<table class="table-banner" cellpadding=0 cellspacing=0>
+<tr>
+<td width="110">
+<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
+width="110" height="79"></a>
+</td>
+<td class="links" valign="top">
+      <a href="index.html">Home</a>  |
+      <a href="howitworks.html">How It Works</a>  |
+      <a href="download.html">Download</a>  |
+      <a href="documentation.html">Documentation</a>  |
+      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a>  |
+      <a href="contribute.html">Contribute</a>  |
+      <a href="developers.html">Developers</a>  |
+      <a href="research.html">Research</a>  |
+      <a href="people.html">People</a>
+</td>
+</tr>
+</table>
+</div>
+<!-- END TITLE BAR & NAVIGATION -->
+
+<div class="main-column">
 
 <h2>Tor: Overview</h2>
 
@@ -219,8 +234,9 @@
 </p>
 
   </div><!-- #main -->
+</div>
   <div class="bottom" id="bottom">
-     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     <i><a href="mailto:tor-webmaster at freehaven.net" class="smalllink">Webmaster</a></i> -
      $Id$
   </div>
 </body>

Index: people.html
===================================================================
RCS file: /home2/or/cvsroot/website/people.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- people.html	21 Dec 2004 04:48:55 -0000	1.10
+++ people.html	21 Dec 2004 07:14:00 -0000	1.11
@@ -1,28 +1,43 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 <head>
   <title>Tor: People</title>
   <meta name="Author" content="Roger Dingledine" />
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-  <link rel="stylesheet" type="text/css" href="default.css" />
+  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
 </head>
 
 <body>
-  <div class="menu" id="side">
-<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
-      <a href="index.html">Home</a> <br />
-      <a href="howitworks.html">How it works</a> <br />
-      <a href="download.html">Download</a> <br />
-      <a href="documentation.html">Documentation</a><br />
-      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a><br />
-      <a href="contribute.html">Contribute</a> <br />
-      <a href="developers.html">Developers</a> <br />
-      <a href="research.html">Research</a> <br />
-      <a class="current">People</a> <br />
-  </div><!-- #side -->
-  <div class="main" id="main">
+<div class="center">
+
+<!-- TITLE BAR & NAVIGATION -->
+<div class="banner">
+<table class="table-banner" cellpadding=0 cellspacing=0>
+<tr>
+<td width="110">
+<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
+width="110" height="79"></a>
+</td>
+<td class="links" valign="top">
+      <a href="index.html">Home</a>  |
+      <a href="howitworks.html">How It Works</a>  |
+      <a href="download.html">Download</a>  |
+      <a href="documentation.html">Documentation</a>  |
+      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a>  |
+      <a href="contribute.html">Contribute</a>  |
+      <a href="developers.html">Developers</a>  |
+      <a href="research.html">Research</a>  |
+      <a class="current">People</a>
+</td>
+</tr>
+</table>
+</div>
+<!-- END TITLE BAR & NAVIGATION -->
+
+<div class="main-column">
 
 <h2>Tor: People</h2>
 
@@ -43,8 +58,9 @@
 href="http://www.eff.org/">Electronic Frontier Foundation</a>.</p>
 
   </div><!-- #main -->
+</div>
   <div class="bottom" id="bottom">
-     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     <i><a href="mailto:tor-webmaster at freehaven.net" class="smalllink">Webmaster</a></i> -
      $Id$
   </div>
 </body>

Index: research.html
===================================================================
RCS file: /home2/or/cvsroot/website/research.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- research.html	19 Dec 2004 23:35:01 -0000	1.6
+++ research.html	21 Dec 2004 07:14:00 -0000	1.7
@@ -5,24 +5,38 @@
   <title>Tor: Research</title>
   <meta name="Author" content="Roger Dingledine" />
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-  <link rel="stylesheet" type="text/css" href="default.css" />
+  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
 </head>
 
 <body>
-  <div class="menu" id="side">
-<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
-      <a href="index.html">Home</a> <br />
-      <a href="howitworks.html">How it works</a> <br />
-      <a href="download.html">Download</a> <br />
-      <a href="documentation.html">Documentation</a><br />
-      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a><br />
-      <a href="contribute.html">Contribute</a> <br />
-      <a href="developers.html">Developers</a> <br />
-      <a class="current">Research</a> <br />
-      <a href="people.html">People</a> <br />
-  </div><!-- #side -->
-  <div class="main" id="main">
+<div class="center">
+
+<!-- TITLE BAR & NAVIGATION -->
+<div class="banner">
+<table class="table-banner" cellpadding=0 cellspacing=0>
+<tr>
+<td width="110">
+<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
+width="110" height="79"></a>
+</td>
+<td class="links" valign="top">
+      <a href="index.html">Home</a>  |
+      <a href="howitworks.html">How It Works</a>  |
+      <a href="download.html">Download</a>  |
+      <a href="documentation.html">Documentation</a>  |
+      <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a>  |
+      <a href="contribute.html">Contribute</a>  |
+      <a href="developers.html">Developers</a>  |
+      <a class="current">Research</a>  |
+      <a href="people.html">People</a>
+</td>
+</tr>
+</table>
+</div>
+<!-- END TITLE BAR & NAVIGATION -->
+
+<div class="main-column">
 
 <h2>Tor: Research</h2>
 
@@ -34,8 +48,9 @@
 <p>More here coming soon.</p>
 
   </div><!-- #main -->
+</div>
   <div class="bottom" id="bottom">
-     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     <i><a href="mailto:tor-webmaster at freehaven.net" class="smalllink">Webmaster</a></i> -
      $Id$
   </div>
 </body>



More information about the tor-commits mailing list