502952691fb533c33dc69aed4182b1ba894f86f2
le@svn.torproject.org gui contest pages

le@svn.torproject.org authored 18 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>
Roger Dingledine it's not a content, it's a...

Roger Dingledine authored 18 years ago

6)   <title>Tor: GUI Competition</title>
le@svn.torproject.org gui contest pages

le@svn.torproject.org authored 18 years ago

7)   <meta name="Author" content="Roger Dingledine, Elly Millican" />
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) <div class="center">
17) 
18) <table class="banner" border="0" cellpadding="0" cellspacing="0">
19)     <tr>
20)         <td class="banner-left"></td>
21)         <td class="banner-middle">
22)             <a href="/index.html">Home</a>
23)           | <a href="/howitworks.html">How It Works</a>
24)           | <a href="/download.html">Download</a>
25)           | <a href="/documentation.html">Docs</a>
26)           | <a href="/users.html">Users</a>
27)           | <a href="/faq.html">FAQs</a>
28)           | <a href="/volunteer.html">Volunteer</a>
29)           | <a href="/developers.html" class="current">Developers</a>
30)           | <a href="/research.html">Research</a>
31)           | <a href="/people.html">People</a>
32)         </td>
33)         <td class="banner-right"></td>
34)     </tr>
35) </table>
36) 
37) <!-- END TITLE BAR & NAVIGATION -->
38) 
39) 
40) 
41) <div class="main-column">
42) 
43) <!-- LEFT HAND MENU FOR GUI CONTEST PAGES -->
44) <div class="guileft">
45) <div class="guimenu">
46)   
47)   <div class="curveleft">
48)   <div class="curveright">
49)   &nbsp;
50)   </div>
51)   </div>
52) 
53) <div class="guimenuinner">
Roger Dingledine it's not a content, it's a...

Roger Dingledine authored 18 years ago

54) <h1>Tor GUI Competition</h1>
le@svn.torproject.org gui contest pages

le@svn.torproject.org authored 18 years ago

55) 
56) <a href="index.html">Overview & Goals</a>
Roger Dingledine it's not a content, it's a...

Roger Dingledine authored 18 years ago

57) <a class="on" href="categories.html">Submission Categories</a>
le@svn.torproject.org gui contest pages

le@svn.torproject.org authored 18 years ago

58) <a href="submit.html">How to Submit</a>
Roger Dingledine rename the gui pages so it'...

Roger Dingledine authored 18 years ago

59) <a href="criteria.html">Judging & Timeline</a>
le@svn.torproject.org gui contest pages

le@svn.torproject.org authored 18 years ago

60) <a href="technotes.html">Technical Notes</a>
61) <a href="legal.html">Legal Notes</a>
62) <h1>&nbsp;</h1>
63) <a class="wiki" href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestFAQ">Wiki/FAQ</a>
64) </div>
65) 
66)   <div class="curvebottomleft">
67)   <div class="curvebottomright">
68)   &nbsp;
69)   </div>
70)   </div>
71) 
72) </div>
73) </div>
74) 
75) <h2>Categories</h2>
76) <p>
77) The design contest will proceed in two phases: first sketches and then
78) working code. You are invited to submit to either phase, or both phases.
79) For each phase, our panel of judges will recognize the
80) best submissions. All qualifying entries will receive an EFF Tor T-shirt
81) (subject to availability). The best sketches and working implementations
82) will be published on the Tor website.
83) </p>
84) 
85) <p><b>Sketches:</b>
86) the goal of this phase is to produce a mock-up of a functioning interface.
87) This should include design documents describing how the interface should
88) function. If you want, it should also include graphical elements that
89) can be used by programmers.
90) </p>
91) 
92) <p>
93) A qualifying sketch will present an informal specification for a
94) design. That is, it will present with some degree of thoroughness all
95) of the major interfaces that we might expect to encounter, all of the
96) major functionality for the interface, and a reasonable story about
97) how it would be integrated into currently-existing tools (if, indeed,
98) it would be). One example, with more detail than we would require, is
99) <a href="http://ui.netbeans.org/docs/ui/junits/promo_f.html">the NetBeans
100) UI for JUnit</a>. Note that it walks through multiple interfaces,
101) highlighting the features and functions of the various buttons.
102) </p>
103) 
104) <ul>
105) <li><b>Most featureful interface</b> will be awarded to the graphic design
106) that would provide usable, clear access to the most aspects of the Tor
107) system, covering many or most of the categories on the "useful features"
108) list.</li>
109) <li><b>Most usable experience</b> will be awarded to the graphic
110) design that would provide the most unobtrusive Tor experience while still
111) covering all criteria (working, perhaps, on the "no news is good news"
112) theory).</li>
113) <li><b>Clearest implementation guidance</b> will be awarded to the
114) graphic design that provides the cleanest package of graphic elements
115) and design documentation to aid would-be implementers.</li>
116) </ul>
117) 
118) <p><b>Code:</b> the goal of this phase is to produce a working
119) implementation. You may use any of the sketches, graphics, or ideas from
120) the first phase (with appropriate credit to
121) their authors), or you can make your own. See the <a
Roger Dingledine it's not a content, it's a...

Roger Dingledine authored 18 years ago

122) href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestSamples">Competition