0c320fc1a42c767668b6054d5b74f499bc627152
Jens Kubieziel - adopted changes from engl...

Jens Kubieziel authored 18 years ago

1) <!-- revision 0.17 -->
Thomas Sjögren Another german page added....

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="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) 
le@svn.torproject.org added banner HTML changes t...

le@svn.torproject.org authored 18 years ago

18) <div class="center">
19) 
20) 
Jens Kubieziel Adding changes in website s...

Jens Kubieziel authored 18 years ago

21) <table class="banner" cellpadding="0" cellspacing="0">
Thomas Sjögren Another german page added....

Thomas Sjögren authored 19 years ago

22)     <tr>
23)         <td class="banner-left"></td>
24)         <td class="banner-middle">
Thomas Sjögren German translation update

Thomas Sjögren authored 18 years ago

25)         <a class="index.de.html">Startseite</a>
Jens Kubieziel Adding changes in website s...

Jens Kubieziel authored 18 years ago

26)         | <a href="overview.de.html">�bersicht</a>
Thomas Sjögren Another german page added....

Thomas Sjögren authored 19 years ago

27)         | <a class="current">Download</a>
28)         | <a href="documentation.de.html">Dokumente</a>
Jens Kubieziel Adding changes in website s...

Jens Kubieziel authored 18 years ago

29)         | <a href="support.de.html">Support</a>
Thomas Sjögren Another german page added....

Thomas Sjögren authored 19 years ago

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 Another german page added....

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>
Jens Kubieziel Changes from the english ve...

Jens Kubieziel authored 18 years ago

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 Another german page added....

Thomas Sjögren authored 19 years ago

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>
Thomas Sjögren German update

Thomas Sjögren authored 18 years ago

51) 
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

52)   <p>Tor wird als <a href="http://www.fsf.org/">Freie Software</a> unter der <a
Thomas Sjögren German update

Thomas Sjögren authored 18 years ago

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
Roger Dingledine dump to 0.1.1.7-alpha in tr...

Roger Dingledine authored 18 years ago

57)   ist <b>0.1.0.14</b>.  Die letzte Test Version ist <b>0.1.1.7-alpha</b>. Tor
Thomas Sjögren German update

Thomas Sjögren authored 18 years ago

58)   sollte auf Linux, BSD, OS X, Win32, Solaris und anderen Systemen laufen.</p>
59) 
Jens Kubieziel Changes from the english ve...

Jens Kubieziel authored 18 years ago

60)   <p>Im CVS findest du <a href="/cvs/tor/doc/tor-doc.html">Anweisungen
61)     zur Installation und
62)     Konfiguration</a>. Der <a
63)     href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#DistSignatures">Eintrag
64)     in der FAQ</a> beschreibt, wie die Signaturen der Pakete zu
65)     verifizieren sind.</p>
66) 
67) <p>Sicherheitshinweise und neue stabile Versionen werden auf der
68)   Mailingliste <a
Jens Kubieziel Adding changes in website s...

Jens Kubieziel authored 18 years ago

69)   href="http://archives.seul.org/or/announce/">or-announce</a>
Jens Kubieziel Changes from the english ve...

Jens Kubieziel authored 18 years ago

70)   bekannt gegeben. Wenn du Tor nutzt, solltest du ein Auge auf das
71)   Archiv werfen oder dich hier einzutragen: (Du erh�lst eine
72)   R�ckbest�tigung per E-Mail.)</p>
73) 
74) <form action="http://freehaven.net/cgi-bin/majordomo.cgi">
75) <input type="hidden" name="mlist" value="or-announce" >
76) <input type="hidden" name="subscribe" value="1" >
77) <input type="hidden" name="host" value="freehaven.net" >
78) <input name="email" size="15" >
79) <input type="submit" value="subscribe" >
80) </form>
81) 
82) <p>Tor sollte auf Linux, BSD, OS X, Windows, Solaris und anderen
83)   Systemen laufen.</p>
84) 
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

85)   <ul>
Jens Kubieziel Changes from the english ve...

Jens Kubieziel authored 18 years ago

86)    <li><b>Windows</b>
87)      Installationsprogramm: <a
88)      href="dist/win32/tor-0.1.0.14-win32.exe">0.1.0.14</a>
89)      (<a
Roger Dingledine and german

Roger Dingledine authored 18 years ago

90)      href="dist/win32/tor-0.1.0.14-win32.exe.asc">sig</a>), <a
Roger Dingledine dump to 0.1.1.7-alpha in tr...

Roger Dingledine authored 18 years ago

91)      href="dist/win32/tor-0.1.1.7-alpha-win32.exe">0.1.1.7-alpha</a>
Jens Kubieziel Changes from the english ve...

Jens Kubieziel authored 18 years ago

