[or-cvs] Redo the website html, based on patch from Thomas Sjögren.

Roger Dingledine arma at seul.org
Fri Dec 31 17:08:28 UTC 2004


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

Modified Files:
	contribute.html developers.html documentation.html 
	download.html howitworks.html index.html overview.html 
	people.html research.html stylesheet.css 
Log Message:
Redo the website html, based on patch from Thomas Sjögren.


Index: contribute.html
===================================================================
RCS file: /home2/or/cvsroot/website/contribute.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- contribute.html	21 Dec 2004 19:37:10 -0000	1.20
+++ contribute.html	31 Dec 2004 17:08:26 -0000	1.21
@@ -9,16 +9,17 @@
   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
 </head>
+<body>
 
 <div class="center">
 
 <!-- TITLE BAR & NAVIGATION -->
 <div class="banner">
-<table class="table-banner" cellpadding=0 cellspacing=0>
+<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 class="spacer">
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
+width="110" height="79" alt="Tor logo" /></a>
 </td>
 <td class="links" valign="top">
       <a href="index.html">Home</a>  |
@@ -41,9 +42,9 @@
 <!-- PUT CONTENT AFTER THIS TAG -->
 
 <h2>Tor: Contribute</h2>
-<hr>
+<hr />
 
-<p>Users:
+<p>Users:</p>
 <ul>
 <li>Try Tor out, and let the Tor developers know about bugs you find or
 features you
@@ -54,33 +55,30 @@
 <li>Does somebody want to help maintain this website, or help with
 documentation, or help with managing our TODO and handling bug reports?</li>
 <li>Please fix up <a
-href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorFAQ">the FAQ</a>,
+href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">the FAQ</a>,
 and if you know the answer to a question in the "unanswered FAQs" list,
 please answer it.</li>
 </ul>
-</p>
 
 <!--
-<p>Graphics folks:
+<p>Graphics folks:</p>
 <ul>
 <li>We need a Tor logo.</li>
 <li>We need a snazzy diagram or two, akin to the one BitTorrent has in
 its <a href="http://bittorrent.com/introduction.html">introduction</a>,
 to show people how Tor works.</li>
 </ul>
-</p>
 -->
 
-<p>People with sysadmin skills:
+<p>People with sysadmin skills:</p>
 <ul>
 <li>Can somebody take a look at Martin's <a
-href="http://wiki.noreply.org/wiki/TheOnionRouter_2fSquidProxy">Squid
+href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Squid
 and Tor</a> page, and update it to reflect Tor's new <a href="">RedirectExit</a>
 config option?</li>
 </ul>
-</p>
 
-<p>Developers:
+<p>Developers:</p>
 <ul>
 <li>We need somebody to code up a GUI or other
 controller program, to do configuration, etc. See our <a
@@ -94,14 +92,12 @@
 so we can go in the system tray?</li>
 <li>See the HACKING and TODO files in the Tor distribution for more ideas.</li>
 </ul>
-</p>
 
-<p>Donors:
+<p>Donors:</p>
 <ul>
 <li>Go take a look at the <a href="http://www.eff.org/">Electronic
 Frontier Foundation</a>. More EFF donations means more Tor development.</li>
 </ul>
-</p>
 
 <a href="mailto:tor-volunteer at freehaven.net">Email
 tor-volunteer at freehaven.net</a> if you want to help out!

Index: developers.html
===================================================================
RCS file: /home2/or/cvsroot/website/developers.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- developers.html	25 Dec 2004 09:48:44 -0000	1.17
+++ developers.html	31 Dec 2004 17:08:26 -0000	1.18
@@ -15,11 +15,11 @@
 
 <!-- TITLE BAR & NAVIGATION -->
 <div class="banner">
-<table class="table-banner" cellpadding=0 cellspacing=0>
+<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 class="spacer">
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
+width="110" height="79" alt="Tor logo" /></a>
 </td>
 <td class="links" valign="top">
       <a href="index.html">Home</a>  |
@@ -40,7 +40,7 @@
 <div class="main-column">
 
 <h2>Tor: Developers</h2>
-<hr>
+<hr />
 
 <p>We have an IRC discussion channel for users and operators. Go to #tor
 on irc.oftc.net.</p>
@@ -66,10 +66,11 @@
 <li>Make a new empty directory and cd into it.</li>
 <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>cd tor; ./autogen.sh; make; make install if you like.
