d31eb5d9fb2f5079fd5480316b66dbd9b3218b68
Peter Palfrader Add gui and minor fixes

Peter Palfrader authored 18 years ago

1) ## translation metadata
2) # Revision: $Revision$
3) 
Roger Dingledine patch from matt edman to ma...

Roger Dingledine authored 18 years ago

4) #include "head.wmi" TITLE="GUI Competition"
Peter Palfrader Add gui and minor fixes

Peter Palfrader authored 18 years ago

5) 
6) <div class="main-column">
7) 
8) <!-- LEFT HAND MENU FOR GUI CONTEST PAGES -->
9) <div class="guileft">
10) <div class="guimenu">
11)   
12)   <div class="curveleft">
13)   <div class="curveright">
14)   &nbsp;
15)   </div>
16)   </div>
17) 
18) <div class="guimenuinner">
19) <h1>Tor GUI Competition</h1>
20) 
21) <a href="index.html">Overview &amp; Goals</a>
22) <a class="on" href="categories.html">What to Submit</a>
23) <a href="submit.html">How to Submit</a>
24) <a href="criteria.html">Judging &amp; Timeline</a>
25) <a href="technotes.html">Technical Notes</a>
26) <a href="legal.html">Licensing</a>
27) <h1>&nbsp;</h1>
28) <a class="wiki" href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestFAQ">Wiki/FAQ</a>
29) </div>
30) 
31)   <div class="curvebottomleft">
32)   <div class="curvebottomright">
33)   &nbsp;
34)   </div>
35)   </div>
36) 
37) </div>
38) </div>
39) 
40) <h2>Categories</h2>
41) <p>
42) The design competition will proceed in two phases: first sketches and then
43) working code. You are invited to submit to either phase, or both phases.
44) For each phase, our panel of judges will recognize the
45) best submissions.
46) </p>
47) 
48) <p>
Roger Dingledine link to the tor tshirt from...

Roger Dingledine authored 18 years ago

49) All qualifying entries will receive an <a
50) href="http://tor.eff.org/tshirt.html">EFF Tor T-shirt</a>
Peter Palfrader Add gui and minor fixes

Peter Palfrader authored 18 years ago

51) (subject to availability). The best sketches and working implementations
52) will be published on the Tor website.
53) </p>
54) 
55) <p><b>Sketches:</b>
56) the goal of this phase is to produce a mock-up of a functioning interface.
57) This should include design documents describing how the interface should
58) function. If you want, it should also include graphical elements that
59) can be used by programmers.
60) </p>
61) 
62) <p>
63) A qualifying sketch will present an informal specification for a
64) design. That is, it will present with some degree of thoroughness all
65) of the major interfaces that we might expect to encounter, all of the
66) major functionality for the interface, and a reasonable story about
67) how it would be integrated into currently-existing tools (if, indeed,
68) it would be). One example, with more detail than we would require, is
69) <a href="http://ui.netbeans.org/docs/ui/junits/promo_f.html">the NetBeans
70) UI for JUnit</a>. Note that it walks through multiple interfaces,
71) highlighting the features and functions of the various buttons.
72) </p>
73) 
74) <ul>
75) <li><b>Most featureful interface</b> will be awarded to the graphic design
76) that would provide usable, clear access to the most aspects of the Tor
77) system, covering many or most of the categories on the "useful features"
78) list.</li>
79) <li><b>Most usable experience</b> will be awarded to the graphic
80) design that would provide the most unobtrusive Tor experience while still
81) covering all criteria (working, perhaps, on the "no news is good news"
82) theory).</li>
83) <li><b>Clearest implementation guidance</b> will be awarded to the
84) graphic design that provides the cleanest package of graphic elements
85) and design documentation to aid would-be implementers.</li>
86) </ul>
87) 
88) <p><b>Code:</b> the goal of this phase is to produce a working
89) implementation. You may use any of the sketches, graphics, or ideas from
Roger Dingledine clean up the gui pages for...

Roger Dingledine authored 18 years ago

90) the <a
91) href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestEntries">first
92) phase</a> (with appropriate credit to their authors), or you can make
93) your own. See the <a