Move website to wml
Peter Palfrader

Peter Palfrader commited on 2005-10-04 21:10:34
Zeige 70 geänderte Dateien mit 1342 Einfügungen und 4177 Löschungen.

... ...
@@ -0,0 +1,64 @@
1
+TORCVSSTABLE = ../tor.0.1.0-branch
2
+TORCVSHEAD = ../tor-head
3
+
4
+WMLBASE  = .
5
+WMLOPT  = -D IMGROOT=$(WMLBASE)/images \
6
+          -D DOCROOT="." -I include \
7
+          -D TORCVSSTABLE=$(TORCVSSTABLE) \
8
+          -D TORCVSHEAD=$(TORCVSHEAD)
9
+
10
+WMLFILES=$(wildcard en/*.wml \
11
+                    de/*.wml \
12
+                    it/*.wml \
13
+          )
14
+#WMIFILES=$(wildcard include/*.wmi \
15
+#                    en/*.wmi      \
16
+#                    de/*.wmi      \
17
+#                    it/*.wmi      \
18
+#          )
19
+HTMLFILES = $(patsubst de/%.wml, %.de.html, \
20
+            $(patsubst en/%.wml, %.en.html, \
21
+            $(patsubst it/%.wml, %.it.html, \
22
+            $(WMLFILES))))
23
+DEPFILES =  $(patsubst de/%.wml,.deps/%.de.html.d,   \
24
+            $(patsubst en/%.wml,.deps/%.en.html.d,   \
25
+            $(patsubst it/%.wml,.deps/%.it.html.d,   \
26
+            $(WMLFILES))))
27
+
28
+
29
+all: $(HTMLFILES)
30
+
31
+
32
+
33
+%.en.html: en/%.wml
34
+	wml $(WMLOPT) -I en -D LANG=en $< -o $@
35
+.deps/%.en.html.d: en/%.wml
36
+	@[ -d .deps ] || mkdir .deps
37
+	OUT=`echo $@ | sed -e 's,\.deps/\(.*\)\.d$$,\1,'`; \
38
+		wml $(WMLOPT) -I en -D LANG=en $< -o $$OUT --depend > $@
39
+
40
+%.de.html: de/%.wml en/%.wml
41
+	wml $(WMLOPT) -I de -D LANG=de $< -o $@
42
+.deps/%.de.html.d: de/%.wml
43
+	@[ -d .deps ] || mkdir .deps
44
+	OUT=`echo $@ | sed -e 's,\.deps/\(.*\)\.d$$,\1,'`; \
45
+		wml $(WMLOPT) -I de -D LANG=de $< -o $$OUT --depend > $@
46
+
47
+%.it.html: it/%.wml it/%.wml
48
+	wml $(WMLOPT) -I it -D LANG=it $< -o $@
49
+.deps/%.it.html.d: it/%.wml
50
+	@[ -d .deps ] || mkdir .deps
51
+	OUT=`echo $@ | sed -e 's,\.deps/\(.*\)\.d$$,\1,'`; \
52
+		wml $(WMLOPT) -I it -D LANG=it $< -o $$OUT --depend > $@
53
+
54
+
55
+tor-manual-cvs.en.html: $(TORCVSHEAD)/doc/tor.1.in
56
+tor-manual.en.html: $(TORCVSSTABLE)/doc/tor.1.in
57
+
58
+
59
+dep: $(DEPFILES)
60
+
61
+clean:
62
+	rm -f $(HTMLFILES) $(DEPFILES)
63
+
64
+include $(DEPFILES)
... ...
@@ -1,20 +0,0 @@
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>Redirecting ...</title>
7
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8
-<link rel="stylesheet" type="text/css" href="stylesheet.css" />
9
-<meta http-equiv="refresh" content="1;url=/volunteer.html" />
10
-</head>
11
-<body>
12
-<p>
13
-[Redirecting you to the new <a href="volunteer.html">volunteer.html</a> page...]
14
-</p>
15
-<div class="bottom" id="bottom">
16
-     <i><a href="mailto:tor-webmaster@freehaven.net"
17
-     class="smalllink">Webmaster</a></i> - $Id$
18
-</div>
19
-</body>
20
-</html>
... ...
@@ -1,49 +1,8 @@
1
-<!-- revision 0.07 -->
2
-<!-- jens@kubieziel.de -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
1
+## translation metadata
2
+# Based-On-Revision: 1.213
3
+# Last-Translator: jens@kubieziel.de
5 4
 
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: Entwickler</title>
9
-  <meta name="Author" content="Roger Dingledine" />
10
-  <meta name="Translator" content="Jens Kubieziel" />
11
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"  />
12
-  <link rel="stylesheet" type="text/css" href="../stylesheet.css" />
13
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
14
-</head>
15
-
16
-<body>
17
-
18
-<!-- TITLE BAR & NAVIGATION -->
19
-
20
-<div class="center">
21
-
22
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
23
-    <tr>
24
-        <td class="banner-left"></td>
25
-        <td class="banner-middle">
26
-        <a href="index.de.html">Startseite</a>
27
-	  | <a href="overview.de.html">�bersicht</a>
28
-          | <a href="download.de.html">Download</a>
29
-          | <a href="documentation.de.html">Dokumente</a>
30
-          | <a href="support.de.html">Support</a>
31
-          | <a href="faq.de.html">FAQs</a>
32
-          | <a href="volunteer.de.html">Zum Projekt beitragen</a>
33
-          | <a class="current">Entwickler</a>
34
-          | <a href="research.de.html">Forschung</a>
35
-          | <a href="people.de.html">Menschen</a>
36
-        </td>
37
-	<td class="banner-right">
38
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
39
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
40
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a>
41
-	</td>
42
-    </tr>
43
-</table>
44
-
45
-
46
-<!-- END TITLE BAR & NAVIGATION -->
5
+#include "head.wmi" TITLE="Entwickler"
47 6
 
48 7
 <div class="main-column">
49 8
 
... ...
@@ -53,7 +12,7 @@
53 12
 <p>Bl�ttere durch das  <b>CVS Repositorium</b> von Tor: (das muss nicht
54 13
 notwendigerweise funktionieren oder kompilieren)</p>
55 14
 <ul>
56
-  <li><a href="/cvs/">CVS Sandbox wird regelm��ig auf neuesten Stand
15
+  <li><a href="<cvssandbox>">CVS Sandbox wird regelm��ig auf neuesten Stand
57 16
       gebracht</a></li>
58 17
   <li><a
59 18
   href="http://cvs.seul.org/viewcvs/viewcvs.cgi/?root=tor">ViewCVS</a></li>
... ...
@@ -99,7 +58,7 @@ notwendigerweise funktionieren oder kompilieren)</p>
99 58
   </ul>
100 59
 
101 60
 <p>
102
-<a href="/cvs/tor/doc/TODO">Liste von Sachen, die noch von den
61
+<a href="<cvssandbox>tor/doc/TODO">Liste von Sachen, die noch von den
103 62
 Entwicklern erledigt werden m�ssen</a>.
104 63
 </p>
105 64
 
... ...
@@ -110,10 +69,5 @@ implementiert. Mehr dazu folgt sp
110 69
 </p>
111 70
 
112 71
   </div><!-- #main -->
113
-</div>
114
-  <div class="bottom" id="bottom">
115
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
116
-     $Id$
117
-  </div>
118
-</body>
119
-</html>
72
+
73
+#include <foot.wmi>
... ...
@@ -1,50 +1,8 @@
1
-<!-- revision 0.06 -->
2
-<!-- jens@kubieziel.de -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: Documentation</title>
9
-  <meta name="Author" content="Roger Dingledine"  />
10
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
11
-  <meta name="Translator" content="Jens Kubieziel" />
12
-  <link rel="stylesheet" type="text/css" href="../stylesheet.css"  />
13
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"  />
14
-</head>
15
-
16
-<body>
17
-
18
-<!-- TITLE BAR & NAVIGATION -->
19
-
20
-<div class="center">
21
-
22
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
23
-    <tr>
24
-        <td class="banner-left"></td>
25
-        <td class="banner-middle">
26
-        <a href="index.de.html">Startseite</a>
27
-	  | <a href="overview.de.html">�bersicht</a>
28
-          | <a href="download.de.html">Download</a>
29
-          | <a class="current">Dokumente</a>
30
-          | <a href="support.de.html">Support</a>
31
-          | <a href="faq.de.html">FAQs</a>
32
-          | <a href="volunteer.de.html">Zum Projekt beitragen</a>
33
-          | <a href="developers.de.html">Entwickler</a>
34
-          | <a href="research.de.html">Forschung</a>
35
-          | <a href="people.de.html">Menschen</a>
36
-        </td>
37
-	<td class="banner-right">
38
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
39
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
40
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
41
-	</td>
42
-    </tr>
43
-</table>
44
-
45
-
46
-<!-- END TITLE BAR & NAVIGATION -->
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: jens@kubieziel.de
47 4
 
5
+#include "head.wmi" TITLE="Dokumentation"
48 6
 
49 7
 <div class="main-column">
50 8
 
... ...
@@ -62,17 +20,17 @@
62 20
 
63 21
   <h2><a class="anchor" href="#tor">Tor betreiben</a></h2>
64 22
   <ul>
65
-    <li><a href="/cvs/tor/doc/tor-doc-win32.html">Tor auf Win32
23
+    <li><a href="<cvssandbox>tor/doc/tor-doc-win32.html">Tor auf Win32
66 24
 	installieren</a></li>
67
-    <li><a href="/cvs/tor/doc/tor-doc-osx.html">Tor auf Mac OS X
25
+    <li><a href="<cvssandbox>tor/doc/tor-doc-osx.html">Tor auf Mac OS X
68 26
 	installieren</a></li>
69
-    <li><a href="/cvs/tor/doc/tor-doc-unix.html">Tor auf Unix
27
+    <li><a href="<cvssandbox>tor/doc/tor-doc-unix.html">Tor auf Unix
70 28
 	installieren</a></li>
71
-    <li><a href="/cvs/tor/doc/tor-switchproxy.html">Switchproxy f�r Tor
29
+    <li><a href="<cvssandbox>tor/doc/tor-switchproxy.html">Switchproxy f�r Tor
72 30
       installieren</a></li>
73
-    <li><a href="/cvs/tor/doc/tor-doc-server.html">Server
31
+    <li><a href="<cvssandbox>tor/doc/tor-doc-server.html">Server
74 32
 	konfigurieren</a></li>
75
-    <li><a href="/cvs/tor/doc/tor-hidden-service.html">Einen versteckten
33
+    <li><a href="<cvssandbox>tor/doc/tor-hidden-service.html">Einen versteckten
76 34
       Service konfigurieren</a></li>
77 35
   </ul>
78 36
 
... ...
@@ -80,30 +38,30 @@
80 38
   <p>Das <b>Designdokument</b> (zur Usenix Security 2004 ver�ffentlicht) gibt
81 39
   dir unsere Einstellungen und Sicherheitsanalyse zum Tordesign:</p>
82 40
   <ul>
83
-    <li><a href="/cvs/tor/doc/design-paper/tor-design.pdf">PDF version (engl.)</a></li>
84
-    <li><a href="/cvs/tor/doc/design-paper/tor-design.html">HTML version (engl.)</a></li>
41
+    <li><a href="<cvssandbox>tor/doc/design-paper/tor-design.pdf">PDF version (engl.)</a></li>
42
+    <li><a href="<cvssandbox>tor/doc/design-paper/tor-design.html">HTML version (engl.)</a></li>
85 43
   </ul>
86 44
 
87 45
   <p>Das darauf folgende Papier mit dem Titel <q>challenges in low-latency
88 46
     anonymity</q> (noch im Entwurf) hat mehr Details �ber die letzten Erfahrungen
89 47
   und Richtungen:
90
-  <a href="/cvs/tor/doc/design-paper/challenges.pdf">PDF version (engl.)</a>.</p>
48
+  <a href="<cvssandbox>tor/doc/design-paper/challenges.pdf">PDF version (engl.)</a>.</p>
91 49
 
92 50
   <p>Die <b>Spezifikation</b> zielt darauf ab, Entwicklern gen�gend Information zu
93 51
   geben, um eine zu Tor kompatible Version zu schaffen:</p>
94 52
   <ul>
95
-    <li><a href="/cvs/tor/doc/tor-spec.txt">Main Tor specification (engl.)</a></li>
96
-    <li><a href="/cvs/tor/doc/rend-spec.txt">Tor rendezvous
53
+    <li><a href="<cvssandbox>tor/doc/tor-spec.txt">Main Tor specification (engl.)</a></li>
54
+    <li><a href="<cvssandbox>tor/doc/rend-spec.txt">Tor rendezvous
97 55
     specification (engl.)</a></li>
98
-    <li><a href="/cvs/tor/doc/dir-spec.txt">Tor directory server specification</a></li>
99
-    <li><a href="/cvs/tor/doc/control-spec.txt">Tor UI control specification (engl.)</a></li>
56
+    <li><a href="<cvssandbox>tor/doc/dir-spec.txt">Tor directory server specification</a></li>
57
+    <li><a href="<cvssandbox>tor/doc/control-spec.txt">Tor UI control specification (engl.)</a></li>
100 58
   </ul>
101 59
 
102 60
   <p>Das <a href="tor-manual.html"><b>Handbuch</b></a> zur letzten stabilen
103 61
   Version bietet detaillierte Anweisungen, wie Tor zu installieren und zu nutzen
104 62
   ist. Es schliesst die Konfigurationsoptionen f�r Client und Server mit ein.<br />
105
-  Wenn du die CVS-Version betreibst, gibt es auch ein <a
106
-    href="/tor-manual-cvs.html"><b>Handbuch</b></a>.
63
+  Wenn du die CVS-Version betreibst, gibt es auch ein
64
+  <a href="tor-manual-cvs.html"><b>Handbuch</b></a>.
107 65
   </p>
108 66
 
109 67
   <p>Das <a
... ...
@@ -154,10 +112,5 @@
154 112
   </ul>
155 113
 
156 114
   </div><!-- #main -->
157
-</div>
158
-  <div class="bottom" id="bottom">
159
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
160
-     $Id$
161
-  </div>
162
-</body>
163
-</html>
115
+
116
+#include <foot.wmi>
... ...
@@ -1,242 +0,0 @@
1
-<!-- revision 0.18 -->
2
-<!-- jens@kubieziel.de -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: Download</title>
9
-  <meta name="Author" content="Roger Dingledine"  />
10
-  <link rel="stylesheet" type="text/css" href="../stylesheet.css"  />
11
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"  />
12
-</head>
13
-
14
-<body>
15
-
16
-<!-- TITLE BAR & NAVIGATION -->
17
-
18
-<div class="center">
19
-
20
-
21
-<table class="banner" cellpadding="0" cellspacing="0">
22
-    <tr>
23
-        <td class="banner-left"></td>
24
-        <td class="banner-middle">
25
-        <a class="index.de.html">Startseite</a>
26
-        | <a href="overview.de.html">�bersicht</a>
27
-        | <a class="current">Download</a>
28
-        | <a href="documentation.de.html">Dokumente</a>
29
-        | <a href="support.de.html">Support</a>
30
-        | <a href="faq.de.html">FAQs</a>
31
-        | <a href="volunteer.de.html">Zum Projekt beitragen</a>
32
-        | <a href="developers.de.html">Entwickler</a>
33
-        | <a href="research.de.html">Forschung</a>
34
-        | <a href="people.de.html">Menschen</a>
35
-        </td>
36
-	<td class="banner-right">
37
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
38
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
39
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a>
40
-	</td>
41
-    </tr>
42
-</table>
43
-
44
-
45
-<!-- END TITLE BAR & NAVIGATION -->
46
-
47
-
48
-<div class="main-column">
49
-
50
-<h2>Tor: Pakete und Quellcode</h2>
51
-
52
-  <p>Tor wird als <a href="http://www.fsf.org/">Freie Software</a> unter der <a
53
-    href="/cvs/tor/LICENSE">3-clause BSD license</a> verteilt.</p>
54
-
55
-  <p>Die letzte Version kannst du aus dem <a
56
-    href="dist/">Downloadverzeichnis</a> beziehen.  Die letzte stabile Version
57
-  ist <b>0.1.0.15</b>.  Die letzte Test Version ist <b>0.1.1.7-alpha</b>. Tor
58
-  sollte auf Linux, BSD, OS X, Win32, Solaris und anderen Systemen laufen.</p>
59
-
60
-  <p>Im CVS findest du <a href="/cvs/tor/doc/tor-doc.html">Anweisungen
61
-    zur Installation und Konfiguration</a>. Der <a
62
-    href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#DistSignatures">Eintrag
63
-    in der FAQ</a> beschreibt, wie die Signaturen der Pakete zu
64
-    verifizieren sind.</p>
65
-
66
-<p>Sicherheitshinweise und neue stabile Versionen werden auf der
67
-  Mailingliste <a
68
-  href="http://archives.seul.org/or/announce/">or-announce</a>
69
-  bekannt gegeben. Wenn du Tor nutzt, solltest du ein Auge auf das
70
-  Archiv werfen oder dich hier einzutragen: (Du erh�lst eine
71
-  R�ckbest�tigung per E-Mail.)</p>
72
-
73
-<form action="http://freehaven.net/cgi-bin/majordomo.cgi">
74
-<input type="hidden" name="mlist" value="or-announce" >
75
-<input type="hidden" name="subscribe" value="1" >
76
-<input type="hidden" name="host" value="freehaven.net" >
77
-<input name="email" size="15" >
78
-<input type="submit" value="subscribe" >
79
-</form>
80
-
81
-<p>Tor sollte auf Linux, BSD, OS X, Windows, Solaris und anderen
82
-  Systemen laufen.</p>
83
-
84
-  <ul>
85
-   <li><b>Windows</b>
86
-     Installationsprogramm: <a
87
-     href="dist/win32/tor-0.1.0.15-win32.exe">0.1.0.15</a>
88
-     (<a
89
-     href="dist/win32/tor-0.1.0.15-win32.exe.asc">sig</a>), <a
90
-     href="dist/win32/tor-0.1.1.7-alpha-win32.exe">0.1.1.7-alpha</a>
91
-     (<a
92
-     href="dist/win32/tor-0.1.1.7-alpha-win32.exe.asc">sig</a>). Stelle
93
-     sicher, dass du
94
-     die <a href="/cvs/tor/doc/tor-doc-win32.html">Anweisungen f�r
95
-     Windows</a> gelesen hast.</li>
96
-   <li><b>Mac OS X Tiger</b> Installationsprogramm: <a href="dist/osx/Tor 0.1.0.15
97
-     Bundle.dmg">0.1.0.15</a> (<a href="dist/osx/Tor 0.1.0.15
98
-     Bundle.dmg.asc">sig</a>), <a href="dist/osx/Tor 0.1.1.7-alpha
99
-     Bundle.dmg">0.1.1.7-alpha</a> (<a href="dist/osx/Tor 0.1.1.7-alpha
100
-     Bundle.dmg.asc">sig</a>). Lies
101
-     die <a href="/cvs/tor/doc/tor-doc-osx.html">Anweisungen f�r OS
102
-     X</a>.</li>
103
-   <li><b>Mac OS X Panther/Jaguar</b>
104
-     Installationsprogramm: <a href="dist/osx-old/Tor 0.1.0.15
105
-     pre-10.3.9 Bundle.dmg">0.1.0.15</a> (<a href="dist/osx-old/Tor
106
-     0.1.0.15 pre-10.3.9 Bundle.dmg.sig">sig</a>). Stelle sicher, dass
107
-     du <a href="/cvs/tor/doc/tor-doc-osx.html">Anweisungen f�r OS
108
-       X</a> gelesen hast.</li>
109
-   <li><b>Debianpakete</b>: <kbd>apt-get install tor</kbd>
110
-     (<a
111
-	 href="http://wiki.noreply.org/noreply/TheOnionRouter/TorOnDebian">Anweisung
112
-       f�r Sarge und experimentelle Torversionen</a>)</li>
113
-   <li><b>Red Hat Linux</b> Paket: <a
114
-     href="dist/rpm/tor-0.1.0.15-tor.0.fc1.i386.rpm">0.1.0.15 RPM</a> (<a
115
-     href="dist/rpm/tor-0.1.0.15-tor.0.fc1.i386.rpm.asc">sig</a>), <a
116
-     href="dist/rpm/tor-0.1.0.15-tor.0.fc1.src.rpm">0.1.0.15 SRPM</a> (<a
117
-     href="dist/rpm/tor-0.1.0.15-tor.0.fc1.src.rpm.asc">sig</a>), <a
118
-     href="dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.i386.rpm">0.1.1.7-alpha RPM</a> (<a
119
-     href="dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.i386.rpm.asc">sig</a>), <a
120
-     href="dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.src.rpm">0.1.1.7-alpha SRPM</a> (<a
121
-     href="dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.src.rpm.asc">sig</a>)</li>
122
-   <li><b>Gentoo</b>: <kbd>emerge tor</kbd>
123
-   (<a
124
-   href="http://gentoo-wiki.com/HOWTO_Anonymity_with_Tor_and_Privoxy">Anweisungen</a>)</li>
125
-   <li><b>FreeBSD</b>: <kbd>portinstall -s security/tor</kbd></li>
126
-   <li><b>OpenBSD</b>: <kbd>cd /usr/ports/net/tor &amp;&amp; make
127
-   &amp;&amp; make install</kbd>
128
-   (<a
129
-   href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">Anweisung
130
-   f�r chroot</a>)</li>
131
-   <li><b>NetBSD</b>: <kbd>cd /usr/pkgsrc/net/tor &amp;&amp; make
132
-   install</kbd></li>
133
-   <li>Letzte Quellpaket: <a href="dist/tor-0.1.0.15.tar.gz">0.1.0.15</a> (<a
134
-     href="dist/tor-0.1.0.15.tar.gz.asc">sig</a>), <a
135
-     href="dist/tor-0.1.1.7-alpha.tar.gz">0.1.1.7-alpha</a> (<a
136
-     href="dist/tor-0.1.1.7-alpha.tar.gz.asc">sig</a>).</li>
137
-  </ul>
138
-
139
-<hr  />
140
-
141
-<h2>Spiegelserver</h2>
142
-
143
-<p>
144
-Wenn du einen Spiegel (mirror) betreibst, schicke bitte eine E-Mail an
145
-<a
146
-href="mailto:tor-webmaster@freehaven.net">tor-webmaster@freehaven.net</a>
147
-und wir werden den der Liste hinzuf�gen.
148
-</p>
149
-
150
-<p>
151
-BIT BV (<a href="ftp://ftp.bit.nl/mirror/tor/">ftp</a> | 
152
-<a href="http://ftp.bit.nl/mirror/tor/">http</a>)<br />
153
-FU - Spline (<a href="http://rem.spline.de/tor/">http</a>)<br />
154
-Ghirai.com (<a href="http://www.ghirai.com/tor/">http</a>)<br />
155
-Meulie.net (<a href="http://tor.meulie.net/">http</a>)<br />
156
-Stevens Institute of Technology (<a href="ftp://ftp.cs.stevens.edu/pub/tor/">ftp</a>)<br />
157
-Swedish Linux Society (<a href="ftp://ftp.se.linux.org/pub/crypto/tor/">ftp</a>
158
- | <a href="http://ftp.se.linux.org/crypto/tor/">http</a>)</p>
159
-
160
-<hr  />
161
-
162
-<h2>Testversionen</h2>
163
-
164
-<p>2005-09-14: Tor 0.1.1.7-alpha
165
-  behebt <a
166
-  href="http://archives.seul.org/or/talk/Sep-2005/msg00152.html">einige
167
-  Fehler aus der Vorversion</a></p>
168
-
169
-<p>2005-08-22: Tor 0.1.1.6-alpha
170
-  behebt <a
171
-  href="http://archives.seul.org/or/talk/Aug-2005/msg00103.html">einige
172
-  Fehler der Vorg�ngerversion und f�gt neue Eigenschaften, wie
173
-  Exitenklaven und verbesserte Geschwindigkeit bei versteckten
174
-  Services</a> hinzu. Weiterhin ist es der Start in das neue
175
-  Verzeichnisdesign.</p>
176
-
177
-<p>2005-08-08: Tor 0.1.1.5-alpha behebt <a
178
-  href="http://archives.seul.org/or/talk/Aug-2005/msg00036.html">einen
179
-  kritischen Fehler aus Version 0.1.0.14</a>.</p>
180
-
181
-<p>2005-08-04: Tor 0.1.1.4-alpha <a
182
-  href="http://archives.seul.org/or/talk/Aug-2005/msg00010.html">behebt einen
183
-  kritischen Fehler aus der Version 0.1.0.13</a>.</p>
184
-
185
-<p>2005-07-25:
186
-Tor 0.1.1.3-alpha <a
187
-  href="http://archives.seul.org/or/talk/Jul-2005/msg00107.html">behebt einen
188
-  Crashbug mit versteckten Services und einige andere Controllerbugs</a>.</p>
189
-
190
-<p>2005-07-14:
191
-Tor 0.1.1.2-alpha <a
192
-  href="http://archives.seul.org/or/talk/Jul-2005/msg00055.html">behebt einen
193
-  Segfault im Controllerhandling und ein paar weitere Bugs.</a>.</p>
194
-
195
-<p>2005-06-28:
196
-Tor 0.1.1.1-alpha hat ein <a
197
-  href="http://archives.seul.org/or/talk/Jun-2005/msg00252.html">revidiertes
198
-  Controllerprotokoll (Version 1), dass ASCII nutzt</a>
199
-</p>
200
-
201
-<hr  />
202
-
203
-<h2>Stabile Versionen</h2>
204
-
205
-<p>2005-09-23: Tor 0.1.0.15 behebt
206
-  einen <a
207
-  href="http://archives.seul.org/or/announce/Sep-2005/msg00000.html">Fehler,
208
-  der zum Absturz f�hrt, wenn der Exitknoten keine Dateideskriptoren
209
-  mehr hat. Weiter werden zwei mehr Ports in der Defaultpolixy
210
-  abgewiesen.</a></p>
211
-<p>2005-08-08: Tor 0.1.0.14 behebt den <a
212
-  href="http://archives.seul.org/or/announce/Aug-2005/msg00001.html">zweiten
213
-  Teil eines kritischen Fehlers in unseren Kryptohandshakes</a>. Alle
214
-  Klienten sollten <b>sofort</b> auf den neuesten Stand gebracht
215
-  werden.</p>
216
-
217
-<p>2005-08-04: Tor 0.1.0.13 behebt
218
-  einen <a
219
-  href="http://archives.seul.org/or/announce/Aug-2005/msg00000.html">kritischen
220
-  Fehler in der Sicherheit der Kryptohandshakes</a>. Alle Version
221
-  sollten
222
-<b>sofort</b> auf den neuesten Stand gebracht werden.</p>
223
-
224
-<p>2005-07-18: Tor 0.1.0.12 behebt
225
-  einen <a
226
-  href="http://archives.seul.org/or/announce/Jul-2005/msg00000.html">Fehler,
227
-  der in seltenen F�llen einige Clients und Server zum Absturz
228
-  brachte</a>.</p>
229
-
230
-<hr />
231
-
232
-<p>Im <a href="/cvs/tor/ChangeLog">ChangeLog</a> kannst du weitere
233
-Details finden.</p>
234
-
235
-  </div><!-- #main -->
236
-</div>
237
-  <div class="bottom" id="bottom">
238
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
239
-     $Id$
240
-  </div>
241
-</body>
242
-</html>
... ...
@@ -0,0 +1,177 @@
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: jens@kubieziel.de
4
+
5
+#include "head.wmi" TITLE="Download"
6
+
7
+<div class="main-column">
8
+
9
+<h2>Tor: Pakete und Quellcode</h2>
10
+<hr />
11
+
12
+<p>Tor wird als <a href="http://www.fsf.org/">Freie Software</a> unter der
13
+<a href="<cvssandbox>tor/LICENSE">3-clause BSD license</a> verteilt.</p>
14
+
15
+<p>Die aktuelle Version k&ouml;nnen Sie aus dem <a href="dist/">Downloadverzeichnis</a> herunterladen.
16
+
17
+Die aktuelle stabile Version ist <b><version-stable></b>, und die aktuelle
18
+Testversion <b><version-alpha></b>.</p>
19
+
20
+<p>
21
+Um &uuml;ber neue Versionen und eventuelle Sicherheitsaktualisierungen zu
22
+erfahren, k&ouml;nnen Sie sich auf der
23
+<a href="http://archives.seul.org/or/announce/">or-announce</a> Mailingliste
24
+eintragen: (Sie werden die Eintratung per E-Mail best&auml;tigen m&uuml;ssen)
25
+</p>
26
+
27
+<form action="http://freehaven.net/cgi-bin/majordomo.cgi">
28
+<input type="hidden" name="mlist" value="or-announce">
29
+<input type="hidden" name="subscribe" value="1">
30
+<input type="hidden" name="host" value="freehaven.net">
31
+<input name="email" size="15">
32
+<input type="submit" value="Auf der Liste eintragen">
33
+</form>
34
+
35
+<p>Tor sollte auf Linux, BSD, OS X, Win32, Solaris und anderen Systemen laufen</p>
36
+
37
+<ul>
38
+<li><b>Windows</b> Installationsprogramm::
39
+<a href="<package-win32-stable>"><version-win32-stable></a> (<a href="<package-win32-stable-sig>">sig</a>),
40
+<a href="<package-win32-alpha>"><version-win32-alpha></a> (<a href="<package-win32-alpha-sig>">sig</a>).
41
+Lesen Sie auch die <a href="<cvssandbox>tor/doc/tor-doc-win32.html">Installationsanweisungen f&uuml;r Tor unter Windows</a>.</li>
42
+
43
+<li><b>Mac OS X Tiger</b> Installationsprogramm:
44
+<a href="<package-osx-stable>"><version-osx-stable></a> (<a href="<package-osx-stable-sig>">sig</a>),
45
+<a href="<package-osx-alpha>"><version-osx-alpha></a> (<a href="<package-osx-alpha-sig>">sig</a>).
46
+Lesen Sie auch die <a href="<cvssandbox>tor/doc/tor-doc-osx.html">Installationsanweisungen f&uuml;r Tor unter OSX</a>.
47
+</li>
48
+
49
+<li><b>Mac OS X Panther/Jaguar</b> Installationsprogramm:
50
+<a href="<package-oldosx-stable>"><version-oldosx-stable></a> (<a href="<package-oldosx-stable-sig>">sig</a>).
51
+Lesen Sie auch die <a href="<cvssandbox>tor/doc/tor-doc-osx.html">Installationsanweisungen f&uuml;r Tor unter OSX</a>.
52
+</li>
53
+<li><b>Debianpakete</b>: <kbd>apt-get install tor</kbd> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorOnDebian">Anweisungen f&uuml; Tor auf Woody und Sarge und f&uuml; Testversionen</a>)
54
+</li>
55
+
56
+<li><b>Red-Hat-Linux</b>-Pakete:
57
+<a href="<package-rpm-stable>"><version-rpm-stable> RPM</a> (<a href="<package-rpm-stable-sig>">sig</a>),
58
+<a href="<package-srpm-stable>"><version-rpm-stable> SRPM</a> (<a href="<package-srpm-stable-sig>">sig</a>),
59
+<a href="<package-rpm-alpha>"><version-rpm-alpha> RPM</a> (<a href="<package-rpm-alpha-sig>">sig</a>),
60
+<a href="<package-srpm-alpha>"><version-rpm-alpha> SRPM</a> (<a href="<package-srpm-alpha-sig>">sig</a>)
61
+</li>
62
+
63
+<li><b>Gentoo</b>: <kbd>emerge tor</kbd> (<a href="http://gentoo-wiki.com/HOWTO_Anonymity_with_Tor_and_Privoxy">guide</a>)</li>
64
+<li><b>FreeBSD</b>: <kbd>portinstall -s security/tor</kbd></li>
65
+<li><b>OpenBSD</b>: <kbd>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</kbd> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">guide to chrooting</a>)</li>
66
+<li><b>NetBSD</b>: <kbd>cd /usr/pkgsrc/net/tor &amp;&amp; make install</kbd></li>
67
+<li>Aktuelle Quellen:
68
+<a href="<package-source-stable>"><version-stable></a> (<a href="<package-source-stable-sig>">sig</a>),
69
+<a href="<package-source-alpha>"><version-alpha></a> (<a href="<package-source-alpha-sig>">sig</a>)
70
+</li>
71
+</ul>
72
+
73
+<p>Im CVS finden Sie
74
+<a href="<cvssandbox>tor/doc/tor-doc.html">Anweisungen zur Installation und Konfiguration</a>. Der
75
+<a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#DistSignatures">Eintrag in der FAQ</a>
76
+beschreibt, wie die Signaturen der Pakete zu verifizieren sind.</p>
77
+
78
+<p>Wie man Tor aus dem CVS bekommt, wird auf der <a href="developers.html">Entwicklerseite</a> beschrieben.  </p>
79
+
80
+<hr />
81
+
82
+<h2>Spiegelserver</h2>
83
+
84
+<p>
85
+Wenn du einen Spiegel (mirror) betreibst, schicke bitte eine E-Mail an
86
+<a
87
+href="mailto:tor-webmaster@freehaven.net">tor-webmaster@freehaven.net</a>
88
+und wir werden den der Liste hinzuf�gen.
89
+</p>
90
+
91
+<p>
92
+BIT BV (<a href="ftp://ftp.bit.nl/mirror/tor/">ftp</a> |
93
+<a href="http://ftp.bit.nl/mirror/tor/">http</a>)<br />
94
+FU - Spline (<a href="http://rem.spline.de/tor/">http</a>)<br />
95
+Ghirai.com (<a href="http://www.ghirai.com/tor/">http</a>)<br />
96
+Meulie.net (<a href="http://tor.meulie.net/">http</a>)<br />
97
+Stevens Institute of Technology (<a href="ftp://ftp.cs.stevens.edu/pub/tor/">ftp</a>)<br />
98
+Swedish Linux Society (<a href="ftp://ftp.se.linux.org/pub/crypto/tor/">ftp</a>
99
+ | <a href="http://ftp.se.linux.org/crypto/tor/">http</a>)</p>
100
+
101
+ <hr  />
102
+
103
+<h2>Testversionen</h2>
104
+
105
+<p>2005-09-14: Tor 0.1.1.7-alpha
106
+  behebt <a
107
+  href="http://archives.seul.org/or/talk/Sep-2005/msg00152.html">einige
108
+  Fehler aus der Vorversion</a></p>
109
+
110
+<p>2005-08-22: Tor 0.1.1.6-alpha
111
+  behebt <a
112
+  href="http://archives.seul.org/or/talk/Aug-2005/msg00103.html">einige
113
+  Fehler der Vorg�ngerversion und f�gt neue Eigenschaften, wie
114
+  Exitenklaven und verbesserte Geschwindigkeit bei versteckten
115
+  Services</a> hinzu. Weiterhin ist es der Start in das neue
116
+  Verzeichnisdesign.</p>
117
+
118
+<p>2005-08-08: Tor 0.1.1.5-alpha behebt <a
119
+  href="http://archives.seul.org/or/talk/Aug-2005/msg00036.html">einen
120
+  kritischen Fehler aus Version 0.1.0.14</a>.</p>
121
+
122
+<p>2005-08-04: Tor 0.1.1.4-alpha <a
123
+  href="http://archives.seul.org/or/talk/Aug-2005/msg00010.html">behebt einen
124
+  kritischen Fehler aus der Version 0.1.0.13</a>.</p>
125
+
126
+<p>2005-07-25:
127
+Tor 0.1.1.3-alpha <a
128
+  href="http://archives.seul.org/or/talk/Jul-2005/msg00107.html">behebt einen
129
+  Crashbug mit versteckten Services und einige andere Controllerbugs</a>.</p>
130
+
131
+<p>2005-07-14:
132
+Tor 0.1.1.2-alpha <a
133
+  href="http://archives.seul.org/or/talk/Jul-2005/msg00055.html">behebt einen
134
+  Segfault im Controllerhandling und ein paar weitere Bugs.</a>.</p>
135
+
136
+<p>2005-06-28:
137
+Tor 0.1.1.1-alpha hat ein <a
138
+  href="http://archives.seul.org/or/talk/Jun-2005/msg00252.html">revidiertes
139
+  Controllerprotokoll (Version 1), dass ASCII nutzt</a>
140
+</p>
141
+
142
+<hr  />
143
+
144
+<h2>Stabile Versionen</h2>
145
+<p>2005-09-23: Tor 0.1.0.15 behebt
146
+  einen <a
147
+  href="http://archives.seul.org/or/announce/Sep-2005/msg00000.html">Fehler,
148
+  der zum Absturz f�hrt, wenn der Exitknoten keine Dateideskriptoren
149
+  mehr hat. Weiter werden zwei mehr Ports in der Defaultpolixy
150
+  abgewiesen.</a></p>
151
+<p>2005-08-08: Tor 0.1.0.14 behebt den <a
152
+  href="http://archives.seul.org/or/announce/Aug-2005/msg00001.html">zweiten
153
+  Teil eines kritischen Fehlers in unseren Kryptohandshakes</a>. Alle
154
+  Klienten sollten <b>sofort</b> auf den neuesten Stand gebracht
155
+  werden.</p>
156
+
157
+<p>2005-08-04: Tor 0.1.0.13 behebt
158
+  einen <a
159
+  href="http://archives.seul.org/or/announce/Aug-2005/msg00000.html">kritischen
160
+  Fehler in der Sicherheit der Kryptohandshakes</a>. Alle Version
161
+  sollten
162
+<b>sofort</b> auf den neuesten Stand gebracht werden.</p>
163
+
164
+<p>2005-07-18: Tor 0.1.0.12 behebt
165
+  einen <a
166
+  href="http://archives.seul.org/or/announce/Jul-2005/msg00000.html">Fehler,
167
+  der in seltenen F�llen einige Clients und Server zum Absturz
168
+  brachte</a>.</p>
169
+
170
+<hr />
171
+
172
+<p>Im <a href="<cvssandbox>tor/ChangeLog">ChangeLog</a> kannst du weitere
173
+Details finden.</p>
174
+
175
+  </div><!-- #main -->
176
+
177
+#include <foot.wmi>
... ...
@@ -1,69 +0,0 @@
1
-<!-- revision 0.01 -->
2
-<!-- jens@kubieziel.de -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: FAQs</title>
9
-  <meta name="Author" content="Roger Dingledine"  />
10
-  <meta name="Translator" content="Jens Kubieziel" />
11
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
12
-  <link rel="stylesheet" type="text/css" href="../stylesheet.css"  />
13
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"  />
14
-</head>
15
-
16
-<body>
17
-<div class="center">
18
-
19
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
20
-    <tr>
21
-        <td class="banner-left"></td>
22
-        <td class="banner-middle">
23
-        <a href="index.de.html">Startseite</a>
24
-	  | <a href="overview.de.html">�bersicht</a>
25
-          | <a href="download.de.html">Download</a>
26
-          | <a href="documentation.de.html">Dokumente</a>
27
-          | <a href="support.de.html">Support</a>
28
-          | <a class="current">FAQs</a>
29
-          | <a href="volunteer.de.html">Zum Projekt beitragen</a>
30
-          | <a href="developers.de.html">Entwickler</a>
31
-          | <a href="research.de.html">Forschung</a>
32
-          | <a href="people.de.html">Menschen</a>
33
-        </td>
34
-	<td class="banner-right">
35
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
36
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
37
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
38
-	</td>
39
-    </tr>
40
-</table>
41
-
42
-<div class="main-column">
43
-
44
-<h2>Tor: FAQs</h2>
45
-<hr  />
46
-
47
-<p>
48
-Das <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">Tor FAQ
49
-Wiki</a> kann jeder Nutzer bearbeiten. Wir m�chten alle Tornutzer und
50
--unterst�tzer ermutigen, Eintr�ge zu bearbeiten, Fragen hinzuzuf�gen oder
51
-Antworten zu schreiben. Wir werden nat�rlich alle �nderungen �berwachen und so
52
-dazu beitragen, die Richtigkeit zu sichern. Die Torentwickler sind nicht f�r den
53
-Inhalt verantwortlich.
54
-</p>
55
-
56
-<p>
57
-Die <a href="eff/tor-legal-faq.html">Tor Legal FAQ (engl.)</a> ist durch die
58
-Anw�lte der EFF verfasst. Es zielt darauf ab, dir einen �berblick �ber einige
59
-rechtliche Fragen, die mit dem Torprojekt entstehen, zu geben.
60
-</p>
61
-
62
-  </div><!-- #main -->
63
-</div>
64
-  <div class="bottom" id="bottom">
65
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
66
-     $Id$
67
-  </div>
68
-</body>
69
-</html>
... ...
@@ -0,0 +1,29 @@
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: jens@kubieziel.de
4
+
5
+#include "head.wmi" TITLE="FAQs"
6
+
7
+<div class="main-column">
8
+
9
+<h2>Tor: FAQs</h2>
10
+<hr  />
11
+
12
+<p>
13
+Das <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">Tor FAQ
14
+Wiki</a> kann jeder Nutzer bearbeiten. Wir m�chten alle Tornutzer und
15
+-unterst�tzer ermutigen, Eintr�ge zu bearbeiten, Fragen hinzuzuf�gen oder
16
+Antworten zu schreiben. Wir werden nat�rlich alle �nderungen �berwachen und so
17
+dazu beitragen, die Richtigkeit zu sichern. Die Torentwickler sind nicht f�r den
18
+Inhalt verantwortlich.
19
+</p>
20
+
21
+<p>
22
+Die <a href="eff/tor-legal-faq.html">Tor Legal FAQ (engl.)</a> ist durch die
23
+Anw�lte der EFF verfasst. Es zielt darauf ab, dir einen �berblick �ber einige
24
+rechtliche Fragen, die mit dem Torprojekt entstehen, zu geben.
25
+</p>
26
+
27
+  </div><!-- #main -->
28
+
29
+#include <foot.wmi>
... ...
@@ -0,0 +1,25 @@
1
+#!/usr/bin/wml
2
+
3
+## translation metadata
4
+# Based-On-Revision: 1.213
5
+# Last-Translator: jens@kubieziel.de
6
+
7
+#include "functions.wmi"
8
+
9
+</div>
10
+  <div class="bottom" id="bottom">
11
+     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
12
+#     Id: developers.html,v 1.41 2005/08/31 20:19:16 thomass Exp 
13
+      Letzte &auml;nderung: <: @stat = stat($(LANG).'/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); :>
14
+      -
15
+      Zuletzt kompiliert: <: print scalar localtime(); :>
16
+
17
+      <: unless (translation_current()) { :>
18
+      <p>
19
+      Achtung: Diese &Uuml;bersetzung ist m&ouml;glicherweise veraltet.  Das englische Original ist auf
20
+      Revision <:= translation_get_masterrevision() :> w&auml;hrend diese &Uuml;bersetzung auf
21
+      <:= translation_get_basedonrevision() :> basiert.
22
+      <: } :>
23
+  </div>
24
+</body>
25
+</html>
... ...
@@ -1,24 +0,0 @@
1
-<!-- revision 0.04 -->
2
-<!-- jens@kubieziel.de -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
7
-<head>
8
-  <title>Redirecting ...</title>
9
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
10
-  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
11
-  <meta http-equiv="refresh" content="1;url=/overview.de.html" />
12
-</head>
13
-
14
-<body>
15
-
16
-<p>[Du wirst zur <a href="overview.de.html">�bersichtsseite</a>
17
-  weitergeleitet ...]</p>
18
-
19
-<div class="bottom" id="bottom">
20
-  <i><a href="mailto:tor-webmaster@freehaven.net"
21
-  class="small">Webmaster</a></i> - $Id$
22
-</div>
23
-</body>
24
-</html>
... ...
@@ -1,57 +1,16 @@
1
-<!-- revision ???? -->
2
-<!-- jens@kubieziel.de -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: An anonymous Internet communication system</title>
9
-  <meta name="Author" content="Roger Dingledine" />
10
-  <meta name="Translator" content="Jens Kubieziel" />
11
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"  />
12
-  <link rel="stylesheet" type="text/css" href="../stylesheet.css"  />
13
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"  />
14
-</head>
15
-
16
-<body>
17
-
18
-<!-- TITLE BAR & NAVIGATION -->
19
-<div class="center">
20
-
21
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
22
-    <tr>
23
-        <td class="banner-left"></td>
24
-        <td class="banner-middle">
25
-        <a class="current">Startseite</a>
26
-	  | <a href="overview.de.html">�bersicht</a>
27
-          | <a href="download.de.html">Download</a>
28
-          | <a href="documentation.de.html">Dokumente</a>
29
-          | <a href="support.de.html">Support</a>
30
-          | <a href="faq.de.html">FAQs</a>
31
-          | <a href="volunteer.de.html">Zum Projekt beitragen</a>
32
-          | <a href="developers.de.html">Entwickler</a>
33
-          | <a href="research.de.html">Forschung</a>
34
-          | <a href="people.de.html">Menschen</a>
35
-        </td>
36
-	<td class="banner-right">
37
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
38
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
39
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
40
-	</td>
41
-    </tr>
42
-</table>
43
-
44
-<!-- END TITLE BAR & NAVIGATION -->
45
-
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: jens@kubieziel.de
46 4
 
5
+#include "head.wmi" TITLE="Ein anonymes Kommunikationssystem f�r das Internet"
47 6
 
48 7
 <!-- SIDEBAR (OPTIONAL) -->
49 8
 <div class="sidebar">
50
-<a href="download.de.html"><img src="../images/download_tor.png" alt="Download Tor" /></a>
9
+<a href="download.de.html"><img src="$(IMGROOT)/download_tor.png" alt="Download Tor" /></a>
51 10
 
52 11
 <br  />
53 12
 
54
-<a href="overview.de.html"><img src="../images/how_tor_works_thumb.png" alt="How Tor Works" /></a> 
13
+<a href="overview.de.html"><img src="$(IMGROOT)/how_tor_works_thumb.png" alt="How Tor Works" /></a> 
55 14
 <div class="donatebutton">
56 15
   <a href="http://secure.eff.org/tor">Unterst�tze Tor durch eine Spende an die
57 16
     EFF</a></div>
... ...
@@ -99,7 +58,7 @@ wieviel gesendet bzw. empfangen wird. So nutzt beispielsweise die Marketingfirma
99 58
 die Analyse des Netzverkehrs um aufzuzeichnen, welche Webseiten Sie besucht haben
100 59
 und kann damit ein Profil Ihrer Person, welches Ihre Interessen im Internet wiederspiegelt, erstellen.
101 60
 Eine Pharmafirma k�nnte mit dieser Methode herausfinden ob die Forschungsabteilung eines
102
-Konkurrenten die eigene Webseite besuchte und registrieren, welche der Seiten
61
+Konkurrenten die eigene Webseite besuchte und mitschneiden, welche der Seiten
103 62
 dabei von Interesse waren. IBM beherbergt einen durchsuchbaren Patentindex und
104 63
 kann dadurch eine Liste von jeder Suche speichern, die Sie oder Ihre Firma durchf�hren. Andere
105 64
 k�nnten die Verkehranalyse nutzen um herauszufinden ob Sie in einem Internetcafe
... ...
@@ -118,7 +77,7 @@ identifizieren m
118 77
 <p>
119 78
 Die Sicherheit von Tor wird fortlaufend verbessert sobald sich die Nutzerbasis
120 79
 vergr��ert und je mehr Freiwillige eigene Tor-Server betreiben. Bitte �berlegen Sie sich Tor
121
-<a href="/documentation.de.html">zu installieren</a> und ggf. einen eigenen <a href="/cvs/tor/doc/tor-doc-server.html">Server</a>
80
+<a href="documentation.de.html">zu installieren</a> und ggf. einen eigenen <a href="<cvssandbox>tor/doc/tor-doc-server.html">Server</a>
122 81
 zu betreiben.</p>
123 82
 
124 83
 <p>
... ...
@@ -139,13 +98,8 @@ Daher sollten Sie nicht allein auf Tor vertrauen sofern Sie ein h
139 98
 
140 99
   </div><!-- #main -->
141 100
 
142
-<a href="https://secure.eff.org"><img src="../images/eff_badge.png" alt="Tor development is supported by EFF" /></a>
143
-<a href="http://www.onion-router.net/"><img src="../images/onr-logo.jpg" alt="Tor development is supported by ONR" /></a>
101
+<a href="https://secure.eff.org"><img src="$(IMGROOT)/eff_badge.png" alt="Tor development is supported by EFF" /></a>
102
+<a href="http://www.onion-router.net/"><img src="$(IMGROOT)/onr-logo.jpg" alt="Tor development is supported by ONR" /></a>
144 103
 
145
-</div>
146
-  <div class="bottom" id="bottom">
147
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
148
-     $Id$
149
-  </div>
150
-</body>
151
-</html>
104
+
105
+#include <foot.wmi>
... ...
@@ -0,0 +1,20 @@
1
+#!/usr/bin/wml
2
+
3
+## translation metadata
4
+# Based-On-Revision: 1.213
5
+# Last-Translator: jens@kubieziel.de
6
+
7
+<:
8
+	@navigation = (
9
+		'index'			, 'Startseite',
10
+		'overview'		, '�bersicht',
11
+		'download'		, 'Download',
12
+		'documentation'		, 'Dokumentation',
13
+		'support'		, 'Support',
14
+		'faq'			, 'FAQs',
15
+		'volunteer'		, 'Mithelfen',
16
+		'developers'		, 'Entwickler',
17
+		'research'		, 'Forschung',
18
+		'people'		, 'Personen',
19
+	);
20
+:>
... ...
@@ -1,49 +1,8 @@
1
-<!-- revision 0.08 -->
2
-<!-- jens@kubieziel.de -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
7
-<head>
8
-  <title>Tor: �bersicht</title>
9
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 
10
-  <meta name="Author" content="Roger Dingledine"  />
11
-  <meta name="Translator" content="Jens Kubieziel"  />
12
-  <link rel="stylesheet" type="text/css" href="../stylesheet.css"  />
13
-</head>
14
-
15
-<body>
16
-
17
-<!-- TITLE BAR & NAVIGATION -->
18
-
19
-<div class="center">
20
-
21
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
22
-    <tr>
23
-        <td class="banner-left"></td>
24
-        <td class="banner-middle">
25
-        <a href="index.de.html">Startseite</a>
26
-	  | <a class="current">�bersicht</a>
27
-          | <a href="download.de.html">Download</a>
28
-          | <a href="documentation.de.html">Dokumente</a>
29
-          | <a href="support.de.html">Support</a>
30
-          | <a href="faq.de.html">FAQs</a>
31
-          | <a href="volunteer.de.html">Zum Projekt beitragen</a>
32
-          | <a href="developers.de.html">Entwickler</a>
33
-          | <a href="research.de.html">Forschung</a>
34
-          | <a href="people.de.html">Menschen</a>
35
-        </td>
36
-        <td class="banner-right">
37
-                <a href="/"><img src="/images/en.png" alt="English" /></a>
38
-                <a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
39
-                <a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a>
40
-        </td>
41
-    </tr>
42
-</table>
43
-
44
-
45
-<!-- END TITLE BAR & NAVIGATION -->
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: jens@kubieziel.de
46 4
 
5
+#include "head.wmi" TITLE="&Uuml;bersicht"
47 6
 
48 7
 <div class="main-column">
49 8
 
... ...
@@ -65,7 +24,7 @@ Privatsph
65 24
   zu verbinden, die von ihrem <acronym title="Internet Service
66 25
   Provider">ISP</acronym> gesperrt wurden. Weiter bieten
67 26
   die <a
68
-  href="http://tor.eff.org/doc/tor-hidden-service.html">versteckten
27
+  href="<cvssandbox>tor/doc/tor-hidden-service.html">versteckten
69 28
   Services</a> von Tor die M�glichkeit, Webseiten und andere Dienste
70 29
   zu ver�ffentlichen, ohne den Standort der Seite preiszugeben.</p>
71 30
 
... ...
@@ -156,7 +115,7 @@ Server. Diese verwischen ihre Spuren und an keiner Stelle kann ein
156 115
 Beobachter sagen, woher ein Datenpaket kam und wohin es unterwegs
157 116
 ist.</p>
158 117
 
159
-<img src="images/htw1_deutsch.png" alt="Torverbindung Schritt eins" />
118
+<img src="$(IMGROOT)/htw1_deutsch.png" alt="Torverbindung Schritt eins" />
160 119
 
161 120
 <p>Um einen privaten Netzwerkpfad mit Tor zu erzeugen, baut die Software
162 121
 des Benutzers oder Clients inkrementell eine Menge an verschl�sselten
... ...
@@ -169,7 +128,7 @@ einen eigenen Satz von Verschl
169 128
 sicher, dass kein Server die Verbindungen nachvollziehen kann, w�hrend
170 129
 sie bei ihm vorbeikommen.</p>
171 130
 
172
-<img src="images/htw2_deutsch.png" alt="Torverbindung Schritt zwei" />
131
+<img src="$(IMGROOT)/htw2_deutsch.png" alt="Torverbindung Schritt zwei" />
173 132
 
174 133
 <p>Sobald ein Kanal er�ffnet ist, k�nnen unterschiedliche Datenarten
175 134
 �ber ihn ausgetauscht und unterschiedliche Arten von Anwendungen k�nnen
... ...
@@ -184,7 +143,7 @@ alle Verbindungen, die innerhalb etwa einer Minute aufgebaut werden.
184 143
 Sp�tere Anforderungen erhalten einen neuen Kanal, damit niemand Ihre
185 144
 fr�heren Handlungen mit Ihren neuen in Verbindung bringen kann.</p>
186 145
 
187
-<img src="images/htw3_deutsch.png" alt="Torverbindung Schritt drei" />
146
+<img src="$(IMGROOT)/htw3_deutsch.png" alt="Torverbindung Schritt drei" />
188 147
 
189 148
 <h3>Versteckte Dienste</h3>
190 149
 
... ...
@@ -229,7 +188,7 @@ w
229 188
 anziehen, die die Zahl der m�glichen Quellen und Ziele f�r jede
230 189
 Kommunikation erh�hen und damit die Sicherheit f�r jeden verbessern.
231 190
 Wir machen Fortschritte, aber wir ben�tigen Ihre Hilfe.  Bitte �berlegen
232
-Sie, ob Sie einen <a href="/cvs/tor/doc/tor-doc-server.html">Server
191
+Sie, ob Sie einen <a href="<cvssandbox>tor/doc/tor-doc-server.html">Server
233 192
 installieren</a> oder ob
234 193
 Sie <a href="volunteer.html">freiwillig</a> als <a
235 194
 href="developers.html">Entwickler</a> einen Beitrag leisten m�chten.</p>
... ...
@@ -245,10 +204,5 @@ F
245 204
 wieder in Ihre H�nde zu legen.</p>
246 205
 
247 206
   </div>
248
-</div>
249
-  <div class="bottom" id="bottom">
250
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
251
-     $Id$
252
-  </div>
253
-</body>
254
-</html>
207
+
208
+#include <foot.wmi>
... ...
@@ -1,79 +0,0 @@
1
-<!-- revision 0.03 -->
2
-<!-- jens@kubieziel.de -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: Menschen</title>
9
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
10
-  <meta name="Author" content="Roger Dingledine" />
11
-  <meta name="Translator" content="Jens Kubieziel" />
12
-  <link rel="stylesheet" type="text/css" href="../stylesheet.css" />
13
-</head>
14
-
15
-<body>
16
-
17
-<!-- TITLE BAR & NAVIGATION -->
18
-
19
-
20
-<div class="center">
21
-
22
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
23
-    <tr>
24
-        <td class="banner-left"></td>
25
-        <td class="banner-middle">
26
-        <a href="index.de.html">Startseite</a>
27
-	  | <a href="overview.de.html">�bersicht</a>
28
-          | <a href="download.de.html">Download</a>
29
-          | <a href="documentation.de.html">Dokumente</a>
30
-          | <a href="support.de.html">Support</a>
31
-          | <a href="faq.de.html">FAQs</a>
32
-          | <a href="volunteer.de.html">Zum Projekt beitragen</a>
33
-          | <a href="developers.de.html">Entwickler</a>
34
-          | <a href="research.de.html">Forschung</a>
35
-          | <a class="current">Menschen</a>
36
-        </td>
37
-	<td class="banner-right">
38
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
39
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
40
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
41
-	</td>
42
-    </tr>
43
-</table>
44
-
45
-
46
-<!-- END TITLE BAR & NAVIGATION -->
47
-
48
-<div class="main-column">
49
-
50
-<h2>Tor: Menschen</h2>
51
-<hr />
52
-
53
-<p>Tor wird vom <a href="http://freehaven.net/">The Free Haven
54
-Project</a> als ein Baustein f�r einen robusten und zensurfreien
55
-Datenhafen verwaltet. Es wird <a
56
-href="http://freehaven.net/~arma/">Roger Dingledine</a> und <a
57
-href="http://www.wangafu.net/~nickm/">Nick Mathewson</a> mit Hilfe von
58
-vielen Freiwilligen aus dem Internet entwickelt.</p>
59
-
60
-<p>In der ersten Zeit von 2002 bis 2004 wurde Tor durch das <a
61
-  href="http://www.nrl.navy.mil/">Naval Research Lab</a> mit Unterst�tzung der
62
-<a href="http://www.onr.navy.mil/">ONR</a> und der <a
63
-  href="http://www.darpa.mil/">DARPA</a>, vertreten durch <a
64
-  href="http://www.syverson.org/">Paul Syverson</a> und basierend auf der
65
-originalen Idee des <a href="http://www.onion-router.net/">Onionrouting</a>
66
-entwickelt.</p>
67
-
68
-<p>Seit November 2004 wird die Entwicklung durch die <a
69
-href="http://www.eff.org/">Electronic Frontier Foundation</a>
70
-unterst�tzt.</p>
71
-
72
-  </div><!-- #main -->
73
-</div>
74
-  <div class="bottom" id="bottom">
75
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
76
-     $Id$
77
-  </div>
78
-</body>
79
-</html>
... ...
@@ -0,0 +1,33 @@
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: jens@kubieziel.de
4
+
5
+#include "head.wmi" TITLE="Personen"
6
+
7
+<div class="main-column">
8
+
9
+<h2>Tor: Menschen</h2>
10
+<hr />
11
+
12
+<p>Tor wird vom <a href="http://freehaven.net/">The Free Haven
13
+Project</a> als ein Baustein f�r einen robusten und zensurfreien
14
+Datenhafen verwaltet. Es wird <a
15
+href="http://freehaven.net/~arma/">Roger Dingledine</a> und <a
16
+href="http://www.wangafu.net/~nickm/">Nick Mathewson</a> mit Hilfe von
17
+vielen Freiwilligen aus dem Internet entwickelt.</p>
18
+
19
+<p>In der ersten Zeit von 2002 bis 2004 wurde Tor durch das <a
20
+  href="http://www.nrl.navy.mil/">Naval Research Lab</a> mit Unterst�tzung der
21
+<a href="http://www.onr.navy.mil/">ONR</a> und der <a
22
+  href="http://www.darpa.mil/">DARPA</a>, vertreten durch <a
23
+  href="http://www.syverson.org/">Paul Syverson</a> und basierend auf der
24
+originalen Idee des <a href="http://www.onion-router.net/">Onionrouting</a>
25
+entwickelt.</p>
26
+
27
+<p>Seit November 2004 wird die Entwicklung durch die <a
28
+href="http://www.eff.org/">Electronic Frontier Foundation</a>
29
+unterst�tzt.</p>
30
+
31
+  </div><!-- #main -->
32
+
33
+#include <foot.wmi>
... ...
@@ -1,69 +0,0 @@
1
-<!-- revision 0.02 -->
2
-<!-- jens@kubieziel.de -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4
-
5
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6
-<head>
7
-  <title>Tor: Forschung</title>
8
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
9
-  <meta name="Author" content="Roger Dingledine" />
10
-  <meta name="Translator" content="Jens Kubieziel" />
11
-  <link rel="stylesheet" type="text/css" href="../stylesheet.css" />
12
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
13
-</head>
14
-
15
-<body>
16
-
17
-<!-- TITLE BAR & NAVIGATION -->
18
-
19
-<div class="center">
20
-
21
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
22
-    <tr>
23
-        <td class="banner-left"></td>
24
-        <td class="banner-middle">
25
-        <a href="index.de.html">Startseite</a>
26
-	  | <a href="overview.de.html">�bersicht</a>
27
-          | <a href="download.de.html">Download</a>
28
-          | <a href="documentation.de.html">Dokumente</a>
29
-          | <a href="support.de.html">Support</a>
30
-          | <a href="faq.de.html">FAQs</a>
31
-          | <a href="volunteer.de.html">Zum Projekt beitragen</a>
32
-          | <a href="developers.de.html">Entwickler</a>
33
-          | <a class="current">Forschung</a>
34
-          | <a href="people.de.html">Menschen</a>
35
-        </td>
36
-	<td class="banner-right">
37
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
38
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
39
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
40
-	</td>
41
-    </tr>
42
-</table>
43
-
44
-
45
-<!-- END TITLE BAR & NAVIGATION -->
46
-
47
-
48
-<div class="main-column">
49
-
50
-<h2>Tor: Forschung</h2>
51
-<hr />
52
-
53
-<p>Lies <a
54
-href="http://freehaven.net/anonbib/topic.html#Anonymous_20communication">diese
55
-Ver�ffentlichungen</a> (speziell die in den K�sten) um mit anonymen
56
-Kommunikationssystemen vertraut zu werden.</p>
57
-
58
-<p>Wir brauchen Leute, um das System zu attackieren, und Verteidigungen
59
-zu quantifizieren. Schaue dir auch den Abschnitt Sicherheitsaufgaben die
60
-Seite <a href="volunteer.de.html">Zum Projekte beitragen</a> an.</p>
61
-
62
-  </div><!-- #main -->
63
-</div>
64
-  <div class="bottom" id="bottom">
65
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
66
-     $Id$
67
-  </div>
68
-</body>
69
-</html>
... ...
@@ -0,0 +1,23 @@
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: jens@kubieziel.de
4
+
5
+#include "head.wmi" TITLE="Forschung"
6
+
7
+<div class="main-column">
8
+
9
+<h2>Tor: Forschung</h2>
10
+<hr />
11
+
12
+<p>Lies <a
13
+href="http://freehaven.net/anonbib/topic.html#Anonymous_20communication">diese
14
+Ver�ffentlichungen</a> (speziell die in den K�sten) um mit anonymen
15
+Kommunikationssystemen vertraut zu werden.</p>
16
+
17
+<p>Wir brauchen Leute, um das System zu attackieren, und Verteidigungen
18
+zu quantifizieren. Schaue dir auch den Abschnitt Sicherheitsaufgaben die
19
+Seite <a href="volunteer.de.html">Zum Projekte beitragen</a> an.</p>
20
+
21
+  </div><!-- #main -->
22
+
23
+#include <foot.wmi>
... ...
@@ -1,51 +1,8 @@
1
-<!-- revision 0.02 -->
2
-<!-- jens@kubieziel.de -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: Support</title>
9
-  <meta name="Author" content="Roger Dingledine"  />
10
-  <meta name="Translator" content="Jens Kubieziel" />
11
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
12
-  <link rel="stylesheet" type="text/css" href="../stylesheet.css"  />
13
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"  />
14
-</head>
15
-
16
-<body>
17
-
18
-<!-- TITLE BAR & NAVIGATION -->
19
-
20
-
21
-<div class="center">
22
-
23
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
24
-    <tr>
25
-        <td class="banner-left"></td>
26
-        <td class="banner-middle">
27
-        <a href="index.de.html">Startseite</a>
28
-          | <a href="howitworks.de.html">Wie es funktioniert</a>
29
-          | <a href="download.de.html">Download</a>
30
-          | <a href="documentation.de.html">Dokumente</a>
31
-          | <a class="current">Support</a>
32
-          | <a href="faq.de.html">FAQs</a>
33
-          | <a href="volunteer.de.html">Zum Projekt beitragen</a>
34
-          | <a href="developers.de.html">Entwickler</a>
35
-          | <a href="research.de.html">Forschung</a>
36
-          | <a href="people.de.html">Menschen</a>
37
-        </td>
38
-	<td class="banner-right">
39
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
40
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
41
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a>
42
-	</td>
43
-    </tr>
44
-</table>
45
-
46
-
47
-<!-- END TITLE BAR & NAVIGATION -->
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: jens@kubieziel.de
48 4
 
5
+#include "head.wmi" TITLE="Support"
49 6
 
50 7
 <div class="main-column">
51 8
 
... ...
@@ -149,13 +106,8 @@ BSD)<b>*</b><br  />
149 106
 </p>
150 107
 
151 108
 <p>Dateien, die mit einem <b>*</b> markiert sind, k�nnen nicht mit <a
152
-href="http://tor.eff.org/cvs/tor/doc/CLIENTS">DNS leaks</a> umgehen.</p>
109
+href="<cvssandbox>tor/doc/CLIENTS">DNS leaks</a> umgehen.</p>
153 110
 
154 111
   </div><!-- #main -->
155
-</div>
156
-  <div class="bottom" id="bottom">
157
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
158
-     $Id$
159
-  </div>
160
-</body>
161
-</html>
112
+
113
+#include <foot.wmi>
... ...
@@ -1,157 +0,0 @@
1
-<!-- revision 0.03 -->
2
-<!-- jens@kubieziel.de -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: Benutzer</title>
9
-  <meta name="Author" content="Roger Dingledine"  />
10
-  <meta name="Translator" content="Jens Kubieziel" />
11
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
12
-  <link rel="stylesheet" type="text/css" href="../stylesheet.css"  />
13
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"  />
14
-</head>
15
-
16
-<body>
17
-
18
-<!-- TITLE BAR & NAVIGATION -->
19
-
20
-
21
-<div class="center">
22
-
23
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
24
-    <tr>
25
-        <td class="banner-left"></td>
26
-        <td class="banner-middle">
27
-        <a href="index.de.html">Startseite</a>
28
-          | <a href="howitworks.de.html">Wie es funktioniert</a>
29
-          | <a href="download.de.html">Download</a>
30
-          | <a href="documentation.de.html">Dokumente</a>
31
-          | <a class="current">Nutzer</a>
32
-          | <a href="faq.de.html">FAQs</a>
33
-          | <a href="volunteer.de.html">Zum Projekt beitragen</a>
34
-          | <a href="developers.de.html">Entwickler</a>
35
-          | <a href="research.de.html">Forschung</a>
36
-          | <a href="people.de.html">Menschen</a>
37
-        </td>
38
-	<td class="banner-right">
39
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
40
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
41
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
42
-	</td>
43
-    </tr>
44
-</table>
45
-
46
-
47
-<!-- END TITLE BAR & NAVIGATION -->
48
-
49
-
50
-<div class="main-column">
51
-
52
-<h2>Tor: Benutzer</h2>
53
-<hr  />
54
-
55
-<p>Wir haben einen IRC-Diskussionskanal f�r Nutzer und Betreiber. Gehe zu
56
-<a href="irc://irc.oftc.net/tor">#tor auf irc.oftc.net</a>.</p>
57
-
58
-<p>Wir haben einen <a
59
-href="http://bugs.noreply.org/tor">Bugtracker</a>. Wenn du einen Fehler findest,
60
-gerade bei sehr schweren Fehlern, lies zuerst unseren <a
61
-href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ#ServerCrashing">Wikieintrag,
62
-wie man einen Fehler berichtet</a>, und dann gehe zum Bugtracker und beschreibe
63
-den Fehler so informativ, wie du kannst. (Falls es sich bei dem Fehler um einen
64
-bei Privoxy, dem Browser oder einer anderen Anwendung handelt, schreibe dies
65
-bitte nicht in unseren Bugtracker.)</p>
66
-
67
-<p>Schau dir auch <a
68
-href="http://www.noreply.org/tor-running-routers/">Weasels Graph der
69
-Torserver</a> an. Um mehr Details �ber die aktuellen Torknoten zu erfahren,
70
-schaue auf Geoff Goodell's <a
71
-href="http://serifos.eecs.harvard.edu:8000/cgi-bin/exit.pl">Liste der Exitknoten
72
-nach L�ndern</a>. Du kannst auch das <a
73
-href="http://belegost.seul.org/">letzte dynamisch generierte Verzeichnislisting
74
-direkt beziehen</a>. (Dein Torclient holt diese automatisch.)
75
-</p>
76
-
77
-<p>
78
-Die Mailingliste <a href="http://archives.seul.org/or/announce/">or-announce</a>
79
-ist eine Liste mit niedriger Frequenz zur Ank�ndigung neuer Versionen. Die
80
-Mailingliste <a href="http://archives.seul.org/or/dev/">or-dev</a> ist nur f�r
81
-Beitr�ge von Entwicklern und ist der Ort, wo wir Vorabversionen und
82
-Versionskandidaten ank�ndigen. Die Mailingliste <a 
83
-href="http://archives.seul.org/or/talk/">or-talk</a> ist der Ort, wo die meisten
84
-Diskussionen stattfinden. Es gibt auch eine Liste f�r <a
85
-href="http://archives.seul.org/or/cvs/">cvs commits</a>.
86
-</p>
87
-
88
-
89
-<p>Das
90
-<a href="http://6sxoyfb3h2nvok2d.onion/">versteckte Wiki</a> hat eine Liste von
91
-versteckten Services und anderen Dingen. Du ben�tigst Tor und einen Proxy wie
92
-Privoxy, um darauf zuzugreifen.
93
-</p>
94
-
95
-<p>
96
-Schaue dir das <a href="http://wiki.noreply.org/wiki/TheOnionRouter">Torwiki</a>
97
-f�r weitere Dokumentation von Nutzern an.
98
-</p>
99
-
100
-<hr  />
101
-<p>
102
-Hier ist eine kurze Liste von Programmen, die du vielleicht in Verbindung mit
103
-Tor nutzen m�chtest:</p>
104
-<p>
105
-<a href="http://antinat.sourceforge.net/">Antinat</a>: scheint eine
106
-SOCKS-Bibliothek f�r Clients (auch f�r Server, doch du brauchst nur den Client)
107
-zu sein, die SOCK4A unterst�tzt<br />
108
-<a href="http://www.taiyo.co.jp/~gotoh/ssh/connect.html">Connect</a>: f�gt SSH
109
-(Win32, Linux, BSD, OS X) Proxyunterst�tzung hinzu.<br  />
110
-<a href="http://monkey.org/~dugsong/dsocks/">Dsocks</a>: ein SOCKS Clientwrapper
111
-mit gen�gend Unterst�tzung, um den eingebauten OpenSSH oder lokalen SOCKS-Proxy
112
-zu nutzen. (BSD)<br  />
113
-<a href="http://www.freecap.ru/eng/">Freecap</a>: leitet den Verkehr zu einem
114
-SOCKS-Server um. graphisch. (Win32)<br  />
115
-<a href="http://ksb.sourceforge.net/">Kernel socks bouncer</a>: leitet
116
-verschiedene Datenstr�me zu Tor um. Kann nicht mit DNS umgehen. nur Linux 2.6.<br  />
117
-<a href="http://www.privoxy.org/">Privoxy</a>: ein HTTP-Proxy, der SOCKS4a
118
-spricht. Kann auch Cookies zerw�rfeln. (Win32, Linux, BSD, OS X)<br  />
119
-<a href="http://proxychains.sourceforge.net/">Proxychains</a>: Proxifizierer,
120
-unterst�tzt benutzerdefinierte Proxylisten. (Linux, BSD, Solaris)<br  />
121
-<a href="http://www.dest-unreach.org/socat/">Socat</a>: Mehrzweckrelay. (Linux,
122
-BSD, OS X)<br  />
123
-<a
124
-href="http://www.socks.permeo.com/Download/SocksCapDownload/index.asp">Sockscap</a>:
125
-leitet den Verkehr zu einem SOCKS-Server um. graphisch. (Win32)  <br  />
126
-<a href="http://jgillick.nettripper.com/switchproxy/">Switchproxy</a>:
127
-Mozillaerweiterung, um die Proxyeinstellungen zu handhaben. (Firefox, Mozilla,
128
-Thunderbird)<br  />
129
-Tor-resolve:  �ndert Hostname zu IP-Adressen, wird mit dem Torpaket ausgeliefert.
130
-(Win32, Linux, BSD, OS X) <br  />
131
-<a href="http://www.freehaven.net/~aphex/torcap.zip">Torcap</a>: �hnlich wie
132
-sockscap and freecap. hat verschiedene St�rken und Schw�chen. (Win32)<br  />
133
-<a href="http://freehaven.net/~aphex/TorControl/release/">TorControl</a>: ein
134
-grundlegendes Steuerungsprogramm f�r Tor mit GUI. Du musst die Variable
135
-'ControlPort 9051' in deiner torrc setzen. <br  />
136
-<a href="http://sourceforge.net/projects/transocks/">Transocks</a>:
137
-Transparenter Proxy, um den Verkehr durch einen SOCKS-Proxy zu leiten. Nutzt
138
-iptables. (Linux)<br  />
139
-<a href="http://transproxy.sourceforge.net/">Transproxy</a>: Transparenter Proxy
140
-f�r HTTP-Anfragen mit ipfw, ipnet, ipfwadm, ipchains or iptables . (FreeBSD,
141
-Linux).<br  />
142
-<a href="http://tsocks.sourceforge.net/">Tsocks</a>: ein Programm, dass die
143
-connect()-Systemaufrufe abf�ngt und diese durch Tor umleitet. (Linux,
144
-BSD)<b>*</b><br  />
145
-</p>
146
-
147
-<p>Dateien, die mit einem <b>*</b> markiert sind, k�nnen nicht mit <a
148
-href="http://tor.eff.org/cvs/tor/doc/CLIENTS">DNS leaks</a> umgehen.</p>
149
-
150
-  </div><!-- #main -->
151
-</div>
152
-  <div class="bottom" id="bottom">
153
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
154
-     $Id$
155
-  </div>
156
-</body>
157
-</html>
... ...
@@ -1,50 +1,8 @@
1
-<!-- revision 0.06 -->
2
-<!-- jens@kubieziel.de -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: Zum Projekt beitragen</title>
9
-  <meta name="Author" content="Roger Dingledine"  />
10
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
11
-  <meta name="Translator" content="Jens Kubieziel" />
12
-  <link rel="stylesheet" type="text/css" href="../stylesheet.css"  />
13
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"  />
14
-</head>
15
-<body>
16
-
17
-<!-- TITLE BAR & NAVIGATION -->
18
-
19
-<div class="center">
20
-
21
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
22
-    <tr>
23
-        <td class="banner-left"></td>
24
-        <td class="banner-middle">
25
-        <a href="index.de.html">Startseite</a>
26
-          | <a href="howitworks.de.html">Wie es funktioniert</a>
27
-          | <a href="download.de.html">Download</a>
28
-          | <a href="documentation.de.html">Dokumente</a>
29
-          | <a href="users.de.html">Nutzer</a>
30
-          | <a href="faq.de.html">FAQs</a>
31
-          | <a class="current">Zum Projekt beitragen</a>
32
-          | <a href="developers.de.html">Entwickler</a>
33
-          | <a href="research.de.html">Forschung</a>
34
-          | <a href="people.de.html">Menschen</a>
35
-        </td>
36
-	<td class="banner-right">
37
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
38
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
39
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
40
-	</td>
41
-    </tr>
42
-</table>
43
-
44
-
45
-<!-- END TITLE BAR & NAVIGATION -->
46
-
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: jens@kubieziel.de
47 4
 
5
+#include "head.wmi" TITLE="Mithelfen"
48 6
 
49 7
 <div class="main-column">
50 8
 
... ...
@@ -56,15 +14,15 @@
56 14
   <li>Wir brauchen Nutzer wie dich, um Tor zu probieren und lass die
57 15
     Entwickler �ber jeden Bug wissen, den du findest.</li>
58 16
   <li>Bitte �berlege dir,
59
-    einen <a href="/cvs/tor/doc/tor-doc-server.html">Server zu
17
+    einen <a href="<cvssandbox>tor/doc/tor-doc-server.html">Server zu
60 18
     betreiben</a>, damit das Netzwerk weiter w�chst.</li>
61 19
   <li>Wir ben�tigen Leute mit Programmiererfahrung unter Windows. Sie
62 20
     sollen einen Exitknoten unter Windows betreiben und uns beim
63 21
     Debuggen helfen.</li>
64 22
   <li>Betreibe
65
-      einen <a href="/cvs/tor/doc/tor-hidden-service.html">versteckten
23
+      einen <a href="<cvssandbox>tor/doc/tor-hidden-service.html">versteckten
66 24
       Service</a> und f�lle ihn mit interessanten Inhalten.</li>
67
-  <li>Schaue dir den <a href="/gui/">GUI-Wettbewerb</a> an und bringe
25
+  <li>Schaue dir den <a href="gui/">GUI-Wettbewerb</a> an und bringe
68 26
     deine Ideen zur Verbesserung der Benutzbarkeit der
69 27
     Torschnittstelle ein. Du erh�lst ein kostenloses T-Shirt f�r jeden
70 28
     Beitrag!</li>
... ...
@@ -88,10 +46,10 @@
88 46
   <li>Entwickle einen Weg f�r die Deinstallation auf OS X, der mehr
89 47
     automatisiert ist, als den Leuten
90 48
     mitzuteilen, <a
91
-    href="http://tor.eff.org/doc/tor-doc-osx.html#uninstall">alle
49
+    href="<cvssandbox>tor/doc/tor-doc-osx.html#uninstall">alle
92 50
     Dateien zu entfernen</a>.</li>
93 51
   <li>Unser <a
94
-    href="http://tor.eff.org/cvs/tor/tor.spec.in">RPM-Spec</a>
52
+    href="<cvssandbox>tor/tor.spec.in">RPM-Spec</a>
95 53
     ben�tigt einen Maintainer. Wenn du damit Kenntnisse hast, bitte
96 54
     hilf uns aus.</li>
97 55
   </ol>
... ...
@@ -115,12 +73,12 @@
115 73
     dass sie BandwidthRate in Teilen des Tages setzen wollen und eine
116 74
     andere BandwidthRate an anderen Teilen des Tages. Anstatt das
117 75
     direkt in Tor zu implementieren, sollten wir lieber ein kleines
118
-    Skript haben, das �ber die <a href="/gui/">Torschnittstelle</a>
76
+    Skript haben, das �ber die <a href="gui/">Torschnittstelle</a>
119 77
     spricht und ein setconf macht, um die �nderungen
120 78
     herbeizuf�hren. Nat�rlich w�rde es durch Cron ausgef�hrt oder es
121 79
     schl�ft eine bestimmte Zeit und macht dann die �nderungen. Kann
122 80
     das jemand f�r uns schreiben und wir packen das dann
123
-    nach <a href="/cvs/tor/contrib/">tor/contrib</a>?</li>
81
+    nach <a href="<cvssandbox>tor/contrib/">tor/contrib</a>?</li>
124 82
   <li>Wir haben eine Vielzahl von Wegen, um
125 83
     das <a
126 84
     href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ChooseEntryExit">Tornetzwerk
... ...
@@ -161,7 +119,7 @@
161 119
     was dich verwirrt. Wir werden versuchen, das anzupassen.</li>
162 120
   <li>Hilf die Webseite und die Dokumentation in andere Sprachen zu
163 121
     �bersetzen. Wenn du gern helfen m�chtest, schaue dir die <a
164
-    href="/translation.de.html">Richtlinien zur �bersetzung</a>
122
+    href="translation.de.html">Richtlinien zur �bersetzung</a>
165 123
     an. Wir brauchen auch Leute, die helfen, die aktuellen deutschen
166 124
     und italienischen Versionen betreuen.</li>
167 125
   <li>Nachforschungen zu Privoxy vs. Freecap vs. Sockscap f�r
... ...
@@ -179,7 +137,7 @@
179 137
     in Verbindungen eingreifen und diese durch Tor schicken. F�r Linux
180 138
     und Windows sind tsocks bzw. freecap gute Kandidaten.</li>
181 139
   <li>Wir haben eine riesige
182
-    Liste <a href="/support.de.html">potentiell n�tzlicher Programme,
140
+    Liste <a href="support.de.html">potentiell n�tzlicher Programme,
183 141
     die eine Schnittstelle zu Tor haben</a>. Welche sind in welchen
184 142
     Situationen gut? Bitte hilf uns, diese zu testen und dokumentiere
185 143
     die Eregbnisse.</li>
... ...
@@ -374,10 +332,5 @@
374 332
     m�chtest!</p>
375 333
 
376 334
 </div><!-- #main -->
377
-</div>
378
-  <div class="bottom" id="bottom">
379
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
380
-     $Id$
381
-  </div>
382
-</body>
383
-</html>
335
+
336
+#include <foot.wmi>
... ...
@@ -1,58 +1,20 @@
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: Developers</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
-
15
-<!-- TITLE BAR & NAVIGATION -->
16
-<div class="center">
17
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
18
-    <tr>
19
-        <td class="banner-left"></td>
20
-        <td class="banner-middle">
21
-            <a href="index.html">Home</a>
22
-          | <a href="overview.html">Overview</a>
23
-          | <a href="download.html">Download</a>
24
-          | <a href="documentation.html">Docs</a>
25
-          | <a href="support.html">Support</a>
26
-          | <a href="faq.html">FAQs</a>
27
-          | <a href="volunteer.html">Volunteer</a>
28
-          | <a class="current">Developers</a>
29
-          | <a href="research.html">Research</a>
30
-          | <a href="people.html">People</a>
31
-        </td>
32
-        <td class="banner-right">
33
-	      <a href="/"><img src="/images/en.png" alt="English" /></a>
34
-	      <a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
35
-	      <a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a>
36
-        </td>
37
-    </tr>
38
-</table>
39
-
40
-<!-- END TITLE BAR & NAVIGATION -->
41
-
1
+## translation metadata
2
+# Revision: $Rev: 1.214$
42 3
 
4
+#include "head.wmi" TITLE="Developers"
43 5
 
44 6
 <div class="main-column">
45
-<div style="float: right; border: 1px solid #666666; background:
46
-#e7e7e7; padding: 5px; margin: 0 5px 0 0;">
47
-<a href="/gui/" style="color: #EF8012; font-weight: bold;">Tor GUI Competition &raquo;</a>
7
+<div style="float: right; border: 1px solid #666666; background: #e7e7e7; padding: 5px; margin: 0 5px 0 0;">
8
+<a href="gui/" style="color: #EF8012; font-weight: bold;">Tor GUI Competition &raquo;</a>
48 9
 </div>
10
+
49 11
 <h2>Tor: Developers</h2>
50 12
 <hr />
51 13
 
52 14
 <p>Browse the Tor <b>CVS repository</b>: (which may not
53 15
 necessarily work or even compile)</p>
54 16
 <ul>
55
-<li><a href="/cvs/">Regularly updated CVS sandbox</a></li>
17
+<li><a href="<cvssandbox>">Regularly updated CVS sandbox</a></li>
56 18
 <li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/?root=tor">ViewCVS</a></li>
57 19
 <li><a href="http://archives.seul.org/or/cvs/">Mailing list for cvs commits</a></li>
58 20
 <li>anonymous pserver access (password is guest):
... ...
@@ -88,7 +50,7 @@ necessarily work or even compile)</p>
88 50
 </ul>
89 51
 
90 52
 <p>
91
-<a href="/cvs/tor/doc/TODO">The list of stuff the developers know they need to do</a>.
53
+<a href="<cvssandbox>tor/doc/TODO">The list of stuff the developers know they need to do</a>.
92 54
 </p>
93 55
 
94 56
 <p>
... ...
@@ -98,10 +60,5 @@ client. More on that coming soon.
98 60
 </p>
99 61
 
100 62
   </div><!-- #main -->
101
-</div>
102
-  <div class="bottom" id="bottom">
103
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
104
-     $Id$
105
-  </div>
106
-</body>
107
-</html>
63
+
64
+#include <foot.wmi>
... ...
@@ -1,45 +1,7 @@
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: Documentation</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
-
15
-<!-- TITLE BAR & NAVIGATION -->
16
-<div class="center">
17
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
18
-    <tr>
19
-        <td class="banner-left"></td>
20
-        <td class="banner-middle">
21
-            <a href="index.html">Home</a>
22
-          | <a href="overview.html">Overview</a>
23
-          | <a href="download.html">Download</a>
24
-          | <a class="current">Docs</a>
25
-          | <a href="support.html">Support</a>
26
-          | <a href="faq.html">FAQs</a>
27
-          | <a href="volunteer.html">Volunteer</a>
28
-          | <a href="developers.html">Developers</a>
29
-          | <a href="research.html">Research</a>
30
-          | <a href="people.html">People</a>
31
-        </td>
32
-	<td class="banner-right">
33
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
34
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
35
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
36
-	</td>
37
-    </tr>
38
-</table>
39
-
40
-<!-- END TITLE BAR & NAVIGATION -->
41
-
1
+## translation metadata
2
+# Revision: $Rev$
42 3
 
4
+#include "head.wmi" TITLE="Documentation"
43 5
 
44 6
 <div class="main-column">
45 7
 
... ...
@@ -57,12 +19,12 @@
57 19
 <a id="RunningTor"></a>
58 20
 <h2><a class="anchor" href="#RunningTor">Running Tor</a></h2>
59 21
 <ul>
60
-<li><a href="/cvs/tor/doc/tor-doc-win32.html">Installing Tor on Win32</a></li>
61
-<li><a href="/cvs/tor/doc/tor-doc-osx.html">Installing Tor on Mac OS X</a></li>
62
-<li><a href="/cvs/tor/doc/tor-doc-unix.html">Installing Tor on Linux/BSD/Unix</a></li>
63
-<li><a href="/cvs/tor/doc/tor-switchproxy.html">Installing SwitchProxy for Tor</a></li>
64
-<li><a href="/cvs/tor/doc/tor-doc-server.html">Configuring a Tor server</a></li>
65
-<li><a href="/cvs/tor/doc/tor-hidden-service.html">Configuring a Tor hidden service</a></li>
22
+<li><a href="<cvssandbox>tor/doc/tor-doc-win32.html">Installing Tor on Win32</a></li>
23
+<li><a href="<cvssandbox>tor/doc/tor-doc-osx.html">Installing Tor on Mac OS X</a></li>
24
+<li><a href="<cvssandbox>tor/doc/tor-doc-unix.html">Installing Tor on Linux/BSD/Unix</a></li>
25
+<li><a href="<cvssandbox>tor/doc/tor-switchproxy.html">Installing SwitchProxy for Tor</a></li>
26
+<li><a href="<cvssandbox>tor/doc/tor-doc-server.html">Configuring a Tor server</a></li>
27
+<li><a href="<cvssandbox>tor/doc/tor-hidden-service.html">Configuring a Tor hidden service</a></li>
66 28
 </ul>
67 29
 
68 30
 <a id="DesignDoc"></a>
... ...
@@ -71,28 +33,28 @@
71 33
 Security 2004) gives our justifications and security analysis for the
72 34
 Tor design:</p>
73 35
 <ul>
74
-<li><a href="/cvs/tor/doc/design-paper/tor-design.pdf">PDF version</a></li>
75
-<li><a href="/cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li>
36
+<li><a href="<cvssandbox>tor/doc/design-paper/tor-design.pdf">PDF version</a></li>
37
+<li><a href="<cvssandbox>tor/doc/design-paper/tor-design.html">HTML version</a></li>
76 38
 </ul>
77 39
 
78 40
 <p>Our follow-up paper on <b>challenges in low-latency anonymity</b>
79 41
 (still in draft form) details more recent experiences and directions:
80
-<a href="/cvs/tor/doc/design-paper/challenges.pdf">PDF version</a>.</p>
42
+<a href="<cvssandbox>tor/doc/design-paper/challenges.pdf">PDF version</a>.</p>
81 43
 
82 44
 <p>The <b>specification</b> aims to give
83 45
 developers enough information to build a compatible version of Tor:</p>
84 46
 <ul>
85
-<li><a href="/cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li>
86
-<li><a href="/cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
87
-<li><a href="/cvs/tor/doc/dir-spec.txt">Tor directory server specification</a></li>
88
-<li><a href="/cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li>
47
+<li><a href="<cvssandbox>tor/doc/tor-spec.txt">Main Tor specification</a></li>
48
+<li><a href="<cvssandbox>tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
49
+<li><a href="<cvssandbox>tor/doc/dir-spec.txt">Tor directory server specification</a></li>
50
+<li><a href="<cvssandbox>tor/doc/control-spec.txt">Tor UI control specification</a></li>
89 51
 </ul>
90 52
 
91
-<p>The <a href="/tor-manual.html"><b>manual</b></a> for the latest stable version
53
+<p>The <a href="tor-manual.html"><b>manual</b></a> for the latest stable version
92 54
 provides detailed instructions for how to install and use Tor, including configuration
93 55
 of client and server options.<br />
94 56
 If you are running the CVS version the manual is available
95
-<a href="/tor-manual-cvs.html"><b>here</b></a>.
57
+<a href="tor-manual-cvs.html"><b>here</b></a>.
96 58
 </p>
97 59
 
98 60
 <p>The <a href="http://wiki.noreply.org/noreply/TheOnionRouter">wiki</a>
... ...
@@ -141,11 +103,5 @@ list</a> is for posting by developers only, and is very low traffic. </li>
141 103
 href="http://archives.seul.org/or/cvs/">cvs commits</a>.</li>
142 104
 </ul>
143 105
   </div><!-- #main -->
144
-</div>
145
-  <div class="bottom" id="bottom">
146
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
147
-     $Id$
148
-  </div>
149
-</body>
150
-</html>
151 106
 
107
+#include <foot.wmi>
... ...
@@ -1,46 +1,7 @@
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: Download</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
-
15
-<!-- TITLE BAR & NAVIGATION -->
16
-
17
-<div class="center">
18
-<table class="banner" cellpadding="0" cellspacing="0">
19
-    <tr>
20
-        <td class="banner-left"></td>
21
-        <td class="banner-middle">
22
-            <a href="index.html">Home</a>
23
-          | <a href="overview.html">Overview</a>
24
-          | <a class="current">Download</a>
25
-          | <a href="documentation.html">Docs</a>
26
-          | <a href="support.html">Support</a>
27
-          | <a href="faq.html">FAQs</a>
28
-          | <a href="volunteer.html">Volunteer</a>
29
-          | <a href="developers.html">Developers</a>
30
-          | <a href="research.html">Research</a>
31
-          | <a href="people.html">People</a>
32
-        </td>
33
-	<td class="banner-right">
34
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
35
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
36
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a>
37
-	</td>
38
-    </tr>
39
-</table>
40
-
41
-<!-- END TITLE BAR & NAVIGATION -->
42
-
1
+## translation metadata
2
+# Revision: $Rev$
43 3
 
4
+#include "head.wmi" TITLE="Download"
44 5
 
45 6
 <div class="main-column">
46 7
 
... ...
@@ -48,12 +9,12 @@
48 9
 <hr />
49 10
 
50 11
 <p>Tor is distributed as <a href="http://www.fsf.org/">Free Software</a>
51
-under the <a href="/cvs/tor/LICENSE">3-clause BSD license</a>.</p>
12
+under the <a href="<cvssandbox>tor/LICENSE">3-clause BSD license</a>.</p>
52 13
 
53 14
 <p>You can get the latest release from the <a href="dist/">download
54 15
 directory</a>.
55
-The latest stable release is <b>0.1.0.15</b>, and the
56
-latest development release is <b>0.1.1.7-alpha</b>.
16
+The latest stable release is <b><version-stable></b>, and the
17
+latest development release is <b><version-alpha></b>.
57 18
 To keep informed of security advisories and new stable releases, subscribe
58 19
 to the <a href="http://archives.seul.org/or/announce/">or-announce
59 20
 mailing list</a>: (you will need to confirm via email)
... ...
@@ -70,42 +31,40 @@ mailing list</a>: (you will need to confirm via email)
70 31
 <p>Tor should run on Linux, BSD, OS X, Windows, Solaris, and more.</p>
71 32
 <ul>
72 33
 <li><b>Windows</b> installer:
73
-<a href="dist/win32/tor-0.1.0.15-win32.exe">0.1.0.15</a> (<a href="dist/win32/tor-0.1.0.15-win32.exe.asc">sig</a>),
74
-<a href="dist/win32/tor-0.1.1.7-alpha-win32.exe">0.1.1.7-alpha</a> (<a href="dist/win32/tor-0.1.1.7-alpha-win32.exe.asc">sig</a>).
75
-Be sure to read the <a href="/cvs/tor/doc/tor-doc-win32.html">Win32 Tor instructions</a>.</li>
34
+<a href="<package-win32-stable>"><version-win32-stable></a> (<a href="<package-win32-stable-sig>">sig</a>),
35
+<a href="<package-win32-alpha>"><version-win32-alpha></a> (<a href="<package-win32-alpha-sig>">sig</a>).
36
+Be sure to read the <a href="<cvssandbox>tor/doc/tor-doc-win32.html">Win32 Tor instructions</a>.</li>
37
+
76 38
 <li><b>Mac OS X Tiger</b> installer: 
77
-<a href="dist/osx/Tor 0.1.0.15 Bundle.dmg">0.1.0.15</a> (<a href="dist/osx/Tor 0.1.0.15 Bundle.dmg.asc">sig</a>),
78
-<a href="dist/osx/Tor 0.1.1.7-alpha Bundle.dmg">0.1.1.7-alpha</a> (<a href="dist/osx/Tor 0.1.1.7-alpha Bundle.dmg.asc">sig</a>).
79
-Be sure to read the <a href="/cvs/tor/doc/tor-doc-osx.html">OS X Tor instructions</a>.
39
+<a href="<package-osx-stable>"><version-osx-stable></a> (<a href="<package-osx-stable-sig>">sig</a>),
40
+<a href="<package-osx-alpha>"><version-osx-alpha></a> (<a href="<package-osx-alpha-sig>">sig</a>).
41
+Be sure to read the <a href="<cvssandbox>tor/doc/tor-doc-osx.html">OS X Tor instructions</a>.
80 42
 </li>
43
+
81 44
 <li><b>Mac OS X Panther/Jaguar</b> installer: 
82
-<a href="dist/osx-old/Tor 0.1.0.15-gcc3 Bundle.dmg">0.1.0.15</a> (<a href="dist/osx-old/Tor 0.1.0.15-gcc3 Bundle.dmg.asc">sig</a>).
83
-Be sure to read the <a href="/cvs/tor/doc/tor-doc-osx.html">OS X Tor instructions</a>.
45
+<a href="<package-oldosx-stable>"><version-oldosx-stable></a> (<a href="<package-oldosx-stable-sig>">sig</a>).
46
+Be sure to read the <a href="<cvssandbox>tor/doc/tor-doc-osx.html">OS X Tor instructions</a>.
84 47
 </li>
85 48
 <li><b>Debian packages</b>: <kbd>apt-get install tor</kbd> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorOnDebian">guide for Sarge and experimental Tor versions</a>)
86 49
 </li>
50
+
87 51
 <li><b>Red Hat Linux</b> package:
88
-<a href="dist/rpm/tor-0.1.0.15-tor.0.fc4.i386.rpm">0.1.0.15 RPM</a> (<a href="dist/rpm/tor-0.1.0.15-tor.0.fc4.i386.rpm.asc">sig</a>),
89
-<a href="dist/rpm/tor-0.1.0.15-tor.0.fc4.src.rpm">0.1.0.15 SRPM</a> (<a href="dist/rpm/tor-0.1.0.15-tor.0.fc4.src.rpm.asc">sig</a>),
90
-<a href="dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.i386.rpm">0.1.1.7-alpha RPM</a> (<a href="dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.i386.rpm.asc">sig</a>),
91
-<a href="dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.src.rpm">0.1.1.7-alpha SRPM</a> (<a href="dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.src.rpm.asc">sig</a>)
52
+<a href="<package-rpm-stable>"><version-rpm-stable> RPM</a> (<a href="<package-rpm-stable-sig>">sig</a>),
53
+<a href="<package-srpm-stable>"><version-rpm-stable> SRPM</a> (<a href="<package-srpm-stable-sig>">sig</a>),
54
+<a href="<package-rpm-alpha>"><version-rpm-alpha> RPM</a> (<a href="<package-rpm-alpha-sig>">sig</a>),
55
+<a href="<package-srpm-alpha>"><version-rpm-alpha> SRPM</a> (<a href="<package-srpm-alpha-sig>">sig</a>)
92 56
 </li>
57
+
93 58
 <li><b>Gentoo</b>: <kbd>emerge tor</kbd> (<a href="http://gentoo-wiki.com/HOWTO_Anonymity_with_Tor_and_Privoxy">guide</a>)</li>
94
-<li><b>FreeBSD</b>: <kbd>portinstall -s security/tor</kbd>
95
-</li>
96
-<li><b>OpenBSD</b>: <kbd>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</kbd> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">guide to chrooting</a>)
97
-</li>
98
-<li><b>NetBSD</b>: <kbd>cd /usr/pkgsrc/net/tor &amp;&amp; make install</kbd>
99
-</li>
100
-<li>Latest source tarballs: <a href="dist/tor-0.1.0.15.tar.gz">0.1.0.15</a>
101
-(<a href="dist/tor-0.1.0.15.tar.gz.asc">sig</a>),
102
-<a href="dist/tor-0.1.1.7-alpha.tar.gz">0.1.1.7-alpha</a>
103
-(<a href="dist/tor-0.1.1.7-alpha.tar.gz.asc">sig</a>)
104
-</li>
59
+<li><b>FreeBSD</b>: <kbd>portinstall -s security/tor</kbd></li>
60
+<li><b>OpenBSD</b>: <kbd>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</kbd> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">guide to chrooting</a>)</li>
61
+<li><b>NetBSD</b>: <kbd>cd /usr/pkgsrc/net/tor &amp;&amp; make install</kbd></li>
62
+<li>Latest source tarballs: <a href="<package-source-stable>"><version-stable></a> (<a href="<package-source-stable-sig>">sig</a>),
63
+<a href="<package-source-alpha>"><version-alpha></a> (<a href="<package-source-alpha-sig>">sig</a>) </li>
105 64
 </ul>
106 65
 
107 66
 <p>Instructions for setting up Tor on Linux/BSD/Unix are <a
108
-href="/cvs/tor/doc/tor-doc-unix.html">here</a>. This <a
67
+href="<cvssandbox>tor/doc/tor-doc-unix.html">here</a>. This <a
109 68
 href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#DistSignatures">FAQ
110 69
 entry</a> explains how to verify package signatures.
111 70
 </p>
... ...
@@ -235,14 +194,9 @@ clients; and much more support for the Tor controller protocol</a>.
235 194
 
236 195
 <hr />
237 196
 
238
-<p>You can read the <a href="/cvs/tor/ChangeLog">ChangeLog</a> for more
197
+<p>You can read the <a href="<cvssandbox>tor/ChangeLog">ChangeLog</a> for more
239 198
 details.</p>
240 199
 
241 200
   </div><!-- #main -->
242
-</div>
243
-  <div class="bottom" id="bottom">
244
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
245
-     $Id$
246
-  </div>
247
-</body>
248
-</html>
201
+
202
+#include <foot.wmi>
... ...
@@ -1,44 +1,7 @@
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>Abuse FAQ for Tor Server Operators</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
-<body>
13
-
14
-<!-- TITLE BAR & NAVIGATION -->
15
-<div class="center">
16
-
17
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
18
-    <tr>
19
-        <td class="banner-left"></td>
20
-        <td class="banner-middle">
21
-            <a href="index.html">Home</a>
22
-          | <a href="overview.html">Overview</a>
23
-          | <a href="download.html">Download</a>
24
-          | <a href="documentation.html">Docs</a>
25
-          | <a href="support.html">Support</a>
26
-          | <a href="faq.html">FAQs</a>
27
-          | <a href="volunteer.html">Volunteer</a>
28
-          | <a href="developers.html">Developers</a>
29
-          | <a href="research.html">Research</a>
30
-          | <a href="people.html">People</a>
31
-        </td>
32
-        <td class="banner-right">
33
-              <a href="/"><img src="/images/en.png" alt="English" /></a>
34
-              <a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
35
-              <a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a>
36
-        </td>
37
-    </tr>
38
-</table>
39
-
40
-<!-- END TITLE BAR & NAVIGATION -->
1
+## translation metadata
2
+# Revision: $Rev$
41 3
 
4
+#include "head.wmi" TITLE="Abuse FAQ for Server Operators"
42 5
 
43 6
 <div class="main-column">
44 7
 
... ...
@@ -144,7 +107,7 @@ with exit abuse complaints," so we hope our network is more sustainable
144 107
 than past attempts at anonymity networks. </p>
145 108
 
146 109
 <p>Since Tor has <a
147
-href="/overview.html">many good uses as
110
+href="overview.html">many good uses as
148 111
 well</a>, we feel that we're doing pretty well at striking a balance
149 112
 currently. </p>
150 113
 
... ...
@@ -168,7 +131,7 @@ himself. Your ISP gets polite mail about how your computer has been
168 131
 compromised; and/or your computer gets DDoSed. [Port 6667]</li>
169 132
 <li>Somebody uses Tor to download a Vin Diesel movie, and
170 133
 your ISP gets a DMCA takedown notice. See EFF's <a
171
-href="http://tor.eff.org/eff/tor-dmca-response.html">Tor DMCA Response
134
+href="eff/tor-dmca-response.html">Tor DMCA Response
172 135
 Template</a>, which explains to your ISP why it can probably ignore
173 136
 the notice without any liability. [Arbitrary ports]</li>
174 137
 </ul>
... ...
@@ -296,7 +259,7 @@ and you should keep in mind that exit policies can change (as well as
296 259
 the overall list of nodes in the network). </p>
297 260
 
298 261
 <p>If you really want to do this, we provide a
299
-<a href="/cvs/tor/contrib/exitlist">Python script to parse the Tor
262
+<a href="<cvssandbox>tor/contrib/exitlist">Python script to parse the Tor
300 263
 directory</a>.
301 264
 </p>
302 265
 
... ...
@@ -336,13 +299,9 @@ analysis, sting operations, and other physical investigations.
336 299
 we're not the ones to talk to about legal questions or concerns. </p>
337 300
 
338 301
 <p>Please take a look at the <a
339
-href="http://tor.eff.org//eff/tor-legal-faq.html">Tor Legal FAQ</a>,
302
+href="eff/tor-legal-faq.html">Tor Legal FAQ</a>,
340 303
 and contact EFF directly if you have any further legal questions. </p>
341 304
 
342 305
   </div><!-- #main -->
343
-  </div>
344
-    <div class="bottom" id="bottom">
345
-      <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> - $Id$
346
-    </div>
347
-</body>
348
-</html>
306
+
307
+#include <foot.wmi>
... ...
@@ -0,0 +1,33 @@
1
+## translation metadata
2
+# Revision: $Rev$
3
+
4
+#include "head.wmi" TITLE="FAQs"
5
+
6
+<div class="main-column">
7
+
8
+<h2>Tor: FAQs</h2>
9
+<hr />
10
+
11
+<p>
12
+The <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">Tor
13
+Technical FAQ Wiki</a> is user-editable, meaning anyone can make edits
14
+to the content. We encourage Tor users and supporters to go fix it up,
15
+add more questions, provide answers, etc. While we will monitor the Wiki
16
+page to help ensure accuracy, the Tor developers are not responsible
17
+for the content.
18
+</p>
19
+
20
+<p>
21
+The <a href="eff/tor-legal-faq.html">Tor Legal FAQ</a> is written by
22
+EFF lawyers. It aims to give you an overview of some of the legal issues
23
+that arise from the Tor project.
24
+</p>
25
+
26
+<p>
27
+The <a href="faq-abuse.html">Abuse FAQ for Tor Server Operators</a> is a collection
28
+of common questions and issues discussed when running a Tor server.
29
+</p>
30
+
31
+  </div><!-- #main -->
32
+
33
+#include <foot.wmi>
... ...
@@ -0,0 +1,26 @@
1
+#!/usr/bin/wml
2
+
3
+## translation metadata
4
+# Revision: $Rev: 1.214$
5
+
6
+#include "functions.wmi"
7
+
8
+</div>
9
+  <div class="bottom" id="bottom">
10
+     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
11
+#     Id: developers.html,v 1.41 2005/08/31 20:19:16 thomass Exp 
12
+      Last modified: <: @stat = stat($(LANG).'/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); :>
13
+      -
14
+      Last compiled: <: print scalar localtime(); :>
15
+
16
+# Uncomment this in your translation:  (and translate it)
17
+#####################################
18
+#      <: unless (translation_current()) { :>
19
+#      <p>
20
+#      Warning:  This translation might be obsolete.  The English original is at Revision
21
+#      <:= translation_get_masterrevision() :> while this translation is based on
22
+#      <:= translation_get_basedonrevision() :>.
23
+#      <: } :>
24
+  </div>
25
+</body>
26
+</html>
... ...
@@ -1,41 +1,7 @@
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 GUI Contest</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
-
15
-<!-- TITLE BAR & NAVIGATION -->
16
-<div class="center">
17
-
18
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
19
-    <tr>
20
-        <td class="banner-left"></td>
21
-        <td class="banner-middle">
22
-            <a href="index.html">Home</a>
23
-          | <a href="overview.html">Overview</a>
24
-          | <a href="download.html">Download</a>
25
-          | <a href="documentation.html">Docs</a>
26
-          | <a href="support.html">Support</a>
27
-          | <a href="faq.html">FAQs</a>
28
-          | <a href="volunteer.html">Volunteer</a>
29
-          | <a href="developers.html">Developers</a>
30
-          | <a href="research.html">Research</a>
31
-          | <a href="people.html">People</a>
32
-        </td>
33
-        <td class="banner-right"></td>
34
-    </tr>
35
-</table>
36
-
37
-<!-- END TITLE BAR & NAVIGATION -->
1
+## translation metadata
2
+# Revision: $Rev$
38 3
 
4
+#include "head.wmi" TITLE="GUI Contest"
39 5
 
40 6
 <div class="main-column">
41 7
 
... ...
@@ -76,7 +42,7 @@ applications are using Tor safely.
76 42
 href="http://www.opensource.org/">Open Source Software</a>
77 43
 that will
78 44
 provide a user interface to the Tor system by way of the <a
79
-href="/cvs/control/doc/howto.txt">Tor Controller
45
+href="<cvssandbox>control/doc/howto.txt">Tor Controller
80 46
 Protocol</a>.</p>
81 47
 
82 48
 <p>We are looking for a vision of how Tor can work in a user's everyday
... ...
@@ -309,7 +275,7 @@ usability research on Tor</a>.)</p>
309 275
 <h3><a class="anchor" href="#Clarifications">Questions and Clarifications</a></h3>
310 276
 
311 277
 <p>Check back <a
312
-href="http://tor.eff.org/gui-contest.html#Clarifications">here</a>
278
+href="gui-contest.html#Clarifications">here</a>
313 279
 periodically, and look at the <a
314 280
 href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestFAQ">Contest
315 281
 FAQ wiki</a>, for FAQ entries, clarifications, etc.</p>
... ...
@@ -344,7 +310,7 @@ to this version of Tor will be announced to the contest web site.</p>
344 310
 <p>The Tor developers will also release test rigs (libraries) in both Java
345 311
 and Python that demonstrate Tor's controller protocol. Code submissions
346 312
 may be able to save a lot of time by using this code as a skeleton. You
347
-can check out the <a href="http://tor.eff.org/cvs/control/">development
313
+can check out the <a href="<cvssandbox>control/">development
348 314
 versions of these libraries</a> now.
349 315
 </p>
350 316
 
... ...
@@ -377,11 +343,5 @@ submission.</li>
377 343
 </ul>
378 344
 
379 345
   </div><!-- #main -->
380
-</div>
381
-  <div class="bottom" id="bottom">
382
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
383
-     $Id$
384
-  </div>
385
-</body>
386
-</html>
387 346
 
347
+#include <foot.wmi>
... ...
@@ -0,0 +1,7 @@
1
+## translation metadata
2
+# Revision: $Rev$
3
+
4
+#include "head.wmi" TITLE="Redirecting" REDIRECT="overview.en"
5
+
6
+
7
+#include <foot.wmi>
... ...
@@ -1,60 +1,20 @@
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: An anonymous Internet communication system</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
-
15
-<!-- TITLE BAR & NAVIGATION -->
16
-
17
-<div class="center">
18
-
19
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
20
-    <tr>
21
-        <td class="banner-left"></td>
22
-        <td class="banner-middle">
23
-            <a class="current">Home</a>
24
-          | <a href="overview.html">Overview</a>
25
-          | <a href="download.html">Download</a>
26
-          | <a href="documentation.html">Docs</a>
27
-          | <a href="support.html">Support</a>
28
-          | <a href="faq.html">FAQs</a>
29
-          | <a href="volunteer.html">Volunteer</a>
30
-          | <a href="developers.html">Developers</a>
31
-          | <a href="research.html">Research</a>
32
-          | <a href="people.html">People</a>
33
-        </td>
34
-        <td class="banner-right">
35
-              <a href="/"><img src="/images/en.png" alt="English" /></a>
36
-              <a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
37
-              <a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a>
38
-        </td>
39
-    </tr>
40
-</table>
41
-
42
-<!-- END TITLE BAR & NAVIGATION -->
1
+## translation metadata
2
+# Revision: $Rev$
43 3
 
4
+#include "head.wmi" TITLE="An anonymous Internet communication system"
44 5
 
45 6
 <!-- SIDEBAR (OPTIONAL) -->
46 7
 <div class="sidebar">
47
-<a href="download.html"><img src="images/download_tor.png" alt="Download Tor" /></a>
8
+<a href="download.html"><img src="$(IMGROOT)/download_tor.png" alt="Download Tor" /></a>
48 9
 
49 10
 <br />
50 11
 
51
-<a href="http://tor.eff.org/overview.html"><img src="images/how_tor_works_thumb.png" 
52
-alt="How Tor Works" /></a>
12
+<a href="overview.html"><img src="$(IMGROOT)/how_tor_works_thumb.png" alt="How Tor Works" /></a>
53 13
 <div class="donatebutton">
54 14
 <a href="http://secure.eff.org/tor">Support Tor by giving to EFF</a>
55 15
 </div>
56 16
 <div class="donatebutton">
57
-<a href="http://tor.eff.org/gui/">Want a better Tor GUI?</a>
17
+<a href="gui/">Want a better Tor GUI?</a>
58 18
 </div>
59 19
 
60 20
 </div>
... ...
@@ -117,7 +77,7 @@ you communicate.
117 77
 Tor's security is improved as its user base grows and as
118 78
 more people volunteer to run servers.  Please consider <a
119 79
 href="documentation.html">installing it</a> and then
120
-<a href="/cvs/tor/doc/tor-doc-server.html">helping out</a>.
80
+<a href="<cvssandbox>tor/doc/tor-doc-server.html">helping out</a>.
121 81
 </p>
122 82
 
123 83
 <p>
... ...
@@ -136,16 +96,7 @@ on the current Tor network if you really need strong anonymity.
136 96
 
137 97
   </div><!-- #main -->
138 98
 
139
-<a href="http://secure.eff.org/tor"><img src="images/eff_badge.png"
140
-alt="Tor development is supported by EFF" /></a>
141
-<a href="http://www.onion-router.net/"><img src="images/onr-logo.jpg"
142
-alt="Tor development is supported by ONR" /></a>
143
-
144
-</div>
145
-  <div class="bottom" id="bottom">
146
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
147
-     $Id$
148
-  </div>
149
-</body>
150
-</html>
99
+<a href="http://secure.eff.org/tor"><img src="$(IMGROOT)/eff_badge.png" alt="Tor development is supported by EFF" /></a>
100
+<a href="http://www.onion-router.net/"><img src="$(IMGROOT)/onr-logo.jpg" alt="Tor development is supported by ONR" /></a>
151 101
 
102
+#include <foot.wmi>
... ...
@@ -0,0 +1,19 @@
1
+#!/usr/bin/wml
2
+
3
+## translation metadata
4
+# Revision: $Rev: 1.214$
5
+
6
+<:
7
+	@navigation = (
8
+		'index'			, 'Home',
9
+		'overview'		, 'Overview',
10
+		'download'		, 'Download',
11
+		'documentation'		, 'Docs',
12
+		'support'		, 'Support',
13
+		'faq'			, 'FAQs',
14
+		'volunteer'		, 'Volunteer',
15
+		'developers'		, 'Developers',
16
+		'research'		, 'Research',
17
+		'people'		, 'People',
18
+	);
19
+:>
... ...
@@ -1,46 +1,7 @@
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: Overview</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
-
15
-<!-- TITLE BAR & NAVIGATION -->
16
-
17
-<div class="center">
18
-
19
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
20
-    <tr>
21
-        <td class="banner-left"></td>
22
-        <td class="banner-middle">
23
-            <a href="index.html">Home</a>
24
-          | <a class="current">Overview</a>
25
-          | <a href="download.html">Download</a>
26
-          | <a href="documentation.html">Docs</a>
27
-          | <a href="support.html">Support</a>
28
-          | <a href="faq.html">FAQs</a>
29
-          | <a href="volunteer.html">Volunteer</a>
30
-          | <a href="developers.html">Developers</a>
31
-          | <a href="research.html">Research</a>
32
-          | <a href="people.html">People</a>
33
-        </td>
34
-        <td class="banner-right">
35
-                <a href="/"><img src="/images/en.png" alt="English" /></a>
36
-                <a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
37
-                <a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a>
38
-        </td>
39
-
40
-    </tr>
41
-</table>
42
- 
43
-<!-- END TITLE BAR & NAVIGATION -->
1
+## translation metadata
2
+# Revision: $Rev$
3
+
4
+#include "head.wmi" TITLE="Overview"
44 5
 
45 6
 <div class="main-column">
46 7
 
... ...
@@ -61,7 +22,7 @@ privacy.
61 22
 Individuals use Tor to keep websites from tracking them and their family
62 23
 members, or to connect to news sites, instant messaging services, or the
63 24
 like when these are blocked by their local Internet providers.  Tor's <a
64
-href="http://tor.eff.org/doc/tor-hidden-service.html">hidden services</a>
25
+href="<cvssandbox>tor/tor-hidden-service.html">hidden services</a>
65 26
 let users publish web sites and other services without needing to reveal
66 27
 the location of the site. Individuals also use Tor for socially sensitive
67 28
 communication: chat rooms and web forums for rape and abuse survivors,
... ...
@@ -164,7 +125,7 @@ through several servers that cover your tracks so no observer at any
164 125
 single point can tell where the data came from or where it's going.
165 126
 </p>
166 127
 
167
-<img alt="Tor circuit step one" src="images/htw1.png" />
128
+<img alt="Tor circuit step one" src="$(IMGROOT)/htw1.png" />
168 129
 
169 130
 <p>
170 131
 To create a private network pathway with Tor, the user's software or
... ...
@@ -177,7 +138,7 @@ separate set of encryption keys for each hop along the circuit to ensure
177 138
 that each hop can't trace these connections as they pass through.
178 139
 </p>
179 140
 
180
-<img alt="Tor circuit step two" src="images/htw2.png" />
141
+<img alt="Tor circuit step two" src="$(IMGROOT)/htw2.png" />
181 142
 
182 143
 <p>
183 144
 Once a circuit has been established, many kinds of data can be exchanged
... ...
@@ -196,7 +157,7 @@ new circuit, to keep people from linking your earlier actions to the new
196 157
 ones.
197 158
 </p>
198 159
 
199
-<img alt="Tor circuit step three" src="images/htw3.png" />
160
+<img alt="Tor circuit step three" src="$(IMGROOT)/htw3.png" />
200 161
 
201 162
 <h3>Hidden services</h3>
202 163
 
... ...
@@ -243,7 +204,7 @@ As Tor's usability increases, it will attract more users, which will
243 204
 increase the possible sources and destinations of each communication,
244 205
 thus increasing security for everyone.
245 206
 We're making progress, but we need your help.  Please consider
246
-<a href="/cvs/tor/doc/tor-doc-server.html">running a server</a>
207
+<a href="<cvssandbox>tor/doc/tor-doc-server.html">running a server</a>
247 208
 or <a href="volunteer.html">volunteering</a> as a <a
248 209
 href="developers.html">developer</a>.
249 210
 </p>
... ...
@@ -259,10 +220,5 @@ over your security and privacy back into your hands.
259 220
 </p>
260 221
 
261 222
   </div><!-- #main -->
262
-</div>
263
-  <div class="bottom" id="bottom">
264
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
265
-     $Id$
266
-  </div>
267
-</body>
268
-</html>
223
+
224
+#include <foot.wmi>
... ...
@@ -0,0 +1,32 @@
1
+## translation metadata
2
+# Revision: $Rev$
3
+
4
+#include "head.wmi" TITLE="People"
5
+
6
+<div class="main-column">
7
+
8
+<h2>Tor: People</h2>
9
+<hr />
10
+
11
+<p>Tor is managed by <a href="http://freehaven.net/">The Free
12
+Haven Project</a> as a building block for
13
+a robust censorship-resistant data haven. It is developed by <a
14
+href="http://freehaven.net/~arma/">Roger Dingledine</a> and <a
15
+href="http://www.wangafu.net/~nickm/">Nick Mathewson</a>, with help from
16
+many volunteers around the Internet.</p>
17
+
18
+<p>Tor's first few years (2002-2004) were sponsored by the <a
19
+href="http://www.nrl.navy.mil/">Naval Research Lab</a>
20
+with support from <a href="http://www.onr.navy.mil/">ONR</a>
21
+and <a href="http://www.darpa.mil/">DARPA</a>,
22
+working with <a
23
+href="http://www.syverson.org/">Paul Syverson</a> and based on the
24
+original <a href="http://www.onion-router.net/">onion routing</a> idea
25
+developed there.</p>
26
+
27
+<p>Since November 2004, Tor development has been supported by the <a
28
+href="http://www.eff.org/">Electronic Frontier Foundation</a>.</p>
29
+
30
+  </div><!-- #main -->
31
+
32
+#include <foot.wmi>
... ...
@@ -0,0 +1,22 @@
1
+## translation metadata
2
+# Revision: $Rev$
3
+
4
+#include "head.wmi" TITLE="Research"
5
+
6
+<div class="main-column">
7
+
8
+<h2>Tor: Research</h2>
9
+<hr />
10
+
11
+<p>Read <a
12
+href="http://freehaven.net/anonbib/topic.html#Anonymous_20communication">these
13
+papers</a> (especially the ones in boxes) to get up to speed on anonymous
14
+communication systems.</p>
15
+
16
+<p>We need people to attack the system, quantify defenses,
17
+etc. See the "security project-lets" section of the <a
18
+href="volunteer.html">volunteer</a> page.</p>
19
+
20
+  </div><!-- #main -->
21
+
22
+#include <foot.wmi>
... ...
@@ -1,45 +1,7 @@
1
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
1
+## translation metadata
2
+# Revision: $Rev$
3 3
 
4
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5
-<head>
6
-  <title>Tor: Support</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
-
15
-<!-- TITLE BAR & NAVIGATION -->
16
-
17
-<div class="center">
18
-
19
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
20
-    <tr>
21
-        <td class="banner-left"></td>
22
-        <td class="banner-middle">
23
-            <a href="index.html">Home</a>
24
-          | <a href="overview.html">Overview</a>
25
-          | <a href="download.html">Download</a>
26
-          | <a href="documentation.html">Docs</a>
27
-          | <a class="current">Support</a>
28
-          | <a href="faq.html">FAQs</a>
29
-          | <a href="volunteer.html">Volunteer</a>
30
-          | <a href="developers.html">Developers</a>
31
-          | <a href="research.html">Research</a>
32
-          | <a href="people.html">People</a>
33
-        </td>
34
-	<td class="banner-right">
35
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
36
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
37
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
38
-	</td>
39
-    </tr>
40
-</table>
41
-
42
-<!-- END TITLE BAR & NAVIGATION -->
4
+#include "head.wmi" TITLE="Support"
43 5
 
44 6
 <div class="main-column">
45 7
 
... ...
@@ -116,10 +78,5 @@ intercepts connect() system calls and redirects them through Tor. (Linux, BSD)<b
116 78
 Files marked with a <b>*</b> don't deal with <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">DNS leaks</a>.
117 79
 
118 80
   </div><!-- #main -->
119
-</div>
120
-  <div class="bottom" id="bottom">
121
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
122
-     $Id$
123
-  </div>
124
-</body>
125
-</html>
81
+
82
+#include <foot.wmi>
... ...
@@ -0,0 +1,20 @@
1
+## translation metadata
2
+# Revision: $Rev$
3
+
4
+#include "head.wmi" TITLE="Volunteer"
5
+
6
+<div class="main-column">
7
+
8
+<:
9
+	$man = `man2html -M '' $(TORCVSHEAD)/doc/tor.1.in`;
10
+	die "No manpage" unless $man;
11
+
12
+	$man =~ s,.*<body>,,is;
13
+	$man =~ s,</body>.*,,is;
14
+
15
+	print $man;
16
+:>
17
+
18
+</div><!-- #main -->
19
+
20
+#include <foot.wmi>
... ...
@@ -0,0 +1,20 @@
1
+## translation metadata
2
+# Revision: $Rev$
3
+
4
+#include "head.wmi" TITLE="Volunteer"
5
+
6
+<div class="main-column">
7
+
8
+<:
9
+	$man = `man2html -M '' $(TORCVSSTABLE)/doc/tor.1.in`;
10
+	die "No manpage" unless $man;
11
+
12
+	$man =~ s,.*<body>,,is;
13
+	$man =~ s,</body>.*,,is;
14
+
15
+	print $man;
16
+:>
17
+
18
+</div><!-- #main -->
19
+
20
+#include <foot.wmi>
... ...
@@ -1,41 +1,7 @@
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: Translation guidelines</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
-
15
-<!-- TITLE BAR & NAVIGATION -->
16
-
17
-<div class="center">
18
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
19
-    <tr>
20
-        <td class="banner-left"></td>
21
-        <td class="banner-middle">
22
-            <a href="index.html">Home</a>
23
-          | <a href="overview.html">Overview</a>
24
-          | <a href="download.html">Download</a>
25
-          | <a href="documentation.html">Docs</a>
26
-          | <a href="support.html">Support</a>
27
-          | <a href="faq.html">FAQs</a>
28
-          | <a href="volunteer.html">Volunteer</a>
29
-          | <a href="developers.html">Developers</a>
30
-          | <a href="research.html">Research</a>
31
-          | <a href="people.html">People</a>
32
-        </td>
33
-        <td class="banner-right"></td>
34
-    </tr>
35
-</table>
36
-
37
-<!-- END TITLE BAR & NAVIGATION -->
1
+## translation metadata
2
+# Revision: $Rev$
38 3
 
4
+#include "head.wmi" TITLE="Translation guidelines"
39 5
 
40 6
 <div class="main-column">
41 7
 
... ...
@@ -88,10 +54,5 @@ href="http://validator.w3.org/">validator.w3.org</a>.</li>
88 54
 </ol>
89 55
 
90 56
   </div><!-- #main -->
91
-</div>
92
-  <div class="bottom" id="bottom">
93
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
94
-     $Id$
95
-  </div>
96
-</body>
97
-</html>
57
+
58
+#include <foot.wmi>
... ...
@@ -0,0 +1,7 @@
1
+## translation metadata
2
+# Revision: $Rev$
3
+
4
+#include "head.wmi" TITLE="Redirecting" REDIRECT="support.en"
5
+
6
+
7
+#include <foot.wmi>
... ...
@@ -1,43 +1,7 @@
1
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
1
+## translation metadata
2
+# Revision: $Rev$
2 3
 
3
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4
-<head>
5
-  <title>Tor: Volunteer</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="stylesheet.css" />
9
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
10
-</head>
11
-<body>
12
-
13
-<!-- TITLE BAR & NAVIGATION -->
14
-
15
-<div class="center">
16
-
17
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
18
-    <tr>
19
-        <td class="banner-left"></td>
20
-        <td class="banner-middle">
21
-            <a href="index.html">Home</a>
22
-          | <a href="overview.html">Overview</a>
23
-          | <a href="download.html">Download</a>
24
-          | <a href="documentation.html">Docs</a>
25
-          | <a href="support.html">Support</a>
26
-          | <a href="faq.html">FAQs</a>
27
-          | <a class="current">Volunteer</a>
28
-          | <a href="developers.html">Developers</a>
29
-          | <a href="research.html">Research</a>
30
-          | <a href="people.html">People</a>
31
-        </td>
32
-	<td class="banner-right">
33
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
34
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
35
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
36
-	</td>
37
-    </tr>
38
-</table>
39
-
40
-<!-- END TITLE BAR & NAVIGATION -->
4
+#include "head.wmi" TITLE="Volunteer"
41 5
 
42 6
 <div class="main-column">
43 7
 
... ...
@@ -46,13 +10,13 @@
46 10
 <ol>
47 11
 <li> We need users like you to try Tor out, and let the Tor developers
48 12
 know about bugs you find or features you don't find.</li>
49
-<li> Please consider <a href="/cvs/tor/doc/tor-doc-server.html">running
13
+<li> Please consider <a href="<cvssandbox>tor/doc/tor-doc-server.html">running
50 14
 a server</a> to help the Tor network grow.</li>
51 15
 <li> We especially need people with Windows programming skills to run
52 16
 an exit server on Windows, to help us debug.</li>
53
-<li> Run a <a href="/cvs/tor/doc/tor-hidden-service.html">Tor hidden
17
+<li> Run a <a href="<cvssandbox>tor/doc/tor-hidden-service.html">Tor hidden
54 18
 service</a> and put interesting content on it.</li>
55
-<li> Take a look at the <a href="/gui/">Tor GUI Competition</a>, and
19
+<li> Take a look at the <a href="gui/">Tor GUI Competition</a>, and
56 20
 come up with ideas or designs to contribute to making Tor's interface
57 21
 and usability better. Free T-shirt for each submission!</li>
58 22
 <li> Tell your friends! Get them to run servers. Get them to run hidden
... ...
@@ -70,9 +34,9 @@ to include FreeCap -- is it stable enough and useful enough to be
70 34
 worthwhile?</li>
71 35
 <li>Develop a way to handle OS X uninstallation
72 36
 that is more automated than telling people to <a
73
-href="http://tor.eff.org/doc/tor-doc-osx.html#uninstall">manually remove
37
+href="cvssandbox>tor/doc/tor-doc-osx.html#uninstall">manually remove
74 38
 each file</a>.</li>
75
-<li>Our <a href="http://tor.eff.org/cvs/tor/tor.spec.in">RPM spec file</a>
39
+<li>Our <a href="<cvssandbox>tor/tor.spec.in">RPM spec file</a>
76 40
 needs a maintainer, so we can get back to the business of writing Tor. If
77 41
 you have RPM fu, please help out.</li>
78 42
 </ol>
... ...
@@ -91,11 +55,11 @@ IP address, and Tor automatically maps it back to the original query.</li>
91 55
 <li>People running servers tell us they want to have one BandwidthRate
92 56
 during some part of the day, and a different BandwidthRate at other parts
93 57
 of the day. Rather than coding this inside Tor, we should have a little
94
-script that speaks via the <a href="/gui/">Tor Controller Interface</a>,
58
+script that speaks via the <a href="gui/">Tor Controller Interface</a>,
95 59
 and does a setconf to change the bandwidth rate. Perhaps it would run out
96 60
 of cron, or perhaps it would sleep until appropriate times and then do
97 61
 its tweak (that's probably more portable). Can somebody write one for us
98
-and we'll put it into <a href="/cvs/tor/contrib/">tor/contrib/</a>?</li>
62
+and we'll put it into <a href="<cvssandbox>tor/contrib/">tor/contrib/</a>?</li>
99 63
 <li>We have a variety of ways to <a
100 64
 href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ChooseEntryExit">exit
101 65
 the Tor network from a particular country</a>, but they all
... ...
@@ -144,7 +108,7 @@ a list of programs</a> that can be routed through Tor.</li>
144 108
 <li>We need better documentation for dynamically intercepting
145 109
 connections and sending them through Tor. tsocks (Linux) and freecap
146 110
 (Windows) seem to be good candidates.</li>
147
-<li>We have a huge list of <a href="/support.html">potentially useful
111
+<li>We have a huge list of <a href="support.html">potentially useful
148 112
 programs that interface to Tor</a>. Which ones are useful in which
149 113
 situations? Please help us test them out and document your results.</li>
150 114
 </ol>
... ...
@@ -216,7 +180,7 @@ to handle cross-compilation, e.g. so we can build Tor for obscure
216 180
 platforms like the Linksys WRTG54. Second, we'd like the with-ssl-dir
217 181
 option to disable the search for ssl's libraries.</li>
218 182
 <li>Implement reverse DNS requests inside Tor (already specified in
219
-Section 5.4 of <a href="/cvs/tor/doc/tor-spec.txt">tor-spec.txt</a>).</li>
183
+Section 5.4 of <a href="<cvssandbox>tor/doc/tor-spec.txt">tor-spec.txt</a>).</li>
220 184
 <li>Perform a security analysis of Tor with <a
221 185
 href="http://en.wikipedia.org/wiki/Fuzz_testing">"fuzz"</a>. Determine
222 186
 if there good fuzzing libraries out there for what we want. Win fame by
... ...
@@ -324,11 +288,5 @@ if they're backward-compatible with the current Tor protocol.</li>
324 288
 Drop by the #tor IRC channel at irc.oftc.net or email tor-volunteer@freehaven.net if you want to help out!
325 289
 
326 290
   </div><!-- #main -->
327
-</div>
328
-  <div class="bottom" id="bottom">
329
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
330
-     $Id$
331
-  </div>
332
-</body>
333
-</html>
334 291
 
292
+#include <foot.wmi>
... ...
@@ -1,76 +0,0 @@
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: FAQs</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
-
15
-<!-- TITLE BAR & NAVIGATION -->
16
-<div class="center">
17
-
18
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
19
-    <tr>
20
-        <td class="banner-left"></td>
21
-        <td class="banner-middle">
22
-            <a href="index.html">Home</a>
23
-          | <a href="overview.html">Overview</a>
24
-          | <a href="download.html">Download</a>
25
-          | <a href="documentation.html">Docs</a>
26
-          | <a href="support.html">Support</a>
27
-          | <a class="current">FAQs</a>
28
-          | <a href="volunteer.html">Volunteer</a>
29
-          | <a href="developers.html">Developers</a>
30
-          | <a href="research.html">Research</a>
31
-          | <a href="people.html">People</a>
32
-        </td>
33
-	<td class="banner-right">
34
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
35
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
36
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
37
-	</td>
38
-    </tr>
39
-</table>
40
-
41
-<!-- END TITLE BAR & NAVIGATION -->
42
-
43
-
44
-<div class="main-column">
45
-
46
-<h2>Tor: FAQs</h2>
47
-<hr />
48
-
49
-<p>
50
-The <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">Tor
51
-Technical FAQ Wiki</a> is user-editable, meaning anyone can make edits
52
-to the content. We encourage Tor users and supporters to go fix it up,
53
-add more questions, provide answers, etc. While we will monitor the Wiki
54
-page to help ensure accuracy, the Tor developers are not responsible
55
-for the content.
56
-</p>
57
-
58
-<p>
59
-The <a href="eff/tor-legal-faq.html">Tor Legal FAQ</a> is written by
60
-EFF lawyers. It aims to give you an overview of some of the legal issues
61
-that arise from the Tor project.
62
-</p>
63
-
64
-<p>
65
-The <a href="faq-abuse.html">Abuse FAQ for Tor Server Operators</a> is a collection
66
-of common questions and issues discussed when running a Tor server.
67
-</p>
68
-
69
-  </div><!-- #main -->
70
-</div>
71
-  <div class="bottom" id="bottom">
72
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
73
-     $Id$
74
-  </div>
75
-</body>
76
-</html>
... ...
@@ -1,14 +0,0 @@
1
-#!/bin/sh
2
-
3
-BASE="/var/www/fhaven/htdocs"
4
-
5
-cd $BASE || exit 1
6
-
7
-DIR="de it"
8
-
9
-for i in $DIR; do
10
-  for j in `ls -1 $i`; do
11
-    ln -s $i/$j .
12
-  done
13
-done
14
-
... ...
@@ -1,20 +0,0 @@
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>Redirecting ...</title>
7
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 
8
-<link rel="stylesheet" type="text/css" href="stylesheet.css" />
9
-<meta http-equiv="refresh" content="1;url=/overview.html" />
10
-</head>
11
-<body>
12
-<p>
13
-[Redirecting you to the <a href="overview.html">overview.html</a> page...]
14
-</p>
15
-<div class="bottom" id="bottom">
16
-     <i><a href="mailto:tor-webmaster@freehaven.net"
17
-     class="smalllink">Webmaster</a></i> - $Id$
18
-</div>
19
-</body>
20
-</html>
... ...
@@ -0,0 +1,59 @@
1
+#!/usr/bin/wml
2
+
3
+<:
4
+
5
+sub getMetadata($) {
6
+	my ($file) = @_;
7
+
8
+	open(F, "$file") or die ("Cannot open $file: $!\n");
9
+	my $found_metadata = 0;
10
+	while (<F>) {
11
+		chomp;
12
+		if ($_ eq '## translation metadata') {
13
+			$found_metadata = 1;
14
+			last;
15
+		};
16
+	};
17
+	die ("Did not find translation metadata in $file") unless $found_metadata;
18
+	my %data;
19
+	while (<F>) {
20
+		chomp;
21
+		if (/^#\s*(\S*):\s*(.*?)\s*$/) {
22
+			$data{$1} = $2;
23
+		} else {
24
+			last;
25
+		};
26
+	};
27
+	return %data;
28
+};
29
+
30
+sub translation_get_masterrevision() {
31
+	my $page = $WML_SRC_FILENAME;
32
+	%master = getMetadata("en/$WML_SRC_FILENAME");
33
+
34
+	die ("Cannot find 'Revision' header in master's translation metadata of en/$WML_SRC_FILENAME") unless exists $master{'Revision'};
35
+
36
+	my ($rev) = $master{'Revision'} =~ m/([0-9.]+)/;
37
+	if ($rev eq '') { $rev = '(Revision not a valid number)'; };
38
+
39
+	return $rev;
40
+};
41
+
42
+sub translation_get_basedonrevision() {
43
+	my $page = $WML_SRC_FILENAME;
44
+	%translation = getMetadata("$(LANG)/$WML_SRC_FILENAME");
45
+
46
+	die ("Cannot find 'Based-On-Revision' header in translations's translation metadata of $(LANG)/$WML_SRC_FILENAME") unless exists $translation{'Based-On-Revision'};
47
+
48
+	my ($rev) = $translation{'Based-On-Revision'};
49
+	if ($rev eq '') { $rev = '(unknown)'; };
50
+
51
+	return $rev
52
+};
53
+
54
+
55
+sub translation_current() {
56
+	return (translation_get_masterrevision() eq translation_get_basedonrevision());
57
+};
58
+
59
+:>
... ...
@@ -0,0 +1,67 @@
1
+#! /usr/bin/wml
2
+#include "links.wmi"
3
+#include "versions.wmi"
4
+#include "navigation.wmi"
5
+
6
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
7
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
8
+<head>
9
+  <title>Tor: $(TITLE)</title>
10
+  <meta name="Author" content="Roger Dingledine" />
11
+  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
12
+  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
13
+  <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
14
+  <ifneq "$(REDIRECT)" "" "<meta http-equiv="refresh" content="0;url=$(REDIRECT).html" />">
15
+</head>
16
+
17
+<body>
18
+
19
+<:
20
+	%languages = (
21
+		'en' => "English",
22
+		'de' => "Deutsch",
23
+		'it' => "Italiano"
24
+		);
25
+:>
26
+
27
+<div class="center">
28
+<table class="banner" border="0" cellpadding="0" cellspacing="0">
29
+    <tr>
30
+        <td class="banner-left"></td>
31
+        <td class="banner-middle">
32
+	<:
33
+	    while (@navigation) {
34
+	      $key = shift @navigation;
35
+	      $val = shift @navigation;
36
+	      push @keys, $key;
37
+	      $navigation{$key} = $val;
38
+	    }
39
+
40
+	    for $key (@keys) {
41
+	      $page = $WML_SRC_FILENAME;
42
+	      $page =~ s/\.wml//;
43
+	      if ($page ne $key) {
44
+	        printf '<a href="%s.$(LANG).html">%s</a>'."\n", $key, $navigation{$key};
45
+	       } else {
46
+	        printf '<a class="current">%s</a>'."\n", $navigation{$key};
47
+	       }
48
+	     }
49
+	:>
50
+        </td>
51
+        <td class="banner-right">
52
+	<:
53
+	  opendir(DIR, ".") || die ("Cannot open directory .: $!\n");
54
+	  my @subdirs = grep { $_ ne '.' && $_ ne '..' && -d $_ && $_ ne "$(LANG)" && exists $languages{$_}} readdir(DIR);
55
+	  closedir(DIR);
56
+
57
+	  $page = $WML_SRC_FILENAME;
58
+	  $page =~ s/\.wml//;
59
+	  for my $dir (sort {$languages{$a} cmp $languages{$b}} @subdirs) {
60
+	    printf('<a href="%s.%s.html"><img src="$(IMGROOT)/%s.png" alt="%s" /></a>', $page, $dir, $dir, $languages{$dir}) if (-e "$dir/$WML_SRC_FILENAME");
61
+	  };
62
+	:>
63
+        </td>
64
+    </tr>
65
+</table>
66
+
67
+<ifneq "$(REDIRECT)" "" "Redirecting to <a href="$(REDIRECT).html">$(REDIRECT).html</a>.">
... ...
@@ -0,0 +1,2 @@
1
+
2
+<define-tag cvssandbox whitespace=delete>http://tor.eff.org/cvs/</define-tag>
... ...
@@ -0,0 +1,57 @@
1
+
2
+<define-tag version-stable            whitespace=delete>0.1.0.15</define-tag>
3
+<define-tag version-alpha             whitespace=delete>0.1.1.7-alpha</define-tag>
4
+
5
+
6
+
7
+<define-tag version-win32-stable      whitespace=delete>0.1.0.15</define-tag>
8
+<define-tag version-win32-alpha       whitespace=delete>0.1.1.7-alpha</define-tag>
9
+
10
+<define-tag version-osx-stable        whitespace=delete>0.1.0.15</define-tag>
11
+<define-tag version-osx-alpha         whitespace=delete>0.1.1.7-alpha</define-tag>
12
+
13
+<define-tag version-oldosx-stable     whitespace=delete>0.1.0.15</define-tag>
14
+
15
+<define-tag version-rpm-stable        whitespace=delete>0.1.0.15</define-tag>
16
+<define-tag version-rpm-alpha         whitespace=delete>0.1.1.7-alpha</define-tag>
17
+
18
+<define-tag package-rpm-stable        whitespace=delete>dist/rpm/tor-0.1.0.15-tor.0.fc4.i386.rpm</define-tag>
19
+<define-tag package-srpm-stable       whitespace=delete>dist/rpm/tor-0.1.0.15-tor.0.fc4.src.rpm</define-tag>
20
+
21
+<define-tag package-rpm-alpha         whitespace=delete>dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.i386.rpm</define-tag>
22
+<define-tag package-srpm-alpha        whitespace=delete>dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.src.rpm</define-tag>
23
+
24
+
25
+
26
+
27
+
28
+
29
+<define-tag package-win32-stable      whitespace=delete>dist/win32/tor-<version-win32-stable>-win32.exe</define-tag>
30
+<define-tag package-win32-alpha       whitespace=delete>dist/win32/tor-<version-win32-alpha>-win32.exe</define-tag>
31
+
32
+<define-tag package-osx-stable        whitespace=delete>dist/osx/Tor <version-osx-stable> Bundle.dmg</define-tag>
33
+<define-tag package-osx-alpha         whitespace=delete>dist/osx/Tor <version-osx-alpha> Bundle.dmg</define-tag>
34
+
35
+<define-tag package-oldosx-stable     whitespace=delete>dist/osx-old/Tor <version-oldosx-stable>-gcc3 Bundle.dmg</define-tag>
36
+
37
+<define-tag package-source-stable     whitespace=delete>dist/tor-<version-stable>.tar.gz</define-tag>
38
+<define-tag package-source-alpha      whitespace=delete>dist/tor-<version-alpha>.tar.gz</define-tag>
39
+
40
+
41
+
42
+<define-tag package-win32-stable-sig  whitespace=delete><package-win32-stable>.asc</define-tag>
43
+<define-tag package-win32-alpha-sig   whitespace=delete><package-win32-alpha>.asc</define-tag>
44
+
45
+<define-tag package-osx-stable-sig    whitespace=delete><package-osx-stable>.asc</define-tag>
46
+<define-tag package-osx-alpha-sig     whitespace=delete><package-osx-alpha>.asc</define-tag>
47
+
48
+<define-tag package-oldosx-stable-sig whitespace=delete><package-oldosx-stable>.asc</define-tag>
49
+
50
+<define-tag package-rpm-stable-sig    whitespace=delete><package-rpm-stable>.asc</define-tag>
51
+<define-tag package-rpm-alpha-sig     whitespace=delete><package-rpm-alpha>.asc</define-tag>
52
+
53
+<define-tag package-srpm-stable-sig   whitespace=delete><package-srpm-stable>.asc</define-tag>
54
+<define-tag package-srpm-alpha-sig    whitespace=delete><package-srpm-alpha>.asc</define-tag>
55
+
56
+<define-tag package-source-stable-sig whitespace=delete><package-source-stable>.asc</define-tag>
57
+<define-tag package-source-alpha-sig  whitespace=delete><package-source-alpha>.asc</define-tag>
... ...
@@ -1,92 +0,0 @@
1
-<!-- revision 0.01 -->
2
-<!-- biofa@circolab.net -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: Developers</title>
9
-  <meta name="Author" content="Roger Dingledine" />
10
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
11
-  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
12
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
13
-</head>
14
-
15
-<body>
16
-
17
-<!-- TITLE BAR & NAVIGATION -->
18
-
19
-<div class="center">
20
-
21
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
22
-    <tr>
23
-        <td class="banner-left"></td>
24
-        <td class="banner-middle">
25
-            <a href="index.it.html">Home</a>
26
-          | <a href="howitworks.it.html">Come Funziona</a>
27
-          | <a href="download.it.html">Scarica</a>
28
-          | <a href="documentation.it.html">Docs</a>
29
-          | <a href="users.it.html">Utenti</a>
30
-          | <a href="faq.it.html">Faq</a>
31
-          | <a href="volunteer.it.html">Contribuire</a>
32
-          | <a class="current">Sviluppo</a>
33
-          | <a href="research.it.html">Ricerca</a>
34
-          | <a href="people.it.html">Persone</a>
35
-        </td>
36
-	<td class="banner-right">
37
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
38
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
39
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
40
-	</td>
41
-    </tr>
42
-</table>
43
-
44
-<!-- END TITLE BAR & NAVIGATION -->
45
-
46
-<div class="main-column">
47
-<p>Questa traduzione non &egrave; stata controllata dagli sviluppatori di Tor
48
-e da EFF. Pu&ograve; risultare non attuale o sbagliata. Il sito ufficiale di
49
-Tor &egrave; in Inglese, all'indirizzo http://tor.eff.org/</p>
50
-
51
-<h2>Tor: Sviluppatori</h2>
52
-<hr />
53
-<p>Sfoglia il <b>reporitorio CVS</b> di Tor: (che non necessariamente
54
-&egrave; funzionante)</p>
55
-<ul>
56
-<li><a href="cvs/">cvs sandbox regolarmente aggiornato</a></li>
57
-<li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/?root=tor">Vai al CVS</a></li>
58
-<li>accesso anonimo al pserver (la password &egrave; guest):
59
-<ul>
60
-<li>Crea una cartella vuota ed entraci.</li>
61
-<li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot login</li>
62
-<li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot co tor</li>
63
-<li>cd tor; ./autogen.sh; make; make install se ti va.</li>
64
-<li>(use "co -r tor-0_1_1_4_alpha tor" to fetch a particular version.)</li>
65
-<li>(To check out the maintenance branch, use -r tor-0_1_0-patches)</li>
66
-</ul>
67
-</li>
68
-</ul>
69
-
70
-<p>
71
-Leggi la <a href="cvs/tor/doc/HACKING">Guida del codice sorgente di Tor</a> per 
72
-una panoramica su files e componenti del sistema.
73
-</p>
74
-
75
-<p>
76
-<a href="cvs/tor/doc/TODO">La lista di cose di cui gli sviluppatori sanno di dover fare</a>.
77
-</p>
78
-
79
-<p>
80
-Il progetto <a href="http://anon.inf.tu-dresden.de/index_en.html">Java Anon
81
-Proxy (JAP)</a> ha implementato un protocollo Tor nel loro 
82
-client. Presto ne saprete di pi&ugrave;. 
83
-</p>
84
-
85
-  </div><!-- #main -->
86
-</div>
87
-  <div class="bottom" id="bottom">
88
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
89
-     $Id$
90
-  </div>
91
-</body>
92
-</html>
... ...
@@ -0,0 +1,45 @@
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: biofa@circolab.net
4
+
5
+#include "head.wmi" TITLE="Sviluppo"
6
+
7
+<div class="main-column">
8
+
9
+<h2>Tor: Sviluppatori</h2>
10
+<hr />
11
+<p>Sfoglia il <b>reporitorio CVS</b> di Tor: (che non necessariamente
12
+&egrave; funzionante)</p>
13
+<ul>
14
+<li><a href="<cvssandbox>">cvs sandbox regolarmente aggiornato</a></li>
15
+<li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/?root=tor">Vai al CVS</a></li>
16
+<li>accesso anonimo al pserver (la password &egrave; guest):
17
+<ul>
18
+<li>Crea una cartella vuota ed entraci.</li>
19
+<li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot login</li>
20
+<li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot co tor</li>
21
+<li>cd tor; ./autogen.sh; make; make install se ti va.</li>
22
+<li>(use "co -r tor-0_1_1_4_alpha tor" to fetch a particular version.)</li>
23
+<li>(To check out the maintenance branch, use -r tor-0_1_0-patches)</li>
24
+</ul>
25
+</li>
26
+</ul>
27
+
28
+<p>
29
+Leggi la <a href="cvs/tor/doc/HACKING">Guida del codice sorgente di Tor</a> per 
30
+una panoramica su files e componenti del sistema.
31
+</p>
32
+
33
+<p>
34
+<a href="<cvssandbox>tor/doc/TODO">La lista di cose di cui gli sviluppatori sanno di dover fare</a>.
35
+</p>
36
+
37
+<p>
38
+Il progetto <a href="http://anon.inf.tu-dresden.de/index_en.html">Java Anon
39
+Proxy (JAP)</a> ha implementato un protocollo Tor nel loro 
40
+client. Presto ne saprete di pi&ugrave;. 
41
+</p>
42
+
43
+  </div><!-- #main -->
44
+
45
+#include <foot.wmi>
... ...
@@ -1,149 +0,0 @@
1
-<!-- revision 0.01 -->
2
-<!-- biofa@circolab.net -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: Documentazione</title>
9
-  <meta name="Author" content="Roger Dingledine" />
10
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
11
-  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
12
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
13
-</head>
14
-
15
-<body>
16
-
17
-<!-- TITLE BAR & NAVIGATION -->
18
-
19
-<div class="center">
20
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
21
-    <tr>
22
-        <td class="banner-left"></td>
23
-        <td class="banner-middle">
24
-            <a href="index.it.html">Home</a>
25
-          | <a href="howitworks.it.html">Come Funziona</a>
26
-          | <a href="download.it.html">Scarica</a>
27
-          | <a class="current">Docs</a>
28
-          | <a href="users.it.html">Utenti</a>
29
-          | <a href="faq.it.html">Faq</a>
30
-          | <a href="volunteer.it.html">Contribuire</a>
31
-          | <a href="developers.it.html">Sviluppo</a>
32
-          | <a href="research.it.html">Ricerca</a>
33
-          | <a href="people.it.html">Persone</a>
34
-        </td>
35
-	<td class="banner-right">
36
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
37
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
38
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
39
-	</td>
40
-    </tr>
41
-</table>
42
-
43
-<!-- END TITLE BAR & NAVIGATION -->
44
-
45
-
46
-<div class="main-column">
47
-<p>Questa traduzione non &egrave; stata controllata dagli sviluppatori di Tor
48
-e da EFF. Pu&ograve; risultare non attuale o sbagliata. Il sito ufficiale di
49
-Tor &egrave; in Inglese, all'indirizzo http://tor.eff.org/</p>
50
-<h1>Indice Contenuti</h1>
51
-<hr />
52
-<ul>
53
-<li><a href="#RunningTor">Avviare Tor</a></li>
54
-<li><a href="#DesignDoc">Design Documents</a></li>
55
-<li><a href="#HOWTO">Vari HOWTO e Docs</a></li>
56
-<li><a href="#MailingLists">Mailing List</a></li>
57
-</ul>
58
-<hr />
59
-
60
-<a id="RunningTor"></a>
61
-<h2><a class="anchor" href="#RunningTor">Avviare Tor</a></h2>
62
-<ul>
63
-<li><a href="cvs/tor/doc/tor-doc.html">Perch&egrave; dovrei usare Tor?</a></li>
64
-<li><a href="cvs/tor/doc/tor-doc.html#client-or-server">Qual'&egrave; la differenza tra client e server?</a></li>
65
-<li><a href="cvs/tor/doc/tor-doc-win32.html">Installare Tor su Win32</a></li>
66
-<li><a href="cvs/tor/doc/tor-doc-osx.html">Installare Tor su Mac OS X</a></li>
67
-<li><a href="cvs/tor/doc/tor-doc.html#installing">Installare Tor</a></li>
68
-<li><a href="cvs/tor/doc/tor-doc.html#client">Configurare un client</a></li>
69
-<li><a href="cvs/tor/doc/tor-doc.html#server">Configurare un server</a></li>
70
-<li><a href="cvs/tor/doc/tor-doc.html#hidden-service">Configurare un hidden service</a></li>
71
-<li><a href="cvs/tor/doc/tor-doc.html#own-network">Costruire la propria rete</a></li>
72
-</ul>
73
-
74
-<a id="DesignDoc"></a>
75
-<h2><a class="anchor" href="#DesignDoc">Design Documents</a></h2>
76
-<p>Il <b>design document</b> (pubblicato su Usenix Security 2004) espone i nostri 
77
-obiettivi e un'analisi della sicurezza sul design di Tor:
78
-</p>
79
-<ul>
80
-<li><a href="cvs/tor/doc/design-paper/tor-design.pdf">versione PDF</a></li>
81
-<li><a href="cvs/tor/doc/design-paper/tor-design.html">versione HTML</a></li>
82
-</ul>
83
-
84
-<p>Il nostro documento supplementare <b>challenges in low-latency anonymity</b>
85
-(ancora in forma di bozza) mostra i pi&ugrave; recenti risultati e sviluppi:
86
-<a href="cvs/tor/doc/design-paper/challenges.pdf">versione PDF</a>.</p>
87
-
88
-<p>Le <b>specifiche</b> offrono agli sviluppatori le informazioni necessarie
89
-per realizzare versioni compatibili con Tor:</p>
90
-<ul>
91
-<li><a href="cvs/tor/doc/tor-spec.txt">Tor Specifiche di Base</a></li>
92
-<li><a href="cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
93
-<li><a href="cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li>
94
-</ul>
95
-
96
-<p>Il <a href="/tor-manual.html"><b>manuale</b></a> dell'ultima release stabile
97
-offre informazioni dettagliate su come installare e usare Tor, incluse le 
98
-configurazioni e le opzioni per client e server.<br />
99
-Se intendi utilizzare la versione del CVS il manuale &egrave; disponibile 
100
-<a href="/tor-manual-cvs.html"><b>qui</b></a>.
101
-</p>
102
-
103
-<p>Consulta le <a href="http://freehaven.net/~arma/21c3-slides.pdf">slides
104
-dalla conferenza 21C3</a>, e
105
-<a href="http://freehaven.net/~arma/Berlin2004.ogg">
106
-ascolta l'audio della stessa</a>.</p>
107
-
108
-<a id="HOWTO"></a>
109
-<h2><a class="anchor" href="#HOWTO">Vari HOWTO Docs</a></h2>
110
-<ul>
111
-<li><a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Guida
112
-per Tor-ificare varie applicazioni</a></li>
113
-<li><a
114
-href="http://wiki.noreply.org/noreply/TheOnionRouter/OperationalSecurity">Come
115
-rendere Sicuro un Server Tor</a></li>
116
-<li><a
117
-href="http://wiki.noreply.org/wiki/TheOnionRouter/TorInChroot">Far funzionare
118
-Tor su Linux in chroot</a></li>
119
-<li><a
120
-href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">guida
121
-al chroot per OpenBSD</a></li>
122
-<li><a
123
-href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Squid e
124
-Tor</a></li>
125
-</ul>
126
-
127
-<a id="MailingLists"></a>
128
-<h2><a class="anchor" href="#MailingLists">Informazioni dalle Mailing List</a></h2>
129
-<ul>
130
-<li> La <a href="http://archives.seul.org/or/announce/">or-announce
131
-mailing list</a> &egrave; a basso volume di traffico, la utilizziamo per annunciare le nuove release.
132
-</li>
133
-<li> La <a href="http://archives.seul.org/or/talk/">or-talk mailing
134
-list</a>, dove nascono la maggior parte delle discussioni, e dove si annunciano 
135
-i rilasci di prerelease o release candidates.</li>
136
-<li> La <a href="http://archives.seul.org/or/dev/">or-dev mailing
137
-list</a> viene usata dagli sviluppatori , ed &egrave; a volume di traffico ridotto.</li>
138
-<li> Esiste anche una lista per i <a
139
-href="http://archives.seul.org/or/cvs/">cvs commits</a>.</li>
140
-</ul>
141
-  </div><!-- #main -->
142
-</div>
143
-  <div class="bottom" id="bottom">
144
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
145
-     $Id$
146
-  </div>
147
-</body>
148
-</html>
149
-
... ...
@@ -0,0 +1,102 @@
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: biofa@circolab.net
4
+
5
+#include "head.wmi" TITLE="Documentazione"
6
+
7
+<div class="main-column">
8
+
9
+<h1>Indice Contenuti</h1>
10
+<hr />
11
+<ul>
12
+<li><a href="#RunningTor">Avviare Tor</a></li>
13
+<li><a href="#DesignDoc">Design Documents</a></li>
14
+<li><a href="#HOWTO">Vari HOWTO e Docs</a></li>
15
+<li><a href="#MailingLists">Mailing List</a></li>
16
+</ul>
17
+<hr />
18
+
19
+<a id="RunningTor"></a>
20
+<h2><a class="anchor" href="#RunningTor">Avviare Tor</a></h2>
21
+<ul>
22
+<li><a href="<cvssandbox>tor/doc/tor-doc.html">Perch&egrave; dovrei usare Tor?</a></li>
23
+<li><a href="<cvssandbox>tor/doc/tor-doc.html#client-or-server">Qual'&egrave; la differenza tra client e server?</a></li>
24
+<li><a href="<cvssandbox>tor/doc/tor-doc-win32.html">Installare Tor su Win32</a></li>
25
+<li><a href="<cvssandbox>tor/doc/tor-doc-osx.html">Installare Tor su Mac OS X</a></li>
26
+<li><a href="<cvssandbox>tor/doc/tor-doc.html#installing">Installare Tor</a></li>
27
+<li><a href="<cvssandbox>tor/doc/tor-doc.html#client">Configurare un client</a></li>
28
+<li><a href="<cvssandbox>tor/doc/tor-doc.html#server">Configurare un server</a></li>
29
+<li><a href="<cvssandbox>tor/doc/tor-doc.html#hidden-service">Configurare un hidden service</a></li>
30
+<li><a href="<cvssandbox>tor/doc/tor-doc.html#own-network">Costruire la propria rete</a></li>
31
+</ul>
32
+
33
+<a id="DesignDoc"></a>
34
+<h2><a class="anchor" href="#DesignDoc">Design Documents</a></h2>
35
+<p>Il <b>design document</b> (pubblicato su Usenix Security 2004) espone i nostri 
36
+obiettivi e un'analisi della sicurezza sul design di Tor:
37
+</p>
38
+<ul>
39
+<li><a href="<cvssandbox>tor/doc/design-paper/tor-design.pdf">versione PDF</a></li>
40
+<li><a href="<cvssandbox>tor/doc/design-paper/tor-design.html">versione HTML</a></li>
41
+</ul>
42
+
43
+<p>Il nostro documento supplementare <b>challenges in low-latency anonymity</b>
44
+(ancora in forma di bozza) mostra i pi&ugrave; recenti risultati e sviluppi:
45
+<a href="<cvssandbox>tor/doc/design-paper/challenges.pdf">versione PDF</a>.</p>
46
+
47
+<p>Le <b>specifiche</b> offrono agli sviluppatori le informazioni necessarie
48
+per realizzare versioni compatibili con Tor:</p>
49
+<ul>
50
+<li><a href="<cvssandbox>tor/doc/tor-spec.txt">Tor Specifiche di Base</a></li>
51
+<li><a href="<cvssandbox>tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
52
+<li><a href="<cvssandbox>tor/doc/control-spec.txt">Tor UI control specification</a></li>
53
+</ul>
54
+
55
+<p>Il <a href="tor-manual.html"><b>manuale</b></a> dell'ultima release stabile
56
+offre informazioni dettagliate su come installare e usare Tor, incluse le 
57
+configurazioni e le opzioni per client e server.<br />
58
+Se intendi utilizzare la versione del CVS il manuale &egrave; disponibile 
59
+<a href="tor-manual-cvs.html"><b>qui</b></a>.
60
+</p>
61
+
62
+<p>Consulta le <a href="http://freehaven.net/~arma/21c3-slides.pdf">slides
63
+dalla conferenza 21C3</a>, e
64
+<a href="http://freehaven.net/~arma/Berlin2004.ogg">
65
+ascolta l'audio della stessa</a>.</p>
66
+
67
+<a id="HOWTO"></a>
68
+<h2><a class="anchor" href="#HOWTO">Vari HOWTO Docs</a></h2>
69
+<ul>
70
+<li><a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Guida
71
+per Tor-ificare varie applicazioni</a></li>
72
+<li><a
73
+href="http://wiki.noreply.org/noreply/TheOnionRouter/OperationalSecurity">Come
74
+rendere Sicuro un Server Tor</a></li>
75
+<li><a
76
+href="http://wiki.noreply.org/wiki/TheOnionRouter/TorInChroot">Far funzionare
77
+Tor su Linux in chroot</a></li>
78
+<li><a
79
+href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">guida
80
+al chroot per OpenBSD</a></li>
81
+<li><a
82
+href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Squid e
83
+Tor</a></li>
84
+</ul>
85
+
86
+<a id="MailingLists"></a>
87
+<h2><a class="anchor" href="#MailingLists">Informazioni dalle Mailing List</a></h2>
88
+<ul>
89
+<li> La <a href="http://archives.seul.org/or/announce/">or-announce
90
+mailing list</a> &egrave; a basso volume di traffico, la utilizziamo per annunciare le nuove release.
91
+</li>
92
+<li> La <a href="http://archives.seul.org/or/talk/">or-talk mailing
93
+list</a>, dove nascono la maggior parte delle discussioni, e dove si annunciano 
94
+i rilasci di prerelease o release candidates.</li>
95
+<li> La <a href="http://archives.seul.org/or/dev/">or-dev mailing
96
+list</a> viene usata dagli sviluppatori , ed &egrave; a volume di traffico ridotto.</li>
97
+<li> Esiste anche una lista per i <a
98
+href="http://archives.seul.org/or/cvs/">cvs commits</a>.</li>
99
+</ul>
100
+  </div><!-- #main -->
101
+
102
+#include <foot.wmi>
... ...
@@ -1,98 +1,53 @@
1
-<!-- revision 0.03 -->
2
-<!-- biofa@circolab.net -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: Download</title>
9
-  <meta name="Author" content="Roger Dingledine" />
10
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
11
-  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
12
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
13
-</head>
14
-
15
-<body>
16
-
17
-<!-- TITLE BAR & NAVIGATION -->
18
-
19
-<div class="center">
20
-
21
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
22
-    <tr>
23
-        <td class="banner-left"></td>
24
-        <td class="banner-middle">
25
-            <a href="index.it.html">Home</a>
26
-          | <a href="howitworks.it.html">Come Funziona</a>
27
-          | <a class="current">Scarica</a>
28
-          | <a href="documentation.it.html">Docs</a>
29
-          | <a href="users.it.html">Utenti</a>
30
-          | <a href="faq.it.html">Faq</a>
31
-          | <a href="volunteer.it.html">Contribuire</a>
32
-          | <a href="developers.it.html">Sviluppo</a>
33
-          | <a href="research.it.html">Ricerca</a>
34
-          | <a href="people.it.html">Persone</a>
35
-        </td>
36
-	<td class="banner-right">
37
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
38
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
39
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
40
-	</td>
41
-    </tr>
42
-</table>
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: biofa@circolab.net
4
+
5
+#include "head.wmi" TITLE="Scarica"
43 6
 
44 7
 <div class="main-column">
45
-<p>Questa traduzione non &egrave; stata controllata dagli sviluppatori di Tor
46
-e da EFF. Pu&ograve; risultare non attuale o sbagliata. Il sito ufficiale di
47
-Tor &egrave; in Inglese, all'indirizzo http://tor.eff.org/</p>
48 8
 
49 9
 <h2>Tor: Pacchetti e sorgenti</h2>
50 10
 <hr />
51 11
 <p>Tor viene distribuito come <a href="http://www.fsf.org/">Free Software</a>
52
-sotto le <a href="cvs/tor/LICENSE">3-clausole della licenza BSD</a>.</p>
12
+sotto le <a href="<cvssandbox>tor/LICENSE">3-clausole della licenza BSD</a>.</p>
53 13
 
54 14
 <p>L'ultima release la trovi disponibile per il download <a href="dist/">
55
-qui</a>. L'ultima release stablie &egrave; la <b>0.1.0.15</b>, e quella in
56
-sviluppo &egrave; la <b>0.1.1.7-alpha</b>.
15
+qui</a>. L'ultima release stablie &egrave; la <b><version-stable></b>, e quella in
16
+sviluppo &egrave; la <b><version-alpha></b>.
57 17
 Tor gira su Linux, BSD, OS X, Windows, Solaris, e altri ancora.</p>
58 18
 <ul>
59 19
 <li><b>Windows</b> installer:
60
-<a href="dist/win32/tor-0.1.0.15-win32.exe">0.1.0.15</a> (<a
61
-href="dist/win32/tor-0.1.0.15-win32.exe.asc">sig</a>),
62
- <a href="dist/win32/tor-0.1.1.7-alpha-win32.exe">0.1.1.7-alpha</a> (<a
63
-href="dist/win32/tor-0.1.1.7-alpha-win32.exe.asc">sig</a>).
64
-Si raccomanda la lettura delle <a
65
-href="cvs/tor/doc/tor-doc-win32.html">istruzioni per Win32</a>.</li>
66
-<li><b>Mac OS X</b> installer:
67
-<a href="dist/osx/Tor 0.1.0.15 Bundle.dmg">0.1.0.15</a> (<a
68
-href="dist/osx/Tor 0.1.0.15 Bundle.dmg.asc">sig</a>),
69
-<a href="dist/osx/Tor 0.1.1.7-alpha Bundle.dmg">0.1.1.7-alpha</a> (<a
70
-href="dist/osx/Tor 0.1.1.7-alpha Bundle.dmg.asc">sig</a>).
71
-Si raccomanda la lettura delle <a
72
-href="cvs/tor/doc/tor-doc-osx.html">istruzioni per OS X</a>.</li>
20
+<a href="<package-win32-stable>"><version-win32-stable></a> (<a href="<package-win32-stable-sig>">sig</a>),
21
+<a href="<package-win32-alpha>"><version-win32-alpha></a> (<a href="<package-win32-alpha-sig>">sig</a>).
22
+Si raccomanda la lettura delle <a href="<cvssandbox>tor/doc/tor-doc-win32.html">istruzioni per Win32</a>.</li>
23
+
24
+<li><b>Mac OS X Tiger</b> installer:
25
+<a href="<package-osx-stable>"><version-osx-stable></a> (<a href="<package-osx-stable-sig>">sig</a>),
26
+<a href="<package-osx-alpha>"><version-osx-alpha></a> (<a href="<package-osx-alpha-sig>">sig</a>).
27
+Si raccomanda la lettura delle <a href="<cvssandbox>tor/doc/tor-doc-osx.html">istruzioni per OS X</a>.</li>
28
+
29
+<li><b>Mac OS X Panther/Jaguar</b> installer:
30
+<a href="<package-oldosx-stable>"><version-oldosx-stable></a> (<a href="<package-oldosx-stable-sig>">sig</a>).
31
+Si raccomanda la lettura delle <a href="<cvssandbox>tor/doc/tor-doc-osx.html">istruzioni per OS X</a>.</li>
32
+
73 33
 <li>pacchetto <b>Red Hat Linux</b>:
74
-<a href="dist/rpm/tor-0.1.0.15-tor.0.fc1.i386.rpm">0.1.0.15 RPM</a> (<a
75
-href="dist/rpm/tor-0.1.0.15-tor.0.fc1.i386.rpm.asc">sig</a>),
76
-<a href="dist/rpm/tor-0.1.0.15-tor.0.fc1.src.rpm">0.1.0.15 SRPM</a> (<a
77
-href="dist/rpm/tor-0.1.0.15-tor.0.fc1.src.rpm.asc">sig</a>),
78
-<a href="dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.i386.rpm">0.1.1.7-alpha RPM</a> (<a
79
-href="dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.i386.rpm.asc">sig</a>),
80
-<a href="dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.src.rpm">0.1.1.7-alpha SRPM</a> (<a
81
-href="dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.src.rpm.asc">sig</a>)
34
+<a href="<package-rpm-stable>"><version-rpm-stable> RPM</a> (<a href="<package-rpm-stable-sig>">sig</a>),
35
+<a href="<package-srpm-stable>"><version-rpm-stable> SRPM</a> (<a href="<package-srpm-stable-sig>">sig</a>),
36
+<a href="<package-rpm-alpha>"><version-rpm-alpha> RPM</a> (<a href="<package-rpm-alpha-sig>">sig</a>),
37
+<a href="<package-srpm-alpha>"><version-rpm-alpha> SRPM</a> (<a href="<package-srpm-alpha-sig>">sig</a>)
82 38
 </li>
83
-<li>Ultima sorgente tarballs: <a href="dist/tor-0.1.0.15.tar.gz">0.1.0.15</a>
84
-(<a href="dist/tor-0.1.0.15.tar.gz.asc">sig</a>),
85
-<a href="dist/tor-0.1.1.7-alpha.tar.gz">0.1.1.7-alpha</a>
86
-(<a href="dist/tor-0.1.1.7-alpha.tar.gz.asc">sig</a>).
39
+
40
+<li>Ultima sorgente tarballs:
41
+<a href="<package-source-stable>"><version-stable></a> (<a href="<package-source-stable-sig>">sig</a>),
42
+<a href="<package-source-alpha>"><version-alpha></a> (<a href="<package-source-alpha-sig>">sig</a>).
87 43
 Ti servir&agrave; la <a href="http://www.monkey.org/~provos/libevent/">
88 44
 libevent</a>. Se sei cos&igrave; coraggioso da provare la compilazione dai 
89 45
 sorgenti con Windows, avrai bisogno di libevent 1.0c o successiva. 
90 46
 </li>
91 47
 </ul>
92 48
 
93
-<p>Le istruzioni generali per installare e configurare Tor le trovi <a
94
-href="cvs/tor/doc/tor-doc.html#installing">qui</a>. Questa <a
95
-href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#DistSignatures">FAQ
49
+<p>Le istruzioni generali per installare e configurare Tor le trovi <a href="<cvssandbox>tor/doc/tor-doc.html#installing">qui</a>. 
50
+Questa <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#DistSignatures">FAQ
96 51
 entry</a> spiega come verificare l'autenticit&agrave; del pacchetto che scaricate.</p>
97 52
 
98 53
 <p>Consulta la <a href="developers.html">pagina degli sviluppatori</a> che contengono le istruzione per prelevare Tor dal CVS.
... ...
@@ -190,15 +145,10 @@ from clients</a>.
190 145
 
191 146
 <hr />
192 147
 
193
-<p>Per maggiori dettagli ti consigliamo di leggere il <a href="cvs/tor/ChangeLog">
148
+<p>Per maggiori dettagli ti consigliamo di leggere il <a href="<cvssandbox>tor/ChangeLog">
194 149
 ChangeLog</a>.
195 150
 </p>
196 151
 
197 152
   </div><!-- #main -->
198
-</div>
199
-  <div class="bottom" id="bottom">
200
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
201
-     $Id$
202
-  </div>
203
-</body>
204
-</html>
153
+
154
+#include <foot.wmi>
... ...
@@ -1,82 +0,0 @@
1
-<!-- revision 0.01 -->
2
-<!-- biofa@circolab.net -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: FAQs</title>
9
-  <meta name="Author" content="Roger Dingledine" />
10
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
11
-  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
12
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
13
-</head>
14
-
15
-<body>
16
-
17
-<!-- TITLE BAR & NAVIGATION -->
18
-
19
-<div class="center">
20
-
21
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
22
-    <tr>
23
-        <td class="banner-left"></td>
24
-        <td class="banner-middle">
25
-            <a href="index.it.html">Home</a>
26
-          | <a href="howitworks.it.html">Come Funziona</a>
27
-          | <a href="download.it.html">Scarica</a>
28
-          | <a href="documentation.it.html">Docs</a>
29
-          | <a href="users.it.html">Utenti</a>
30
-          | <a class="current">Faq</a>
31
-          | <a href="volunteer.it.html">Contribuire</a>
32
-          | <a href="developers.it.html">Sviluppo</a>
33
-          | <a href="research.it.html">Ricerca</a>
34
-          | <a href="people.it.html">Persone</a>
35
-        </td>
36
-	<td class="banner-right">
37
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
38
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
39
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
40
-	</td>
41
-    </tr>
42
-</table>
43
-
44
-<!-- END TITLE BAR & NAVIGATION -->
45
-
46
-<div class="main-column">
47
-<p>Questa traduzione non &egrave; stata controllata dagli sviluppatori di Tor
48
-e da EFF. Pu&ograve; risultare non attuale o sbagliata. Il sito ufficiale di
49
-Tor &egrave; in Inglese, all'indirizzo http://tor.eff.org/</p>
50
-
51
-<h2>Tor: FAQs</h2>
52
-<hr />
53
-<p>
54
-Il <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">Tor
55
-Wiki delle FAQ Tecniche</a> &egrave; editabile dagli utenti, questo
56
-significa che chiunque pu&ograve; integrarne i contenuti.
57
-Vi invitiamo utenti e sostenitori di Tor a consultarlo e migliorarlo,
58
-con domande, risposte e altro.
59
-Noi provvederemo alla supervisione di Wiki ma non ne siamo responsabili
60
-per i contenuti.
61
-</p>
62
-
63
-<p>
64
-Le <a href="eff/tor-legal-faq.html">FAQ Legali</a> sono state scritte da
65
-avvocati di EFF. Questo documento presenta alcuni risvolti legali che sono 
66
-nati con il progetto Tor.
67
-</p>
68
-
69
-<p>
70
-Le <a href="faq-abuse.html">FAQ su abusi per Operatori dei Server Tor</a>
71
-sono una raccolta di quesiti e problemi che si possono incontrare quando 
72
-si gestisce un server Tor.
73
-</p>
74
-
75
-  </div><!-- #main -->
76
-</div>
77
-  <div class="bottom" id="bottom">
78
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
79
-     $Id$
80
-  </div>
81
-</body>
82
-</html>
... ...
@@ -0,0 +1,35 @@
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: biofa@circolab.net
4
+
5
+#include "head.wmi" TITLE="FAQs"
6
+
7
+<div class="main-column">
8
+
9
+<h2>Tor: FAQs</h2>
10
+<hr />
11
+<p>
12
+Il <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">Tor
13
+Wiki delle FAQ Tecniche</a> &egrave; editabile dagli utenti, questo
14
+significa che chiunque pu&ograve; integrarne i contenuti.
15
+Vi invitiamo utenti e sostenitori di Tor a consultarlo e migliorarlo,
16
+con domande, risposte e altro.
17
+Noi provvederemo alla supervisione di Wiki ma non ne siamo responsabili
18
+per i contenuti.
19
+</p>
20
+
21
+<p>
22
+Le <a href="eff/tor-legal-faq.html">FAQ Legali</a> sono state scritte da
23
+avvocati di EFF. Questo documento presenta alcuni risvolti legali che sono 
24
+nati con il progetto Tor.
25
+</p>
26
+
27
+<p>
28
+Le <a href="faq-abuse.html">FAQ su abusi per Operatori dei Server Tor</a>
29
+sono una raccolta di quesiti e problemi che si possono incontrare quando 
30
+si gestisce un server Tor.
31
+</p>
32
+
33
+  </div><!-- #main -->
34
+
35
+#include <foot.wmi>
... ...
@@ -0,0 +1,27 @@
1
+#!/usr/bin/wml
2
+#include "functions.wmi"
3
+
4
+</div>
5
+  <div class="bottom" id="bottom">
6
+     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
7
+#     Id: developers.html,v 1.41 2005/08/31 20:19:16 thomass Exp 
8
+      Last modified: <: @stat = stat($(LANG).'/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); :>
9
+      -
10
+      Last compiled: <: print scalar localtime(); :>
11
+
12
+# Uncomment this in your translation:  (and translate it)
13
+#####################################
14
+      <: unless (translation_current()) { :>
15
+      <p>
16
+      Warning:  This translation might be obsolete.  The English original is at Revision
17
+      <:= translation_get_masterrevision() :> while this translation is based on
18
+      <:= translation_get_basedonrevision() :>.
19
+      <: } :>
20
+
21
+      <p>Questa traduzione non &egrave; stata controllata dagli sviluppatori di
22
+      Tor e da EFF. Pu&ograve; risultare non attuale o sbagliata. Il sito
23
+      ufficiale di Tor &egrave; in Inglese, all'indirizzo
24
+      http://tor.eff.org/</p>
25
+  </div>
26
+</body>
27
+</html>
... ...
@@ -1,96 +0,0 @@
1
-<!-- revision 0.03 -->
2
-<!-- biofa@circolab.net -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: Come funziona</title>
9
-  <meta name="Author" content="Roger Dingledine" />
10
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
11
-  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
12
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
13
-</head>
14
-
15
-<body>
16
-
17
-<!-- TITLE BAR & NAVIGATION -->
18
-<div class="center">
19
-
20
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
21
-    <tr>
22
-        <td class="banner-left"></td>
23
-        <td class="banner-middle">
24
-            <a href="index.it.html">Home</a>
25
-          | <a class="current">Come Funziona</a>
26
-          | <a href="download.it.html">Scarica</a>
27
-          | <a href="documentation.it.html">Docs</a>
28
-          | <a href="users.it.html">Utenti</a>
29
-          | <a href="faq.it.html">Faq</a>
30
-          | <a href="volunteer.it.html">Contribuire</a>
31
-          | <a href="developers.it.html">Sviluppo</a>
32
-          | <a href="research.it.html">Ricerca</a>
33
-          | <a href="people.it.html">Persone</a>
34
-        </td>
35
-	<td class="banner-right">
36
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
37
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
38
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
39
-	</td>
40
-    </tr>
41
-</table>
42
-
43
-<!-- END TITLE BAR & NAVIGATION -->
44
-
45
-
46
-<div class="main-column">
47
-<p>Questa traduzione non &egrave; stata controllata dagli sviluppatori di Tor
48
-e da EFF. Pu&ograve; risultare non attuale o sbagliata. Il sito ufficiale di
49
-Tor &egrave; in Inglese, all'indirizzo http://tor.eff.org/</p>
50
-
51
-<h2>Tor: Come Funziona</h2>
52
-<hr />
53
-<p>
54
-<a href="overview.it.html">Panoramica di base su Tor</a>: cosa offre Tor,
55
-il suo valore, come funziona.
56
-</p>
57
-
58
-<p>
59
-<a href="cvs/tor/doc/tor-doc.html">Installare,
60
-configurare, e avviare Tor</a>.
61
-</p>
62
-
63
-<p>La <b>descrizione del progetto</b> (pubblicata su Usenix
64
-Security 2004) espone i nostri obiettivi e un'analisi della sicurezza 
65
-del progetto Tor:
66
-</p>
67
-<ul>
68
-<li><a href="cvs/tor/doc/design-paper/tor-design.pdf">versione PDF</a></li>
69
-<li><a href="cvs/tor/doc/design-paper/tor-design.html">versione HTML</a></li>
70
-</ul>
71
-
72
-<p>Il nostro documento aggiuntivo intitolato <b>challenges in low-latency anonymity</b>
73
-(ancora in forma di bozza) mostra i pi&ugrave; recenti risultati e sviluppi:
74
-<a href="cvs/tor/doc/design-paper/challenges.pdf">versione PDF</a>.</p>
75
-
76
-<p>Le <b>specifiche</b> mirano a dare agli sviluppatori
77
-le informazioni necessarie per creare versioni compatibili con Tor:</p>
78
-<ul>
79
-<li><a href="cvs/tor/doc/tor-spec.txt">Tor specifiche di base</a></li>
80
-<li><a href="cvs/tor/doc/rend-spec.txt">Tor rendezvous specifiche</a></li>
81
-<li><a href="cvs/tor/doc/control-spec.txt">Tor UI control specifiche</a></li>
82
-</ul>
83
-
84
-<p>Consulta le <a href="http://freehaven.net/~arma/21c3-slides.pdf">slides
85
-dalla conferenza 21C3</a>, e 
86
-<a href="http://freehaven.net/~arma/Berlin2004.ogg">
87
-ascolta l'audio della stessa</a>.</p>
88
-
89
-  </div><!-- #main -->
90
-</div>
91
-  <div class="bottom" id="bottom">
92
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
93
-     $Id$
94
-  </div>
95
-</body>
96
-</html>
... ...
@@ -0,0 +1,49 @@
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: biofa@circolab.net
4
+
5
+#include "head.wmi" TITLE="Come funziona"
6
+
7
+<div class="main-column">
8
+
9
+<h2>Tor: Come Funziona</h2>
10
+<hr />
11
+<p>
12
+<a href="overview.it.html">Panoramica di base su Tor</a>: cosa offre Tor,
13
+il suo valore, come funziona.
14
+</p>
15
+
16
+<p>
17
+<a href="<cvssandbox>tor/doc/tor-doc.html">Installare,
18
+configurare, e avviare Tor</a>.
19
+</p>
20
+
21
+<p>La <b>descrizione del progetto</b> (pubblicata su Usenix
22
+Security 2004) espone i nostri obiettivi e un'analisi della sicurezza 
23
+del progetto Tor:
24
+</p>
25
+<ul>
26
+<li><a href="<cvssandbox>tor/doc/design-paper/tor-design.pdf">versione PDF</a></li>
27
+<li><a href="<cvssandbox>tor/doc/design-paper/tor-design.html">versione HTML</a></li>
28
+</ul>
29
+
30
+<p>Il nostro documento aggiuntivo intitolato <b>challenges in low-latency anonymity</b>
31
+(ancora in forma di bozza) mostra i pi&ugrave; recenti risultati e sviluppi:
32
+<a href="<cvssandbox>tor/doc/design-paper/challenges.pdf">versione PDF</a>.</p>
33
+
34
+<p>Le <b>specifiche</b> mirano a dare agli sviluppatori
35
+le informazioni necessarie per creare versioni compatibili con Tor:</p>
36
+<ul>
37
+<li><a href="<cvssandbox>tor/doc/tor-spec.txt">Tor specifiche di base</a></li>
38
+<li><a href="<cvssandbox>tor/doc/rend-spec.txt">Tor rendezvous specifiche</a></li>
39
+<li><a href="<cvssandbox>tor/doc/control-spec.txt">Tor UI control specifiche</a></li>
40
+</ul>
41
+
42
+<p>Consulta le <a href="http://freehaven.net/~arma/21c3-slides.pdf">slides
43
+dalla conferenza 21C3</a>, e 
44
+<a href="http://freehaven.net/~arma/Berlin2004.ogg">
45
+ascolta l'audio della stessa</a>.</p>
46
+
47
+  </div><!-- #main -->
48
+
49
+#include <foot.wmi>
... ...
@@ -1,58 +1,17 @@
1
-<!-- revision 0.02 -->
2
-<!-- biofa@circolab.net -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: Sistema di comunicazione anonima per Internet</title>
9
-  <meta name="Author" content="Roger Dingledine" />
10
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
11
-  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
12
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
13
-</head>
14
-
15
-<body>
16
-
17
-<!-- TITLE BAR & NAVIGATION -->
18
-
19
-<div class="center">
20
-
21
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
22
-    <tr>
23
-        <td class="banner-left"></td>
24
-        <td class="banner-middle">
25
-            <a class="current">Home</a>
26
-          | <a href="howitworks.it.html">Come Funziona</a>
27
-          | <a href="download.it.html">Scarica</a>
28
-          | <a href="documentation.it.html">Docs</a>
29
-          | <a href="users.it.html">Utenti</a>
30
-          | <a href="faq.it.html">Faq</a>
31
-          | <a href="volunteer.it.html">Contribuire</a>
32
-          | <a href="developers.it.html">Sviluppo</a>
33
-          | <a href="research.it.html">Ricerca</a>
34
-          | <a href="people.it.html">Persone</a>
35
-        </td>
36
-	<td class="banner-right">
37
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
38
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
39
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
40
-	</td>
41
-    </tr>
42
-</table>
43
-
44
-<!-- END TITLE BAR & NAVIGATION -->
45
-
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: biofa@circolab.net
46 4
 
5
+#include "head.wmi" TITLE="Sistema di comunicazione anonima per Internet"
47 6
 
48 7
 <!-- SIDEBAR (OPTIONAL) -->
49 8
 <div class="sidebar">
50
-<a href="download.html"><img src="images/download_tor.png" alt="Scarica Tor" /></a>
9
+<a href="download.html"><img src="$(IMGROOT)/download_tor.png" alt="Scarica Tor" /></a>
51 10
 
52 11
 <br />
53 12
 
54
-<a href="http://tor.eff.org/overview.html">
55
-<img src="images/how_tor_works_thumb.png" alt="Come Funziona Tor" /></a>
13
+<a href="overview.html">
14
+<img src="$(IMGROOT)/how_tor_works_thumb.png" alt="Come Funziona Tor" /></a>
56 15
 <div class="donatebutton">
57 16
 <a href="http://secure.eff.org/tor">Supporta Tor donando a EFF</a>
58 17
 </div>
... ...
@@ -63,9 +22,6 @@
63 22
 <div class="main-column">
64 23
 
65 24
 <!-- PUT CONTENT AFTER THIS TAG -->
66
-<p>Questa traduzione non &egrave; stata controllata dagli sviluppatori di Tor
67
-e da EFF. Pu&ograve; risultare non attuale o sbagliata. Il sito ufficiale di
68
-Tor &egrave; in Inglese, all'indirizzo http://tor.eff.org/</p>
69 25
 
70 26
 <h2>Tor: Sistema di comunicazione anonima per Internet</h2>
71 27
 <p>
... ...
@@ -122,8 +78,8 @@ decidere se identificarvi quando comunicate.
122 78
 <p>
123 79
 La sicurezza di Tor accresce proporzionalmente al numero degli utilizzatori e
124 80
 delle persone che volontariamente attrezzano un server Tor.
125
-Se decidi di <a href="cvs/tor/doc/tor-doc.html#installing">installarlo</a>
126
-puoi trovare <a href="cvs/tor/doc/tor-doc.html#server">aiuto</a>.
81
+Se decidi di <a href="<cvssandbox>tor/doc/tor-doc.html#installing">installarlo</a>
82
+puoi trovare <a href="<cvssandbox>tor/doc/tor-doc.html#server">aiuto</a>.
127 83
 Per <a href="documentation.it.html">approfondimenti su Tor</a>.
128 84
 </p>
129 85
 
... ...
@@ -160,15 +116,8 @@ iscriversi</a>.
160 116
 
161 117
   </div><!-- #main -->
162 118
 
163
-<a href="http://secure.eff.org/tor"><img src="images/eff_badge.png"
164
-alt="EFF supporta lo sviluppo di Tor" /></a>
165
-<a href="http://www.onion-router.net/"><img src="images/onr-logo.jpg"
166
-alt="ONR supporta lo sviluppo di Tor" /></a>
119
+<a href="http://secure.eff.org/tor"><img src="$(IMGROOT)/eff_badge.png" alt="EFF supporta lo sviluppo di Tor" /></a>
120
+<a href="http://www.onion-router.net/"><img src="$(IMGROOT)/onr-logo.jpg" alt="ONR supporta lo sviluppo di Tor" /></a>
167 121
 
168
-</div>
169
-  <div class="bottom" id="bottom">
170
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
171
-     $Id$
172
-  </div>
173
-</body>
174
-</html>
122
+
123
+#include <foot.wmi>
... ...
@@ -0,0 +1,14 @@
1
+<:
2
+	@navigation = (
3
+		'index'			, 'Home',
4
+		'howitworks'		, 'Come Funziona',
5
+		'download'		, 'Scarica',
6
+		'documentation'		, 'Documentazione',
7
+		'users'			, 'Utenti',
8
+		'faq'			, 'FAQs',
9
+		'volunteer'		, 'Contribuire',
10
+		'developers'		, 'Sviluppo',
11
+		'research'		, 'Ricerca',
12
+		'people'		, 'Persone',
13
+	);
14
+:>
... ...
@@ -1,51 +1,10 @@
1
-<!-- revision 0.00 -->
2
-<!-- viagra11@circolab.net -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: biofa@circolab.net
5 4
 
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: Panoramica</title>
9
-  <meta name="Author" content="Roger Dingledine" />
10
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
11
-  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
12
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
13
-</head>
14
-
15
-<body>
16
-
17
-<!-- TITLE BAR & NAVIGATION -->
18
-<div class="center">
19
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
20
-    <tr>
21
-        <td class="banner-left"></td>
22
-        <td class="banner-middle">
23
-            <a class="current">Home</a>
24
-          | <a href="howitworks.it.html">Come Funziona</a>
25
-          | <a href="download.it.html">Scarica</a>
26
-          | <a href="documentation.it.html">Docs</a>
27
-          | <a href="users.it.html">Utenti</a>
28
-          | <a href="faq.it.html">Faq</a>
29
-          | <a href="volunteer.it.html">Contribuire</a>
30
-          | <a href="developers.it.html">Sviluppo</a>
31
-          | <a href="research.it.html">Ricerca</a>
32
-          | <a href="people.it.html">Persone</a>
33
-        </td>
34
-        <td class="banner-right">
35
-                <a href="/"><img src="/images/en.png" alt="English" /></a>
36
-                <a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
37
-                <a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a>
38
-        </td>
39
-
40
-    </tr>
41
-</table>
42
- 
43
-<!-- END TITLE BAR & NAVIGATION -->
5
+#include "head.wmi" TITLE="Panoramica"
44 6
 
45 7
 <div class="main-column">
46
-<p>Questa traduzione non &egrave; stata controllata dagli sviluppatori di Tor
47
-e da EFF. Pu&ograve; risultare non attuale o sbagliata. Il sito ufficiale di
48
-Tor &egrave; in Inglese, all'indirizzo http://tor.eff.org/</p>
49 8
 
50 9
 <h2>Tor: Panoramica</h2>
51 10
 <hr />
... ...
@@ -153,7 +112,7 @@ che nessun osservatore situato in un singolo punto possa dire da dove venga
153 112
 o dove sia direzionato il tuo traffico. 
154 113
 </p>
155 114
 
156
-<img alt="Circuito di Tor, passo uno" src="images/htw1.png" />
115
+<img alt="Circuito di Tor, passo uno" src="$(IMGROOT)/htw1.png" />
157 116
 
158 117
 <p>
159 118
 Per creare un percorso di rete privato con Tor, il software crea
... ...
@@ -167,7 +126,7 @@ che ogni salto non possa tracciare queste connessioni mentre passano i
167 126
 dati.
168 127
 </p>
169 128
 
170
-<img alt="CIrcuito di Tor, passo due" src="images/htw2.png" />
129
+<img alt="CIrcuito di Tor, passo due" src="$(IMGROOT)/htw2.png" />
171 130
 
172 131
 <p>
173 132
 Una volta che un circuito &egrave; stabilito, molti tipi di dati possono essere
... ...
@@ -185,7 +144,8 @@ che avvengono nello stesso minuto. Le richieste successive sono fornite a
185 144
 un nuovo circuito, per evitare che le persone possano collegare le tue 
186 145
 azioni precendenti con quelle nuove. 
187 146
 </p>
188
-<img alt="Circuito di Tor, passo tre" src="images/htw3.png" />
147
+
148
+<img alt="Circuito di Tor, passo tre" src="$(IMGROOT)/htw3.png" />
189 149
 
190 150
 <h3>Hidden services (Servizi Nascosti)</h3>
191 151
 
... ...
@@ -235,8 +195,8 @@ agli opposti: se l'usabilit&agrave; di Tor aumenta, essa attrae pi&ugrave; utent
235 195
 che possono aumentare le possibili sorgenti e destinazioni di ogni
236 196
 connessione, e quindi aumentando la sicurezza di ognuno. Stiamo facendo
237 197
 progressi, ma abbiamo bisogno del tuo aiuto. Per favore considera di
238
-<a href="cvs/tor/doc/tor-doc.html#installing">installare</a> un <a
239
-href="cvs/tor/doc/tor-doc.html#server">server</a>
198
+<a href="<cvssandbox>tor/doc/tor-doc.html#installing">installare</a> un <a
199
+href="<cvssandbox>tor/doc/tor-doc.html#server">server</a>
240 200
 o di fare del <a href="volunteer.html">volontariato</a> come <a
241 201
 href="developers.html">sviluppatore</a>.
242 202
 </p>
... ...
@@ -253,10 +213,5 @@ della privacy.
253 213
 </p>
254 214
 
255 215
   </div><!-- #main -->
256
-</div>
257
-  <div class="bottom" id="bottom">
258
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
259
-     $Id$
260
-  </div>
261
-</body>
262
-</html>
216
+
217
+#include <foot.wmi>
... ...
@@ -1,79 +0,0 @@
1
-<!-- revision 0.01 -->
2
-<!-- biofa@circolab.net -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: Persone</title>
9
-  <meta name="Author" content="Roger Dingledine" />
10
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
11
-  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
12
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
13
-</head>
14
-
15
-<body>
16
-
17
-<!-- TITLE BAR & NAVIGATION -->
18
-
19
-<div class="center">
20
-
21
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
22
-    <tr>
23
-        <td class="banner-left"></td>
24
-        <td class="banner-middle">
25
-            <a href="index.it.html">Home</a>
26
-          | <a href="howitworks.it.html">Come Funziona</a>
27
-          | <a href="download.it.html">Scarica</a>
28
-          | <a href="documentation.it.html">Docs</a>
29
-          | <a href="users.it.html">Utenti</a>
30
-          | <a href="faq.it.html">Faq</a>
31
-          | <a href="volunteer.it.html">Contribuire</a>
32
-          | <a href="developers.it.html">Sviluppo</a>
33
-          | <a href="research.it.html">Ricerca</a>
34
-          | <a class="current">Persone</a>
35
-        </td>
36
-	<td class="banner-right">
37
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
38
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
39
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
40
-	</td>
41
-    </tr>
42
-</table>
43
-<!-- END TITLE BAR & NAVIGATION -->
44
-
45
-
46
-<div class="main-column">
47
-<p>Questa traduzione non &egrave; stata controllata dagli sviluppatori di Tor
48
-e da EFF. Pu&ograve; risultare non attuale o sbagliata. Il sito ufficiale di
49
-Tor &egrave; in Inglese, all'indirizzo http://tor.eff.org/</p>
50
-
51
-<h2>Tor: Persone</h2>
52
-<hr />
53
-<p>Tor &egrave; gestito da <a href="http://freehaven.net/">The Free
54
-Haven Project</a> ed &egrave; considerato come il fondamento ad un robusto 
55
- ambiente per combattere la censura. Viene sviluppato da <a
56
-href="http://freehaven.net/~arma/">Roger Dingledine</a> e <a
57
-href="http://www.wangafu.net/~nickm/">Nick Mathewson</a>, con
58
-l'aiuto di tanti volontari sparsi in Internet.
59
-</p>
60
-
61
-<p>Nei primi anni di vita (2002-2004) Tor ha ricevuto il supporto
62
-dal <a href="http://www.nrl.navy.mil/">Naval Research Lab</a>,
63
-con il lavoro di <a href="http://www.syverson.org/">Paul Syverson</a>
64
-e basandosi sull'originale progetto di 
65
-<a href="http://www.onion-router.net/">onion routing</a> da questi
66
-sviluppato.
67
-</p>
68
-
69
-<p>Dal November 2004, lo sviluppo di Tor ha ricevuto supporto dall' <a
70
-href="http://www.eff.org/">Electronic Frontier Foundation</a>.</p>
71
-
72
-  </div><!-- #main -->
73
-</div>
74
-  <div class="bottom" id="bottom">
75
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
76
-     $Id$
77
-  </div>
78
-</body>
79
-</html>
... ...
@@ -0,0 +1,32 @@
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: biofa@circolab.net
4
+
5
+#include "head.wmi" TITLE="Persone"
6
+
7
+<div class="main-column">
8
+
9
+<h2>Tor: Persone</h2>
10
+<hr />
11
+<p>Tor &egrave; gestito da <a href="http://freehaven.net/">The Free
12
+Haven Project</a> ed &egrave; considerato come il fondamento ad un robusto 
13
+ ambiente per combattere la censura. Viene sviluppato da <a
14
+href="http://freehaven.net/~arma/">Roger Dingledine</a> e <a
15
+href="http://www.wangafu.net/~nickm/">Nick Mathewson</a>, con
16
+l'aiuto di tanti volontari sparsi in Internet.
17
+</p>
18
+
19
+<p>Nei primi anni di vita (2002-2004) Tor ha ricevuto il supporto
20
+dal <a href="http://www.nrl.navy.mil/">Naval Research Lab</a>,
21
+con il lavoro di <a href="http://www.syverson.org/">Paul Syverson</a>
22
+e basandosi sull'originale progetto di 
23
+<a href="http://www.onion-router.net/">onion routing</a> da questi
24
+sviluppato.
25
+</p>
26
+
27
+<p>Dal November 2004, lo sviluppo di Tor ha ricevuto supporto dall' <a
28
+href="http://www.eff.org/">Electronic Frontier Foundation</a>.</p>
29
+
30
+  </div><!-- #main -->
31
+
32
+#include <foot.wmi>
... ...
@@ -1,68 +0,0 @@
1
-<!-- revision 0.01 -->
2
-<!-- biofa@circolab.net -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4
-
5
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6
-<head>
7
-  <title>Tor: Ricerca</title>
8
-  <meta name="Author" content="Roger Dingledine" />
9
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
10
-  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
11
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
12
-</head>
13
-
14
-<body>
15
-
16
-<!-- TITLE BAR & NAVIGATION -->
17
-
18
-<div class="center">
19
-
20
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
21
-    <tr>
22
-        <td class="banner-left"></td>
23
-        <td class="banner-middle">
24
-            <a href="index.it.html">Home</a>
25
-          | <a href="howitworks.it.html">Come Funziona</a>
26
-          | <a href="download.it.html">Scarica</a>
27
-          | <a href="documentation.it.html">Docs</a>
28
-          | <a href="users.it.html">Utenti</a>
29
-          | <a href="faq.it.html">Faq</a>
30
-          | <a href="volunteer.it.html">Contribuire</a>
31
-          | <a href="developers.it.html">Sviluppo</a>
32
-          | <a class="current">Ricerca</a>
33
-          | <a href="people.it.html">Persone</a>
34
-        </td>
35
-	<td class="banner-right">
36
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
37
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
38
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
39
-	</td>
40
-    </tr>
41
-</table>
42
-<!-- END TITLE BAR & NAVIGATION -->
43
-
44
-<div class="main-column">
45
-<p>Questa traduzione non &egrave; stata controllata dagli sviluppatori di Tor
46
-e da EFF. Pu&ograve; risultare non attuale o sbagliata. Il sito ufficiale di
47
-Tor &egrave; in Inglese, all'indirizzo http://tor.eff.org/</p>
48
-
49
-<h2>Tor: Ricerca</h2>
50
-<hr />
51
-<p>Leggi <a
52
-href="http://freehaven.net/anonbib/topic.html#Anonymous_20communication">questi
53
-i documenti</a> (in particolare quelli nei riquadri) per aumentare la
54
-velocit&agrave; nei sistemi di comunicazione anonimi.
55
-</p>
56
-
57
-<p>Abbiamo bisogno di persone che attacchino il sistema, quantifichino le difese,
58
-etc. Leggi la sezione "security project-lets" della pagina <a
59
-href="volunteer.it.html">contribuire</a>.</p>
60
-
61
-  </div><!-- #main -->
62
-</div>
63
-  <div class="bottom" id="bottom">
64
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
65
-     $Id$
66
-  </div>
67
-</body>
68
-</html>
... ...
@@ -0,0 +1,23 @@
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: biofa@circolab.net
4
+
5
+#include "head.wmi" TITLE="Ricerca"
6
+
7
+<div class="main-column">
8
+
9
+<h2>Tor: Ricerca</h2>
10
+<hr />
11
+<p>Leggi <a
12
+href="http://freehaven.net/anonbib/topic.html#Anonymous_20communication">questi
13
+i documenti</a> (in particolare quelli nei riquadri) per aumentare la
14
+velocit&agrave; nei sistemi di comunicazione anonimi.
15
+</p>
16
+
17
+<p>Abbiamo bisogno di persone che attacchino il sistema, quantifichino le difese,
18
+etc. Leggi la sezione "security project-lets" della pagina <a
19
+href="volunteer.it.html">contribuire</a>.</p>
20
+
21
+  </div><!-- #main -->
22
+
23
+#include <foot.wmi>
... ...
@@ -1,52 +1,10 @@
1
-<!-- revision 0.01 -->
2
-<!-- biofa@circolab.net -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: biofa@circolab.net
5 4
 
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: Utenti</title>
9
-  <meta name="Author" content="Roger Dingledine" />
10
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
11
-  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
12
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
13
-</head>
14
-
15
-<body>
16
-
17
-<!-- TITLE BAR & NAVIGATION -->
18
-
19
-<div class="center">
20
-
21
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
22
-    <tr>
23
-        <td class="banner-left"></td>
24
-        <td class="banner-middle">
25
-            <a href="index.it.html">Home</a>
26
-          | <a href="howitworks.it.html">Come Funziona</a>
27
-          | <a href="download.it.html">Scarica</a>
28
-          | <a href="documentation.it.html">Docs</a>
29
-          | <a class="current">Utenti</a>
30
-          | <a href="faq.it.html">Faq</a>
31
-          | <a href="volunteer.it.html">Contribuire</a>
32
-          | <a href="developers.it.html">Sviluppo</a>
33
-          | <a href="research.it.html">Ricerca</a>
34
-          | <a href="people.it.html">Persone</a>
35
-        </td>
36
-	<td class="banner-right">
37
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
38
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
39
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
40
-	</td>
41
-    </tr>
42
-</table>
43
-
44
-<!-- END TITLE BAR & NAVIGATION -->
5
+#include "head.wmi" TITLE="Utenti"
45 6
 
46 7
 <div class="main-column">
47
-<p>Questa traduzione non &egrave; stata controllata dagli sviluppatori di Tor
48
-e da EFF. Pu&ograve; risultare non attuale o sbagliata. Il sito ufficiale di
49
-Tor &egrave; in Inglese, all'indirizzo http://tor.eff.org/</p>
50 8
 
51 9
 <h2>Tor: Utenti</h2>
52 10
 <hr />
... ...
@@ -112,10 +70,5 @@ intercepts connect() system calls and redirects them through Tor. (Linux, BSD)<b
112 70
 Files marked with a <b>*</b> don't deal with <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">DNS leaks</a>,
113 71
 
114 72
   </div><!-- #main -->
115
-</div>
116
-  <div class="bottom" id="bottom">
117
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
118
-     $Id$
119
-  </div>
120
-</body>
121
-</html>
73
+
74
+#include <foot.wmi>
... ...
@@ -1,52 +1,11 @@
1
-<!-- revision 0.01 -->
2
-<!-- biofa@circolab.net -->
3
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4
-"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
-
6
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
7
-<head>
8
-  <title>Tor: Contribuisci</title>
9
-  <meta name="Author" content="Roger Dingledine" />
10
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
11
-  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
12
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
13
-</head>
14
-<body>
15
-
16
-<!-- TITLE BAR & NAVIGATION -->
17
-<div class="center">
18
-
19
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
20
-    <tr>
21
-        <td class="banner-left"></td>
22
-        <td class="banner-middle">
23
-            <a href="index.it.html">Home</a>
24
-          | <a href="howitworks.it.html">Come Funziona</a>
25
-          | <a href="download.it.html">Scarica</a>
26
-          | <a href="documentation.it.html">Docs</a>
27
-          | <a href="users.it.html">Utenti</a>
28
-          | <a href="faq.it.html">Faq</a>
29
-          | <a class="current">Contribuire</a>
30
-          | <a href="developers.it.html">Sviluppo</a>
31
-          | <a href="research.it.html">Ricerca</a>
32
-          | <a href="people.it.html">Persone</a>
33
-        </td>
34
-	<td class="banner-right">
35
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
36
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
37
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
38
-	</td>
39
-    </tr>
40
-</table>
41
-<!-- END TITLE BAR & NAVIGATION -->
1
+## translation metadata
2
+# Based-On-Revision: unkown
3
+# Last-Translator: biofa@circolab.net
42 4
 
5
+#include "head.wmi" TITLE="Contribuisci"
43 6
 
44 7
 <div class="main-column">
45 8
 
46
-<!-- PUT CONTENT AFTER THIS TAG -->
47
-<p>Questa traduzione non &egrave; stata controllata dagli sviluppatori di Tor
48
-e da EFF. Pu&ograve; risultare non attuale o sbagliata. Il sito ufficiale di
49
-Tor &egrave; in Inglese, all'indirizzo http://tor.eff.org/</p>
50 9
 <p>Necessit&agrave; presenti:</p>
51 10
 <h2>Tor: Contribuire</h2>
52 11
 <hr />
... ...
@@ -54,11 +13,11 @@ Tor &egrave; in Inglese, all'indirizzo http://tor.eff.org/</p>
54 13
 <ul>
55 14
 <li>Utenti come te per testare Tor, e permettere agli sviluppatori di 
56 15
 malfunzionamenti o nuovi modi di .</li>
57
-<li>Ti invitiamo a<a href="cvs/tor/doc/tor-doc.html#server">
16
+<li>Ti invitiamo a<a href="<cvssandbox>tor/doc/tor-doc.html#server">
58 17
 creare un server</a> per contribuire alla crescita della rete Tor.</li> 
59 18
 <li>Uno speciale bisogno di programmatori Windows per il debug della 
60 19
 piattaforma Windows.</li>
61
-<li>Avvia un <a href="cvs/tor/doc/tor-doc.html#hidden-service">Tor hidden
20
+<li>Avvia un <a href="<cvssandbox>tor/doc/tor-doc.html#hidden-service">Tor hidden
62 21
 service</a> e mettici dei contenuti interessanti all'interno..</li>
63 22
 <li>Informa i tuoi amici! Invitali a installare servers. Invitali a offrire
64 23
 hidden service. Invitali a passar parola ai loro amici.</li>
... ...
@@ -115,8 +74,8 @@ usabile.
115 74
 <ul>
116 75
 <li>We need somebody to code up a GUI or other
117 76
 controller program, to do configuration, etc. See our <a
118
-href="cvs/tor/doc/control-spec.txt">control specification</a> for details,
119
-and the <a href="cvs/tor/contrib/TorControl.py">rudimentary demonstration
77
+href="<cvssandbox>tor/doc/control-spec.txt">control specification</a> for details,
78
+and the <a href="<cvssandbox>tor/contrib/TorControl.py">rudimentary demonstration
120 79
 Python control script</a>. No, we don't know what the interface should look
121 80
 like.  You can use any license you want, but we'd recommend 3-clause BSD or
122 81
 maybe GPL; and we can only help out if your license conforms to the
... ...
@@ -128,7 +87,7 @@ have a little script that speaks via the Tor Controller Interface, and does
128 87
 a setconf to change the bandwidth rate. Perhaps it would run out of cron,
129 88
 or perhaps it would sleep until appropriate times and then do its tweak
130 89
 (that's probably more portable). Can somebody write one for us and we'll
131
-put it inside <a href="cvs/tor/contrib/">tor/contrib/</a>?</li>
90
+put it inside <a href="<cvssandbox>tor/contrib/">tor/contrib/</a>?</li>
132 91
 <li>Does somebody want to do up a patch so we can be an NT service? Or
133 92
 so we can go in the system tray?</li>
134 93
 <li>A good (portable, fast, clean, BSD-free) asynchronous DNS library
... ...
@@ -137,10 +96,10 @@ threads to do gethostbyname.</li>
137 96
 <li>Can somebody take a look at Martin's <a
138 97
 href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Squid
139 98
 and Tor</a> page, and update it to reflect Tor's
140
-<a href="http://tor.eff.org/tor-manual.html">RedirectExit</a> config
99
+<a href="tor-manual.html">RedirectExit</a> config
141 100
 option?</li>
142
-<li>See the <a href="cvs/tor/doc/TODO">TODO</a> and
143
-<a href="cvs/tor/doc/HACKING">HACKING</a> files in the Tor distribution
101
+<li>See the <a href="<cvssandbox>tor/doc/TODO">TODO</a> and
102
+<a href="<cvssandbox>tor/doc/HACKING">HACKING</a> files in the Tor distribution
144 103
 for more ideas.</li>
145 104
 </ul>
146 105
 
... ...
@@ -207,10 +166,5 @@ for details.</li>
207 166
 tor-volunteer@freehaven.net</a> if you want to help out!</p>
208 167
 
209 168
 </div><!-- #main -->
210
-</div>
211
-  <div class="bottom" id="bottom">
212
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
213
-     $Id$
214
-  </div>
215
-</body>
216
-</html>
169
+
170
+#include <foot.wmi>
... ...
@@ -1,75 +0,0 @@
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: People</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
-
15
-<!-- TITLE BAR & NAVIGATION -->
16
-<div class="center">
17
-
18
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
19
-    <tr>
20
-        <td class="banner-left"></td>
21
-        <td class="banner-middle">
22
-            <a href="index.html">Home</a>
23
-          | <a href="overview.html">Overview</a>
24
-          | <a href="download.html">Download</a>
25
-          | <a href="documentation.html">Docs</a>
26
-          | <a href="support.html">Support</a>
27
-          | <a href="faq.html">FAQs</a>
28
-          | <a href="volunteer.html">Volunteer</a>
29
-          | <a href="developers.html">Developers</a>
30
-          | <a href="research.html">Research</a>
31
-          | <a class="current">People</a>
32
-        </td>
33
-	<td class="banner-right">
34
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
35
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
36
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
37
-	</td>
38
-    </tr>
39
-</table>
40
-
41
-<!-- END TITLE BAR & NAVIGATION -->
42
-
43
-
44
-<div class="main-column">
45
-
46
-<h2>Tor: People</h2>
47
-<hr />
48
-
49
-<p>Tor is managed by <a href="http://freehaven.net/">The Free
50
-Haven Project</a> as a building block for
51
-a robust censorship-resistant data haven. It is developed by <a
52
-href="http://freehaven.net/~arma/">Roger Dingledine</a> and <a
53
-href="http://www.wangafu.net/~nickm/">Nick Mathewson</a>, with help from
54
-many volunteers around the Internet.</p>
55
-
56
-<p>Tor's first few years (2002-2004) were sponsored by the <a
57
-href="http://www.nrl.navy.mil/">Naval Research Lab</a>
58
-with support from <a href="http://www.onr.navy.mil/">ONR</a>
59
-and <a href="http://www.darpa.mil/">DARPA</a>,
60
-working with <a
61
-href="http://www.syverson.org/">Paul Syverson</a> and based on the
62
-original <a href="http://www.onion-router.net/">onion routing</a> idea
63
-developed there.</p>
64
-
65
-<p>Since November 2004, Tor development has been supported by the <a
66
-href="http://www.eff.org/">Electronic Frontier Foundation</a>.</p>
67
-
68
-  </div><!-- #main -->
69
-</div>
70
-  <div class="bottom" id="bottom">
71
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
72
-     $Id$
73
-  </div>
74
-</body>
75
-</html>
... ...
@@ -1,65 +0,0 @@
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="stylesheet.css" />
9
-  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
10
-</head>
11
-
12
-<body>
13
-
14
-<!-- TITLE BAR & NAVIGATION -->
15
-
16
-<div class="center">
17
-
18
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
19
-    <tr>
20
-        <td class="banner-left"></td>
21
-        <td class="banner-middle">
22
-            <a href="index.html">Home</a>
23
-          | <a href="overview.html">Overview</a>
24
-          | <a href="download.html">Download</a>
25
-          | <a href="documentation.html">Docs</a>
26
-          | <a href="support.html">Support</a>
27
-          | <a href="faq.html">FAQs</a>
28
-          | <a href="volunteer.html">Volunteer</a>
29
-          | <a href="developers.html">Developers</a>
30
-          | <a class="current">Research</a>
31
-          | <a href="people.html">People</a>
32
-        </td>
33
-	<td class="banner-right">
34
-		<a href="/"><img src="/images/en.png" alt="English" /></a>
35
-		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
36
-		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
37
-	</td>
38
-    </tr>
39
-</table>
40
-
41
-<!-- END TITLE BAR & NAVIGATION -->
42
-
43
-
44
-<div class="main-column">
45
-
46
-<h2>Tor: Research</h2>
47
-<hr />
48
-
49
-<p>Read <a
50
-href="http://freehaven.net/anonbib/topic.html#Anonymous_20communication">these
51
-papers</a> (especially the ones in boxes) to get up to speed on anonymous
52
-communication systems.</p>
53
-
54
-<p>We need people to attack the system, quantify defenses,
55
-etc. See the "security project-lets" section of the <a
56
-href="volunteer.html">volunteer</a> page.</p>
57
-
58
-  </div><!-- #main -->
59
-</div>
60
-  <div class="bottom" id="bottom">
61
-     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
62
-     $Id$
63
-  </div>
64
-</body>
65
-</html>
... ...
@@ -1,919 +0,0 @@
1
-Content-type: text/html
2
-
3
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4
-<HTML><HEAD><TITLE>Man page of TOR</TITLE>
5
-</HEAD><BODY>
6
-<H1>TOR</H1>
7
-Section: User Commands  (1)<BR>Updated: September 2005<BR><A HREF="#index">Index</A>
8
-<A HREF="../">Return to Main Contents</A><HR>
9
-
10
-<A NAME="lbAB">&nbsp;</A>
11
-<H2>NAME</H2>
12
-
13
-tor - The second-generation onion router
14
-<A NAME="lbAC">&nbsp;</A>
15
-<H2>SYNOPSIS</H2>
16
-
17
-<B>tor</B>
18
-
19
-[<I>OPTION value</I>]...
20
-<A NAME="lbAD">&nbsp;</A>
21
-<H2>DESCRIPTION</H2>
22
-
23
-<I>tor</I>
24
-
25
-is a connection-oriented anonymizing communication
26
-service. Users choose a source-routed path through a set of nodes, and
27
-negotiate a &quot;virtual circuit&quot; through the network, in which each node
28
-knows its predecessor and successor, but no others. Traffic flowing down
29
-the circuit is unwrapped by a symmetric key at each node, which reveals
30
-the downstream node.
31
-<P>
32
-
33
-Basically <I>tor</I> provides a distributed network of servers (&quot;onion
34
-routers&quot;). Users bounce their TCP streams -- web traffic, ftp, ssh, etc --
35
-around the routers, and recipients, observers, and even the routers
36
-themselves have difficulty tracking the source of the stream.
37
-<A NAME="lbAE">&nbsp;</A>
38
-<H2>OPTIONS</H2>
39
-
40
-<B>-h, -help</B>
41
-Display a short help message and exit.
42
-<P>
43
-
44
-<DL COMPACT>
45
-<DT><B>-f </B><I>FILE</I><DD>
46
-FILE contains further &quot;option value&quot; pairs. (Default: @CONFDIR@/torrc)
47
-</DL>
48
-<P>
49
-
50
-<DL COMPACT>
51
-<DT>Other options can be specified either on the command-line (<I>--option<DD>
52
-value</I>), or in the configuration file (<I>option value</I>).
53
-Options are case-insensitive.
54
-</DL>
55
-<P>
56
-
57
-<DL COMPACT>
58
-<DT><B>BandwidthRate </B><I>N</I> <B>bytes</B>|<B>KB</B>|<B>MB</B>|<B>GB</B>|<B>TB</B><DD>
59
-A token bucket limits the average incoming bandwidth on this node to
60
-the specified number of bytes per second. (Default: 2 MB)
61
-</DL>
62
-<P>
63
-
64
-<DL COMPACT>
65
-<DT><B>BandwidthBurst </B><I>N</I> <B>bytes</B>|<B>KB</B>|<B>MB</B>|<B>GB</B>|<B>TB</B><DD>
66
-Limit the maximum token bucket size (also known as the burst) to the given number of bytes. (Default: 5 MB)
67
-</DL>
68
-<P>
69
-
70
-<DL COMPACT>
71
-<DT><B>MaxAdvertisedBandwidth </B><I>N</I> <B>bytes</B>|<B>KB</B>|<B>MB</B>|<B>GB</B>|<B>TB</B><DD>
72
-If set, we will not advertise more than this amount of bandwidth for our
73
-BandwidthRate. Server operators who want to reduce the number of clients
74
-who ask to build circuits through them (since this is proportional to
75
-advertised bandwidth rate) can thus reduce the CPU demands on their
76
-server without impacting network performance.
77
-</DL>
78
-<P>
79
-
80
-<DL COMPACT>
81
-<DT><B>ControlPort </B><I>Port</I><DD>
82
-If set, Tor will accept connections from the same machine (localhost only) on
83
-this port, and allow those connections to control the Tor process using the
84
-Tor Control Protocol (described in control-spec.txt).  Note: unless you also
85
-specify one of <B>HashedControlPassword</B> or <B>CookieAuthentication</B>,
86
-setting this option will cause Tor to allow any process on the local host to
87
-control it.
88
-</DL>
89
-<P>
90
-
91
-<DL COMPACT>
92
-<DT><B>HashedControlPassword </B><I>hashed_password</I><DD>
93
-Don't allow any connections on the control port except when the other process
94
-knows the password whose one-way hash is <I>hashed_password</I>.  You can
95
-compute the hash of a password by running &quot;tor --hash-password
96
-<I>password</I>&quot;.
97
-</DL>
98
-<P>
99
-
100
-<DL COMPACT>
101
-<DT><B>CookieAuthentication </B><B>0</B>|<B>1</B><DD>
102
-If this option is set to 1, don't allow any connections on the control port
103
-except when the connecting process knows the contents of a file named
104
-&quot;control_auth_cookie&quot;, which Tor will create in its data directory.  This
105
-authentication methods should only be used on systems with good filesystem
106
-security. (Default: 0)
107
-</DL>
108
-<P>
109
-
110
-<DL COMPACT>
111
-<DT><B>DataDirectory </B><I>DIR</I><DD>
112
-Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor)
113
-</DL>
114
-<P>
115
-
116
-<DL COMPACT>
117
-<DT><B>DirFetchPeriod </B><I>N</I> <B>seconds</B>|<B>minutes</B>|<B>hours</B>|<B>days</B>|<B>weeks</B><DD>
118
-Every time the specified period elapses, Tor downloads a directory.
119
-A directory contains a signed list of all known servers as well as
120
-their current liveness status. A value of &quot;0 seconds&quot; tells Tor to choose an
121
-appropriate default. (Default: 1 hour for clients, 20 minutes for servers)
122
-</DL>
123
-<P>
124
-
125
-<DL COMPACT>
126
-<DT><B>DirServer </B>[v1] <I>address:port fingerprint</I><DD>
127
-Use a nonstandard authoritative directory server at the provided
128
-address and port, with the specified key fingerprint.  This option can
129
-be repeated many times, for multiple authoritative directory
130
-servers.  If the &quot;v1&quot; option is provided, Tor will use this server as an
131
-authority for old-style (v1) directories as well.  (Only directory mirrors
132
-care about this.) If no <B>dirserver</B> line is given, Tor will use the default
133
-directory servers: moria1, moria2, and tor26.  NOTE: this option is intended
134
-for setting up a private Tor network with its own directory authorities.  If
135
-you use it, you will be distinguishable from other users, because you won't
136
-believe the same authorities they do.
137
-</DL>
138
-<P>
139
-
140
-<DL COMPACT>
141
-<DT><B>Group </B><I>GID</I><DD>
142
-On startup, setgid to this user.
143
-</DL>
144
-<P>
145
-
146
-<DL COMPACT>
147
-<DT><B>HttpProxy</B> <I>host</I>[:<I>port</I>]<DD>
148
-Tor will make all its directory requests through this host:port
149
-(or host:80 if port is not specified),
150
-rather than connecting directly to any directory servers.
151
-</DL>
152
-<P>
153
-
154
-<DL COMPACT>
155
-<DT><B>HttpProxyAuthenticator</B> <I>username:password</I><DD>
156
-If defined, Tor will use this username:password for Basic Http proxy
157
-authentication, as in RFC 2617. This is currently the only form of
158
-Http proxy authentication that Tor supports; feel free to submit a
159
-patch if you want it to support others.
160
-</DL>
161
-<P>
162
-
163
-<DL COMPACT>
164
-<DT><B>HttpsProxy</B> <I>host</I>[:<I>port</I>]<DD>
165
-Tor will make all its OR (SSL) connections through this host:port
166
-(or host:443 if port is not specified), via HTTP CONNECT rather than
167
-connecting directly to servers.  You may want to set <B>FascistFirewall</B>
168
-to restrict the set of ports you might try to connect to, if your Https
169
-proxy only allows connecting to certain ports.
170
-</DL>
171
-<P>
172
-
173
-<DL COMPACT>
174
-<DT><B>HttpsProxyAuthenticator</B> <I>username:password</I><DD>
175
-If defined, Tor will use this username:password for Basic Https proxy
176
-authentication, as in RFC 2617. This is currently the only form of
177
-Https proxy authentication that Tor supports; feel free to submit a
178
-patch if you want it to support others.
179
-</DL>
180
-<P>
181
-
182
-<DL COMPACT>
183
-<DT><B>KeepalivePeriod </B><I>NUM</I><DD>
184
-To keep firewalls from expiring connections, send a padding keepalive
185
-cell every NUM seconds on open connections that are in use. If the
186
-connection has no open circuits, it will instead be closed after NUM
187
-seconds of idleness. (Default: 5 minutes)
188
-</DL>
189
-<P>
190
-
191
-<DL COMPACT>
192
-<DT><B>Log </B><I>minSeverity</I>[-<I>maxSeverity</I>] <B>stderr</B>|<B>stdout</B>|<B>syslog</B><DD>
193
-Send all messages between <I>minSeverity</I> and <I>maxSeverity</I> to
194
-the standard output stream, the standard error stream, or to the system
195
-log. (The &quot;syslog&quot; value is only supported on Unix.)  Recognized
196
-severity levels are debug, info, notice, warn, and err.  If only one
197
-severity level is given, all messages of that level or higher will be
198
-sent to the listed destination.
199
-</DL>
200
-<P>
201
-
202
-<DL COMPACT>
203
-<DT><B>Log </B><I>minSeverity</I>[-<I>maxSeverity</I>] <B>file</B> <I>FILENAME</I><DD>
204
-As above, but send log messages to the listed filename.  The &quot;Log&quot;
205
-option may appear more than once in a configuration file.  Messages
206
-are sent to all the logs that match their severity level.
207
-</DL>
208
-<P>
209
-
210
-<DL COMPACT>
211
-<DT><B>MaxConn </B><I>NUM</I><DD>
212
-Maximum number of simultaneous sockets allowed.  You probably don't need
213
-to adjust this. (Default: 1024)
214
-</DL>
215
-<P>
216
-
217
-<DL COMPACT>
218
-<DT><B>OutboundBindAddress </B><I>IP</I><DD>
219
-Make all outbound connections originate from the IP address specified.  This
220
-is only useful when you have multiple network interfaces, and you want all
221
-of Tor's outgoing connections to use a single one.
222
-</DL>
223
-<P>
224
-
225
-<DL COMPACT>
226
-<DT><B>PidFile </B><I>FILE</I><DD>
227
-On startup, write our PID to FILE. On clean shutdown, remove FILE.
228
-</DL>
229
-<P>
230
-
231
-<DL COMPACT>
232
-<DT><B>RunAsDaemon </B><B>0</B>|<B>1</B><DD>
233
-If 1, Tor forks and daemonizes to the background. (Default: 0)
234
-</DL>
235
-<P>
236
-
237
-<DL COMPACT>
238
-<DT><B>SafeLogging </B><B>0</B>|<B>1</B><DD>
239
-If 1, Tor replaces potentially sensitive strings in the logs
240
-(e.g. addresses) with the string [scrubbed]. This way logs can still be
241
-useful, but they don't leave behind personally identifying information
242
-about what sites a user might have visited. (Default: 1)
243
-</DL>
244
-<P>
245
-
246
-<DL COMPACT>
247
-<DT><B>StatusFetchPeriod </B><I>N</I> <B>seconds</B>|<B>minutes</B>|<B>hours</B>|<B>days</B>|<B>weeks</B><DD>
248
-Every time the specified period elapses, Tor downloads signed status
249
-information about the current state of known servers.  A value of
250
-&quot;0 seconds&quot; tells Tor to choose an appropriate default. (Default: 30
251
-minutes for clients, 15 minutes for servers)
252
-</DL>
253
-<P>
254
-
255
-<DL COMPACT>
256
-<DT><B>User </B><I>UID</I><DD>
257
-On startup, setuid to this user.
258
-</DL>
259
-<P>
260
-
261
-<DL COMPACT>
262
-<DT><B>HardwareAccel </B><I>0|1</I><DD>
263
-If non-zero, try to use crypto hardware acceleration when
264
-available. (Default: 1. )
265
-<P>
266
-</DL>
267
-<A NAME="lbAF">&nbsp;</A>
268
-<H2>CLIENT OPTIONS</H2>
269
-
270
-<P>
271
-
272
-The following options are useful only for clients (that is, if <B>SOCKSPort</B> is non-zero):
273
-<P>
274
-
275
-<DL COMPACT>
276
-<DT><B>AllowUnverifiedNodes</B> <B>entry</B>|<B>exit</B>|<B>middle</B>|<B>introduction</B>|<B>rendezvous</B>|...<DD>
277
-Where on our circuits should we allow Tor servers that the directory
278
-servers haven't authenticated as &quot;verified&quot;?  (Default: middle,rendezvous)
279
-</DL>
280
-<P>
281
-
282
-<DL COMPACT>
283
-<DT><B>ClientOnly </B><B>0</B>|<B>1</B><DD>
284
-If set to 1, Tor will under no circumstances run as a server. The default
285
-is to run as a client unless ORPort is configured.  (Usually,
286
-you don't need to set this; Tor is pretty smart at figuring out whether
287
-you are reliable and high-bandwidth enough to be a useful server.)
288
-<P>
289
-This option will likely be deprecated in the future; see the NoPublish
290
-option below. (Default: 0)
291
-</DL>
292
-<P>
293
-
294
-<DL COMPACT>
295
-<DT><B>EntryNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
296
-A list of preferred nodes to use for the first hop in the circuit, if possible.
297
-</DL>
298
-<P>
299
-
300
-<DL COMPACT>
301
-<DT><B>ExitNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
302
-A list of preferred nodes to use for the last hop in the circuit, if possible.
303
-</DL>
304
-<P>
305
-
306
-<DL COMPACT>
307
-<DT><B>ExcludeNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
308
-A list of nodes to never use when building a circuit.
309
-</DL>
310
-<P>
311
-
312
-<DL COMPACT>
313
-<DT><B>StrictExitNodes </B><B>0</B>|<B>1</B><DD>
314
-If 1, Tor will never use any nodes besides those listed in &quot;exitnodes&quot; for
315
-the last hop of a circuit.
316
-</DL>
317
-<P>
318
-
319
-<DL COMPACT>
320
-<DT><B>StrictEntryNodes </B><B>0</B>|<B>1</B><DD>
321
-If 1, Tor will never use any nodes besides those listed in &quot;entrynodes&quot; for
322
-the first hop of a circuit.
323
-</DL>
324
-<P>
325
-
326
-<DL COMPACT>
327
-<DT><B>FascistFirewall </B><B>0</B>|<B>1</B><DD>
328
-If 1, Tor will only create outgoing connections to ORs running on ports that
329
-your firewall allows (defaults to 80 and 443; see <B>FirewallPorts</B>).  This will
330
-allow you to run Tor as a client behind a firewall with restrictive policies,
331
-but will not allow you to run as a server behind such a firewall.
332
-This option is deprecated; use
333
-ReachableAddresses instead.
334
-</DL>
335
-<P>
336
-
337
-<DL COMPACT>
338
-<DT><B>FirewallPorts </B><I>PORTS</I><DD>
339
-A list of ports that your firewall allows you to connect to.  Only
340
-used when <B>FascistFirewall</B> is set. This option is deprecated; use
341
-ReachableAddresses instead. (Default: 80, 443)
342
-</DL>
343
-<P>
344
-
345
-<DL COMPACT>
346
-<DT><B>ReachableAddresses </B><I>ADDR</I>[<B>/</B><I>MASK</I>][:<I>PORT</I>]...<DD>
347
-A comma-separated list of IPs that your firewall allows you to connect
348
-to.  Only used when <B>FascistFirewall</B> is set.  The format is as
349
-for the addresses in ExitPolicy, except that &quot;accept&quot; is understood
350
-unless &quot;reject&quot; is explicitly provided.  For example, 'ReachableAddresses
351
-99.0.0.0/8, reject 18.0.0.0/8:80, accept *:80' means that your
352
-firewall allows connections to everything inside net 99, rejects port
353
-80 connections to net 18, and accepts connections to port 80 otherwise.
354
-(Default: 'accept *:*'.)
355
-</DL>
356
-<P>
357
-
358
-<DL COMPACT>
359
-<DT><B>LongLivedPorts </B><I>PORTS</I><DD>
360
-A list of ports for services that tend to have long-running connections
361
-(e.g. chat and interactive shells). Circuits for streams that use these
362
-ports will contain only high-uptime nodes, to reduce the chance that a
363
-node will go down before the stream is finished. (Default: 21, 22, 706, 1863, 5050, 
364
-5190, 5222, 5223, 6667, 8300, 8888)
365
-</DL>
366
-<P>
367
-
368
-<DL COMPACT>
369
-<DT><B>MapAddress</B> <I>address</I> <I>newaddress</I><DD>
370
-When a request for address arrives to Tor, it will rewrite it to newaddress before 
371
-processing it. For example, if you always want connections to <A HREF="http://www.indymedia.org">www.indymedia.org</A> to 
372
-exit via <I>torserver</I> (where <I>torserver</I> is the nickname of the server), 
373
-use &quot;MapAddress <A HREF="http://www.indymedia.org">www.indymedia.org</A> <A HREF="http://www.indymedia.org.torserver.exit">www.indymedia.org.torserver.exit</A>&quot;.
374
-</DL>
375
-<P>
376
-
377
-<DL COMPACT>
378
-<DT><B>NewCircuitPeriod </B><I>NUM</I><DD>
379
-Every NUM seconds consider whether to build a new circuit. (Default: 30 seconds)
380
-</DL>
381
-<P>
382
-
383
-<DL COMPACT>
384
-<DT><B>MaxCircuitDirtiness </B><I>NUM</I><DD>
385
-Feel free to reuse a circuit that was first used at most NUM seconds
386
-ago, but never attach a new stream to a circuit that is too old. (Default: 10 minutes)
387
-</DL>
388
-<P>
389
-
390
-<DL COMPACT>
391
-<DT><B>NodeFamily </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
392
-The named Tor servers constitute a &quot;family&quot; of similar or co-administered
393
-servers, so never use any two of them in the same circuit. Defining a
394
-NodeFamily is only needed when a server doesn't list the family itself
395
-(with MyFamily). This option can be used multiple times.
396
-</DL>
397
-<P>
398
-
399
-<DL COMPACT>
400
-<DT>
401
-<DD>
402
-
403
-
404
-
405
-<B>RendNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I>
406
-A list of preferred nodes to use for the rendezvous point, if possible.
407
-</DL>
408
-<P>
409
-
410
-<DL COMPACT>
411
-<DT><B>RendExcludeNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
412
-A list of nodes to never use when choosing a rendezvous point.
413
-</DL>
414
-<P>
415
-
416
-<DL COMPACT>
417
-<DT><B>SOCKSPort </B><I>PORT</I><DD>
418
-Advertise this port to listen for connections from SOCKS-speaking
419
-applications.  Set this to 0 if you don't want to allow application
420
-connections. (Default: 9050)
421
-</DL>
422
-<P>
423
-
424
-<DL COMPACT>
425
-<DT><B>SOCKSBindAddress </B><I>IP</I>[:<I>PORT</I>]<DD>
426
-Bind to this address to listen for connections from SOCKS-speaking
427
-applications. (Default: 127.0.0.1) You can also specify a port
428
-(e.g. 192.168.0.1:9100). This directive can be specified multiple times
429
-to bind to multiple addresses/ports.
430
-</DL>
431
-<P>
432
-
433
-<DL COMPACT>
434
-<DT><B>SOCKSPolicy </B><I>policy</I>,<I>policy</I>,<I>...</I><DD>
435
-Set an entrance policy for this server, to limit who can connect to the SOCKS ports. 
436
-The policies have the same form as exit policies below.
437
-</DL>
438
-<P>
439
-
440
-<DL COMPACT>
441
-<DT><B>TrackHostExits </B><I>host</I>,<I>.domain</I>,<I>...</I><DD>
442
-For each value in the comma separated list, Tor will track recent connections
443
-to hosts that match this value and attempt to
444
-reuse the same exit node for each. If the value is prepended with a '.', it is
445
-treated as matching an entire domain. If one of the values is just a '.', it
446
-means match everything. This option is useful if you frequently connect to
447
-sites that will expire all your authentication cookies (ie log you out) if
448
-your IP address changes. Note that this option does have the disadvantage of
449
-making it more clear that a given history is
450
-associated with a single user. However, most people who would wish to observe
451
-this will observe it through cookies or other protocol-specific means anyhow.
452
-</DL>
453
-<P>
454
-
455
-<DL COMPACT>
456
-<DT><B>TrackHostExitsExpire </B><I>NUM</I><DD>
457
-Since exit servers go up and down, it is desirable to expire the association
458
-between host and exit server after NUM seconds. The default
459
-is 1800 seconds (30 minutes).
460
-</DL>
461
-<P>
462
-
463
-<DL COMPACT>
464
-<DT><B>UseHelperNodes </B><I>0|1</I><DD>
465
-If this option is set to 1, we pick a few entry servers as our &quot;helpers&quot;, and
466
-try to use only those fixed entry servers.  This is desirable, because
467
-constantly changing servers increases the odds that an adversary who owns
468
-some servers will observe a fraction of your paths.
469
-(Defaults to 0; will eventually default to 1.)
470
-</DL>
471
-<P>
472
-
473
-<DL COMPACT>
474
-<DT><B>NumHelperNodes </B><I>NUM</I><DD>
475
-If UseHelperNodes is set to 1, we will try to pick a total of NUM helper
476
-nodes as entries for our circuits.
477
-(Defaults to 3.)
478
-<P>
479
-</DL>
480
-<A NAME="lbAG">&nbsp;</A>
481
-<H2>SERVER OPTIONS</H2>
482
-
483
-<P>
484
-
485
-The following options are useful only for servers (that is, if <B>ORPort</B> is non-zero):
486
-<P>
487
-
488
-<DL COMPACT>
489
-<DT><B>Address </B><I>address</I><DD>
490
-The IP or fqdn of this server (e.g. moria.mit.edu). You can leave this
491
-unset, and Tor will guess your IP.
492
-</DL>
493
-<P>
494
-
495
-<DL COMPACT>
496
-<DT><B>AssumeReachable </B><B>0</B>|<B>1</B><DD>
497
-This option is used when bootstrapping a new Tor network. If set to 1,
498
-don't do self-reachability testing; just upload your server descriptor
499
-immediately. If <B>AuthoritativeDirectory</B> is also set, this option
500
-instructs the dirserver to bypass remote reachability testing too and
501
-list all connected servers as running.
502
-</DL>
503
-<P>
504
-
505
-<DL COMPACT>
506
-<DT><B>ContactInfo </B><I>email_address</I><DD>
507
-Administrative contact information for server.
508
-</DL>
509
-<P>
510
-
511
-<DL COMPACT>
512
-<DT><B>ExitPolicy </B><I>policy</I>,<I>policy</I>,<I>...</I><DD>
513
-Set an exit policy for this server. Each policy is of the form
514
-&quot;<B>accept</B>|<B>reject</B> <I>ADDR</I>[<B>/</B><I>MASK</I>]<B>[:</B><I>PORT</I>]&quot;.
515
-If <B>/</B><I>MASK</I> is omitted then this policy just applies to the host
516
-given.  Instead of giving a host or network you can also use &quot;<B>*</B>&quot; to
517
-denote the universe (0.0.0.0/0).  <I>PORT</I> can be a single port number,
518
-an interval of ports &quot;<I>FROM_PORT</I><B>-</B><I>TO_PORT</I>&quot;, or &quot;<B>*</B>&quot;.
519
-If PORT is omitted, that means &quot;<B>*</B>&quot;.
520
-<P>
521
-For example, &quot;reject 127.0.0.1:*,reject 192.168.1.0/24:*,accept *:*&quot; would
522
-reject any traffic destined for localhost and any 192.168.1.* address, but
523
-accept anything else.
524
-<P>
525
-This directive can be specified multiple times so you don't have to put
526
-it all on one line.
527
-<P>
528
-See RFC 3330 for more details about internal and reserved IP address
529
-space. Policies are considered first to last, and the first match wins. If
530
-you want to _replace_ the default exit policy, end your exit policy with
531
-either a reject *:* or an accept *:*. Otherwise, you're _augmenting_
532
-(prepending to) the default exit policy. The default exit policy is:
533
-
534
-<DL COMPACT><DT><DD>
535
-<DL COMPACT>
536
-<DT>reject 0.0.0.0/8<DD>
537
-<DT>reject 169.254.0.0/16<DD>
538
-<DT>reject 127.0.0.0/8<DD>
539
-<DT>reject 192.168.0.0/16<DD>
540
-<DT>reject 10.0.0.0/8<DD>
541
-<DT>reject 172.16.0.0/12<DD>
542
-<DT>reject *:25<DD>
543
-<DT>reject *:119<DD>
544
-<DT>reject *:135-139<DD>
545
-<DT>reject *:445<DD>
546
-<DT>reject *:465<DD>
547
-<DT>reject *:587<DD>
548
-<DT>reject *:1214<DD>
549
-<DT>reject *:4661-4666<DD>
550
-<DT>reject *:6346-6429<DD>
551
-<DT>reject *:6699<DD>
552
-<DT>reject *:6881-6999<DD>
553
-<DT>accept *:*<DD>
554
-</DL>
555
-</DL>
556
-
557
-
558
-</DL>
559
-<P>
560
-
561
-<DL COMPACT>
562
-<DT><B>MaxOnionsPending </B><I>NUM</I><DD>
563
-If you have more than this number of onionskins queued for decrypt, reject new ones. (Default: 100)
564
-</DL>
565
-<P>
566
-
567
-<DL COMPACT>
568
-<DT><B>MyFamily </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
569
-Declare that this Tor server is controlled or administered by a group
570
-or organization identical or similar to that of the other named servers.
571
-When two servers both declare that they are in the same 'family', Tor clients
572
-will not use them in the same circuit.  (Each server only needs to list the
573
-other servers in its family; it doesn't need to list itself, but it won't hurt.)
574
-</DL>
575
-<P>
576
-
577
-<DL COMPACT>
578
-<DT><B>Nickname </B><I>name</I><DD>
579
-Set the server's nickname to 'name'.
580
-</DL>
581
-<P>
582
-
583
-<DL COMPACT>
584
-<DT><B>NoPublish </B><B>0</B>|<B>1</B><DD>
585
-If you set NoPublish 1, Tor will act as a server if you have an ORPort
586
-defined, but it will not publish its descriptor to the dirservers. This
587
-option is useful if you're testing out your server, or if you're using
588
-alternate dirservers (e.g. for other Tor networks such as Blossom).
589
-(Default: 0)
590
-</DL>
591
-<P>
592
-
593
-<DL COMPACT>
594
-<DT><B>NumCPUs </B><I>num</I><DD>
595
-How many processes to use at once for decrypting onionskins. (Default: 1)
596
-</DL>
597
-<P>
598
-
599
-<DL COMPACT>
600
-<DT><B>ORPort </B><I>PORT</I><DD>
601
-Advertise this port to listen for connections from Tor clients and servers.
602
-</DL>
603
-<P>
604
-
605
-<DL COMPACT>
606
-<DT><B>ORBindAddress </B><I>IP</I>[:<I>PORT</I>]<DD>
607
-Bind to this IP address to listen for connections from Tor clients and
608
-servers. If you specify a port, bind to this port rather than the one
609
-specified in ORPort. (Default: 0.0.0.0)
610
-</DL>
611
-<P>
612
-
613
-<DL COMPACT>
614
-<DT><B>RedirectExit </B><I>pattern target</I><DD>
615
-Whenever an outgoing connection tries to connect to one of a given set
616
-of addresses, connect to <I>target</I> (an <I>address:port</I> pair) instead.
617
-The address
618
-pattern is given in the same format as for an exit policy.  The
619
-address translation applies after exit policies are applied.  Multiple
620
-<B>RedirectExit</B> options can be used: once any one has matched
621
-successfully, no subsequent rules are considered.  You can specify that no
622
-redirection is to be performed on a given set of addresses by using the
623
-special target string &quot;pass&quot;, which prevents subsequent rules from being
624
-considered.
625
-</DL>
626
-<P>
627
-
628
-<DL COMPACT>
629
-<DT><B>ShutdownWaitLength</B> <I>NUM</I><DD>
630
-When we get a SIGINT and we're a server, we begin shutting down: we close
631
-listeners and start refusing new circuits. After <B>NUM</B> seconds,
632
-we exit. If we get a second SIGINT, we exit immediately.  (Default:
633
-30 seconds)
634
-</DL>
635
-<P>
636
-
637
-<DL COMPACT>
638
-<DT><B>DirPostPeriod </B><I>N</I> <B>seconds</B>|<B>minutes</B>|<B>hours</B>|<B>days</B>|<B>weeks</B><DD>
639
-Every time the specified period elapses, Tor uploads its server
640
-descriptors to the directory servers.  This information is also
641
-uploaded whenever it changes.  (Default: 20 minutes)
642
-</DL>
643
-<P>
644
-
645
-<DL COMPACT>
646
-<DT><B>AccountingMax </B><I>N</I> <B>bytes</B>|<B>KB</B>|<B>MB</B>|<B>GB</B>|<B>TB</B><DD>
647
-Never send more than the specified number of bytes in a given
648
-accounting period, or receive more than that number in the period.
649
-For example, with AccountingMax set to 1 GB, a server could send 900 MB
650
-and receive 800 MB and continue running. It will only hibernate once one
651
-of the two reaches 1 GB.
652
-When the number of bytes is exhausted, Tor will hibernate until some
653
-time in the next accounting period.  To prevent all servers from
654
-waking at the same time, Tor will also wait until a random point in
655
-each period before waking up.  If you have bandwidth cost issues,
656
-enabling hibernation is preferable to setting a low bandwidth, since it
657
-provides users with a collection of fast servers that are up some of
658
-the time, which is more useful than a set of slow servers that are
659
-always &quot;available&quot;.
660
-</DL>
661
-<P>
662
-
663
-<DL COMPACT>
664
-<DT><B>AccountingStart </B><B>day</B>|<B>week</B>|<B>month</B> [<I>day</I>] <I>HH:MM</I><DD>
665
-Specify how long accounting periods last.  If <B>month</B> is given,
666
-each accounting period runs from the time <I>HH:MM</I> on the
667
-<I>day</I>th day of one month to the same day and time of the next.
668
-(The day must be between 1 and 28.)  If <B>week</B> is given, each
669
-accounting period runs from the time <I>HH:MM</I> of the <I>day</I>th
670
-day of one week to the same day and time of the next week, with Monday
671
-as day 1 and Sunday as day 7.  If <B>day</B> is given, each accounting
672
-period runs from the time <I>HH:MM</I> each day to the same time on the
673
-next day.  All times are local, and given in 24-hour time.  (Defaults to
674
-&quot;month 1 0:00&quot;.)
675
-<P>
676
-</DL>
677
-<A NAME="lbAH">&nbsp;</A>
678
-<H2>DIRECTORY SERVER OPTIONS</H2>
679
-
680
-<P>
681
-
682
-The following options are useful only for directory servers (that is, if <B>DirPort</B> is non-zero):
683
-<P>
684
-
685
-<DL COMPACT>
686
-<DT><B>AuthoritativeDirectory </B><B>0</B>|<B>1</B><DD>
687
-When this option is set to 1, Tor operates as an authoritative
688
-directory server.  Instead of caching the directory, it generates its
689
-own list of good servers, signs it, and sends that to the clients.
690
-Unless the clients already have you listed as a trusted directory, you
691
-probably do not want to set this option.  Please coordinate with the other
692
-admins at <A HREF="mailto:tor-ops@freehaven.net">tor-ops@freehaven.net</A> if you think you should be a directory.
693
-</DL>
694
-<P>
695
-
696
-<DL COMPACT>
697
-<DT><B>DirPort </B><I>PORT</I><DD>
698
-Advertise the directory service on this port.
699
-</DL>
700
-<P>
701
-
702
-<DL COMPACT>
703
-<DT><B>DirBindAddress </B><I>IP</I>[:<I>PORT</I>]<DD>
704
-Bind the directory service to this address. If you specify a port, bind
705
-to this port rather than the one specified in DirPort. (Default: 0.0.0.0)
706
-</DL>
707
-<P>
708
-
709
-<DL COMPACT>
710
-<DT><B>DirPolicy </B><I>policy</I>,<I>policy</I>,<I>...</I><DD>
711
-Set an entrance policy for this server, to limit who can connect to the directory ports. 
712
-The policies have the same form as exit policies above.
713
-</DL>
714
-<P>
715
-
716
-<DL COMPACT>
717
-<DT><B>RecommendedVersions </B><I>STRING</I><DD>
718
-STRING is a command-separated list of Tor versions currently believed
719
-to be safe. The list is included in each directory, and nodes which
720
-pull down the directory learn whether they need to upgrade.  This
721
-option can appear multiple times: the values from multiple lines are
722
-spliced together.
723
-</DL>
724
-<P>
725
-
726
-<DL COMPACT>
727
-<DT><B>DirAllowPrivateAddresses </B><B>0</B>|<B>1</B><DD>
728
-If set to 1, Tor will accept router descriptors with arbitrary &quot;Address&quot;
729
-elements. Otherwise, if the address is not an IP or is a private IP,
730
-it will reject the router descriptor. Defaults to 0.
731
-</DL>
732
-<P>
733
-
734
-<DL COMPACT>
735
-<DT><B>RunTesting </B><B>0</B>|<B>1</B><DD>
736
-If set to 1, Tor tries to build circuits through all of the servers it
737
-knows about, so it can tell which are up and which are down.  This
738
-option is only useful for authoritative directories, so you probably
739
-don't want to use it.
740
-<P>
741
-</DL>
742
-<A NAME="lbAI">&nbsp;</A>
743
-<H2>HIDDEN SERVICE OPTIONS</H2>
744
-
745
-<P>
746
-
747
-The following options are used to configure a hidden service.
748
-<P>
749
-
750
-<DL COMPACT>
751
-<DT><B>HiddenServiceDir </B><I>DIRECTORY</I><DD>
752
-Store data files for a hidden service in DIRECTORY.  Every hidden
753
-service must have a separate directory.  You may use this option multiple
754
-times to specify multiple services.
755
-</DL>
756
-<P>
757
-
758
-<DL COMPACT>
759
-<DT><B>HiddenServicePort </B><I>VIRTPORT </I>[<I>TARGET</I>]<DD>
760
-Configure a virtual port VIRTPORT for a hidden service.  You may use this
761
-option multiple times; each time applies to the service using the most recent
762
-hiddenservicedir.  By default, this option maps the virtual port to the
763
-same port on 127.0.0.1.  You may override the target port, address, or both
764
-by specifying a target of addr, port, or addr:port.
765
-</DL>
766
-<P>
767
-
768
-<DL COMPACT>
769
-<DT><B>HiddenServiceNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
770
-If possible, use the specified nodes as introduction points for the hidden
771
-service. If this is left unset, Tor will be smart and pick some reasonable
772
-ones; most people can leave this unset.
773
-</DL>
774
-<P>
775
-
776
-<DL COMPACT>
777
-<DT><B>HiddenServiceExcludeNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
778
-Do not use the specified nodes as introduction points for the hidden
779
-service. In normal use there is no reason to set this.
780
-</DL>
781
-<P>
782
-
783
-<DL COMPACT>
784
-<DT><B>RendPostPeriod </B><I>N</I> <B>seconds</B>|<B>minutes</B>|<B>hours</B>|<B>days</B>|<B>weeks</B><DD>
785
-Every time the specified period elapses, Tor uploads any rendezvous
786
-service descriptors to the directory servers.  This information is also
787
-uploaded whenever it changes.  (Default: 20 minutes)
788
-<P>
789
-
790
-
791
-<P>
792
-</DL>
793
-<A NAME="lbAJ">&nbsp;</A>
794
-<H2>SIGNALS</H2>
795
-
796
-Tor catches the following signals:
797
-<P>
798
-
799
-<DL COMPACT>
800
-<DT><B>SIGTERM</B><DD>
801
-Tor will catch this, clean up and sync to disk if necessary, and exit.
802
-</DL>
803
-<P>
804
-
805
-<DL COMPACT>
806
-<DT><B>SIGINT</B><DD>
807
-Tor clients behave as with SIGTERM; but Tor servers will do a controlled
808
-slow shutdown, closing listeners and waiting 30 seconds before exiting.
809
-(The delay can be configured with the ShutdownWaitLength config option.)
810
-</DL>
811
-<P>
812
-
813
-<DL COMPACT>
814
-<DT><B>SIGHUP</B><DD>
815
-The signal instructs Tor to reload its configuration (including closing
816
-and reopening logs), fetch a new directory, and kill and restart its
817
-helper processes if applicable.
818
-</DL>
819
-<P>
820
-
821
-<DL COMPACT>
822
-<DT><B>SIGUSR1</B><DD>
823
-Log statistics about current connections, past connections, and
824
-throughput.
825
-</DL>
826
-<P>
827
-
828
-<DL COMPACT>
829
-<DT><B>SIGUSR2</B><DD>
830
-Switch all logs to loglevel debug. You can go back to the old loglevels
831
-by sending a SIGHUP.
832
-</DL>
833
-<P>
834
-
835
-<DL COMPACT>
836
-<DT><B>SIGCHLD</B><DD>
837
-Tor receives this signal when one of its helper processes has exited,
838
-so it can clean up.
839
-</DL>
840
-<P>
841
-
842
-<DL COMPACT>
843
-<DT><B>SIGPIPE</B><DD>
844
-Tor catches this signal and ignores it.
845
-</DL>
846
-<P>
847
-
848
-<DL COMPACT>
849
-<DT><B>SIGXFSZ</B><DD>
850
-If this signal exists on your platform, Tor catches and ignores it.
851
-<P>
852
-</DL>
853
-<A NAME="lbAK">&nbsp;</A>
854
-<H2>FILES</H2>
855
-
856
-<P>
857
-
858
-<DL COMPACT>
859
-<DT><I>@CONFDIR@/torrc</I>
860
-
861
-<DD>
862
-The configuration file, which contains &quot;option value&quot; pairs.
863
-</DL>
864
-<P>
865
-
866
-<DL COMPACT>
867
-<DT><I>@LOCALSTATEDIR@/lib/tor/</I>
868
-
869
-<DD>
870
-The tor process stores keys and other data here.
871
-<P>
872
-</DL>
873
-<A NAME="lbAL">&nbsp;</A>
874
-<H2>SEE ALSO</H2>
875
-
876
-<B><A HREF="../?1+privoxy">privoxy</A></B>(1),
877
-
878
-<B><A HREF="../?1+tsocks">tsocks</A></B>(1),
879
-
880
-<B><A HREF="../?1+torify">torify</A></B>(1)
881
-
882
-<P>
883
-<B><A HREF="http://tor.eff.org/">http://tor.eff.org/</A></B>
884
-
885
-<P>
886
-<A NAME="lbAM">&nbsp;</A>
887
-<H2>BUGS</H2>
888
-
889
-Plenty, probably. Tor is still in development. Please report them.
890
-<A NAME="lbAN">&nbsp;</A>
891
-<H2>AUTHORS</H2>
892
-
893
-Roger Dingledine &lt;<A HREF="mailto:arma@mit.edu">arma@mit.edu</A>&gt;, Nick Mathewson &lt;<A HREF="mailto:nickm@alum.mit.edu">nickm@alum.mit.edu</A>&gt;.
894
-<P>
895
-
896
-<HR>
897
-<A NAME="index">&nbsp;</A><H2>Index</H2>
898
-<DL>
899
-<DT><A HREF="#lbAB">NAME</A><DD>
900
-<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
901
-<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
902
-<DT><A HREF="#lbAE">OPTIONS</A><DD>
903
-<DT><A HREF="#lbAF">CLIENT OPTIONS</A><DD>
904
-<DT><A HREF="#lbAG">SERVER OPTIONS</A><DD>
905
-<DT><A HREF="#lbAH">DIRECTORY SERVER OPTIONS</A><DD>
906
-<DT><A HREF="#lbAI">HIDDEN SERVICE OPTIONS</A><DD>
907
-<DT><A HREF="#lbAJ">SIGNALS</A><DD>
908
-<DT><A HREF="#lbAK">FILES</A><DD>
909
-<DT><A HREF="#lbAL">SEE ALSO</A><DD>
910
-<DT><A HREF="#lbAM">BUGS</A><DD>
911
-<DT><A HREF="#lbAN">AUTHORS</A><DD>
912
-</DL>
913
-<HR>
914
-This document was created by
915
-<A HREF="../">man2html</A>,
916
-using the manual pages.<BR>
917
-Time: 23:34:21 GMT, September 24, 2005
918
-</BODY>
919
-</HTML>
... ...
@@ -1,539 +0,0 @@
1
-Content-type: text/html
2
-
3
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4
-<HTML><HEAD><TITLE>Man page of TOR</TITLE>
5
-</HEAD><BODY>
6
-<H1>TOR</H1>
7
-Section: User Commands  (1)<BR>Updated: May 2005<BR><A HREF="#index">Index</A>
8
-<A HREF="../">Return to Main Contents</A><HR>
9
-
10
-<A NAME="lbAB">&nbsp;</A>
11
-<H2>NAME</H2>
12
-
13
-tor - The second-generation onion router
14
-<A NAME="lbAC">&nbsp;</A>
15
-<H2>SYNOPSIS</H2>
16
-
17
-<B>tor</B>
18
-
19
-[<I>OPTION value</I>]...
20
-<A NAME="lbAD">&nbsp;</A>
21
-<H2>DESCRIPTION</H2>
22
-
23
-<I>tor</I>
24
-
25
-is a connection-oriented anonymizing communication
26
-service. Users choose a source-routed path through a set of nodes, and
27
-negotiate a &quot;virtual circuit&quot; through the network, in which each node
28
-knows its predecessor and successor, but no others. Traffic flowing down
29
-the circuit is unwrapped by a symmetric key at each node, which reveals
30
-the downstream node.
31
-<P>
32
-
33
-Basically <I>tor</I> provides a distributed network of servers (&quot;onion
34
-routers&quot;). Users bounce their TCP streams -- web traffic, ftp, ssh, etc --
35
-around the routers, and recipients, observers, and even the routers
36
-themselves have difficulty tracking the source of the stream.
37
-<A NAME="lbAE">&nbsp;</A>
38
-<H2>OPTIONS</H2>
39
-
40
-<B>-h, -help</B>
41
-Display a short help message and exit.
42
-<DL COMPACT>
43
-<DT><B>-f </B><I>FILE</I><DD>
44
-FILE contains further &quot;option value&quot; pairs. (Default: @CONFDIR@/torrc)
45
-<DT>Other options can be specified either on the command-line (<I>--option<DD>
46
-value</I>), or in the configuration file (<I>option value</I>).
47
-Options are case-insensitive.
48
-<DT><B>BandwidthRate </B><I>N</I> <B>bytes</B>|<B>KB</B>|<B>MB</B>|<B>GB</B>|<B>TB</B><DD>
49
-A token bucket limits the average incoming bandwidth on this node to
50
-the specified number of bytes per second. (Default: 2 MB)
51
-<DT><B>BandwidthBurst </B><I>N</I> <B>bytes</B>|<B>KB</B>|<B>MB</B>|<B>GB</B>|<B>TB</B><DD>
52
-Limit the maximum token bucket size (also known as the burst) to the given number of bytes. (Default: 5 MB)
53
-<DT><B>MaxAdvertisedBandwidth </B><I>N</I> <B>bytes</B>|<B>KB</B>|<B>MB</B>|<B>GB</B>|<B>TB</B><DD>
54
-If set, we will not advertise more than this amount of bandwidth for our
55
-BandwidthRate. Server operators who want to reduce the number of clients
56
-who ask to build circuits through them (since this is proportional to
57
-advertised bandwidth rate) can thus reduce the CPU demands on their
58
-server without impacting network performance.
59
-<DT><B>ControlPort </B><I>Port</I><DD>
60
-If set, Tor will accept connections from the same machine (localhost only) on
61
-this port, and allow those connections to control the Tor process using the
62
-Tor Control Protocol (described in control-spec.txt).  Note: unless you also
63
-specify one of <B>HashedControlPassword</B> or <B>CookieAuthentication</B>,
64
-setting this option will cause Tor to allow any process on the local host to
65
-control it.
66
-<DT><B>HashedControlPassword </B><I>hashed_password</I><DD>
67
-Don't allow any connections on the control port except when the other process
68
-knows the password whose one-way hash is <I>hashed_password</I>.  You can
69
-compute the hash of a password by running &quot;tor --hash-password
70
-<I>password</I>&quot;.
71
-<DT><B>CookieAuthentication </B><B>0</B>|<B>1</B><DD>
72
-If this option is set to 1, don't allow any connections on the control port
73
-except when the connecting process knows the contents of a file named
74
-&quot;control_auth_cookie&quot;, which Tor will create in its data directory.  This
75
-authentication methods should only be used on systems with good filesystem
76
-security. (Default: 0)
77
-<DT><B>DataDirectory </B><I>DIR</I><DD>
78
-Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor)
79
-<DT><B>DirFetchPeriod </B><I>N</I> <B>seconds</B>|<B>minutes</B>|<B>hours</B>|<B>days</B>|<B>weeks</B><DD>
80
-Every time the specified period elapses, Tor downloads a directory.
81
-A directory contains a signed list of all known servers as well as
82
-their current liveness status. A value of &quot;0 seconds&quot; tells Tor to choose an
83
-appropriate default. (Default: 1 hour for clients, 20 minutes for servers)
84
-<DT><B>DirServer </B><I>address:port fingerprint</I><DD>
85
-Use a nonstandard authoritative directory server at the provided
86
-address and port, with the specified key fingerprint.  This option can
87
-be repeated many times, for multiple authoritative directory
88
-servers. If no <B>dirserver</B> line is given, Tor will use the default
89
-directory servers: moria1, moria2, and tor26.
90
-<DT><B>Group </B><I>GID</I><DD>
91
-On startup, setgid to this user.
92
-<DT><B>HttpProxy</B> <I>host</I>[:<I>port</I>]<DD>
93
-Tor will make all its directory requests through this host:port
94
-(or host:80 if port is not specified),
95
-rather than connecting directly to any directory servers.
96
-<DT><B>HttpProxyAuthenticator</B> <I>username:password</I><DD>
97
-If defined, Tor will use this username:password for Basic Http proxy
98
-authentication, as in RFC 2617. This is currently the only form of
99
-Http proxy authentication that Tor supports; feel free to submit a
100
-patch if you want it to support others.
101
-<DT><B>HttpsProxy</B> <I>host</I>[:<I>port</I>]<DD>
102
-Tor will make all its OR (SSL) connections through this host:port
103
-(or host:443 if port is not specified), via HTTP CONNECT rather than
104
-connecting directly to servers.  You may want to set <B>FascistFirewall</B>
105
-to restrict the set of ports you might try to connect to, if your Https
106
-proxy only allows connecting to certain ports.
107
-<DT><B>HttpsProxyAuthenticator</B> <I>username:password</I><DD>
108
-If defined, Tor will use this username:password for Basic Https proxy
109
-authentication, as in RFC 2617. This is currently the only form of
110
-Https proxy authentication that Tor supports; feel free to submit a
111
-patch if you want it to support others.
112
-<DT><B>KeepalivePeriod </B><I>NUM</I><DD>
113
-To keep firewalls from expiring connections, send a padding keepalive
114
-cell every NUM seconds on open connections that are in use. If the
115
-connection has no open circuits, it will instead be closed after NUM
116
-seconds of idleness. (Default: 5 minutes)
117
-<DT><B>Log </B><I>minSeverity</I>[-<I>maxSeverity</I>] <B>stderr</B>|<B>stdout</B>|<B>syslog</B><DD>
118
-Send all messages between <I>minSeverity</I> and <I>maxSeverity</I> to
119
-the standard output stream, the standard error stream, or to the system
120
-log. (The &quot;syslog&quot; value is only supported on Unix.)  Recognized
121
-severity levels are debug, info, notice, warn, and err.  If only one
122
-severity level is given, all messages of that level or higher will be
123
-sent to the listed destination.
124
-<DT><B>Log </B><I>minSeverity</I>[-<I>maxSeverity</I>] <B>file</B> <I>FILENAME</I><DD>
125
-As above, but send log messages to the listed filename.  The &quot;Log&quot;
126
-option may appear more than once in a configuration file.  Messages
127
-are sent to all the logs that match their severity level.
128
-<DT><B>MaxConn </B><I>NUM</I><DD>
129
-Maximum number of simultaneous sockets allowed.  You probably don't need
130
-to adjust this. (Default: 1024)
131
-<DT><B>OutboundBindAddress </B><I>IP</I><DD>
132
-Make all outbound connections originate from the IP address specified.  This
133
-is only useful when you have multiple network interfaces, and you want all
134
-of Tor's outgoing connections to use a single one.
135
-<DT><B>PIDFile </B><I>FILE</I><DD>
136
-On startup, write our PID to FILE. On clean shutdown, remove FILE.
137
-<DT><B>RunAsDaemon </B><B>0</B>|<B>1</B><DD>
138
-If 1, Tor forks and daemonizes to the background. (Default: 0)
139
-<DT><B>SafeLogging </B><B>0</B>|<B>1</B><DD>
140
-If 1, Tor replaces potentially sensitive strings in the logs
141
-(e.g. addresses) with the string [scrubbed]. This way logs can still be
142
-useful, but they don't leave behind personally identifying information
143
-about what sites a user might have visited. (Default: 1)
144
-<DT><B>StatusFetchPeriod </B><I>N</I> <B>seconds</B>|<B>minutes</B>|<B>hours</B>|<B>days</B>|<B>weeks</B><DD>
145
-Every time the specified period elapses, Tor downloads signed status
146
-information about the current state of known servers.  A value of
147
-&quot;0 seconds&quot; tells Tor to choose an appropriate default. (Default: 30
148
-minutes for clients, 15 minutes for servers)
149
-<DT><B>User </B><I>UID</I><DD>
150
-On startup, setuid to this user.
151
-<P>
152
-</DL>
153
-<A NAME="lbAF">&nbsp;</A>
154
-<H2>CLIENT OPTIONS</H2>
155
-
156
-<P>
157
-
158
-The following options are useful only for clients (that is, if <B>SOCKSPort</B> is non-zero):
159
-<DL COMPACT>
160
-<DT><B>AllowUnverifiedNodes</B> <B>entry</B>|<B>exit</B>|<B>middle</B>|<B>introduction</B>|<B>rendezvous</B>|...<DD>
161
-Where on our circuits should we allow Tor servers that the directory
162
-servers haven't authenticated as &quot;verified&quot;?  (Default: middle,rendezvous)
163
-<DT><B>ClientOnly </B><B>0</B>|<B>1</B><DD>
164
-If set to 1, Tor will under no circumstances run as a server. The default
165
-is to run as a client unless ORPort is configured.  (Usually,
166
-you don't need to set this; Tor is pretty smart at figuring out whether
167
-you are reliable and high-bandwidth enough to be a useful server.)
168
-<P>
169
-This option will likely be deprecated in the future; see the NoPublish
170
-option below. (Default: 0)
171
-<DT><B>EntryNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
172
-A list of preferred nodes to use for the first hop in the circuit, if possible.
173
-<DT><B>ExitNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
174
-A list of preferred nodes to use for the last hop in the circuit, if possible.
175
-<DT><B>ExcludeNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
176
-A list of nodes to never use when building a circuit.
177
-<DT><B>StrictExitNodes </B><B>0</B>|<B>1</B><DD>
178
-If 1, Tor will never use any nodes besides those listed in &quot;exitnodes&quot; for
179
-the last hop of a circuit.
180
-<DT><B>StrictEntryNodes </B><B>0</B>|<B>1</B><DD>
181
-If 1, Tor will never use any nodes besides those listed in &quot;entrynodes&quot; for
182
-the first hop of a circuit.
183
-<DT><B>FascistFirewall </B><B>0</B>|<B>1</B><DD>
184
-If 1, Tor will only create outgoing connections to ORs running on ports that
185
-your firewall allows (defaults to 80 and 443; see <B>FirewallPorts</B>).  This will
186
-allow you to run Tor as a client behind a firewall with restrictive policies,
187
-but will not allow you to run as a server behind such a firewall.
188
-<DT><B>FirewallPorts </B><I>PORTS</I><DD>
189
-A list of ports that your firewall allows you to connect to.  Only used when
190
-<B>FascistFirewall</B> is set. (Default: 80, 443)
191
-<DT><B>LongLivedPorts </B><I>PORTS</I><DD>
192
-A list of ports for services that tend to have long-running connections
193
-(e.g. chat and interactive shells). Circuits for streams that use these
194
-ports will contain only high-uptime nodes, to reduce the chance that a
195
-node will go down before the stream is finished. (Default: 21, 22, 706, 1863, 5050, 
196
-5190, 5222, 5223, 6667, 8300, 8888)
197
-<DT><B>MapAddress</B> <I>address</I> <I>newaddress</I><DD>
198
-When a request for address arrives to Tor, it will rewrite it to newaddress before 
199
-processing it. For example, if you always want connections to <A HREF="http://www.indymedia.org">www.indymedia.org</A> to 
200
-exit via <I>torserver</I> (where <I>torserver</I> is the nickname of the server), 
201
-use &quot;MapAddress <A HREF="http://www.indymedia.org">www.indymedia.org</A> <A HREF="http://www.indymedia.org.torserver.exit">www.indymedia.org.torserver.exit</A>&quot;.
202
-<DT><B>NewCircuitPeriod </B><I>NUM</I><DD>
203
-Every NUM seconds consider whether to build a new circuit. (Default: 30 seconds)
204
-<DT><B>MaxCircuitDirtiness </B><I>NUM</I><DD>
205
-Feel free to reuse a circuit that was first used at most NUM seconds
206
-ago, but never attach a new stream to a circuit that is too old. (Default: 10 minutes)
207
-<DT><B>NodeFamily </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
208
-The named Tor servers constitute a &quot;family&quot; of similar or co-administered
209
-servers, so never use any two of them in the same circuit. Defining a
210
-NodeFamily is only needed when a server doesn't list the family itself
211
-(with MyFamily). This option can be used multiple times.
212
-<DT>
213
-<DD>
214
-
215
-
216
-
217
-<B>RendNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I>
218
-A list of preferred nodes to use for the rendezvous point, if possible.
219
-<DT><B>RendExcludeNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
220
-A list of nodes to never use when choosing a rendezvous point.
221
-<DT><B>SOCKSPort </B><I>PORT</I><DD>
222
-Advertise this port to listen for connections from SOCKS-speaking
223
-applications.  Set this to 0 if you don't want to allow application
224
-connections. (Default: 9050)
225
-<DT><B>SOCKSBindAddress </B><I>IP</I>[:<I>PORT</I>]<DD>
226
-Bind to this address to listen for connections from SOCKS-speaking
227
-applications. (Default: 127.0.0.1) You can also specify a port
228
-(e.g. 192.168.0.1:9100). This directive can be specified multiple times
229
-to bind to multiple addresses/ports.
230
-<DT><B>SOCKSPolicy </B><I>policy</I>,<I>policy</I>,<I>...</I><DD>
231
-Set an entrance policy for this server, to limit who can connect to the SOCKS ports. 
232
-The policies have the same form as exit policies below.
233
-<DT><B>TrackHostExits </B><I>host</I>,<I>.domain</I>,<I>...</I><DD>
234
-For each value in the comma separated list, Tor will track recent connections
235
-to hosts that match this value and attempt to
236
-reuse the same exit node for each. If the value is prepended with a '.', it is
237
-treated as matching an entire domain. If one of the values is just a '.', it
238
-means match everything. This option is useful if you frequently connect to
239
-sites that will expire all your authentication cookies (ie log you out) if
240
-your IP address changes. Note that this option does have the disadvantage of
241
-making it more clear that a given history is
242
-associated with a single user. However, most people who would wish to observe
243
-this will observe it through cookies or other protocol-specific means anyhow.
244
-<DT><B>TrackHostExitsExpire </B><I>NUM</I><DD>
245
-Since exit servers go up and down, it is desirable to expire the association
246
-between host and exit server after NUM seconds of inactivity. The default
247
-is 1800 seconds (30 minutes).
248
-<P>
249
-</DL>
250
-<A NAME="lbAG">&nbsp;</A>
251
-<H2>SERVER OPTIONS</H2>
252
-
253
-<P>
254
-
255
-The following options are useful only for servers (that is, if <B>ORPort</B> is non-zero):
256
-<DL COMPACT>
257
-<DT><B>Address </B><I>address</I><DD>
258
-The IP or fqdn of this server (e.g. moria.mit.edu). You can leave this
259
-unset, and Tor will guess your IP.
260
-<DT><B>ContactInfo </B><I>email_address</I><DD>
261
-Administrative contact information for server.
262
-<DT><B>ExitPolicy </B><I>policy</I>,<I>policy</I>,<I>...</I><DD>
263
-Set an exit policy for this server. Each policy is of the form
264
-&quot;<B>accept</B>|<B>reject</B> <I>ADDR</I>[<B>/</B><I>MASK</I>]<B>[:</B><I>PORT</I>]&quot;.
265
-If <B>/</B><I>MASK</I> is omitted then this policy just applies to the host
266
-given.  Instead of giving a host or network you can also use &quot;<B>*</B>&quot; to
267
-denote the universe (0.0.0.0/0).  <I>PORT</I> can be a single port number,
268
-an interval of ports &quot;<I>FROM_PORT</I><B>-</B><I>TO_PORT</I>&quot;, or &quot;<B>*</B>&quot;.
269
-If PORT is omitted, that means &quot;<B>*</B>&quot;.
270
-<P>
271
-For example, &quot;reject 127.0.0.1:*,reject 192.168.1.0/24:*,accept *:*&quot; would
272
-reject any traffic destined for localhost and any 192.168.1.* address, but
273
-accept anything else.
274
-<P>
275
-This directive can be specified multiple times so you don't have to put
276
-it all on one line.
277
-<P>
278
-See RFC 3330 for more details about internal and reserved IP address
279
-space. Policies are considered first to last, and the first match wins. If
280
-you want to _replace_ the default exit policy, end your exit policy with
281
-either a reject *:* or an accept *:*. Otherwise, you're _augmenting_
282
-(prepending to) the default exit policy. The default exit policy is:
283
-
284
-<DL COMPACT><DT><DD>
285
-<DL COMPACT>
286
-<DT>reject 0.0.0.0/8<DD>
287
-<DT>reject 169.254.0.0/16<DD>
288
-<DT>reject 127.0.0.0/8<DD>
289
-<DT>reject 192.168.0.0/16<DD>
290
-<DT>reject 10.0.0.0/8<DD>
291
-<DT>reject 172.16.0.0/12<DD>
292
-<DT>reject *:25<DD>
293
-<DT>reject *:119<DD>
294
-<DT>reject *:135-139<DD>
295
-<DT>reject *:445<DD>
296
-<DT>reject *:1214<DD>
297
-<DT>reject *:4661-4666<DD>
298
-<DT>reject *:6346-6429<DD>
299
-<DT>reject *:6699<DD>
300
-<DT>reject *:6881-6999<DD>
301
-<DT>accept *:*<DD>
302
-</DL>
303
-</DL>
304
-
305
-
306
-<DT><B>MaxOnionsPending </B><I>NUM</I><DD>
307
-If you have more than this number of onionskins queued for decrypt, reject new ones. (Default: 100)
308
-<DT><B>MyFamily </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
309
-Declare that this Tor server is controlled or administered by a group
310
-or organization identical or similar to that of the other named servers.
311
-When two servers both declare that they are in the same 'family', Tor clients
312
-will not use them in the same circuit.  (Each server only needs to list the
313
-other servers in its family; it doesn't need to list itself, but it won't hurt.)
314
-<DT><B>Nickname </B><I>name</I><DD>
315
-Set the server's nickname to 'name'.
316
-<DT><B>NoPublish </B><B>0</B>|<B>1</B><DD>
317
-If you set NoPublish 1, Tor will act as a server if you have an ORPort
318
-defined, but it will not publish its descriptor to the dirservers. This
319
-option is useful if you're testing out your server, or if you're using
320
-alternate dirservers (e.g. for other Tor networks such as Blossom).
321
-(Default: 0)
322
-<DT><B>NumCPUs </B><I>num</I><DD>
323
-How many processes to use at once for decrypting onionskins. (Default: 1)
324
-<DT><B>ORPort </B><I>PORT</I><DD>
325
-Advertise this port to listen for connections from Tor clients and servers.
326
-<DT><B>ORBindAddress </B><I>IP</I>[:<I>PORT</I>]<DD>
327
-Bind to this IP address to listen for connections from Tor clients and
328
-servers. If you specify a port, bind to this port rather than the one
329
-specified in ORPort. (Default: 0.0.0.0)
330
-<DT><B>RedirectExit </B><I>pattern target</I><DD>
331
-Whenever an outgoing connection tries to connect to one of a given set
332
-of addresses, connect to <I>target</I> (an <I>address:port</I> pair) instead.
333
-The address
334
-pattern is given in the same format as for an exit policy.  The
335
-address translation applies after exit policies are applied.  Multiple
336
-<B>RedirectExit</B> options can be used: once any one has matched
337
-successfully, no subsequent rules are considered.  You can specify that no
338
-redirection is to be performed on a given set of addresses by using the
339
-special target string &quot;pass&quot;, which prevents subsequent rules from being
340
-considered.
341
-<DT><B>ShutdownWaitLength</B><I>NUM</I><DD>
342
-When we get a SIGINT and we're a server, we begin shutting down: we close
343
-listeners and start refusing new circuits. After <B>NUM</B> seconds,
344
-we exit. If we get a second SIGINT, we exit immediately.  (Default:
345
-30 seconds)
346
-<DT><B>DirPostPeriod </B><I>N</I> <B>seconds</B>|<B>minutes</B>|<B>hours</B>|<B>days</B>|<B>weeks</B><DD>
347
-Every time the specified period elapses, Tor uploads its server
348
-descriptors to the directory servers.  This information is also
349
-uploaded whenever it changes.  (Default: 20 minutes)
350
-<DT><B>AccountingMax </B><I>N</I> <B>bytes</B>|<B>KB</B>|<B>MB</B>|<B>GB</B>|<B>TB</B><DD>
351
-Never send more than the specified number of bytes in a given
352
-accounting period, or receive more than that number in the period.
353
-For example, with AccountingMax set to 1 GB, a server could send 900 MB
354
-and receive 800 MB and continue running. It will only hibernate once one
355
-of the two reaches 1 GB.
356
-When the number of bytes is exhausted, Tor will hibernate until some
357
-time in the next accounting period.  To prevent all servers from
358
-waking at the same time, Tor will also wait until a random point in
359
-each period before waking up.  If you have bandwidth cost issues,
360
-enabling hibernation is preferable to setting a low bandwidth, since it
361
-provides users with a collection of fast servers that are up some of
362
-the time, which is more useful than a set of slow servers that are
363
-always &quot;available&quot;.
364
-<DT><B>AccountingStart </B><B>day</B>|<B>week</B>|<B>month</B> [<I>day</I>] <I>HH:MM</I><DD>
365
-Specify how long accounting periods last.  If <B>month</B> is given,
366
-each accounting period runs from the time <I>HH:MM</I> on the
367
-<I>day</I>th day of one month to the same day and time of the next.
368
-(The day must be between 1 and 28.)  If <B>week</B> is given, each
369
-accounting period runs from the time <I>HH:MM</I> of the <I>day</I>th
370
-day of one week to the same day and time of the next week, with Monday
371
-as day 1 and Sunday as day 7.  If <B>day</B> is given, each accounting
372
-period runs from the time <I>HH:MM</I> each day to the same time on the
373
-next day.  All times are local, and given in 24-hour time.  (Defaults to
374
-&quot;month 1 0:00&quot;.)
375
-<P>
376
-</DL>
377
-<A NAME="lbAH">&nbsp;</A>
378
-<H2>DIRECTORY SERVER OPTIONS</H2>
379
-
380
-<P>
381
-
382
-The following options are useful only for directory servers (that is, if <B>DirPort</B> is non-zero):
383
-<DL COMPACT>
384
-<DT><B>AuthoritativeDirectory </B><B>0</B>|<B>1</B><DD>
385
-When this option is set to 1, Tor operates as an authoritative
386
-directory server.  Instead of caching the directory, it generates its
387
-own list of good servers, signs it, and sends that to the clients.
388
-Unless the clients already have you listed as a trusted directory, you
389
-probably do not want to set this option.  Please coordinate with the other
390
-admins at <A HREF="mailto:tor-ops@freehaven.net">tor-ops@freehaven.net</A> if you think you should be a directory.
391
-<DT><B>DirPort </B><I>PORT</I><DD>
392
-Advertise the directory service on this port.
393
-<DT><B>DirBindAddress </B><I>IP</I>[:<I>PORT</I>]<DD>
394
-Bind the directory service to this address. If you specify a port, bind
395
-to this port rather than the one specified in DirPort. (Default: 0.0.0.0)
396
-<DT><B>DirPolicy </B><I>policy</I>,<I>policy</I>,<I>...</I><DD>
397
-Set an entrance policy for this server, to limit who can connect to the directory ports. 
398
-The policies have the same form as exit policies above.
399
-<DT><B>RecommendedVersions </B><I>STRING</I><DD>
400
-STRING is a command-separated list of Tor versions currently believed
401
-to be safe. The list is included in each directory, and nodes which
402
-pull down the directory learn whether they need to upgrade.  This
403
-option can appear multiple times: the values from multiple lines are
404
-spliced together.
405
-<DT><B>DirAllowPrivateAddresses </B><B>0</B>|<B>1</B><DD>
406
-If set to 1, Tor will accept router descriptors with arbitrary &quot;Address&quot;
407
-elements. Otherwise, if the address is not an IP or is a private IP,
408
-it will reject the router descriptor. Defaults to 0.
409
-<DT><B>RunTesting </B><B>0</B>|<B>1</B><DD>
410
-If set to 1, Tor tries to build circuits through all of the servers it
411
-knows about, so it can tell which are up and which are down.  This
412
-option is only useful for authoritative directories, so you probably
413
-don't want to use it.
414
-<P>
415
-</DL>
416
-<A NAME="lbAI">&nbsp;</A>
417
-<H2>HIDDEN SERVICE OPTIONS</H2>
418
-
419
-<P>
420
-
421
-The following options are used to configure a hidden service.
422
-<DL COMPACT>
423
-<DT><B>HiddenServiceDir </B><I>DIRECTORY</I><DD>
424
-Store data files for a hidden service in DIRECTORY.  Every hidden
425
-service must have a separate directory.  You may use this option multiple
426
-times to specify multiple services.
427
-<DT><B>HiddenServicePort </B><I>VIRTPORT </I>[<I>TARGET</I>]<DD>
428
-Configure a virtual port VIRTPORT for a hidden service.  You may use this
429
-option multiple times; each time applies to the service using the most recent
430
-hiddenservicedir.  By default, this option maps the virtual port to the
431
-same port on 127.0.0.1.  You may override the target port, address, or both
432
-by specifying a target of addr, port, or addr:port.
433
-<DT><B>HiddenServiceNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
434
-If possible, use the specified nodes as introduction points for the hidden
435
-service. If this is left unset, Tor will be smart and pick some reasonable
436
-ones; most people can leave this unset.
437
-<DT><B>HiddenServiceExcludeNodes </B><I>nickname</I>,<I>nickname</I>,<I>...</I><DD>
438
-Do not use the specified nodes as introduction points for the hidden
439
-service. In normal use there is no reason to set this.
440
-<DT><B>RendPostPeriod </B><I>N</I> <B>seconds</B>|<B>minutes</B>|<B>hours</B>|<B>days</B>|<B>weeks</B><DD>
441
-Every time the specified period elapses, Tor uploads any rendezvous
442
-service descriptors to the directory servers.  This information is also
443
-uploaded whenever it changes.  (Default: 20 minutes)
444
-<P>
445
-
446
-
447
-<P>
448
-</DL>
449
-<A NAME="lbAJ">&nbsp;</A>
450
-<H2>SIGNALS</H2>
451
-
452
-Tor catches the following signals:
453
-<DL COMPACT>
454
-<DT><B>SIGTERM</B><DD>
455
-Tor will catch this, clean up and sync to disk if necessary, and exit.
456
-<DT><B>SIGINT</B><DD>
457
-Tor clients behave as with SIGTERM; but Tor servers will do a controlled
458
-slow shutdown, closing listeners and waiting 30 seconds before exiting.
459
-(The delay can be configured with the ShutdownWaitLength config option.)
460
-<DT><B>SIGHUP</B><DD>
461
-The signal instructs Tor to reload its configuration (including closing
462
-and reopening logs), fetch a new directory, and kill and restart its
463
-helper processes if applicable.
464
-<DT><B>SIGUSR1</B><DD>
465
-Log statistics about current connections, past connections, and
466
-throughput.
467
-<DT><B>SIGUSR2</B><DD>
468
-Switch all logs to loglevel debug. You can go back to the old loglevels
469
-by sending a SIGHUP.
470
-<DT><B>SIGCHLD</B><DD>
471
-Tor receives this signal when one of its helper processes has exited,
472
-so it can clean up.
473
-<DT><B>SIGPIPE</B><DD>
474
-Tor catches this signal and ignores it.
475
-<DT><B>SIGXFSZ</B><DD>
476
-If this signal exists on your platform, Tor catches and ignores it.
477
-<P>
478
-</DL>
479
-<A NAME="lbAK">&nbsp;</A>
480
-<H2>FILES</H2>
481
-
482
-<DL COMPACT>
483
-<DT><I>@CONFDIR@/torrc</I>
484
-
485
-<DD>
486
-The configuration file, which contains &quot;option value&quot; pairs.
487
-<DT><I>@LOCALSTATEDIR@/lib/tor/</I>
488
-
489
-<DD>
490
-The tor process stores keys and other data here.
491
-<P>
492
-</DL>
493
-<A NAME="lbAL">&nbsp;</A>
494
-<H2>SEE ALSO</H2>
495
-
496
-<B><A HREF="../?1+privoxy">privoxy</A></B>(1),
497
-
498
-<B><A HREF="../?1+tsocks">tsocks</A></B>(1),
499
-
500
-<B><A HREF="../?1+torify">torify</A></B>(1)
501
-
502
-<P>
503
-<B><A HREF="http://tor.eff.org/">http://tor.eff.org/</A></B>
504
-
505
-<P>
506
-<A NAME="lbAM">&nbsp;</A>
507
-<H2>BUGS</H2>
508
-
509
-Plenty, probably. Tor is still in development. Please report them.
510
-<A NAME="lbAN">&nbsp;</A>
511
-<H2>AUTHORS</H2>
512
-
513
-Roger Dingledine &lt;<A HREF="mailto:arma@mit.edu">arma@mit.edu</A>&gt;, Nick Mathewson &lt;<A HREF="mailto:nickm@alum.mit.edu">nickm@alum.mit.edu</A>&gt;.
514
-<P>
515
-
516
-<HR>
517
-<A NAME="index">&nbsp;</A><H2>Index</H2>
518
-<DL>
519
-<DT><A HREF="#lbAB">NAME</A><DD>
520
-<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
521
-<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
522
-<DT><A HREF="#lbAE">OPTIONS</A><DD>
523
-<DT><A HREF="#lbAF">CLIENT OPTIONS</A><DD>
524
-<DT><A HREF="#lbAG">SERVER OPTIONS</A><DD>
525
-<DT><A HREF="#lbAH">DIRECTORY SERVER OPTIONS</A><DD>
526
-<DT><A HREF="#lbAI">HIDDEN SERVICE OPTIONS</A><DD>
527
-<DT><A HREF="#lbAJ">SIGNALS</A><DD>
528
-<DT><A HREF="#lbAK">FILES</A><DD>
529
-<DT><A HREF="#lbAL">SEE ALSO</A><DD>
530
-<DT><A HREF="#lbAM">BUGS</A><DD>
531
-<DT><A HREF="#lbAN">AUTHORS</A><DD>
532
-</DL>
533
-<HR>
534
-This document was created by
535
-<A HREF="../">man2html</A>,
536
-using the manual pages.<BR>
537
-Time: 23:00:41 GMT, June 29, 2005
538
-</BODY>
539
-</HTML>
... ...
@@ -1,20 +0,0 @@
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>Redirecting ...</title>
7
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8
-<link rel="stylesheet" type="text/css" href="stylesheet.css" />
9
-<meta http-equiv="refresh" content="1;url=/support.html" />
10
-</head>
11
-<body>
12
-<p>
13
-[Redirecting you to the new <a href="support.html">support.html</a> page...]
14
-</p>
15
-<div class="bottom" id="bottom">
16
-     <i><a href="mailto:tor-webmaster@freehaven.net"
17
-     class="smalllink">Webmaster</a></i> - $Id$
18
-</div>
19
-</body>
20
-</html>
21 0