+<li>cd tor; ./autogen.sh; make; make install if you like.</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>
-</ul></li>
+</ul>
+</li>
 </ul>
 
 <p>The <a href="http://archives.seul.org/or/dev/">or-dev mailing

Index: documentation.html
===================================================================
RCS file: /home2/or/cvsroot/website/documentation.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- documentation.html	21 Dec 2004 07:41:20 -0000	1.12
+++ documentation.html	31 Dec 2004 17:08:26 -0000	1.13
@@ -15,11 +15,11 @@
 
 <!-- TITLE BAR & NAVIGATION -->
 <div class="banner">
-<table class="table-banner" cellpadding=0 cellspacing=0>
+<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 class="spacer">
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
+width="110" height="79" alt="Tor logo" /></a>
 </td>
 <td class="links" valign="top">
       <a href="index.html">Home</a>  |
@@ -40,39 +40,38 @@
 <div class="main-column">
 
 <h2>Tor: Documentation</h2>
-<hr>
+<hr />
 
-<p>Running Tor:
+<p>Running Tor:</p>
 <ul>
-<li><a href="cvs/tor/doc/tor-doc.html">Why should I run Tor?</a>
-<li><a href="cvs/tor/doc/tor-doc.html#client-or-server">Should I run a client or a server?</a>
-<li><a href="cvs/tor/doc/tor-doc-win32.html">Installing Tor on Win32</a>
-<li><a href="cvs/tor/doc/tor-doc.html#installing">Installing Tor</a>
-<li><a href="cvs/tor/doc/tor-doc.html#client">Configuring a client</a>
-<li><a href="cvs/tor/doc/tor-doc.html#server">Configuring a server</a>
-<li><a href="cvs/tor/doc/tor-doc.html#hidden-service">Configuring a hidden service</a>
-<li><a href="cvs/tor/doc/tor-doc.html#own-network">Setting up your own network</a>
+<li><a href="cvs/tor/doc/tor-doc.html">Why should I run Tor?</a></li>
+<li><a href="cvs/tor/doc/tor-doc.html#client-or-server">Should I run a client or a server?</a></li>
+<li><a href="cvs/tor/doc/tor-doc-win32.html">Installing Tor on Win32</a></li>
+<li><a href="cvs/tor/doc/tor-doc.html#installing">Installing Tor</a></li>
+<li><a href="cvs/tor/doc/tor-doc.html#client">Configuring a client</a></li>
+<li><a href="cvs/tor/doc/tor-doc.html#server">Configuring a server</a></li>
+<li><a href="cvs/tor/doc/tor-doc.html#hidden-service">Configuring a hidden service</a></li>
+<li><a href="cvs/tor/doc/tor-doc.html#own-network">Setting up your own network</a></li>
 </ul>
-</p>
 
 <p>
-<a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorifyHOWTO">Guide
+<a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Guide
 to Tor-ifying various applications</a>
 </p>
 
-<!--
 <p>
-<a href="">What are the command-line and torrc config options?</a>
+<!-- made by groff -m man -T html tor.1 >tor.html -->
+<a href="cvs/tor/doc/tor-manpage-0.0.9.1.html">What are the command-line
+and torrc config options?</a>
 </p>
--->
 
 <p>
-<a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorInChroot">Running Tor
+<a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorInChroot">Running Tor
 in a chroot</a>
 </p>
 
 <p>
-<a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fSquidProxy">Squid and Tor</a>
+<a href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Squid and Tor</a>
 </p>
 
   </div><!-- #main -->

Index: download.html
===================================================================
RCS file: /home2/or/cvsroot/website/download.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- download.html	24 Dec 2004 04:48:09 -0000	1.46
+++ download.html	31 Dec 2004 17:08:26 -0000	1.47
@@ -15,11 +15,11 @@
 
 <!-- TITLE BAR & NAVIGATION -->
 <div class="banner">
-<table class="table-banner" cellpadding=0 cellspacing=0>
+<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 class="spacer">
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
+width="110" height="79" alt="Tor logo" /></a>
 </td>
 <td class="links" valign="top">
       <a href="index.html">Home</a>  |
@@ -40,11 +40,11 @@
 <div class="main-column">
 
 <h2>Tor: Packages and source</h2>
-<hr>
+<hr />
 
 <p>You can get the <b>latest release</b> from the <a href="dist/">download
 directory</a>. It should run on Linux, BSD, OS X, Win32, Solaris,
-and more.
+and more.</p>
 <ul>
 <!--
 <li>Latest experimental source: <a href="dist/tor-0.0.9.tar.gz">0.0.9</a>
