100b762b42b0fd528d271f92d4a016cb56d4c2d0
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2) "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3) 
4) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5) <head>
6)   <title>Tor GUI Contest</title>
7)   <meta name="Author" content="Roger Dingledine" />
8)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
9)   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
10)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
11) </head>
12) 
13) <body>
14) 
15) <!-- TITLE BAR & NAVIGATION -->
16) 
17) <table class="banner" border="0" cellpadding="0" cellspacing="0">
18)     <tr>
19)         <td class="banner-left"></td>
20)         <td class="banner-middle">
21)             <a href="index.html">Home</a>
22)           | <a href="howitworks.html">How It Works</a>
23)           | <a href="download.html">Download</a>
24)           | <a href="documentation.html">Docs</a>
25)           | <a href="users.html">Users</a>
26)           | <a href="faq.html">FAQs</a>
Roger Dingledine call it Volunteer in the na...

Roger Dingledine authored 18 years ago

27)           | <a href="volunteer.html">Volunteer</a>
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

28)           | <a href="developers.html">Developers</a>
29)           | <a href="research.html">Research</a>
30)           | <a href="people.html">People</a>
31)         </td>
32)         <td class="banner-right"></td>
33)     </tr>
34) </table>
35) 
36) <!-- END TITLE BAR & NAVIGATION -->
37) 
38) <div class="center">
39) 
40) <div class="main-column">
41) 
42) <h2>Tor GUI Contest</h2>
43) <hr />
44) <p>DRAFT IN PROGRESS -- ALL OF THIS STUFF IS IN FLUX AND SHOULD BE
45) CONSIDERED WRONG.</p>
46) <hr />
47) <h3>Overview</h3>
48) 
49) <p>
50) Tor is a decentralized network of computers on the Internet that increases
51) privacy in Web browsing, instant messaging, and other applications. We
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

52) estimate there are some 50,000 Tor users currently, routing their traffic
53) through about 250 volunteer Tor servers on five continents. However, Tor's
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

54) current user interface approach --- running as a daemon in the background
55) --- does a poor job of communicating network status and security levels
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

56) to the user.
Roger Dingledine make it two paragraphs like...

Roger Dingledine authored 18 years ago

57) </p>
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

58) 
Roger Dingledine make it two paragraphs like...

Roger Dingledine authored 18 years ago

59) <p>
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

60) The Tor project, affiliated with the
Roger Dingledine if they deserve a link, the...

Roger Dingledine authored 19 years ago

61) <a href="http://www.eff.org/">Electronic Frontier Foundation</a>, is
Thomas Sjögren EFF deserves a link

Thomas Sjögren authored 19 years ago

62) running a UI contest to develop a vision of how Tor can
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

63) work in a user's everyday anonymous browsing experience. Some of the
64) challenges include how to make alerts and error conditions visible on
Roger Dingledine cleanups from chris and seth

Roger Dingledine authored 19 years ago

65) screen; how to let the user configure Tor to use or avoid certain routes
66) or nodes; how to learn about the current state of a Tor connection,
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

67) including which servers it uses; and how to find out whether (and which)
68) applications are using Tor safely.
69) </p>
70) 
71) <hr />
72) <h3>Goals</h3>
73) 
Roger Dingledine cleanups from chris and seth

Roger Dingledine authored 19 years ago

74) <p>Contestants will produce a work of <a
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

75) href="http://www.fsf.org/licensing/essays/free-sw.html">Free Software</a>
Roger Dingledine cleanups from chris and seth

Roger Dingledine authored 19 years ago

76) that will
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

77) provide a user interface to the Tor system by way of the <a
78) href="http://tor.eff.org/cvs/tor/doc/control-spec.txt">Tor Controller
79) Protocol</a>.</p>
80) 
81) <p>We are looking for a vision of how Tor can work in a user's everyday
82) anonymous browsing experience.</p>
83) 
Roger Dingledine oops, fix html

Roger Dingledine authored 18 years ago

84) <p>Entries will:</p>
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

85) <ul>
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

86) <li>Allow the user to fully configure Tor without directly searching
87) for and opening text files.</li>
Roger Dingledine oops, fix html

Roger Dingledine authored 18 years ago

88) <li>Let users learn about the current state of their Tor connection (including
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

89) which servers they are connected to, and how many of them), and find
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

90) out whether any of their applications are using it.</li>
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

91) <li>Make alerts and error conditions visible on screen.</li>
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

92) <li>Run on at least one of Windows, Linux, and OS X, on a
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

93) not-unusually-configured consumer-level machine.</li>
94) </ul>
95) 
Roger Dingledine oops, fix html

Roger Dingledine authored 18 years ago

96) <p>In addition, they may:</p>
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

97) <ul>
98) <li>Provide detailed information about which
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

99) applications, ports, or packets are (or are not!) passing through Tor,
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