92)      (<a
Roger Dingledine dump to 0.1.1.7-alpha in tr...

Roger Dingledine authored 18 years ago

93)      href="dist/win32/tor-0.1.1.7-alpha-win32.exe.asc">sig</a>). Stelle
Jens Kubieziel Changes from the english ve...

Jens Kubieziel authored 18 years ago

94)      sicher, dass du
95)      die <a href="/cvs/tor/doc/tor-doc-win32.html">Anweisungen f�r
96)      Windows</a> gelesen hast.</li>
Jens Kubieziel - adopted changes from engl...

Jens Kubieziel authored 18 years ago

97)    <li><b>Mac OS X Tiger</b> Installationsprogramm: <a href="dist/osx/Tor 0.1.0.14
Roger Dingledine and german

Roger Dingledine authored 18 years ago

98)      Bundle.dmg">0.1.0.14</a> (<a href="dist/osx/Tor 0.1.0.14
Roger Dingledine dump to 0.1.1.7-alpha in tr...

Roger Dingledine authored 18 years ago

99)      Bundle.dmg.asc">sig</a>), <a href="dist/osx/Tor 0.1.1.7-alpha
100)      Bundle.dmg">0.1.1.7-alpha</a> (<a href="dist/osx/Tor 0.1.1.7-alpha
Jens Kubieziel Changes from the english ve...

Jens Kubieziel authored 18 years ago

101)      Bundle.dmg.asc">sig</a>). Lies
Jens Kubieziel adding missing Debian instr...

Jens Kubieziel authored 18 years ago

102)      die <a href="/cvs/tor/doc/tor-doc-osx.html">Anweisungen f�r OS
103)      X</a>.</li>
Jens Kubieziel - adopted changes from engl...

Jens Kubieziel authored 18 years ago

104)    <li><b>Mac OS X Panther/Jaguar</b>
105)      Installationsprogramm: <a href="dist/osx-old/Tor 0.1.0.14
106)      pre-10.3.9 Bundle.dmg">0.1.0.14</a> (<a href="dist/osx-old/Tor
107)      0.1.0.14 pre-10.3.9 Bundle.dmg.sig">sig</a>). Stelle sicher, dass
108)      du <a href="/cvs/tor/doc/tor-doc-osx.html">Anweisungen f�r OS
109)        X</a> gelesen hast.</li>
Jens Kubieziel adding missing Debian instr...

Jens Kubieziel authored 18 years ago

110)    <li><b>Debianpakete</b>: <kbd>apt-get install tor</kbd>
111)      (<a
112) 	 href="http://wiki.noreply.org/noreply/TheOnionRouter/TorOnDebian">Anweisung
113)        f�r Sarge und experimentelle Torversionen</a>)</li>
Thomas Sjögren German update

Thomas Sjögren authored 18 years ago

114)    <li><b>Red Hat Linux</b> Paket: <a
Roger Dingledine and german

Roger Dingledine authored 18 years ago

115)      href="dist/rpm/tor-0.1.0.14-tor.0.fc1.i386.rpm">0.1.0.14 RPM</a> (<a
116)      href="dist/rpm/tor-0.1.0.14-tor.0.fc1.i386.rpm.asc">sig</a>), <a
117)      href="dist/rpm/tor-0.1.0.14-tor.0.fc1.src.rpm">0.1.0.14 SRPM</a> (<a
118)      href="dist/rpm/tor-0.1.0.14-tor.0.fc1.src.rpm.asc">sig</a>), <a
Roger Dingledine dump to 0.1.1.7-alpha in tr...

Roger Dingledine authored 18 years ago

119)      href="dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.i386.rpm">0.1.1.7-alpha RPM</a> (<a
120)      href="dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.i386.rpm.asc">sig</a>), <a
121)      href="dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.src.rpm">0.1.1.7-alpha SRPM</a> (<a
122)      href="dist/rpm/tor-0.1.1.7.alpha-tor.0.fc1.src.rpm.asc">sig</a>)</li>
Jens Kubieziel HTMLize <tt>-tags

Jens Kubieziel authored 18 years ago

123)    <li><b>Gentoo</b>: <kbd>emerge tor</kbd>
Jens Kubieziel Changes from the english ve...

Jens Kubieziel authored 18 years ago

124)    (<a
Jens Kubieziel Adding changes in website s...

Jens Kubieziel authored 18 years ago

125)    href="http://gentoo-wiki.com/HOWTO_Anonymity_with_Tor_and_Privoxy">Anweisungen</a>)</li>
Jens Kubieziel HTMLize <tt>-tags

Jens Kubieziel authored 18 years ago