@@ -57,7 +57,6 @@
 href="dist/win32/tor-0.0.9.1-win32.exe.asc">sig</a>)  Be sure to read the <a
 href="cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a></li>
 </ul>
-</p>
 
 <p>General instructions for installing and configuring Tor are <a
 href="cvs/tor/doc/tor-doc.html#installing">here</a>.
@@ -71,13 +70,12 @@
 Old releases are <a href="dist/obsolete/">here</a>.
 </p>
 
-<p><b>Windows packages</b>:
+<p><b>Windows packages</b>:</p>
 <ul>
 <li>Our new Win32 installer (listed above) is probably your best bet.</li>
-<li><b>Outside link:</b> Aphex's contributed <a href="http://www.iamaphex.net/modules.php?op=modload&name=Downloads&file=index&req=getit&lid=66">Tor zip file for Win32</a> includes Tor, Openssl, Privoxy, SocksCap.</li>
+<li><b>Outside link:</b> Aphex's contributed <a href="http://www.iamaphex.net/modules.php?op=modload&amp;name=Downloads&amp;file=index&amp;req=getit&amp;lid=66">Tor zip file for Win32</a> includes Tor, Openssl, Privoxy, SocksCap.</li>
 <li><b>Outside link:</b> Hideki Saito's contributed <a href="http://www.anime.net/~sasami/pub/tor/">tor setup exe</a> might work for you, especially if you speak Japanese.</li>
 </ul>
-</p>
 
 <p><b>Red Hat packages</b> are not available yet. We have a <a
 href="cvs/tor/tor.spec.in">spec file</a>, and we plan to start making
@@ -86,18 +84,23 @@
 
 <p><b>Debian packages</b> have been uploaded to unstable,
 so you can just <code>apt-get install tor</code> if you are running sid.<br />
-
 For stable (woody) or testing add these lines to your
 <code>/etc/apt/sources.list</code> file:
-<blockquote><code>deb     http://mirror.noreply.org/pub/tor stable main<br />
-deb-src http://mirror.noreply.org/pub/tor stable main</code></blockquote>
+</p>
+
+<p>
+<code>deb http://mirror.noreply.org/pub/tor stable main<br />
+deb-src http://mirror.noreply.org/pub/tor stable main</code>
+</p>
+
+<p>
 and then run <code>apt-get update; apt-get install tor</code>.
 Packages for architectures other than i386 can be added on <a
 href="mailto:weasel at debian.org">demand</a>.
 </p>
 
 <p><b>FreeBSD</b>: <tt>portinstall -s security/tor</tt></p>
-<p><b>OpenBSD</b>: <tt>cd /usr/ports/net/tor && make && make install</tt></p>
+<p><b>OpenBSD</b>: <tt>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</tt></p>
 
 <p><b>Other packages</b> are available for Gentoo Linux and NetBSD.
 If somebody sends details for these to the Tor developers, we'll
@@ -108,7 +111,7 @@
 <h2>Development releases</h2>
 -->
 
-<hr>
+<hr />
 
 <h2>Stable releases</h2>
 

Index: howitworks.html
===================================================================
RCS file: /home2/or/cvsroot/website/howitworks.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- howitworks.html	21 Dec 2004 07:30:51 -0000	1.14
+++ howitworks.html	31 Dec 2004 17:08:26 -0000	1.15
@@ -15,11 +15,11 @@
 
 <!-- TITLE BAR & NAVIGATION -->
 <div class="banner">
-<table class="table-banner" cellpadding=0 cellspacing=0>
+<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 class="spacer">
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
+width="110" height="79" alt="Tor logo" /></a>
 </td>
 <td class="links" valign="top">
       <a href="index.html">Home</a>  |
@@ -40,7 +40,7 @@
 <div class="main-column">
 
 <h2>Tor: How it works</h2>
-<hr>
+<hr />
 
 <p>
 <a href="overview.html">Basic Tor overview</a>: what Tor provides, why it

Index: index.html
===================================================================
RCS file: /home2/or/cvsroot/website/index.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- index.html	21 Dec 2004 19:37:10 -0000	1.41
+++ index.html	31 Dec 2004 17:08:26 -0000	1.42
@@ -16,11 +16,11 @@
 
 <!-- TITLE BAR & NAVIGATION -->
 <div class="banner">
