git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
9005d89e9
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
gui
technotes.html
Make website valid xhtml (gui)
Thomas Sjögren
commited
9005d89e9
at 2005-08-27 15:58:26
technotes.html
Blame
History
Raw
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Tor: GUI Competition</title> <meta name="Author" content="Roger Dingledine, Elly Millican" /> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <link rel="stylesheet" type="text/css" href="../stylesheet.css" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> </head> <body> <!-- TITLE BAR & NAVIGATION --> <div class="center"> <table class="banner" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="banner-left"></td> <td class="banner-middle"> <a href="/index.html">Home</a> | <a href="/howitworks.html">How It Works</a> | <a href="/download.html">Download</a> | <a href="/documentation.html">Docs</a> | <a href="/users.html">Users</a> | <a href="/faq.html">FAQs</a> | <a href="/volunteer.html">Volunteer</a> | <a href="/developers.html" class="current">Developers</a> | <a href="/research.html">Research</a> | <a href="/people.html">People</a> </td> <td class="banner-right"></td> </tr> </table> <!-- END TITLE BAR & NAVIGATION --> <div class="main-column"> <!-- LEFT HAND MENU FOR GUI CONTEST PAGES --> <div class="guileft"> <div class="guimenu"> <div class="curveleft"> <div class="curveright"> </div> </div> <div class="guimenuinner"> <h1>Tor GUI Competition</h1> <a href="index.html">Overview & Goals</a> <a href="categories.html">What to Submit</a> <a href="submit.html">How to Submit</a> <a href="criteria.html">Judging & Timeline</a> <a class="on" href="technotes.html">Technical Notes</a> <a href="legal.html">Licensing</a> <h1> </h1> <a class="wiki" href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestFAQ">Wiki/FAQ</a> </div> <div class="curvebottomleft"> <div class="curvebottomright"> </div> </div> </div> </div> <h2>Technical Notes</h2> <p>Shortly before phase two begins, the Tor developers will release a canonical version of Tor. This is the version that will be used for judging the competition; please ensure that you use this version. Bugfixes to this version of Tor will be announced to the competition web site.</p> <p>The Tor developers will also release test rigs (libraries) in both Java and Python that demonstrate Tor's controller protocol. Code submissions may be able to save a lot of time by using this code as a skeleton. You can check out the <a href="http://tor.eff.org/cvs/control/">development versions of these libraries</a> now. </p> </div><!-- #main --> </div> <div class="bottom" id="bottom"> <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> </div> </body> </html>