cbb52e7860e9bd49e29fc77aa34da0ff8eeadd35
Peter Palfrader Add gui and minor fixes

Peter Palfrader authored 18 years ago

1) ## translation metadata
2) # Revision: $Revision$
3) 
4) #include "head.wmi" TITLE="Tor: GUI Competition"
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) 
52) <p>The Tor developers will also release test rigs (libraries) in both Java
53) and Python that demonstrate Tor's controller protocol. Code submissions
54) may be able to save a lot of time by using this code as a skeleton. You
55) 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

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