126)    <li><b>FreeBSD</b>: <kbd>portinstall -s security/tor</kbd></li>
127)    <li><b>OpenBSD</b>: <kbd>cd /usr/ports/net/tor &amp;&amp; make
128)    &amp;&amp; make install</kbd>
Jens Kubieziel Changes from the english ve...

Jens Kubieziel authored 18 years ago

129)    (<a
Jens Kubieziel Adding changes in website s...

Jens Kubieziel authored 18 years ago

130)    href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">Anweisung
Jens Kubieziel Changes from the english ve...

Jens Kubieziel authored 18 years ago

131)    f�r chroot</a>)</li>
Jens Kubieziel HTMLize <tt>-tags

Jens Kubieziel authored 18 years ago

132)    <li><b>NetBSD</b>: <kbd>cd /usr/pkgsrc/net/tor &amp;&amp; make
133)    install</kbd></li>
Roger Dingledine and german

Roger Dingledine authored 18 years ago

134)    <li>Letzte Quellpaket: <a href="dist/tor-0.1.0.14.tar.gz">0.1.0.14</a> (<a
135)      href="dist/tor-0.1.0.14.tar.gz.asc">sig</a>), <a
Roger Dingledine dump to 0.1.1.7-alpha in tr...

Roger Dingledine authored 18 years ago

136)      href="dist/tor-0.1.1.7-alpha.tar.gz">0.1.1.7-alpha</a> (<a
137)      href="dist/tor-0.1.1.7-alpha.tar.gz.asc">sig</a>).</li>
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

138)   </ul>
Thomas Sjögren German update

Thomas Sjögren authored 18 years ago

139) 
Thomas Sjögren Another german page added....

Thomas Sjögren authored 19 years ago

140) <hr  />
141) 
142) <h2>Spiegelserver</h2>
143) 
144) <p>
Thomas Sjögren German updates

Thomas Sjögren authored 18 years ago

145) Wenn du einen Spiegel (mirror) betreibst, schicke bitte eine E-Mail an
Jens Kubieziel Changes from the english ve...

Jens Kubieziel authored 18 years ago

146) <a
147) href="mailto:tor-webmaster@freehaven.net">tor-webmaster@freehaven.net</a>
148) und wir werden den der Liste hinzuf�gen.
Thomas Sjögren Another german page added....

Thomas Sjögren authored 19 years ago

149) </p>
150) 
151) <p>
Thomas Sjögren Add BIT BV mirror

Thomas Sjögren authored 18 years ago

152) BIT BV (<a href="ftp://ftp.bit.nl/mirror/tor/">ftp</a> | 
153) <a href="http://ftp.bit.nl/mirror/tor/">http</a>)<br />
Thomas Sjögren Added FU-Spline mirror (add...

Thomas Sjögren authored 18 years ago

154) FU - Spline (<a href="http://rem.spline.de/tor/">http</a>)<br />
Thomas Sjögren German update

Thomas Sjögren authored 18 years ago

155) Ghirai.com (<a href="http://www.ghirai.com/tor/">http</a>)<br />
156) Meulie.net (<a href="http://tor.meulie.net/">http</a>)<br />
157) Stevens Institute of Technology (<a href="ftp://ftp.cs.stevens.edu/pub/tor/">ftp</a>)<br />
158) Swedish Linux Society (<a href="ftp://ftp.se.linux.org/pub/crypto/tor/">ftp</a>
Thomas Sjögren German updates

Thomas Sjögren authored 18 years ago

159)  | <a href="http://ftp.se.linux.org/crypto/tor/">http</a>)</p>
Thomas Sjögren Another german page added....

Thomas Sjögren authored 19 years ago

160) 
161) <hr  />
162) 
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

163) <h2>Testversionen</h2>
Thomas Sjögren Another german page added....

Thomas Sjögren authored 19 years ago

164) 
Jens Kubieziel - adopted changes from engl...

Jens Kubieziel authored 18 years ago

165) <p>2005-09-14: Tor 0.1.1.7-alpha
166)   behebt <a
167)   href="http://archives.seul.org/or/talk/Sep-2005/msg00152.html">einige
168)   Fehler aus der Vorversion</a></p>
169) 
Jens Kubieziel Adding changes in website s...

Jens Kubieziel authored 18 years ago

170) <p>2005-08-22: Tor 0.1.1.6-alpha
171)   behebt <a
Roger Dingledine fix the alpha release urls

Roger Dingledine authored 18 years ago

172)   href="http://archives.seul.org/or/talk/Aug-2005/msg00103.html">einige
Jens Kubieziel Adding changes in website s...

Jens Kubieziel authored 18 years ago

173)   Fehler der Vorg�ngerversion und f�gt neue Eigenschaften, wie
174)   Exitenklaven und verbesserte Geschwindigkeit bei versteckten
Jens Kubieziel - Changes from the last eng...

Jens Kubieziel authored 18 years ago

