Roger Dingledine commited on 2008-03-10 08:11:24
Zeige 1 geänderte Dateien mit 24 Einfügungen und 1 Löschungen.
| ... | ... |
@@ -159,7 +159,30 @@ over time, graphing it, etc. Better metrics for assessing network |
| 159 | 159 |
health and growth.</li> |
| 160 | 160 |
<li>vidalia and upnp</li> |
| 161 | 161 |
<li>nymble</li> |
| 162 |
-<li>polipo on windows</li> |
|
| 162 |
+ |
|
| 163 |
+<li> |
|
| 164 |
+Help port <a |
|
| 165 |
+href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo</a> to |
|
| 166 |
+Windows. 1) handle spaces in path names and understand the filesystem |
|
| 167 |
+namespace — namespace meaning where application data, personal data, |
|
| 168 |
+and program data typically reside in various versions of Windows. 2) the |
|
| 169 |
+ability to handle ipv6 communications. 3) the ability to asynchronously |
|
| 170 |
+query name servers, find the system nameservers, and manage netbios |
|
| 171 |
+and dns queries. 4) use native regex capabilities of Windows, rather |
|
| 172 |
+than using 3rd party GNU regex libraries. 5) manage events and buffers |
|
| 173 |
+natively (i.e. in Unix-like OSes, Polipo defaults to 25% of ram, in |
|
| 174 |
+Windows it's whatever the config specifies). 6) some sort of GUI config |
|
| 175 |
+and reporting tool, bonus if it has a systray icon with right clickable |
|
| 176 |
+menu options. Double bonus if it's cross-platform compatible. |
|
| 177 |
+</li> |
|
| 178 |
+ |
|
| 179 |
+<li> |
|
| 180 |
+a way to generate the website diagrams from source, so we can translate |
|
| 181 |
+them as utf-8 text rather than with gimp. (svg? or imagemagick?) |
|
| 182 |
+integrate this with a wml file so translations are easy and images are |
|
| 183 |
+generated in multiple languages at web publish |
|
| 184 |
+</li> |
|
| 185 |
+ |
|
| 163 | 186 |
<li>How can we make the <a |
| 164 | 187 |
href="http://anonymityanywhere.com/incognito/">Incognito LiveCD</a> |
| 165 | 188 |
easier to maintain, improve, and document?</li> |
| 166 | 189 |