6ae5fa0a66daefb653bfebcb61ad22a34414ff94
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

1) <!-- revision 0.02 -->
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 -->
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.de.html">Startseite</a>
25)           | <a class="current">Wie es funktioniert</a>
26)           | <a href="download.de.html">Download</a>
27)           | <a href="documentation.de.html">Dokumente</a>
28)           | <a href="users.de.html">Nutzer</a>
29)           | <a href="faq.de.html">FAQs</a>
Andrew Lewman updated all contribute.de.h...

Andrew Lewman authored 18 years ago

30)           | <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

31)           | <a href="developers.de.html">Entwickler</a>
32)           | <a href="research.de.html">Forschung</a>
33)           | <a href="people.de.html">Menschen</a>
34)         </td>
Andrew Lewman Updated all /de/ and /it/ t...

Andrew Lewman authored 18 years ago

35) 	<td class="banner-right">
36) 		<a href="/"><img src="/images/en.png" border="0" alt="English"></a>
37) 		<a href="/it/index.it.html"><img src="/images/it.png" border="0" alt="Italiano"></a>
38) 		<a href="/de/index.de.html"><img src="/images/de.png" border="0" alt="Deutsch"></a> 
39) 	</td>
Thomas Sjögren Add some of the files trans...

Thomas Sjögren authored 19 years ago

40)     </tr>
41) </table>
42) <div class="center">
43) <div class="main-column">
44) 
45) <h2>Tor: Wie es funktioniert</h2>
46) <hr  />
47) 
48) <p>
Thomas Sjögren German translation update

Thomas Sjögren authored 19 years ago

49) <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

50) wichtig ist und wie es funktioniert.
51) </p>
52) 
53) <p>
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

54) <a href="/cvs/tor/doc/tor-doc.html">Installation, Konfiguration und Betrieb von Tor.</a>.
Thomas Sjögren Add some of the files trans...

Thomas Sjögren authored 19 years ago

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

Andrew Lewman authored 18 years ago

61) <li><a href="/cvs/tor/doc/design-paper/tor-design.pdf">PDF-Version</a></li>
62) <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

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

Andrew Lewman authored 18 years ago

67) <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

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

Andrew Lewman authored 18 years ago

72) <li><a href="/cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li>
73) <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

74) 
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

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