175)   Services</a> hinzu. Weiterhin ist es der Start in das neue
176)   Verzeichnisdesign.</p>
Jens Kubieziel Adding changes in website s...

Jens Kubieziel authored 18 years ago

177) 
Thomas Sjögren download.de.html update

Thomas Sjögren authored 18 years ago

178) <p>2005-08-08: Tor 0.1.1.5-alpha behebt <a
179)   href="http://archives.seul.org/or/talk/Aug-2005/msg00036.html">einen
180)   kritischen Fehler aus Version 0.1.0.14</a>.</p>
181) 
Thomas Sjögren German update

Thomas Sjögren authored 18 years ago

182) <p>2005-08-04: Tor 0.1.1.4-alpha <a
183)   href="http://archives.seul.org/or/talk/Aug-2005/msg00010.html">behebt einen
184)   kritischen Fehler aus der Version 0.1.0.13</a>.</p>
185) 
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

186) <p>2005-07-25:
187) Tor 0.1.1.3-alpha <a
Roger Dingledine fix the alpha release urls

Roger Dingledine authored 18 years ago

188)   href="http://archives.seul.org/or/talk/Jul-2005/msg00107.html">behebt einen
Thomas Sjögren Make website valid xhtml ag...

Thomas Sjögren authored 18 years ago

189)   Crashbug mit versteckten Services und einige andere Controllerbugs</a>.</p>
Thomas Sjögren Another german page added....

Thomas Sjögren authored 19 years ago

190) 
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

191) <p>2005-07-14:
192) Tor 0.1.1.2-alpha <a
193)   href="http://archives.seul.org/or/talk/Jul-2005/msg00055.html">behebt einen
Thomas Sjögren Make website valid xhtml ag...

Thomas Sjögren authored 18 years ago

194)   Segfault im Controllerhandling und ein paar weitere Bugs.</a>.</p>
Thomas Sjögren Another german page added....

Thomas Sjögren authored 19 years ago

195) 
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

196) <p>2005-06-28:
197) Tor 0.1.1.1-alpha hat ein <a
Roger Dingledine fix the alpha release urls

Roger Dingledine authored 18 years ago

198)   href="http://archives.seul.org/or/talk/Jun-2005/msg00252.html">revidiertes
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

199)   Controllerprotokoll (Version 1), dass ASCII nutzt</a>
Thomas Sjögren Another german page added....

Thomas Sjögren authored 19 years ago

200) </p>
201) 
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

202) <hr  />
Thomas Sjögren Another german page added....

Thomas Sjögren authored 19 years ago

203) 
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

204) <h2>Stabile Versionen</h2>
Thomas Sjögren Another german page added....

Thomas Sjögren authored 19 years ago

205) 
Thomas Sjögren download.de.html update

Thomas Sjögren authored 18 years ago

206) <p>2005-08-08: Tor 0.1.0.14 behebt den <a
207)   href="http://archives.seul.org/or/announce/Aug-2005/msg00001.html">zweiten
208)   Teil eines kritischen Fehlers in unseren Kryptohandshakes</a>. Alle
209)   Klienten sollten <b>sofort</b> auf den neuesten Stand gebracht
210)   werden.</p>
211) 
Jens Kubieziel - Changes from the last eng...

Jens Kubieziel authored 18 years ago

212) <p>2005-08-04: Tor 0.1.0.13 behebt
213)   einen <a
Thomas Sjögren German update

Thomas Sjögren authored 18 years ago

214)   href="http://archives.seul.org/or/announce/Aug-2005/msg00000.html">kritischen
Jens Kubieziel - Changes from the last eng...

Jens Kubieziel authored 18 years ago

215)   Fehler in der Sicherheit der Kryptohandshakes</a>. Alle Version
216)   sollten
Thomas Sjögren German update

Thomas Sjögren authored 18 years ago

217) <b>sofort</b> auf den neuesten Stand gebracht werden.</p>
218) 
Jens Kubieziel - Changes from the last eng...

Jens Kubieziel authored 18 years ago

219) <p>2005-07-18: Tor 0.1.0.12 behebt
220)   einen <a
221)   href="http://archives.seul.org/or/announce/Jul-2005/msg00000.html">Fehler,
222)   der in seltenen F�llen einige Clients und Server zum Absturz
223)   brachte</a>.</p>
Thomas Sjögren Another german page added....

Thomas Sjögren authored 19 years ago

224) 
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

225) <hr />
Thomas Sjögren Another german page added....

Thomas Sjögren authored 19 years ago

226) 
Jens Kubieziel - Changes from the last eng...

Jens Kubieziel authored 18 years ago

227) <p>Im <a href="/cvs/tor/ChangeLog">ChangeLog</a> kannst du weitere
228) Details finden.</p>