9005d89e999a6bf3e7eb8514045253d22a6ab59a
le@svn.torproject.org gui contest pages

le@svn.torproject.org authored 18 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2) "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3) 
4) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5) <head>
Roger Dingledine it's not a content, it's a...

Roger Dingledine authored 18 years ago

6)   <title>Tor: GUI Competition</title>
le@svn.torproject.org gui contest pages

le@svn.torproject.org authored 18 years ago

7)   <meta name="Author" content="Roger Dingledine, Elly Millican" />
8)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
9)   <link rel="stylesheet" type="text/css" href="../stylesheet.css" />
10)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
11) </head>
12) 
13) <body>
14) 
15) <!-- TITLE BAR & NAVIGATION -->
16) <div class="center">
17) 
18) <table class="banner" border="0" cellpadding="0" cellspacing="0">
19)     <tr>
20)         <td class="banner-left"></td>
21)         <td class="banner-middle">
22)             <a href="/index.html">Home</a>
23)           | <a href="/howitworks.html">How It Works</a>
24)           | <a href="/download.html">Download</a>
25)           | <a href="/documentation.html">Docs</a>
26)           | <a href="/users.html">Users</a>
27)           | <a href="/faq.html">FAQs</a>
28)           | <a href="/volunteer.html">Volunteer</a>
29)           | <a href="/developers.html" class="current">Developers</a>
30)           | <a href="/research.html">Research</a>
31)           | <a href="/people.html">People</a>
32)         </td>
33)         <td class="banner-right"></td>
34)     </tr>
35) </table>
36) 
37) <!-- END TITLE BAR & NAVIGATION -->
38) 
39) 
40) 
41) <div class="main-column">
42) 
43) <!-- LEFT HAND MENU FOR GUI CONTEST PAGES -->
44) <div class="guileft">
45) <div class="guimenu">
46)   
47)   <div class="curveleft">
48)   <div class="curveright">
49)   &nbsp;
50)   </div>
51)   </div>
52) 
53) <div class="guimenuinner">
Roger Dingledine it's not a content, it's a...

Roger Dingledine authored 18 years ago

54) <h1>Tor GUI Competition</h1>
le@svn.torproject.org gui contest pages

le@svn.torproject.org authored 18 years ago

55) 
56) 
Thomas Sjögren Make website valid xhtml (gui)

Thomas Sjögren authored 18 years ago

57) <a href="index.html">Overview &amp; Goals</a>
Roger Dingledine ok, so that section title w...

Roger Dingledine authored 18 years ago

58) <a href="categories.html">What to Submit</a>
le@svn.torproject.org gui contest pages

le@svn.torproject.org authored 18 years ago

59) <a class="on" href="submit.html">How to Submit</a>
Thomas Sjögren Make website valid xhtml (gui)

Thomas Sjögren authored 18 years ago

60) <a href="criteria.html">Judging &amp; Timeline</a>
le@svn.torproject.org gui contest pages

le@svn.torproject.org authored 18 years ago

61) <a href="technotes.html">Technical Notes</a>
Roger Dingledine call 'legal notes' licensin...

Roger Dingledine authored 18 years ago

62) <a href="legal.html">Licensing</a>
le@svn.torproject.org gui contest pages

le@svn.torproject.org authored 18 years ago

63) <h1>&nbsp;</h1>
64) <a class="wiki" href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestFAQ">Wiki/FAQ</a>
65) </div>
66) 
67)   <div class="curvebottomleft">
68)   <div class="curvebottomright">
69)   &nbsp;
70)   </div>
71)   </div>
72) 
73) </div>
74) </div>
75) 
76) <h2>How to Submit an Entry</h2>
77) 
78) <p>Submissions for phase one (sketches) should come as:</p>
79) <ul>
80) <li>Images in an html page. The images must be able to be viewed on an
Roger Dingledine mention that sketches shoul...

Roger Dingledine authored 18 years ago

81) ordinary browser, e.g. Firefox. (You can submit proprietary formats too,
le@svn.torproject.org gui contest pages

le@svn.torproject.org authored 18 years ago

82) but if you do then you need to also export them to something we can
Roger Dingledine mention that sketches shoul...

Roger Dingledine authored 18 years ago

83) all read.) Must be licensed under a <a href="legal.html">free license</a>.</li>
le@svn.torproject.org gui contest pages

le@svn.torproject.org authored 18 years ago

84) <li>A design document (txt, html, pdf, or ps) as described in the
Roger Dingledine mention that sketches shoul...

Roger Dingledine authored 18 years ago

85) <a href="categories.html">Submission Categories</a> section.</li>
le@svn.torproject.org gui contest pages

le@svn.torproject.org authored 18 years ago

86) </ul>
87) 
88) <p>Submissions for phase two (code) should come as:</p>
89) 
90) <ul>
91) <li>Source code, with appropriate makefiles or documentation explaining
92) how to build it. Must be licensed under a free/open source license, as
93) defined by <a href="http://www.opensource.org/licenses/">OSI</a>. See <a
94) href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestFAQ#DefineFree">this
95) FAQ entry</a> for clarification.</li>
96) <li>Compiled binaries or bytecodes for at least one platform of choice.</li>
97) <li>A design document (txt, html, pdf, or ps) providing an overview of
98) what major functions to look for and what functions were implemented.</li>
99) </ul>
100) 
101) <p>To submit your entry, make a web page with
102) all your materials on it, then add a line to <a
103) href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestEntries">The
Roger Dingledine it's not a content, it's a...

Roger Dingledine authored 18 years ago

104) GUI Competition Entries Wiki</a>. (If you don't have a web page of