Roger Dingledine commited on 2005-01-02 04:34:07
Zeige 10 geänderte Dateien mit 73 Einfügungen und 9 Löschungen.
... | ... |
@@ -26,7 +26,7 @@ width="110" height="79" alt="Tor logo" /></a> |
26 | 26 |
<a href="howitworks.html">How It Works</a> | |
27 | 27 |
<a href="download.html">Download</a> | |
28 | 28 |
<a href="documentation.html">Documentation</a> | |
29 |
- <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a> | |
|
29 |
+ <a href="faq.html">FAQ</a> | |
|
30 | 30 |
<a class="current">Contribute</a> | |
31 | 31 |
<a href="developers.html">Developers</a> | |
32 | 32 |
<a href="research.html">Research</a> | |
... | ... |
@@ -26,7 +26,7 @@ width="110" height="79" alt="Tor logo" /></a> |
26 | 26 |
<a href="howitworks.html">How It Works</a> | |
27 | 27 |
<a href="download.html">Download</a> | |
28 | 28 |
<a href="documentation.html">Documentation</a> | |
29 |
- <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a> | |
|
29 |
+ <a href="faq.html">FAQ</a> | |
|
30 | 30 |
<a href="contribute.html">Contribute</a> | |
31 | 31 |
<a class="current">Developers</a> | |
32 | 32 |
<a href="research.html">Research</a> | |
... | ... |
@@ -26,7 +26,7 @@ width="110" height="79" alt="Tor logo" /></a> |
26 | 26 |
<a href="howitworks.html">How It Works</a> | |
27 | 27 |
<a href="download.html">Download</a> | |
28 | 28 |
<a class="current">Documentation</a> | |
29 |
- <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a> | |
|
29 |
+ <a href="faq.html">FAQ</a> | |
|
30 | 30 |
<a href="contribute.html">Contribute</a> | |
31 | 31 |
<a href="developers.html">Developers</a> | |
32 | 32 |
<a href="research.html">Research</a> | |
... | ... |
@@ -26,7 +26,7 @@ width="110" height="79" alt="Tor logo" /></a> |
26 | 26 |
<a href="howitworks.html">How It Works</a> | |
27 | 27 |
<a class="current">Download</a> | |
28 | 28 |
<a href="documentation.html">Documentation</a> | |
29 |
- <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a> | |
|
29 |
+ <a href="faq.html">FAQ</a> | |
|
30 | 30 |
<a href="contribute.html">Contribute</a> | |
31 | 31 |
<a href="developers.html">Developers</a> | |
32 | 32 |
<a href="research.html">Research</a> | |
... | ... |
@@ -0,0 +1,64 @@ |
1 |
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
|
2 |
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|
3 |
+ |
|
4 |
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
|
5 |
+<head> |
|
6 |
+ <title>Tor: FAQ</title> |
|
7 |
+ <meta name="Author" content="Roger Dingledine" /> |
|
8 |
+ <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> |
|
9 |
+ <link rel="stylesheet" type="text/css" href="stylesheet.css" /> |
|
10 |
+ <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> |
|
11 |
+</head> |
|
12 |
+ |
|
13 |
+<body> |
|
14 |
+<div class="center"> |
|
15 |
+ |
|
16 |
+<!-- TITLE BAR & NAVIGATION --> |
|
17 |
+<div class="banner"> |
|
18 |
+<table class="table-banner" cellpadding="0" cellspacing="0"> |
|
19 |
+<tr> |
|
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 |
+</td> |
|
24 |
+<td class="links" valign="top"> |
|
25 |
+ <a href="index.html">Home</a> | |
|
26 |
+ <a href="howitworks.html">How It Works</a> | |
|
27 |
+ <a href="download.html">Download</a> | |
|
28 |
+ <a href="documentation.html">Documentation</a> | |
|
29 |
+ <a class="current">FAQ</a> | |
|
30 |
+ <a href="contribute.html">Contribute</a> | |
|
31 |
+ <a href="developers.html">Developers</a> | |
|
32 |
+ <a href="research.html">Research</a> | |
|
33 |
+ <a href="people.html">People</a> |
|
34 |
+</td> |
|
35 |
+</tr> |
|
36 |
+</table> |
|
37 |
+</div> |
|
38 |
+<!-- END TITLE BAR & NAVIGATION --> |
|
39 |
+ |
|
40 |
+<div class="main-column"> |
|
41 |
+ |
|
42 |
+<h2>Tor: FAQs</h2> |
|
43 |
+<hr /> |
|
44 |
+ |
|
45 |
+<p> |
|
46 |
+The <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">Tor |
|
47 |
+Technical FAQ</a> is on our Wiki and is user-editable. Please fix it up, |
|
48 |
+add more questions (and their answers), etc. |
|
49 |
+</p> |
|
50 |
+ |
|
51 |
+<p> |
|
52 |
+The <a href="eff/tor-legal-faq.html">Tor Legal FAQ</a> is written by |
|
53 |
+EFF lawyers. It aims to give you an overview of some of the legal issues |
|
54 |
+that arise from the Tor project. |
|
55 |
+</p> |
|
56 |
+ |
|
57 |
+ </div><!-- #main --> |
|
58 |
+</div> |
|
59 |
+ <div class="bottom" id="bottom"> |
|
60 |
+ <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> - |
|
61 |
+ $Id$ |
|
62 |
+ </div> |
|
63 |
+</body> |
|
64 |
+</html> |
... | ... |
@@ -26,7 +26,7 @@ width="110" height="79" alt="Tor logo" /></a> |
26 | 26 |
<a class="current">How It Works</a> | |
27 | 27 |
<a href="download.html">Download</a> | |
28 | 28 |
<a href="documentation.html">Documentation</a> | |
29 |
- <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a> | |
|
29 |
+ <a href="faq.html">FAQ</a> | |
|
30 | 30 |
<a href="contribute.html">Contribute</a> | |
31 | 31 |
<a href="developers.html">Developers</a> | |
32 | 32 |
<a href="research.html">Research</a> | |
... | ... |
@@ -27,7 +27,7 @@ width="110" height="79" alt="Tor logo" /></a> |
27 | 27 |
<a href="howitworks.html">How It Works</a> | |
28 | 28 |
<a href="download.html">Download</a> | |
29 | 29 |
<a href="documentation.html">Documentation</a> | |
30 |
- <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a> | |
|
30 |
+ <a href="faq.html">FAQ</a> | |
|
31 | 31 |
<a href="contribute.html">Contribute</a> | |
32 | 32 |
<a href="developers.html">Developers</a> | |
33 | 33 |
<a href="research.html">Research</a> | |
... | ... |
@@ -26,7 +26,7 @@ width="110" height="79" alt="Tor logo" /></a> |
26 | 26 |
<a href="howitworks.html">How It Works</a> | |
27 | 27 |
<a href="download.html">Download</a> | |
28 | 28 |
<a href="documentation.html">Documentation</a> | |
29 |
- <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a> | |
|
29 |
+ <a href="faq.html">FAQ</a> | |
|
30 | 30 |
<a href="contribute.html">Contribute</a> | |
31 | 31 |
<a href="developers.html">Developers</a> | |
32 | 32 |
<a href="research.html">Research</a> | |
... | ... |
@@ -26,7 +26,7 @@ width="110" height="79" alt="Tor logo" /></a> |
26 | 26 |
<a href="howitworks.html">How It Works</a> | |
27 | 27 |
<a href="download.html">Download</a> | |
28 | 28 |
<a href="documentation.html">Documentation</a> | |
29 |
- <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a> | |
|
29 |
+ <a href="faq.html">FAQ</a> | |
|
30 | 30 |
<a href="contribute.html">Contribute</a> | |
31 | 31 |
<a href="developers.html">Developers</a> | |
32 | 32 |
<a href="research.html">Research</a> | |
... | ... |
@@ -25,7 +25,7 @@ width="110" height="79" alt="Tor logo" /></a> |
25 | 25 |
<a href="howitworks.html">How It Works</a> | |
26 | 26 |
<a href="download.html">Download</a> | |
27 | 27 |
<a href="documentation.html">Documentation</a> | |
28 |
- <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a> | |
|
28 |
+ <a href="faq.html">FAQ</a> | |
|
29 | 29 |
<a href="contribute.html">Contribute</a> | |
30 | 30 |
<a href="developers.html">Developers</a> | |
31 | 31 |
<a class="current">Research</a> | |
32 | 32 |