559bc4349688d90631813ea1e417f11fdf82e43a
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) 
Thomas Sjögren Make website valid xhtml (gui)

Thomas Sjögren authored 18 years ago

56) <a href="index.html">Overview &amp; Goals</a>
Roger Dingledine ok, so that section title w...

Roger Dingledine authored 18 years ago

57) <a class="on" href="categories.html">What to Submit</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>
Thomas Sjögren Make website valid xhtml (gui)

Thomas Sjögren authored 18 years ago

59) <a href="criteria.html">Judging &amp; 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>
Roger Dingledine call 'legal notes' licensin...

Roger Dingledine authored 18 years ago

61) <a href="legal.html">Licensing</a>
le@svn.torproject.org gui contest pages

le@svn.torproject.org authored 18 years ago

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>
Roger Dingledine it's not a contest

Roger Dingledine authored 18 years ago

77) The design competition will proceed in two phases: first sketches and then
le@svn.torproject.org gui contest pages

le@svn.torproject.org authored 18 years ago

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
Roger Dingledine did we mention the FREE T S...

Roger Dingledine authored 18 years ago

80) best submissions.
81) </p>
82) 
83) <p>
84) All qualifying entries will receive an <b>EFF Tor T-shirt</b>
le@svn.torproject.org gui contest pages

le@svn.torproject.org authored 18 years ago

85) (subject to availability). The best sketches and working implementations
86) will be published on the Tor website.
87) </p>
88) 
89) <p><b>Sketches:</b>
90) the goal of this phase is to produce a mock-up of a functioning interface.
91) This should include design documents describing how the interface should
92) function. If you want, it should also include graphical elements that
93) can be used by programmers.
94) </p>
95) 
96) <p>
97) A qualifying sketch will present an informal specification for a
98) design. That is, it will present with some degree of thoroughness all
99) of the major interfaces that we might expect to encounter, all of the
100) major functionality for the interface, and a reasonable story about
101) how it would be integrated into currently-existing tools (if, indeed,
102) it would be). One example, with more detail than we would require, is
103) <a href="http://ui.netbeans.org/docs/ui/junits/promo_f.html">the NetBeans
104) UI for JUnit</a>. Note that it walks through multiple interfaces,
105) highlighting the features and functions of the various buttons.
106) </p>
107) 
108) <ul>
109) <li><b>Most featureful interface</b> will be awarded to the graphic design
110) that would provide usable, clear access to the most aspects of the Tor
111) system, covering many or most of the categories on the "useful features"
112) list.</li>
113) <li><b>Most usable experience</b> will be awarded to the graphic
114) design that would provide the most unobtrusive Tor experience while still
115) covering all criteria (working, perhaps, on the "no news is good news"
116) theory).</li>
117) <li><b>Clearest implementation guidance</b> will be awarded to the
118) graphic design that provides the cleanest package of graphic elements
119) and design documentation to aid would-be implementers.</li>
120) </ul>
121) 
122) <p><b>Code:</b> the goal of this phase is to produce a working
123) implementation. You may use any of the sketches, graphics, or ideas from
124) the first phase (with appropriate credit to
125) 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

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