Redo the website html, based on patch from Thomas Sj�gren.
Roger Dingledine

Roger Dingledine commited on 2004-12-31 18:08:26
Zeige 10 geänderte Dateien mit 100 Einfügungen und 89 Löschungen.

... ...
@@ -9,16 +9,17 @@
9 9
   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
10 10
   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
11 11
 </head>
12
+<body>
12 13
 
13 14
 <div class="center">
14 15
 
15 16
 <!-- TITLE BAR & NAVIGATION -->
16 17
 <div class="banner">
17
-<table class="table-banner" cellpadding=0 cellspacing=0>
18
+<table class="table-banner" cellpadding="0" cellspacing="0">
18 19
 <tr>
19
-<td width="110">
20
-<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
21
-width="110" height="79"></a>
20
+<td class="spacer">
21
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
22
+width="110" height="79" alt="Tor logo" /></a>
22 23
 </td>
23 24
 <td class="links" valign="top">
24 25
       <a href="index.html">Home</a>  |
... ...
@@ -41,9 +42,9 @@ width="110" height="79"></a>
41 42
 <!-- PUT CONTENT AFTER THIS TAG -->
42 43
 
43 44
 <h2>Tor: Contribute</h2>
44
-<hr>
45
+<hr />
45 46
 
46
-<p>Users:
47
+<p>Users:</p>
47 48
 <ul>
48 49
 <li>Try Tor out, and let the Tor developers know about bugs you find or
49 50
 features you
... ...
@@ -54,33 +55,30 @@ server</a> to help with development and scalability.</li>
54 55
 <li>Does somebody want to help maintain this website, or help with
55 56
 documentation, or help with managing our TODO and handling bug reports?</li>
56 57
 <li>Please fix up <a
57
-href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorFAQ">the FAQ</a>,
58
+href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">the FAQ</a>,
58 59
 and if you know the answer to a question in the "unanswered FAQs" list,
59 60
 please answer it.</li>
60 61
 </ul>
61
-</p>
62 62
 
63 63
 <!--
64
-<p>Graphics folks:
64
+<p>Graphics folks:</p>
65 65
 <ul>
66 66
 <li>We need a Tor logo.</li>
67 67
 <li>We need a snazzy diagram or two, akin to the one BitTorrent has in
68 68
 its <a href="http://bittorrent.com/introduction.html">introduction</a>,
69 69
 to show people how Tor works.</li>
70 70
 </ul>
71
-</p>
72 71
 -->
73 72
 
74
-<p>People with sysadmin skills:
73
+<p>People with sysadmin skills:</p>
75 74
 <ul>
76 75
 <li>Can somebody take a look at Martin's <a
77
-href="http://wiki.noreply.org/wiki/TheOnionRouter_2fSquidProxy">Squid
76
+href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Squid
78 77
 and Tor</a> page, and update it to reflect Tor's new <a href="">RedirectExit</a>
79 78
 config option?</li>
80 79
 </ul>
81
-</p>
82 80
 
83
-<p>Developers:
81
+<p>Developers:</p>
84 82
 <ul>
85 83
 <li>We need somebody to code up a GUI or other
86 84
 controller program, to do configuration, etc. See our <a
... ...
@@ -94,14 +92,12 @@ script</a>.</li>
94 92
 so we can go in the system tray?</li>
95 93
 <li>See the HACKING and TODO files in the Tor distribution for more ideas.</li>
96 94
 </ul>
97
-</p>
98 95
 
99
-<p>Donors:
96
+<p>Donors:</p>
100 97
 <ul>
101 98
 <li>Go take a look at the <a href="http://www.eff.org/">Electronic
102 99
 Frontier Foundation</a>. More EFF donations means more Tor development.</li>
103 100
 </ul>
104
-</p>
105 101
 
106 102
 <a href="mailto:tor-volunteer@freehaven.net">Email
107 103
 tor-volunteer@freehaven.net</a> if you want to help out!
... ...
@@ -15,11 +15,11 @@
15 15
 
16 16
 <!-- TITLE BAR & NAVIGATION -->