100) including accounting for both Tor- and non-Tor traffic</li>
101) <li>Provide
102) additional statistics about the Tor connection.</li>
103) </ul>
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

104) 
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

105) <p>including:</p>
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

106) <ul>
107) <li>How much bandwidth am I using?</li>
108) <li>What servers do I know about on the network? Where are they? How
109) available are they?</li>
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

110) <li>Provide an interface for controlling Tor paths: "show me
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

111) the network from Africa by way of Asia". Think of the global satellite
112) map from the movie <i>Sneakers</i>.</li>
113) <li>Configure other running applications to use Tor (for example,
114) by modifying or working through the network stack, and/or by altering
115) application configurations).</li>
Roger Dingledine cleanups from chris and seth

Roger Dingledine authored 19 years ago

116) <li>Provide an elegant installer for Tor, the GUI application, and
117) other supporting applications.</li>
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

118) <li>Provide meaningful defaults for a good Tor experience.</li>
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

119) <li>Provide application-level anonymity -- that is, not just paying
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

120) attention to transport anonymity on the level of Tor, but also paying
121) attention to the anonymity of the http headers, cookies, etc.</li>
122) </ul>
123) 
124) <hr />
125) <h3>Contest categories</h3>
126) 
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

127) <p>
128) The design contest will proceed in two stages: first sketches and
129) then code. For each stage, our panel of judges will recognize the best
130) submissions. All qualifying entries will receive an EFF Tor t-shirt,
131) subject to availability. The best functional implementations will be
132) published on the Tor website.
133) </p>
134) 
135) <p><b>Sketches:</b>
136) the goal of this stage is to produce a mock-up of a functioning interface,
137) with graphical elements that can be used by programmers and design
138) documents describing how the interface should function.</p>
139) 
140) <p>
141) A qualifying sketch will present an informal specification for a
142) design. That is, it will present with some degree of thoroughness all
143) of the major interfaces that we might expect to encounter, all of the
144) major functionality for the interface, and a reasonable story about
145) how it would be integrated into currently-existing tools (if, indeed,
146) it would be). An example, with more detail than we would require, is
147) <a href="http://ui.netbeans.org/docs/ui/junits/promo_f.html">the NetBeans
148) UI for JUnit</a>. Note that it walks through multiple interfaces,
149) highlighting the features and functions of the various buttons.
150) </p>
151) 
152) <ul>
153) <li><b>Most featureful interface</b> will be awarded to the graphic design
154) that would provide usable, clear access to the most aspects of the Tor
155) system, covering many or most of the categories on the "additional"
156) list.</li>
157) <li><b>Most usable experience</b> will be awarded to the graphic
158) design that would provide the most unobtrusive Tor experience while still
159) covering all criteria (working, perhaps, on the "no news is good news"
160) theory).</li>
161) <li><b>Clearest implementation guidance</b> will be awarded to the
162) graphic design that provides the cleanest package of graphic elements
163) and design documentation to aid would-be implementers.</li>
164) </ul>
165) 
166) <p><b>Code:</b> the goal of this stage is to produce a working
167) implementation. You may use any of the sketches, graphics, or ideas from
Roger Dingledine start a legal notes section

Roger Dingledine authored 18 years ago

168) the first stage (with appropriate credit to their authors), or you can
169) make your own.</p>
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

170) 
171) <p>
172) An acceptable entry will be a package of free software that builds and
173) runs. It can be a standalone application, or it can act as an extension
174) or plugin to other broadly-available free software. The entry will
175) demonstrate the points in the judging section: that is, it will be able
176) to control, display, and maintain awareness as discussed above.
177) </p>
178) 
179) <ul>
180) <li><b>Most featureful interface</b> will be awarded to the application
181) that provides usable, clear access to the most aspects of the Tor system,
182) covering many or most of the categories on the "additional" list.</li>
183) <li><b>Most usable experience</b> will be awarded to the
184) application that provides the most unobtrusive Tor experience while
185) still covering all criteria (working, perhaps, on the "no news is good
186) news" theory).</li>
187) <li><b>Most flexible</b> will be awarded to the best system that runs
188) smoothly on all three of Windows, Linux, and OS X; extra points will be
189) awarded for additional systems.</li>
190) </ul>
191) 
192) <p>We reserve the right to award other awards as the entries deserve.</p>
193) 
194) <hr />
195) <h3>How to Submit</h3>
196) 
197) <p>Submissions for phase one (sketches) should come as:</p>
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

198) <ul>
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

199) <li>foo<li>
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

200) </ul>
201) 
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

202) <p>Submissions for phase two (code) should come as:</p>
203) 
204) <ul>
205) <li>Source code, with appropriate makefiles or documentation explaining
206) how to build it. Must be licensed under a free/open source license, as
207) defined by <a href="http://www.opensource.org/licenses/">OSI</a> or <a
208) href="http://www.debian.org/social_contract#guidelines">DFSG</a>.  See <a
209) href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestFAQ#DefineFree">this
210) FAQ entry</a> for clarification.</li>
211) <li>Compiled binaries or bytecodes for at least one platform of choice.</li>
212) <li>A design document providing an overview of what major functions
213) to look for and what functions were implemented.</li>
214) </ul>
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

