475992df4d50a4ecfd79c826bbf60f7417806c7c
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) 
22) <a href="index.html">Overview &amp; Goals</a>
23) <a href="categories.html">What to Submit</a>
24) <a href="submit.html">How to Submit</a>
25) <a href="criteria.html">Judging &amp; Timeline</a>
26) <a class="on" href="technotes.html">Technical Notes</a>
27) <a href="legal.html">Licensing</a>
28) <h1>&nbsp;</h1>
29) <a class="wiki" href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestFAQ">Wiki/FAQ</a>
30) </div>
31) 
32)   <div class="curvebottomleft">
33)   <div class="curvebottomright">
34)   &nbsp;
35)   </div>
36)   </div>
37) 
38) </div>
39) </div>
40) 
41) <h2>Technical Notes</h2>
42) 
43) 
Roger Dingledine clean up the gui pages for...

Roger Dingledine authored 18 years ago

44) <p>For phase two, the canonical version of Tor is going to be the
45) upcoming 0.1.1.x release. This is the version that will be used for
Peter Palfrader Add gui and minor fixes

Peter Palfrader authored 18 years ago

46) judging the competition; please ensure that you use this version. Bugfixes
Roger Dingledine clean up the gui pages for...

Roger Dingledine authored 18 years ago

47) to this version of Tor will be announced on the
48) <a href="<page download>">Tor download page</a>.
49) Let us know if you find bugs!
50) </p>
Peter Palfrader Add gui and minor fixes

Peter Palfrader authored 18 years ago

51) 
Roger Dingledine provide more helpful links...

Roger Dingledine authored 18 years ago

52) <p>You may find the <a href="/cvs/tor/doc/control-spec.txt">Tor controller
53) specification</a> or the <a href="/cvs/control/doc/howto.txt">Tor
54) controller howto</a> helpful.
55) </p>
56) 
Peter Palfrader Add gui and minor fixes

Peter Palfrader authored 18 years ago

57) <p>The Tor developers will also release test rigs (libraries) in both Java
58) and Python that demonstrate Tor's controller protocol. Code submissions
59) may be able to save a lot of time by using this code as a skeleton. You
60) can check out the <a href="http://tor.eff.org/cvs/control/">development
Roger Dingledine clean up the gui pages for...

Roger Dingledine authored 18 years ago

61) versions of these libraries</a> now. Let us know if you find bugs!