17 17
 <div class="banner">
18
-<table class="table-banner" cellpadding=0 cellspacing=0>
18
+<table class="table-banner" cellpadding="0" cellspacing="0">
19 19
 <tr>
20
-<td width="110">
21
-<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
22
-width="110" height="79"></a>
20
+<td class="spacer">
21
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
22
+width="110" height="79" alt="Tor logo" /></a>
23 23
 </td>
24 24
 <td class="links" valign="top">
25 25
       <a href="index.html">Home</a>  |
... ...
@@ -40,7 +40,7 @@ width="110" height="79"></a>
40 40
 <div class="main-column">
41 41
 
42 42
 <h2>Tor: Developers</h2>
43
-<hr>
43
+<hr />
44 44
 
45 45
 <p>We have an IRC discussion channel for users and operators. Go to #tor
46 46
 on irc.oftc.net.</p>
... ...
@@ -66,10 +66,11 @@ necessarily work or even compile)</p>
66 66
 <li>Make a new empty directory and cd into it.</li>
67 67
 <li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot login</li>
68 68
 <li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot co tor</li>
69
-<li>cd tor; ./autogen.sh; make; make install if you like.
69
+<li>cd tor; ./autogen.sh; make; make install if you like.</li>
70 70
 <li>(use -r tor-0_0_9 or equivalent to fetch a particular version.)</li>
71 71
 <li>(To check out the maintenance branch, use -r tor-0_0_9-patches)</li>
72
-</ul></li>
72
+</ul>
73
+</li>
73 74
 </ul>
74 75
 
75 76
 <p>The <a href="http://archives.seul.org/or/dev/">or-dev mailing
... ...
@@ -15,11 +15,11 @@
15 15
 
16 16
 <!-- TITLE BAR & NAVIGATION -->
17 17
 <div class="banner">
18
-<table class="table-banner" cellpadding=0 cellspacing=0>
18
+<table class="table-banner" cellpadding="0" cellspacing="0">
19 19
 <tr>
20
-<td width="110">
21
-<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
22
-width="110" height="79"></a>
20
+<td class="spacer">
21
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
22
+width="110" height="79" alt="Tor logo" /></a>
23 23
 </td>
24 24
 <td class="links" valign="top">
25 25
       <a href="index.html">Home</a>  |
... ...
@@ -40,39 +40,38 @@ width="110" height="79"></a>
40 40
 <div class="main-column">
41 41
 
42 42
 <h2>Tor: Documentation</h2>
43
-<hr>
43
+<hr />
44 44
 
45
-<p>Running Tor:
45
+<p>Running Tor:</p>
46 46
 <ul>
47
-<li><a href="cvs/tor/doc/tor-doc.html">Why should I run Tor?</a>
48
-<li><a href="cvs/tor/doc/tor-doc.html#client-or-server">Should I run a client or a server?</a>
49
-<li><a href="cvs/tor/doc/tor-doc-win32.html">Installing Tor on Win32</a>
50
-<li><a href="cvs/tor/doc/tor-doc.html#installing">Installing Tor</a>
51
-<li><a href="cvs/tor/doc/tor-doc.html#client">Configuring a client</a>
52
-<li><a href="cvs/tor/doc/tor-doc.html#server">Configuring a server</a>
53
-<li><a href="cvs/tor/doc/tor-doc.html#hidden-service">Configuring a hidden service</a>
54
-<li><a href="cvs/tor/doc/tor-doc.html#own-network">Setting up your own network</a>
47
+<li><a href="cvs/tor/doc/tor-doc.html">Why should I run Tor?</a></li>
48
+<li><a href="cvs/tor/doc/tor-doc.html#client-or-server">Should I run a client or a server?</a></li>
49
+<li><a href="cvs/tor/doc/tor-doc-win32.html">Installing Tor on Win32</a></li>
50
+<li><a href="cvs/tor/doc/tor-doc.html#installing">Installing Tor</a></li>
51
+<li><a href="cvs/tor/doc/tor-doc.html#client">Configuring a client</a></li>
52
+<li><a href="cvs/tor/doc/tor-doc.html#server">Configuring a server</a></li>
53
+<li><a href="cvs/tor/doc/tor-doc.html#hidden-service">Configuring a hidden service</a></li>
54
+<li><a href="cvs/tor/doc/tor-doc.html#own-network">Setting up your own network</a></li>
55 55
 </ul>