215) 
216) <hr />
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

217) <h3>Criteria</h3>
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

218) 
219) <p>Awards will be granted on the basis of (in rough preference order):</p>
220) 
221) <ul>
222) <li>Usability (<a
223) href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestFAQ#DefineUsable">what
224) does this mean?</a>)</li>
Roger Dingledine tweaks suggested by adam sh...

Roger Dingledine authored 19 years ago

225) <li>Informativeness: can the user learn what they need to know, both in terms
226) of using the network and also in terms of security decisions?</li>
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

227) <li>Total user experience</li>
228) <li>Aesthetics</li>
229) <li>Responsiveness</li>
230) <li>Stability and robustness</li>
Roger Dingledine tweaks suggested by adam sh...

Roger Dingledine authored 19 years ago

231) <li>Internationalization (multiple language support)</li>
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

232) <li>Installation experience</li>
233) </ul>
234) 
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

235) <hr />
236) <h3>Judges</h3>
237) 
238) <p>Judging will be led by a panel of N prominent specialists in usability
239) and security (to be announced).</p>
240) 
241) <hr />
242) <h3>Timeline</h3>
243) 
244) <ul>
245) <li>Stage 1 deadline (sketches): October 31.</li>
246) <li>Stage 1 judging: November 31.</li>
247) <li>Stage 2 deadline (code): January 31, 2006.</li>
Roger Dingledine oops, fix html

Roger Dingledine authored 18 years ago

248) </ul>
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

249) 
250) <p>Winners will be announced at the SOUPS 2006 conference.</p>
251) 
252) <hr />
253) <h3>Questions and clarifications</h3>
254) 
255) <p>We will have a public website and wiki up shortly for FAQ entries,
256) clarifications, etc.</p>
257) 
Roger Dingledine start a legal notes section

Roger Dingledine authored 18 years ago

258) <!--
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

259) <hr />
260) <h3>Testing criteria</h3>
261) 
262) <p>To check for basic acceptability, the contest will be judged
263) with several major tests. For example, the system designer should expect:</p>
264) 
265) <ul>
266) <li>A minimal test: does it work?</li>
267) <li>Several parameters, both obscure and obvious, will be configured. Is
268) it possible and easy to do so?</li>
269) <li>A network will be connected once the system is running. Can the
270) user tell that the network is now live?</li>
271) <li>The network will be disconnected or interrupted. Can the user tell
272) that the network has an error?</li>
273) </ul>
Roger Dingledine start a legal notes section

Roger Dingledine authored 18 years ago

274) -->
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

275) 
276) <hr />
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

277) <h3>Technical Notes</h3>
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

278) 
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

279) <p>Shortly before phase two begins, the Tor developers will release
280) a canonical code version. This is the version that will be used for
281) judging the contest; please ensure that you use this version. Bugfixes
282) to this version will be announced to the contest web site.</p>
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

283) 
Roger Dingledine work in some of the gui con...

Roger Dingledine authored 18 years ago

284) <p>The Tor developers will also release test rigs (libraries) in both Java
285) and Python that demonstrate Tor's controller protocol. Code submissions
286) may be able to save a lot of time by using this code as a skeleton.</p>
Roger Dingledine first draft cut of the gui...

Roger Dingledine authored 19 years ago

287) 
Roger Dingledine start a legal notes section

Roger Dingledine authored 18 years ago

288) <hr />
289) <h3>Legal Notes</h3>
290) 
291) <p>By submitting your entry to be considered in the Tor GUI contest, you
292) hereby:</p>
293) 
294) <ul>
295) <li>(A) represent and warrant that (1) the entry was created by you and
296) that you own all rights to the entry or have the authorized rights to
297) submit such entry and grant the licenses below; and (2) that the
298) entry does not infringe on any third party copyright or other
299) intellectual property rights; AND</li>
300) <li>(B) EITHER (1) grant us a worldwide, royalty-free, non-exclusive,
301) perpetual license to reproduce, edit, perform, display, publish, make
302) derivative works, and otherwise use the entry as we see fit,
303) including without limitation, incorporating (in whole or in part)
304) into the Tor software, and to sublicense such rights; OR, (2) provide
305) the entry pursuant to a license that complies with the Open Source
306) Definition (http://www.opensource.org/docs/definition.php), such as
307) the GPL, 3-clause BSD, or MIT licenses, or (where applicable) the Creative
308) Commons Attribution (http://creativecommons.org/licenses/by/2.5/)
309) license. If you provide the entry pursuant to such a license, you
310) must include the applicable information in your submission.</li>
311) </ul>
312)