d01bdf45d06276188c4c555102c25cd643f8b2d1
Thomas Sjögren German updates

Thomas Sjögren authored 18 years ago

1) <!-- revision 0.05 -->
Thomas Sjögren Add the rest of pages 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="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) <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 href="howitworks.de.html">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 the rest of pages trans...

Thomas Sjögren authored 19 years ago

31)           | <a class="current">Entwickler</a>
32)           | <a href="research.de.html">Forschung</a>
33)           | <a href="people.de.html">Menschen</a>
34)         </td>
35)         <td class="banner-right"></td>
36)     </tr>
37) </table>
38) 
39) 
40) <!-- END TITLE BAR & NAVIGATION -->
41) 
42) <div class="center">
43) 
44) <div class="main-column">
45) 
46) <h2>Tor: Entwickler</h2>
47) <hr />
48) 
49) <p>Bl�ttere durch das  <b>CVS Repositorium</b> von Tor: (das muss nicht
50) notwendigerweise funktionieren oder kompilieren)</p>
51) <ul>
Thomas Sjögren German updates

Thomas Sjögren authored 18 years ago

52)   <li><a href="/cvs/">CVS Sandbox wird regelm��ig auf neuesten Stand
53)       gebracht</a></li>
54)   <li><a
55)   href="http://cvs.seul.org/viewcvs/viewcvs.cgi/?root=tor">ViewCVS</a></li>
56)   <li>anonymer pserver-Zugang (Passwort ist: guest):
57)     <ul>
58)       <li>Lege ein neues Verzeichnis an und wechsele hinein.</li>
59)       <li><kbd>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot
60)       login</kbd></li>
61)       <li><kbd>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot co
62) 	  tor</kbd></li>
63)       <li><kbd>cd tor; ./autogen.sh; make; make install if you
64)       like.</kbd></li>
65)       <li>(nutze <var>co -r tor-0_1_1_4_alpha tor</var> oder etwas
66)       �hnliches, um eine bestimmte Version zu beziehen.)</li>
67)       <li>(Um die Maintenancebranch auszuchecken, nutze <var>-r
68)       tor-0_1_0-patches</var>)</li>
69)     </ul>
70)   </li>
Thomas Sjögren Add the rest of pages trans...

Thomas Sjögren authored 19 years ago

71) </ul>
72) 
Thomas Sjögren German updates

Thomas Sjögren authored 18 years ago

73) <p>Hier ist die aktuelle Roadmap f�r die Version 0.1.1.x:</p>
74) <ul>
75)   <li>CPU-Last auf den Servern reduzieren.</li>
76)   <li>Das Verzeichnis weiter dezentralisieren:
Thomas Sjögren German updates

Thomas Sjögren authored 18 years ago

77)     <ul>
78)       <li>Mehr permanente Verzeichnisserver sammeln und ihre Schl�ssel
79) 	in den Code packen.</li>
80)       <li>Es muss gekl�rt werden, was 'verified' bedeutet: Es
81) 	bedeutet, dass der Nickname registriert ist.</li>
82)       <li>Eine Methode f�r Clients, die Anzahl der Server in einer
83) 	sicheren Weise zu partitionieren: So m�ssen sie nicht alle
84) 	lernen und sind nicht so leicht partitionierbar. Idee
85) 	aufschreiben, aber wahrscheinlich noch nicht umsetzen.</li>
Thomas Sjögren German updates

Thomas Sjögren authored 18 years ago

86)   </ul></li>
87)   <li>Helferknoten (zumindest vorl�ufig).</li>
88)   <li>Enklaven (zumindest vorl�ufig).</li>
89)   <li>Einen GUI-Wettbewerb ins Leben rufen.</li>
90)   <li>Irgendwas f�r den Systray in Windows.</li>
91)   <li>Webseiten, die auf Tor verweisen: indymedia.org. andere?</li>
92)   <li>Forschung: Skalierbarkeit, an Ende-zu-Ende-Attacken denken.</li>
93)   </ul>
Thomas Sjögren Add the rest of pages trans...

Thomas Sjögren authored 19 years ago

94) 
95) <p>
Andrew Lewman commited Jens diff

Andrew Lewman authored 18 years ago

96) <a href="/cvs/tor/doc/TODO">Liste von Sachen, die noch von den
Thomas Sjögren Add the rest of pages trans...

Thomas Sjögren authored 19 years ago

97) Entwicklern erledigt werden m�ssen</a>.
98) </p>
99) 
100) <p>
Roger Dingledine fix some more links on the...

Roger Dingledine authored 18 years ago

101) Das <a href="http://anon.inf.tu-dresden.de/index.html">Java Anon