56
-</p>
57 56
 
58 57
 <p>
59
-<a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorifyHOWTO">Guide
58
+<a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Guide
60 59
 to Tor-ifying various applications</a>
61 60
 </p>
62 61
 
63
-<!--
64 62
 <p>
65
-<a href="">What are the command-line and torrc config options?</a>
63
+<!-- made by groff -m man -T html tor.1 >tor.html -->
64
+<a href="cvs/tor/doc/tor-manpage-0.0.9.1.html">What are the command-line
65
+and torrc config options?</a>
66 66
 </p>
67
--->
68 67
 
69 68
 <p>
70
-<a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorInChroot">Running Tor
69
+<a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorInChroot">Running Tor
71 70
 in a chroot</a>
72 71
 </p>
73 72
 
74 73
 <p>
75
-<a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fSquidProxy">Squid and Tor</a>
74
+<a href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Squid and Tor</a>
76 75
 </p>
77 76
 
78 77
   </div><!-- #main -->
... ...
@@ -15,11 +15,11 @@
15 15
 
16 16
 <!-- TITLE BAR & NAVIGATION -->
17 17
 <div class="banner">
18
-<table class="table-banner" cellpadding=0 cellspacing=0>
18
+<table class="table-banner" cellpadding="0" cellspacing="0">
19 19
 <tr>
20
-<td width="110">
21
-<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
22
-width="110" height="79"></a>
20
+<td class="spacer">
21
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
22
+width="110" height="79" alt="Tor logo" /></a>
23 23
 </td>
24 24
 <td class="links" valign="top">
25 25
       <a href="index.html">Home</a>  |
... ...
@@ -40,11 +40,11 @@ width="110" height="79"></a>
40 40
 <div class="main-column">
41 41
 
42 42
 <h2>Tor: Packages and source</h2>
43
-<hr>
43
+<hr />
44 44
 
45 45
 <p>You can get the <b>latest release</b> from the <a href="dist/">download
46 46
 directory</a>. It should run on Linux, BSD, OS X, Win32, Solaris,
47
-and more.
47
+and more.</p>
48 48
 <ul>
49 49
 <!--
50 50
 <li>Latest experimental source: <a href="dist/tor-0.0.9.tar.gz">0.0.9</a>
... ...
@@ -57,7 +57,6 @@ and more.
57 57
 href="dist/win32/tor-0.0.9.1-win32.exe.asc">sig</a>)  Be sure to read the <a
58 58
 href="cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a></li>
59 59
 </ul>
60
-</p>
61 60
 
62 61
 <p>General instructions for installing and configuring Tor are <a
63 62
 href="cvs/tor/doc/tor-doc.html#installing">here</a>.
... ...
@@ -71,13 +70,12 @@ on fetching Tor from CVS.
71 70
 Old releases are <a href="dist/obsolete/">here</a>.
72 71
 </p>
73 72
 
74
-<p><b>Windows packages</b>:
73
+<p><b>Windows packages</b>:</p>
75 74
 <ul>
76 75
 <li>Our new Win32 installer (listed above) is probably your best bet.</li>
77
-<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>
76
+<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>
78 77
 <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>
79 78
 </ul>
80
-</p>
81 79
 
82 80
 <p><b>Red Hat packages</b> are not available yet. We have a <a
83 81
 href="cvs/tor/tor.spec.in">spec file</a>, and we plan to start making
... ...
@@ -86,18 +84,23 @@ rpms available soon.
86 84
 
87 85
 <p><b>Debian packages</b> have been uploaded to unstable,
88 86
 so you can just <code>apt-get install tor</code> if you are running sid.<br />
89
-
90 87
 For stable (woody) or testing add these lines to your
