gui contest cleanups as suggested by Nicolas Christin. also add a list of required items for the phase one entry submission.
Roger Dingledine

Roger Dingledine commited on 2005-07-24 12:06:01
Zeige 1 geänderte Dateien mit 9 Einfügungen und 4 Löschungen.

... ...
@@ -51,7 +51,7 @@ Tor is a decentralized network of computers on the Internet that increases
51 51
 privacy in Web browsing, instant messaging, and other applications. We
52 52
 estimate there are some 50,000 Tor users currently, routing their traffic
53 53
 through about 250 volunteer Tor servers on five continents. However, Tor's
54
-current user interface approach --- running as a daemon in the background
54
+current user interface approach --- running as a service in the background
55 55
 --- does a poor job of communicating network status and security levels
56 56
 to the user.
57 57
 </p>
... ...
@@ -229,7 +229,12 @@ awarded for additional systems.</li>
229 229
 
230 230
 <p>Submissions for phase one (sketches) should come as:</p>
231 231
 <ul>
232
-<li>TBD (please help me decide what this should say)<li>
232
+<li>Images in an html page. The images must be able to be viewed on an
233
+ordinary browser (e.g. Firefox). You can submit proprietary formats too,
234
+but if you do then you need to also export them to something we can
235
+all read.</li>
236
+<li>A design document (txt, html, pdf, or ps) as described in the
237
+<a href="#Categories">Contest Categories</a> section above.</li>
233 238
 </ul>
234 239
 
235 240
 <p>Submissions for phase two (code) should come as:</p>
... ...
@@ -332,9 +337,9 @@ that the network has an error?</li>
332 337
 <h3><a class="anchor" href="#Technical">Technical Notes</a></h3>
333 338
 
334 339
 <p>Shortly before phase two begins, the Tor developers will release
335
-a canonical code version. This is the version that will be used for
340
+a canonical version of Tor. This is the version that will be used for
336 341
 judging the contest; please ensure that you use this version. Bugfixes
337
-to this version will be announced to the contest web site.</p>
342
+to this version of Tor will be announced to the contest web site.</p>
338 343
 
339 344
 <p>The Tor developers will also release test rigs (libraries) in both Java
340 345
 and Python that demonstrate Tor's controller protocol. Code submissions
341 346