-<table class="table-banner" cellpadding=0 cellspacing=0>
+<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 class="spacer">
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
+width="110" height="79" alt="Tor logo" /></a>
 </td>
 <td class="links" valign="top">
       <a class="current">Home</a>  |
@@ -40,12 +40,12 @@
 
 <!-- SIDEBAR (OPTIONAL) -->
 <div class="sidebar">
-<a href="download.html"><img border="0" src="images/download_tor.png" alt="Download Tor"></a>
+<a href="download.html"><img src="images/download_tor.png" alt="Download Tor" /></a>
 
 <br />
 
-<a href="overview.html"><img border="0" src="images/how_tor_works_thumb.png"
-alt="How Tor Works"></a>
+<a href="overview.html"><img src="images/how_tor_works_thumb.png"
+alt="How Tor Works" /></a>
 </div>
 <!-- END SIDEBAR -->
 
@@ -138,8 +138,8 @@
 
   </div><!-- #main -->
 
-<a href="http://secure.eff.org/tor"><img border="0" src="images/eff_badge.png"
-alt="Tor development is supported by EFF"></a>
+<a href="http://secure.eff.org/tor"><img src="images/eff_badge.png"
+alt="Tor development is supported by EFF" /></a>
 
 </div>
   <div class="bottom" id="bottom">

Index: overview.html
===================================================================
RCS file: /home2/or/cvsroot/website/overview.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- overview.html	21 Dec 2004 07:41:20 -0000	1.22
+++ overview.html	31 Dec 2004 17:08:26 -0000	1.23
@@ -15,11 +15,11 @@
 
 <!-- TITLE BAR & NAVIGATION -->
 <div class="banner">
-<table class="table-banner" cellpadding=0 cellspacing=0>
+<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 class="spacer">
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
+width="110" height="79" alt="Tor logo" /></a>
 </td>
 <td class="links" valign="top">
       <a href="index.html">Home</a>  |
@@ -40,7 +40,7 @@
 <div class="main-column">
 
 <h2>Tor: Overview</h2>
-<hr>
+<hr />
 
 <p>
 Tor is a network-within-a-network that allows people and groups to

Index: people.html
===================================================================
RCS file: /home2/or/cvsroot/website/people.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- people.html	21 Dec 2004 07:41:20 -0000	1.12
+++ people.html	31 Dec 2004 17:08:26 -0000	1.13
@@ -15,11 +15,11 @@
 
 <!-- TITLE BAR & NAVIGATION -->
 <div class="banner">
-<table class="table-banner" cellpadding=0 cellspacing=0>
+<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 class="spacer">
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
+width="110" height="79" alt="Tor logo" /></a>
 </td>
 <td class="links" valign="top">
       <a href="index.html">Home</a>  |
@@ -40,7 +40,7 @@
 <div class="main-column">
 
 <h2>Tor: People</h2>
-<hr>
+<hr />
 
 <p>Tor is managed by <a href="http://freehaven.net/">The Free
 Haven Project</a> as a building block for

Index: research.html
===================================================================
RCS file: /home2/or/cvsroot/website/research.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- research.html	21 Dec 2004 07:41:20 -0000	1.8
+++ research.html	31 Dec 2004 17:08:26 -0000	1.9
@@ -14,11 +14,11 @@
 
 <!-- TITLE BAR & NAVIGATION -->
 <div class="banner">
-<table class="table-banner" cellpadding=0 cellspacing=0>
+<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 class="spacer">
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
+width="110" height="79" alt="Tor logo" /></a>
 </td>
 <td class="links" valign="top">
       <a href="index.html">Home</a>  |
@@ -39,7 +39,7 @@
 <div class="main-column">
 
 <h2>Tor: Research</h2>
-<hr>
+<hr />
 
 <p>Read <a
 href="http://freehaven.net/anonbib/topic.html#Anonymous_20communication">these

Index: stylesheet.css
===================================================================
RCS file: /home2/or/cvsroot/website/stylesheet.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- stylesheet.css	22 Dec 2004 22:28:08 -0000	1.6
+++ stylesheet.css	31 Dec 2004 17:08:26 -0000	1.7
@@ -15,6 +15,12 @@
 	color: #000000;
 }
 
+/* Images */
+
+img {
+	border: 0;
+}
+
 /* 
 * this centers the page
 */
@@ -93,6 +99,12 @@
 }
 */
 
+/* Spacer */
+
+TD.spacer {
+	width: 110px;
+}
+
 /*
 * The banner
 */



More information about the tor-commits mailing list