a few more items we'd like contributed
Roger Dingledine

Roger Dingledine commited on 2005-01-11 00:24:10
Zeige 1 geänderte Dateien mit 11 Einfügungen und 4 Löschungen.

... ...
@@ -48,8 +48,7 @@ width="110" height="79" alt="Tor logo" /></a>
48 48
 <p>Users:</p>
49 49
 <ul>
50 50
 <li>Try Tor out, and let the Tor developers know about bugs you find or
51
-features you
52
-don't find.</li>
51
+features you don't find.</li>
53 52
 <li>Please consider <a
54 53
 href="cvs/tor/doc/tor-doc.html#server">running a
55 54
 server</a> to help with development and scalability.</li>
... ...
@@ -59,6 +58,7 @@ documentation, or help with managing our TODO and handling bug reports?</li>
59 58
 href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">the FAQ Wiki</a>,
60 59
 and if you know the answer to a question in the "unanswered FAQs" list,
61 60
 please answer it.</li>
61
+<li>What else needs to be documented? What is mis-documented?</li>
62 62
 </ul>
63 63
 
64 64
 <!--
... ...
@@ -77,6 +77,13 @@ to show people how Tor works.</li>
77 77
 href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Squid
78 78
 and Tor</a> page, and update it to reflect Tor's new <a href="">RedirectExit</a>
79 79
 config option?</li>
80
+<li>Right now the hidden service descriptors are being stored on the
81
+dirservers, but any reliable distributed storage system would do (for
82
+example, a DHT that allows authenticated updates). Can somebody figure
83
+out our best options and decide if they're good enough?</li>
84
+<li>How hard is it to patch bind or a DNS proxy to redirect requests
85
+to Tor via our tor-resolve socks extension? What about to convert UDP
86
+DNS requests to TCP requests and send them through Tor?</li>
80 87
 </ul>
81 88
 
82 89
 <p>Developers:</p>
... ...
@@ -91,8 +98,8 @@ script</a>.</li>
91 98
    installer to include FreeCap and Privoxy.</li>
92 99
 <li>Does somebody want to do up a patch so we can be an NT service? Or
93 100
 so we can go in the system tray?</li>
94
-<li>See the <a href="cvs/tor/doc/HACKING">HACKING</a> and
95
-<a href="cvs/tor/doc/TODO">TODO</a> files in the Tor distribution
101
+<li>See the <a href="cvs/tor/doc/TODO">TODO</a> and
102
+<a href="cvs/tor/doc/HACKING">HACKING</a> files in the Tor distribution
96 103
 for more ideas.</li>
97 104
 </ul>
98 105
 
99 106