91 88
 <code>/etc/apt/sources.list</code> file:
92
-<blockquote><code>deb     http://mirror.noreply.org/pub/tor stable main<br />
93
-deb-src http://mirror.noreply.org/pub/tor stable main</code></blockquote>
89
+</p>
90
+
91
+<p>
92
+<code>deb http://mirror.noreply.org/pub/tor stable main<br />
93
+deb-src http://mirror.noreply.org/pub/tor stable main</code>
94
+</p>
95
+
96
+<p>
94 97
 and then run <code>apt-get update; apt-get install tor</code>.
95 98
 Packages for architectures other than i386 can be added on <a
96 99
 href="mailto:weasel@debian.org">demand</a>.
97 100
 </p>
98 101
 
99 102
 <p><b>FreeBSD</b>: <tt>portinstall -s security/tor</tt></p>
100
-<p><b>OpenBSD</b>: <tt>cd /usr/ports/net/tor && make && make install</tt></p>
103
+<p><b>OpenBSD</b>: <tt>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</tt></p>
101 104
 
102 105
 <p><b>Other packages</b> are available for Gentoo Linux and NetBSD.
103 106
 If somebody sends details for these to the Tor developers, we'll
... ...
@@ -108,7 +111,7 @@ put them here.
108 111
 <h2>Development releases</h2>
109 112
 -->
110 113
 
111
-<hr>
114
+<hr />
112 115
 
113 116
 <h2>Stable releases</h2>
114 117
 
... ...
@@ -15,11 +15,11 @@
15 15
 
16 16
 <!-- TITLE BAR & NAVIGATION -->
17 17
 <div class="banner">
18
-<table class="table-banner" cellpadding=0 cellspacing=0>
18
+<table class="table-banner" cellpadding="0" cellspacing="0">
19 19
 <tr>
20
-<td width="110">
21
-<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
22
-width="110" height="79"></a>
20
+<td class="spacer">
21
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
22
+width="110" height="79" alt="Tor logo" /></a>
23 23
 </td>
24 24
 <td class="links" valign="top">
25 25
       <a href="index.html">Home</a>  |
... ...
@@ -40,7 +40,7 @@ width="110" height="79"></a>
40 40
 <div class="main-column">
41 41
 
42 42
 <h2>Tor: How it works</h2>
43
-<hr>
43
+<hr />
44 44
 
45 45
 <p>
46 46
 <a href="overview.html">Basic Tor overview</a>: what Tor provides, why it
... ...
@@ -16,11 +16,11 @@
16 16
 
17 17
 <!-- TITLE BAR & NAVIGATION -->
18 18
 <div class="banner">
19
-<table class="table-banner" cellpadding=0 cellspacing=0>
19
+<table class="table-banner" cellpadding="0" cellspacing="0">
20 20
 <tr>
21
-<td width="110">
22
-<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
23
-width="110" height="79"></a>
21
+<td class="spacer">
22
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
23
+width="110" height="79" alt="Tor logo" /></a>
24 24
 </td>
25 25
 <td class="links" valign="top">
26 26
       <a class="current">Home</a>  |
... ...
@@ -40,12 +40,12 @@ width="110" height="79"></a>
40 40
 
41 41
 <!-- SIDEBAR (OPTIONAL) -->
42 42
 <div class="sidebar">
43
-<a href="download.html"><img border="0" src="images/download_tor.png" alt="Download Tor"></a>
43
+<a href="download.html"><img src="images/download_tor.png" alt="Download Tor" /></a>
44 44
 
45 45
 <br />
46 46
 
47
-<a href="overview.html"><img border="0" src="images/how_tor_works_thumb.png"
48
-alt="How Tor Works"></a>
47
+<a href="overview.html"><img src="images/how_tor_works_thumb.png"
48
+alt="How Tor Works" /></a>
49 49
 </div>
50 50
 <!-- END SIDEBAR -->
51 51
 
... ...
@@ -138,8 +138,8 @@ the archives or subscribe</a>.
138 138
 
139 139
   </div><!-- #main -->
