f85239e9e56888b0dbf80589b5d63b2a40584069
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>
Roger Dingledine patch from ararat to update...

Roger Dingledine authored 16 years ago

29) <a class="wiki" href="https://wiki.torproject.org/noreply/TheOnionRouter/ContestFAQ">Wiki/FAQ</a>
Peter Palfrader Add gui and minor fixes

Peter Palfrader authored 18 years ago

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) 
Andrew Lewman omnibus update of s/svnsand...

Andrew Lewman authored 14 years ago

52) <p>You may find the <a href="<gitblob>doc/control-spec.txt">Tor controller
Roger Dingledine correct some of the links t...

Roger Dingledine authored 15 years ago

53) specification</a> or the <a
54) href="https://svn.torproject.org/svn/torctl/trunk/doc/howto.txt">Tor
Roger Dingledine provide more helpful links...

Roger Dingledine authored 18 years ago

55) controller howto</a> helpful.
56) </p>
57) 
Peter Palfrader Add gui and minor fixes

Peter Palfrader authored 18 years ago

58) <p>The Tor developers will also release test rigs (libraries) in both Java
59) and Python that demonstrate Tor's controller protocol. Code submissions
60) may be able to save a lot of time by using this code as a skeleton. You
Roger Dingledine correct some of the links t...

Roger Dingledine authored 15 years ago

61) can check out the <a href="https://svn.torproject.org/svn/torctl/trunk/">development
Roger Dingledine clean up the gui pages for...

Roger Dingledine authored 18 years ago

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