917fca39033280986def2d625f5df0cd3093d5d4
Jens Kubieziel Changes from the english ve...

Jens Kubieziel authored 18 years ago

1) <!-- revision 0.03 -->
Thomas Sjögren Add some of the files trans...

Thomas Sjögren authored 19 years ago

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: Funktionsweise</title>
9)   <meta name="Author" content="Roger Dingledine"  />
10)   <meta name="Translator" content="Mario M. Knopf"  />
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 -->
le@svn.torproject.org added banner HTML changes t...

le@svn.torproject.org authored 18 years ago

19) <div class="center">
Thomas Sjögren Add some of the files trans...

Thomas Sjögren authored 19 years ago

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">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>
Andrew Lewman updated all contribute.de.h...

Andrew Lewman authored 18 years ago

31)           | <a href="volunteer.de.html">Zum Projekt beitragen</a>
Thomas Sjögren Add some of the files trans...

Thomas Sjögren authored 19 years ago

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>
Andrew Lewman Updated all /de/ and /it/ t...

Andrew Lewman authored 18 years ago

36) 	<td class="banner-right">
Jens Kubieziel made files conforming XHTML...

Jens Kubieziel authored 18 years ago

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> 
Andrew Lewman Updated all /de/ and /it/ t...

Andrew Lewman authored 18 years ago

40) 	</td>
Thomas Sjögren Add some of the files trans...

Thomas Sjögren authored 19 years ago

41)     </tr>
42) </table>
le@svn.torproject.org added banner HTML changes t...

le@svn.torproject.org authored 18 years ago

43) 
Thomas Sjögren Add some of the files trans...

Thomas Sjögren authored 19 years ago

44) <div class="main-column">
45) 
46) <h2>Tor: Wie es funktioniert</h2>
47) <hr  />
48) 
49) <p>
Thomas Sjögren German translation update

Thomas Sjögren authored 18 years ago

50) <a href="overview.de.html">Grunds�tzlicher �berblick</a>: Was Tor bietet, warum es
Thomas Sjögren Add some of the files trans...

Thomas Sjögren authored 19 years ago

51) wichtig ist und wie es funktioniert.
52) </p>
53) 
54) <p>
Jens Kubieziel Changes from the english ve...

Jens Kubieziel authored 18 years ago

55) <a href="/documentation.de.html">Installation, Konfiguration und
56) Betrieb von Tor.</a>.
Thomas Sjögren Add some of the files trans...

Thomas Sjögren authored 19 years ago

57) </p>
58) 
59) <p>Das <b>Design-Dokument</b> (ver�ffentlicht zur Usenix Security 2004)
60) spiegelt unsere Sicherheitsanalysen und Einstellung in Bezug auf das
61) Tor-Design wider:</p>
62) <ul>
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

63) <li><a href="/cvs/tor/doc/design-paper/tor-design.pdf">PDF-Version</a></li>
64) <li><a href="/cvs/tor/doc/design-paper/tor-design.html">HTML-Version</a></li>
Thomas Sjögren Add some of the files trans...

Thomas Sjögren authored 19 years ago

65) </ul>
66) 
67) <p>Unser Nachfolgedokument <b>challenges in low-latency anonymity</b> (immer
68) noch in der Entwurfsphase) schildert neuere Erfahrungen und Richtungen:
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

69) <a href="/cvs/tor/doc/design-paper/challenges.pdf">PDF version</a>.</p>
Thomas Sjögren Add some of the files trans...

Thomas Sjögren authored 19 years ago

70) 
71) <p>Unsere <b>Spezifikation</b> zielt darauf ab, Entwicklern gen�gend Informationen
72) zu liefern, um eine zu Tor kompatible Version zu programmieren:</p>
73) <ul>
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

74) <li><a href="/cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li>
75) <li><a href="/cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
Thomas Sjögren Add some of the files trans...

Thomas Sjögren authored 19 years ago

76) 
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

77) <li><a href="/cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li>