140 140
 
141
-<a href="http://secure.eff.org/tor"><img border="0" src="images/eff_badge.png"
142
-alt="Tor development is supported by EFF"></a>
141
+<a href="http://secure.eff.org/tor"><img src="images/eff_badge.png"
142
+alt="Tor development is supported by EFF" /></a>
143 143
 
144 144
 </div>
145 145
   <div class="bottom" id="bottom">
... ...
@@ -15,11 +15,11 @@
15 15
 
16 16
 <!-- TITLE BAR & NAVIGATION -->
17 17
 <div class="banner">
18
-<table class="table-banner" cellpadding=0 cellspacing=0>
18
+<table class="table-banner" cellpadding="0" cellspacing="0">
19 19
 <tr>
20
-<td width="110">
21
-<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
22
-width="110" height="79"></a>
20
+<td class="spacer">
21
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
22
+width="110" height="79" alt="Tor logo" /></a>
23 23
 </td>
24 24
 <td class="links" valign="top">
25 25
       <a href="index.html">Home</a>  |
... ...
@@ -40,7 +40,7 @@ width="110" height="79"></a>
40 40
 <div class="main-column">
41 41
 
42 42
 <h2>Tor: Overview</h2>
43
-<hr>
43
+<hr />
44 44
 
45 45
 <p>
46 46
 Tor is a network-within-a-network that allows people and groups to
... ...
@@ -15,11 +15,11 @@
15 15
 
16 16
 <!-- TITLE BAR & NAVIGATION -->
17 17
 <div class="banner">
18
-<table class="table-banner" cellpadding=0 cellspacing=0>
18
+<table class="table-banner" cellpadding="0" cellspacing="0">
19 19
 <tr>
20
-<td width="110">
21
-<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
22
-width="110" height="79"></a>
20
+<td class="spacer">
21
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
22
+width="110" height="79" alt="Tor logo" /></a>
23 23
 </td>
24 24
 <td class="links" valign="top">
25 25
       <a href="index.html">Home</a>  |
... ...
@@ -40,7 +40,7 @@ width="110" height="79"></a>
40 40
 <div class="main-column">
41 41
 
42 42
 <h2>Tor: People</h2>
43
-<hr>
43
+<hr />
44 44
 
45 45
 <p>Tor is managed by <a href="http://freehaven.net/">The Free
46 46
 Haven Project</a> as a building block for
... ...
@@ -14,11 +14,11 @@
14 14
 
15 15
 <!-- TITLE BAR & NAVIGATION -->
16 16
 <div class="banner">
17
-<table class="table-banner" cellpadding=0 cellspacing=0>
17
+<table class="table-banner" cellpadding="0" cellspacing="0">
18 18
 <tr>
19
-<td width="110">
20
-<a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
21
-width="110" height="79"></a>
19
+<td class="spacer">
20
+<a href="http://tor.eff.org/"><img src="images/spacer.png"
21
+width="110" height="79" alt="Tor logo" /></a>
22 22
 </td>
23 23
 <td class="links" valign="top">
24 24
       <a href="index.html">Home</a>  |
... ...
@@ -39,7 +39,7 @@ width="110" height="79"></a>
39 39
 <div class="main-column">
40 40
 
41 41
 <h2>Tor: Research</h2>
42
-<hr>
42
+<hr />
43 43
 
44 44
 <p>Read <a
45 45
 href="http://freehaven.net/anonbib/topic.html#Anonymous_20communication">these
... ...
@@ -15,6 +15,12 @@ body {
15 15
 	color: #000000;
16 16
 }
17 17
 
18
+/* Images */
19
+
20
+img {
21
+	border: 0;
22
+}
23
+
18 24
 /* 
19 25
 * this centers the page
20 26
 */
... ...
@@ -93,6 +99,12 @@ TD.main {
93 99
 }
94 100
 */
95 101
 
102
+/* Spacer */
103
+
104
+TD.spacer {
105
+	width: 110px;
106
+}
107
+
96 108
 /*
97 109
 * The banner
98 110
 */
99 111