first cut of new website
Roger Dingledine

Roger Dingledine commited on 2004-11-14 06:40:19
Zeige 10 geänderte Dateien mit 761 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,90 @@
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: Contribute</title>
6
+  <meta name="Author" content="Roger Dingledine">
7
+  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8
+  <link rel="stylesheet" type="text/css" href="default.css" />
9
+</head>
10
+
11
+<body>
12
+  <div class="menu" id="side">
13
+<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
14
+      <a href="index.html">Home</a><br>
15
+      <a href="overview.html">Overview</a><br>
16
+      <a href="download.html">Download</a><br>
17
+      <a href="documentation.html">Documentation</a><br>
18
+      <a class="current">Contribute</a><br>
19
+      <a href="design.html">Design</a><br>
20
+      <a href="developers.html">Developers</a><br>
21
+      <a href="research.html">Research</a><br>
22
+      <a href="people.html">People</a><br>
23
+  </div><!-- #side -->
24
+  <div class="main" id="main">
25
+
26
+<h2>Tor: Contribute</h2>
27
+
28
+<p>People with sysadmin skills:
29
+<ul>
30
+<li>We need somebody to help out with our RPM spec file (there's an
31
+in-progress version in the tarball).
32
+<li>Can somebody set up a bugzilla for us, or other easy-to-use bug
33
+tracking system?
34
+<li>Can somebody take a look at Martin's <a
35
+href="http://wiki.noreply.org/wiki/TheOnionRouter_2fSquidProxy">Squid
36
+and Tor</a> page, and update it to reflect Tor's new <a href="">RedirectExit</a>
37
+config option?
38
+</ul>
39
+</p>
40
+
41
+<p>Developers:
42
+<ul>
43
+<li>We need somebody to code up a GUI or other
44
+controller program, to do configuration, etc. See our <a
45
+href="cvs/doc/control-spec.txt">control specification</a> for details,
46
+and the <a href="cvs/contrib/tor-control.py">rudimentary python control
47
+script</a>.
48
+<li>We're always looking for better Windows installers.
49
+<li>Does somebody want to do up a patch so we can be an NT service? Or
50
+so we can go in the system tray?
51
+</ul>
52
+</p>
53
+
54
+<p>Users:
55
+<ul>
56
+<li>Try Tor out, and let us know about bugs you find or features you
57
+don't find.
58
+<li>Please consider <a
59
+href="http://www.freehaven.net/tor/doc/tor-doc.html#server">running a
60
+server</a> to help us with development and scalability.
61
+<li>Does somebody want to help maintain this website, or help with
62
+documentation, or help with managing our TODO and handling bug reports?
63
+<li>Please fix up <a
64
+href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorFAQ">the FAQ</a>,
65
+and if you know the answer to a question in the "unanswered FAQs" list,
66
+please answer it.
67
+</p>
68
+
69
+<p>Graphics folks:
70
+<ul>
71
+<li>We need a Tor logo.
72
+<li>We need a snazzy diagram or two, akin to the one BitTorrent has in
73
+its <a href="http://bittorrent.com/introduction.html">introduction</a>,
74
+to show people how Tor works.
75
+</ul>
76
+</p>
77
+
78
+<p>People with money:
79
+<ul>
80
+<li>Go take a look at the <a href="http://www.eff.org/">Electronic
81
+Frontier Foundation</a>.
82
+</li>
83
+</p>
84
+
85
+<a href="mailto:tor-volunteer@freehaven.net">Let us know</a> if you want
86
+to help out!
87
+
88
+  </div><!-- #main -->
89
+</body>
90
+</html>
... ...
@@ -0,0 +1,51 @@
1
+body {
2
+	font-family: Verdana, Tahoma, Helvetica, sans-serif;
3
+	margin: 1em 0em;
4
+	padding: 0em;
5
+	text-align:center;
6
+	background-color: white;
7
+	color: black;
8
+}
9
+
10
+div.menu {
11
+	/* width: 8em; */
12
+	/* height: 5em; */
13
+	/* position: fixed; */
14
+	float: left;
15
+	left: 1em;
16
+	top: 1em;
17
+	margin: 0em;
18
+	padding: .5em;
19
+	text-align: left;
20
+	border: medium solid #efefff;
21
+	background-color: #fafaff;
22
+	color: inherit;
23
+}
24
+
25
+div.warning {
26
+	margin: 0em 1em 1em 11em;
27
+	padding: .5em 1em;
28
+	background-color: #ffefef;
29
+	border: medium solid #ffafaf;
30
+	text-align: left;
31
+	color: inherit;
32
+}
33
+
34
+div.main {
35
+	margin: 0em 1em 1em 11em;
36
+	padding: .5em 1em;
37
+	background-color: #ffffef;
38
+	border: medium solid #ffffd0;
39
+	text-align: left;
40
+	color: inherit;
41
+}
42
+
43
+.newsItemTitle {
44
+    font-style: normal;
45
+    font-weight: bold;
46
+}
47
+
48
+.newsItemDate {
49
+    font-size: 12px;
50
+    color: #666666;
51
+}
... ...
@@ -0,0 +1,56 @@
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: Design</title>
6
+  <meta name="Author" content="Roger Dingledine">
7
+  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8
+  <link rel="stylesheet" type="text/css" href="default.css" />
9
+</head>
10
+
11
+<body>
12
+  <div class="menu" id="side">
13
+<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
14
+      <a href="index.html">Home</a> <br>
15
+      <a href="overview.html">Overview</a> <br>
16
+      <a href="download.html">Download</a> <br>
17
+      <a href="documentation.html">Documentation</a><br>
18
+      <a href="contribute.html">Contribute</a> <br>
19
+      <a class="design">Design</a> <br>
20
+      <a href="developers.html">Developers</a> <br>
21
+      <a href="research.html">Research</a> <br>
22
+      <a href="people.html">People</a> <br>
23
+  </div><!-- #side -->
24
+  <div class="main" id="main">
25
+
26
+<h2>Tor: Design</h2>
27
+
28
+<p>The <b>Design Document</b> (published at Usenix
29
+Security 2004) gives our justifications and security analysis for the
30
+Tor design:</p>
31
+<ul>
32
+<li><a href="tor-design.pdf">PDF version</a></li>
33
+<li><a href="cvs/doc/design-paper/tor-design.html">HTML version</a></li>
34
+</ul>
35
+
36
+<p>The <b>Specification</b> aims to give
37
+developers enough information to build a compatible version of Tor:</p>
38
+<ul>
39
+<li><a href="cvs/doc/tor-spec.txt">Main Tor specification</a></li>
40
+<li><a href="cvs/doc/rend-spec.txt">Tor rendezvous specification</a></li>
41
+<li><a href="cvs/doc/control-spec.txt">Tor UI control specification</a></li>
42
+</ul>
43
+
44
+<p>Look at the <a href="slides-codecon04/">slides from the Codecon
45
+2004 talk</a>, or <a href="CodeCon_2004-02-21_2.mp3">listen
46
+to the audio from the talk</a>. You can also peruse the <a
47
+href="http://freehaven.net/~arma/slides-blackhat04.pdf">Black
48
+Hat 2004 slides</a> or <a
49
+href="http://freehaven.net/~arma/slides-defcon04.pdf">Defcon 2004
50
+slides</a>.</p>
51
+
52
+<a href="http://freehaven.net/tor/cvs/doc/TODO">The list of stuff the developers know they need to do</a>
53
+
54
+  </div><!-- #main -->
55
+</body>
56
+</html>
... ...
@@ -0,0 +1,58 @@
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: Developers</title>
6
+  <meta name="Author" content="Roger Dingledine">
7
+  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8
+  <link rel="stylesheet" type="text/css" href="default.css" />
9
+</head>
10
+
11
+<body>
12
+  <div class="menu" id="side">
13
+<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
14
+      <a href="index.html">Home</a> <br>
15
+      <a href="overview.html">Overview</a> <br>
16
+      <a href="download.html">Download</a> <br>
17
+      <a href="documentation.html">Documentation</a><br>
18
+      <a href="contribute.html">Contribute</a> <br>
19
+      <a href="design.html">Design</a> <br>
20
+      <a class="current">Developers</a> <br>
21
+      <a href="research.html">Research</a> <br>
22
+      <a href="people.html">People</a> <br>
23
+  </div><!-- #side -->
24
+  <div class="main" id="main">
25
+
26
+<h2>Tor: Developers</h2>
27
+
28
+<p>Read the <a href="cvs/doc/HACKING">Guide to Tor's source code</a> for an
29
+overview of the various files and components of the system.</p>
30
+
31
+<p>Check out <a
32
+href="http://www.noreply.org/tor-running-routers/">weasel's graph of
33
+the number of tor servers over time</a>. To learn more details of the
34
+current Tor nodes, <a href="http://moria.seul.org:9031/">fetch the
35
+latest dynamically generated directory</a>. (Your tor client fetches
36
+this automatically, so loading it yourself is just for novelty.)
37
+</p>
38
+
39
+<p>Browse the Tor <b>CVS repository</b>: (which may not
40
+necessarily work or even compile)</p>
41
+<ul>
42
+<li><a href="cvs/">Regularly updated cvs sandbox</a></li>
43
+<li><a href="http://cvs.seul.org/cgi-bin/viewcvs.cgi/?cvsroot=tor">ViewCVS</a></li>
44
+<li>anonymous pserver access (password is guest):
45
+<ul>
46
+<li>Make a new empty directory and cd into it.</li>
47
+<li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot login</li>
48
+<li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot co tor</li>
49
+<li>(use -r tor-0_0_8 or equivalent to fetch a particular version.)</li>
50
+</ul></li>
51
+</ul>
52
+
53
+<p>The <a href="">Java Anon Proxy (JAP)</a> project has implemented the
54
+Tor client protocol in their client. More on that coming soon.
55
+
56
+  </div><!-- #main -->
57
+</body>
58
+</html>
... ...
@@ -0,0 +1,88 @@
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: Documentation</title>
6
+  <meta name="Author" content="Roger Dingledine">
7
+  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8
+  <link rel="stylesheet" type="text/css" href="default.css" />
9
+</head>
10
+
11
+<body>
12
+  <div class="menu" id="side">
13
+<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
14
+      <a href="index.html">Home</a> <br>
15
+      <a href="overview.html">Overview</a> <br>
16
+      <a href="download.html">Download</a> <br>
17
+      <a class="current">Documentation</a> <br>
18
+      <a href="contribute.html">Contribute</a> <br>
19
+      <a href="design.html">Design</a> <br>
20
+      <a href="developers.html">Developers</a> <br>
21
+      <a href="research.html">Research</a> <br>
22
+      <a href="people.html">People</a> <br>
23
+  </div><!-- #side -->
24
+  <div class="main" id="main">
25
+
26
+<h2>Tor: Documentation</h2>
27
+
28
+<p>Can somebody please help me organize this pile of docs?
29
+</p>
30
+
31
+<p>Read our <b>How-to</b> for explanations of:
32
+<ul>
33
+<li><a href="doc/tor-doc.html">Why should I run Tor?</a>
34
+<li><a href="doc/tor-doc.html#client-or-server">Should I run a client or a server?</a>
35
+<li><a href="doc/tor-doc.html#installing">Installing Tor</a>
36
+<li><a href="doc/tor-doc.html#client">Configuring a client</a>
37
+<li><a href="doc/tor-doc.html#server">Configuring a server</a>
38
+<li><a href="doc/tor-doc.html#hidden-service">Configuring a hidden service</a>
39
+<li><a href="doc/tor-doc.html#own-network">Setting up your own network</a>
40
+</ul>
41
+</p>
42
+
43
+<p>
44
+<a href="design.html">How does Tor work?</a>
45
+
46
+<p>
47
+<a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorFAQ">The Tor FAQ</a>
48
+</p>
49
+
50
+<p>
51
+<a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorifyHOWTO">Guide
52
+on how to Tor-ify various applications</a>
53
+</p>
54
+
55
+<p>
56
+<a href="">What are the command-line and torrc config options?</a>
57
+</p>
58
+
59
+<p>
60
+<a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorInChroot">Run Tor
61
+in a chroot</a>
62
+</p>
63
+
64
+<p>
65
+<a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fSquidProxy">Squid and Tor</a>
66
+</p>
67
+
68
+<p>
69
+<a href="http://6sxoyfb3h2nvok2d.onion/">The hidden wiki</a> has a list
70
+of some hidden services and other things. You need Tor and Privoxy to
71
+access it.
72
+</p>
73
+
74
+<p>The <a href="http://archives.seul.org/or/dev/">or-dev mailing
75
+list</a> is for posting by developers only and is where we send
76
+notifications of prereleases and release candidates. The <a
77
+href="http://archives.seul.org/or/talk/">or-talk mailing list</a>
78
+is where a lot of the discussion happens. There's also a list for <a
79
+href="http://archives.seul.org/or/cvs/">cvs commits</a>.</p>
80
+
81
+<p>See <a href="http://wiki.noreply.org/wiki/TheOnionRouter">the Tor
82
+wiki</a> for our FAQ, list of tasks for volunteers, further documentation,
83
+etc.</p>
84
+
85
+  </div><!-- #main -->
86
+</body>
87
+</html>
88
+
... ...
@@ -0,0 +1,143 @@
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: Download</title>
6
+  <meta name="Author" content="Roger Dingledine">
7
+  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8
+  <link rel="stylesheet" type="text/css" href="default.css" />
9
+</head>
10
+
11
+<body>
12
+  <div class="menu" id="side">
13
+<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
14
+      <a href="index.html">Home</a> <br>
15
+      <a href="overview.html">Overview</a> <br>
16
+      <a class="current">Download</a> <br>
17
+      <a href="documentation.html">Documentation</a><br>
18
+      <a href="contribute.html">Contribute</a> <br>
19
+      <a href="design.html">Design</a> <br>
20
+      <a href="developers.html">Developers</a> <br>
21
+      <a href="research.html">Research</a> <br>
22
+      <a href="people.html">People</a> <br>
23
+  </div><!-- #side -->
24
+  <div class="main" id="main">
25
+
26
+<h2>Tor: Packages and source</h2>
27
+
28
+<p>You can get the <b>latest release</b> from the <a href="dist/">download
29
+directory</a>. It should run on Linux, BSD, OS X, Win32, Solaris,
30
+and more.<br>
31
+<ul>
32
+<li>Latest experimental: <a href="dist/tor-0.0.9pre5.tar.gz">0.0.9pre5</a>
33
+(<a href="dist/tor-0.0.9pre5.tar.gz.asc">sig</a>)
34
+<li>Latest stable: <a href="dist/tor-0.0.8.1.tar.gz">0.0.8.1</a>
35
+(<a href="dist/tor-0.0.8.1.tar.gz.asc">sig</a>)
36
+<li>Win32 executable (experimental, contributed):
37
+<a href="dist/tor-009pre5.exe">0.0.9pre5</a> (<a
38
+href="dist/tor-009pre5.exe.asc">sig</a>)  Be sure to read the <a
39
+href="doc/tor-doc.html #installing">instructions</a> -- you'll need <a
40
+href="http://www.slproweb.com/products/Win32OpenSSL.html">OpenSSL</a>,
41
+and don't forget <a href="http://www.privoxy.org/">privoxy</a>)
42
+</ul>
43
+</p>
44
+
45
+<p>See the <a href="developers.html">developers page</a> for instructions
46
+on fetching Tor CVS. Old releases are <a href="dist/obsolete/">here</a>.
47
+</p>
48
+
49
+<p><b>Windows packages</b>:
50
+<ul>
51
+<li>Nick's contributed <a href="http://www.wangafu.net/~nickm/tor-0.0.9pre6-cvs-win32.exe">installer</a> for pre6-cvs.
52
+<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.
53
+<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.
54
+</ul>
55
+</p>
56
+
57
+<p><b>Red Hat packages</b> are not available yet. We have a <a
58
+href=cvs/tor.spec">spec file</a> but we're not sure if it's any
59
+good. Please help.
60
+</p>
61
+
62
+<p><b>Debian packages</b> have been uploaded to unstable,
63
+so you can just <code>apt-get install tor</code> if you are running sid.<br>
64
+
65
+For stable (woody) or testing add these lines to your
66
+<code>/etc/apt/sources.list</code> file:
67
+<blockquote><code>deb     http://mirror.noreply.org/pub/tor stable main<br>
68
+deb-src http://mirror.noreply.org/pub/tor stable main</code></blockquote>
69
+and then run <code>apt-get update; apt-get install tor</code>.
70
+Packages for architectures other than i386 can be added on <a
71
+href="mailto:weasel@debian.org">demand</a>.
72
+</p>
73
+
74
+<p><b>Other packages</b> are available for Gentoo Linux, FreeBSD, NetBSD,
75
+and OpenBSD. If somebody sends me details for these I'll put them here.
76
+</p>
77
+
78
+<h2>Development releases</h2>
79
+
80
+<p class="date">2004-11-09</p>
81
+<p class="news">
82
+Tor 0.0.9pre5 adds <a
83
+href="http://archives.seul.org/or/dev/Nov-2004/msg00001.html">a saner
84
+log config format, hibernation, and a remote control interface</a>.
85
+[<a href="dist/tor-0.0.9pre5.tar.gz.asc">signature</a>] </p>
86
+
87
+<p class="date">2004-10-17</p>
88
+<p class="news">
89
+Tor 0.0.9pre4 fixes <a
90
+href="http://archives.seul.org/or/dev/Oct-2004/msg00006.html">a bug
91
+with default exit policies for servers, adds config options to specify
92
+that a family of nodes are in the same trust domain, and allows better
93
+exit integration with Squid</a>. [<a
94
+href="dist/tor-0.0.9pre4.tar.gz.asc">signature</a>] </p>
95
+
96
+<p class="date">2004-10-14</p>
97
+<p class="news">
98
+Tor 0.0.9pre3 fixes <a
99
+href="http://archives.seul.org/or/dev/Oct-2004/msg00002.html">more
100
+bugs, makes configuring dirservers easier, and introduces an HttpProxy
101
+config option</a>. [<a
102
+href="dist/tor-0.0.9pre3.tar.gz.asc">signature</a>] </p>
103
+
104
+<p class="date">2004-10-03</p>
105
+<p class="news">
106
+Tor 0.0.9pre2 makes <a
107
+href="http://archives.seul.org/or/dev/Oct-2004/msg00001.html">pre1
108
+work again on amd64 and other 64-bit systems</a>. [<a
109
+href="dist/obsolete/tor-0.0.9pre2.tar.gz.asc">signature</a>] </p>
110
+
111
+<p class="date">2004-10-01</p>
112
+<p class="news">
113
+Tor 0.0.9pre1 fixes <a
114
+href="http://archives.seul.org/or/dev/Oct-2004/msg00000.html">more
115
+bugs in 0.0.8, and adds compression for directories,
116
+and client-side directory caching</a>. [<a
117
+href="dist/obsolete/tor-0.0.9pre1.tar.gz.asc">signature</a>] </p>
118
+
119
+<h2>Stable releases</h2>
120
+
121
+<p class="date">2004-10-14</p>
122
+<p class="news">
123
+Tor 0.0.8.1 fixes <a
124
+href="http://archives.seul.org/or/announce/Oct-2004/msg00000.html">a
125
+remotely triggerable crash bug, and has several other stability
126
+improvements</a>. [<a href="dist/tor-0.0.8.1.tar.gz.asc">signature</a>]
127
+</p>
128
+
129
+<p class="date">2004-08-25</p>
130
+<p class="news">
131
+Tor 0.0.8 adds <a
132
+href="http://archives.seul.org/or/announce/Aug-2004/msg00001.html">directory
133
+caching, on-demand connecting from ORs to ORs, bandwidth tracking, picks
134
+routers by bandwidth, handles firewalls better, handles dynamic IPs for
135
+servers, makes use of unverified servers in some path positions, and fixes
136
+many bugs</a>. [<a href="dist/obsolete/tor-0.0.8.tar.gz.asc">signature</a>] </p>
137
+
138
+<p>You can read the <a href="cvs/ChangeLog">ChangeLog</a> for more
139
+details.</p>
140
+
141
+  </div><!-- #main -->
142
+</body>
143
+</html>
... ...
@@ -0,0 +1,64 @@
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: an anonymizing overlay network for TCP</title>
6
+  <meta name="Author" content="Roger Dingledine">
7
+  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8
+  <link rel="stylesheet" type="text/css" href="default.css" />
9
+</head>
10
+
11
+<body>
12
+  <div class="menu" id="side">
13
+<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
14
+      <a class="current">Home</a> <br>
15
+      <a href="overview.html">Overview</a> <br>
16
+      <a href="download.html">Download</a> <br>
17
+      <a href="documentation.html">Documentation</a><br>
18
+      <a href="contribute.html">Contribute</a> <br>
19
+      <a href="design.html">Design</a> <br>
20
+      <a href="developers.html">Developers</a> <br>
21
+      <a href="research.html">Research</a> <br>
22
+      <a href="people.html">People</a> <br>
23
+  </div><!-- #side -->
24
+  <div class="main" id="main">
25
+
26
+<h2>Tor: an anonymizing overlay network for TCP</h2>
27
+
28
+<p>
29
+Tor is a connection-based low-latency anonymous communication system that
30
+protects TCP streams: web browsing, instant messaging, irc, ssh, etc. See
31
+our <a href="overview.html">Tor overview</a> for more information.
32
+</p>
33
+
34
+<p>2004-11-09: Tor 0.0.9pre5 is released. [<a href="download.html">download</a>]<br>
35
+2004-10-14: Tor 0.0.8.1 is released. [<a href="download.html">download</a>]
36
+</p>
37
+
38
+<p>
39
+<a href="doc/tor-doc.html">Why should I use Tor?</a>
40
+</p>
41
+
42
+<p>The or-announce mailing list is a low
43
+volume list for announcements of new releases, etc. You can <a
44
+href="http://archives.seul.org/or/announce/">read the archives or
45
+subscribe</a>.</p>
46
+
47
+<p>Remember that this is development code --
48
+don't rely on the current Tor network if you really need strong anonymity.
49
+</p>
50
+
51
+<p>We've gotten a lot of press lately,
52
+and so far the Tor network has stood up just fine to the flood of
53
+new users. Great! To help make it scale even better, please consider <a
54
+href="http://freehaven.net/tor/doc/tor-doc.html#installing">installing
55
+it</a> and then <a
56
+href="http://www.freehaven.net/tor/doc/tor-doc.html#server">volunteering
57
+to run a server</a>. Thanks!</p>
58
+
59
+<hr>
60
+<i>$Id$ <a href="mailto:tor-arma@freehaven.net">Contact</a></i>
61
+
62
+  </div><!-- #main -->
63
+</body>
64
+</html>
... ...
@@ -0,0 +1,127 @@
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: Overview</title>
6
+  <meta name="Author" content="Roger Dingledine">
7
+  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8
+  <link rel="stylesheet" type="text/css" href="default.css" />
9
+</head>
10
+
11
+<body>
12
+  <div class="menu" id="side">
13
+<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
14
+      <a href="index.html">Home</a> <br>
15
+      <a class="current">Overview</a> <br>
16
+      <a href="download.html">Download</a> <br>
17
+      <a href="documentation.html">Documentation</a><br>
18
+      <a href="contribute.html">Contribute</a> <br>
19
+      <a href="design.html">Design</a> <br>
20
+      <a href="developers.html">Developers</a> <br>
21
+      <a href="research.html">Research</a> <br>
22
+      <a href="people.html">People</a> <br>
23
+  </div><!-- #side -->
24
+  <div class="main" id="main">
25
+
26
+<h2>Tor: an anonymizing overlay network for TCP</h2>
27
+
28
+<p>
29
+Traffic analysis can be used to infer who is talking to whom over a
30
+public network. For example, Internet packets have a header used for
31
+routing, and a payload that carries the data. The header, which must be
32
+visible to the network (and to observers of the network), reveals the
33
+source and destination of the packet. Even if the header were obscured
34
+in some way, the packet could still be tracked as it moves through the
35
+network. Encrypting the payload is similarly ineffective, because the
36
+routing information is all an observer needs.
37
+</p>
38
+
39
+<p>
40
+Knowing the source and destination of your Internet traffic allows
41
+somebody to track your behavior and interests, impacting your checkbook or
42
+even threatening your job or physical safety.
43
+</p>
44
+
45
+<p>
46
+Individuals, corporations, and governments all have an interest in
47
+traffic analysis protection. Individuals want to protect themselves and
48
+their family members from remote websites, or connect to resources such
49
+as news sites or instant messaging services that are blocked locally.
50
+User groups such as the German "Diabetes People" organization recommend
51
+Tor for their members' online privacy and security.  Activist groups such
52
+as the Electronic Frontier Foundation are publicizing Tor as a mechanism
53
+for maintaining civil liberties online.  Corporations such as Google and
54
+Wal-Mart are investigating Tor as a safe avenue for competitive analysis
55
+or to try out new experimental projects without associating their name
56
+with the project.  A branch of the U.S. Navy uses Tor for open source
57
+intelligence gathering at its headquarters, and one of their teams used
58
+Tor while deployed in the Middle East recently.
59
+</p>
60
+
61
+<p>
62
+Tor helps to reduce the traffic analysis risk by distributing your
63
+transactions over several places on the Internet, so no single point can
64
+link you to your destination. To make private connections in Tor, users
65
+incrementally build a path or <em>circuit</em> of encrypted connections
66
+through servers on the network, extending it one step at a time so that
67
+each server in the circuit only learns which server extended to it and
68
+which server it has been asked to extend to.  The client negotiates a
69
+separate set of encryption keys for each step along the circuit.
70
+</p>
71
+
72
+<p>
73
+[Insert snazzy onion diagram here.]
74
+</p>
75
+
76
+<p>
77
+Once a circuit has been established, the client software waits for
78
+applications to request TCP connections, and directs these application
79
+streams along the circuit.  Many streams can be multiplexed along a single
80
+circuit, so applications don't need to wait for keys to be negotiated
81
+every time they open a connection.  Because each server sees no
82
+more than one end of the connection, a local eavesdropper or a compromised
83
+server cannot use traffic analysis to link the connection's source and
84
+destination.  The Tor client software rotates circuits periodically
85
+to prevent long-term linkability between different actions by a
86
+single user.
87
+</p>
88
+
89
+<!--
90
+<p>
91
+Many protocols, not just web.
92
+</p>
93
+-->
94
+
95
+<p>
96
+Tor also makes it possible for the clients to be hidden. Using Tor
97
+"rendezvous points," other Tor clients can connect to these hidden
98
+services, each without knowing the other's network identity. These hidden
99
+websites let users publish material without worrying about censorship.
100
+</p>
101
+
102
+<p>
103
+Of course, Tor can't solve all privacy problems itself. Tor focuses on
104
+protecting the <em>transport</em>. You need to use other protocol-specific
105
+software, such as Privoxy for web browsing, to clean identifying
106
+information such as browser type and characteristics, and you need
107
+to use other common sense such as not providing your name or other
108
+revealing information in web forms. Also, like all anonymizing networks
109
+that are fast enough for web browsing, Tor does not provide protection
110
+against end-to-end timing attacks: if your attacker can watch the traffic
111
+coming out of your computer, and also the traffic arriving at your chosen
112
+destination, he can use simple statistics to discover that they are part
113
+of the same circuit.
114
+</p>
115
+
116
+<p>
117
+Providing a usable anonymizing network on the Internet today is hard,
118
+both in terms of providing usable software that meets users' needs,
119
+and also in terms of solving the research challenges. But we're making
120
+progress at finding a good balance to provide both usability and security.
121
+Our goal is to supplement laws by giving people the power to make their
122
+own decisions about their privacy.
123
+</p>
124
+
125
+  </div><!-- #main -->
126
+</body>
127
+</html>
... ...
@@ -0,0 +1,47 @@
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: People</title>
6
+  <meta name="Author" content="Roger Dingledine">
7
+  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8
+  <link rel="stylesheet" type="text/css" href="default.css" />
9
+</head>
10
+
11
+<body>
12
+  <div class="menu" id="side">
13
+<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
14
+      <a href="index.html">Home</a> <br>
15
+      <a href="overview.html">Overview</a> <br>
16
+      <a href="download.html">Download</a> <br>
17
+      <a href="documentation.html">Documentation</a><br>
18
+      <a href="contribute.html">Contribute</a> <br>
19
+      <a href="design.html">Design</a> <br>
20
+      <a href="developers.html">Developers</a> <br>
21
+      <a href="research.html">Research</a> <br>
22
+      <a class="current">People</a> <br>
23
+  </div><!-- #side -->
24
+  <div class="main" id="main">
25
+
26
+<h2>Tor: People</h2>
27
+
28
+<p>Tor is managed by <a href="http://freehaven.net/">The Free
29
+Haven Project</a> as one of the building blocks necessary for
30
+a robust censorship-resistant data haven. It is developed by <a
31
+href="http://freehaven.net/~arma/">Roger Dingledine</a> and <a
32
+href="http://www.wangafu.net/~nickm/">Nick Mathewson</a>, with help from
33
+many volunteers around the Internet.</p>
34
+
35
+<p>Tor's first few years (2002-2004) were sponsored by the <a
36
+href="http://www.nrl.navy.mil/">Naval Research Lab</a>, working with <a
37
+href="http://www.syverson.org/">Paul Syverson</a> and based on the
38
+original <a href="http://www.onion-router.net/">onion routing</a> idea
39
+developed there.</p>
40
+
41
+<p>As of November 2004, Tor is now sponsored by the <a
42
+href="http://www.eff.org/">Electronic Frontier Foundation</a>. We are
43
+EFF's first technology project.</p>
44
+
45
+  </div><!-- #main -->
46
+</body>
47
+</html>
... ...
@@ -0,0 +1,37 @@
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>
6
+  <meta name="Author" content="Roger Dingledine">
7
+  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8
+  <link rel="stylesheet" type="text/css" href="default.css" />
9
+</head>
10
+
11
+<body>
12
+  <div class="menu" id="side">
13
+<!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
14
+      <a href="index.html">Home</a> <br>
15
+      <a href="overview.html">Overview</a> <br>
16
+      <a href="download.html">Download</a> <br>
17
+      <a href="documentation.html">Documentation</a><br>
18
+      <a href="contribute.html">Contribute</a> <br>
19
+      <a href="design.html">Design</a> <br>
20
+      <a href="developers.html">Developers</a> <br>
21
+      <a class="current">Research</a> <br>
22
+      <a href="people.html">People</a> <br>
23
+  </div><!-- #side -->
24
+  <div class="main" id="main">
25
+
26
+<h2>Tor: Research</h2>
27
+
28
+<p>Read <a
29
+href="http://freehaven.net/anonbib/topic.html#Anonymous_20communication">these
30
+papers</a> (especially the ones in boxes) to get up to speed on anonymous
31
+communication systems.</p>
32
+
33
+<p>More here coming soon.</p>
34
+
35
+  </div><!-- #main -->
36
+</body>
37
+</html>
0 38