Roger Dingledine commited on 2006-01-27 18:27:36
Zeige 6 geänderte Dateien mit 0 Einfügungen und 817 Löschungen.
... | ... |
@@ -1,161 +0,0 @@ |
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> |
|
6 |
- <title>Tor: GUI Competition</title> |
|
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 |
- |
|
50 |
- </div> |
|
51 |
- </div> |
|
52 |
- |
|
53 |
-<div class="guimenuinner"> |
|
54 |
-<h1>Tor GUI Competition</h1> |
|
55 |
- |
|
56 |
-<a href="index.html">Overview & Goals</a> |
|
57 |
-<a class="on" href="categories.html">What to Submit</a> |
|
58 |
-<a href="submit.html">How to Submit</a> |
|
59 |
-<a href="criteria.html">Judging & Timeline</a> |
|
60 |
-<a href="technotes.html">Technical Notes</a> |
|
61 |
-<a href="legal.html">Licensing</a> |
|
62 |
-<h1> </h1> |
|
63 |
-<a class="wiki" href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestFAQ">Wiki/FAQ</a> |
|
64 |
-</div> |
|
65 |
- |
|
66 |
- <div class="curvebottomleft"> |
|
67 |
- <div class="curvebottomright"> |
|
68 |
- |
|
69 |
- </div> |
|
70 |
- </div> |
|
71 |
- |
|
72 |
-</div> |
|
73 |
-</div> |
|
74 |
- |
|
75 |
-<h2>Categories</h2> |
|
76 |
-<p> |
|
77 |
-The design competition will proceed in two phases: first sketches and then |
|
78 |
-working code. You are invited to submit to either phase, or both phases. |
|
79 |
-For each phase, our panel of judges will recognize the |
|
80 |
-best submissions. |
|
81 |
-</p> |
|
82 |
- |
|
83 |
-<p> |
|
84 |
-All qualifying entries will receive an <b>EFF Tor T-shirt</b> |
|
85 |
-(subject to availability). The best sketches and working implementations |
|
86 |
-will be published on the Tor website. |
|
87 |
-</p> |
|
88 |
- |
|
89 |
-<p><b>Sketches:</b> |
|
90 |
-the goal of this phase is to produce a mock-up of a functioning interface. |
|
91 |
-This should include design documents describing how the interface should |
|
92 |
-function. If you want, it should also include graphical elements that |
|
93 |
-can be used by programmers. |
|
94 |
-</p> |
|
95 |
- |
|
96 |
-<p> |
|
97 |
-A qualifying sketch will present an informal specification for a |
|
98 |
-design. That is, it will present with some degree of thoroughness all |
|
99 |
-of the major interfaces that we might expect to encounter, all of the |
|
100 |
-major functionality for the interface, and a reasonable story about |
|
101 |
-how it would be integrated into currently-existing tools (if, indeed, |
|
102 |
-it would be). One example, with more detail than we would require, is |
|
103 |
-<a href="http://ui.netbeans.org/docs/ui/junits/promo_f.html">the NetBeans |
|
104 |
-UI for JUnit</a>. Note that it walks through multiple interfaces, |
|
105 |
-highlighting the features and functions of the various buttons. |
|
106 |
-</p> |
|
107 |
- |
|
108 |
-<ul> |
|
109 |
-<li><b>Most featureful interface</b> will be awarded to the graphic design |
|
110 |
-that would provide usable, clear access to the most aspects of the Tor |
|
111 |
-system, covering many or most of the categories on the "useful features" |
|
112 |
-list.</li> |
|
113 |
-<li><b>Most usable experience</b> will be awarded to the graphic |
|
114 |
-design that would provide the most unobtrusive Tor experience while still |
|
115 |
-covering all criteria (working, perhaps, on the "no news is good news" |
|
116 |
-theory).</li> |
|
117 |
-<li><b>Clearest implementation guidance</b> will be awarded to the |
|
118 |
-graphic design that provides the cleanest package of graphic elements |
|
119 |
-and design documentation to aid would-be implementers.</li> |
|
120 |
-</ul> |
|
121 |
- |
|
122 |
-<p><b>Code:</b> the goal of this phase is to produce a working |
|
123 |
-implementation. You may use any of the sketches, graphics, or ideas from |
|
124 |
-the first phase (with appropriate credit to |
|
125 |
-their authors), or you can make your own. See the <a |
|
126 |
-href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestSamples">Competition |
|
127 |
-Samples</a> wiki page for some other images you can reuse. |
|
128 |
-</p> |
|
129 |
- |
|
130 |
-<p> |
|
131 |
-An acceptable entry will be a package of free software that builds and |
|
132 |
-runs. It can be a stand-alone application, or it can act as an extension |
|
133 |
-or plugin to other broadly-available free software. The entry will |
|
134 |
-demonstrate the points in the Goals section: that is, it will be able |
|
135 |
-to control, display, and maintain awareness as discussed above. |
|
136 |
-</p> |
|
137 |
- |
|
138 |
-<ul> |
|
139 |
-<li><b>Most featureful interface</b> will be awarded to the application |
|
140 |
-that provides usable, clear access to the most aspects of the Tor system, |
|
141 |
-covering many or most of the categories on the "additional" list.</li> |
|
142 |
-<li><b>Most usable experience</b> will be awarded to the |
|
143 |
-application that provides the most unobtrusive Tor experience while |
|
144 |
-still covering all criteria (working, perhaps, on the "no news is good |
|
145 |
-news" theory).</li> |
|
146 |
-<li><b>Most flexible</b> will be awarded to the best system that runs |
|
147 |
-smoothly on all three of Windows, Linux, and OS X; extra points will be |
|
148 |
-awarded for additional systems.</li> |
|
149 |
-</ul> |
|
150 |
- |
|
151 |
-<p>We reserve the right to award other awards as the entries deserve.</p> |
|
152 |
- |
|
153 |
- |
|
154 |
- </div><!-- #main --> |
|
155 |
-</div> |
|
156 |
- <div class="bottom" id="bottom"> |
|
157 |
- <i><a href="mailto:tor-webmaster@freehaven.net" |
|
158 |
- class="smalllink">Webmaster</a></i> |
|
159 |
- </div> |
|
160 |
-</body> |
|
161 |
-</html> |
... | ... |
@@ -1,129 +0,0 @@ |
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> |
|
6 |
- <title>Tor: GUI Competition</title> |
|
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 |
- |
|
50 |
- </div> |
|
51 |
- </div> |
|
52 |
- |
|
53 |
-<div class="guimenuinner"> |
|
54 |
-<h1>Tor GUI Competition</h1> |
|
55 |
- |
|
56 |
- |
|
57 |
-<a href="index.html">Overview & Goals</a> |
|
58 |
-<a href="categories.html">What to Submit</a> |
|
59 |
-<a href="submit.html">How to Submit</a> |
|
60 |
-<a class="on" href="criteria.html">Judging & Timeline</a> |
|
61 |
-<a href="technotes.html">Technical Notes</a> |
|
62 |
-<a href="legal.html">Licensing</a> |
|
63 |
-<h1> </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 |
- |
|
70 |
- </div> |
|
71 |
- </div> |
|
72 |
- |
|
73 |
-</div> |
|
74 |
-</div> |
|
75 |
- |
|
76 |
-<h2>Criteria</h2> |
|
77 |
- |
|
78 |
-<p>Awards will be granted on the basis of (in rough preference order):</p> |
|
79 |
- |
|
80 |
-<ul> |
|
81 |
-<li>Usability (<a |
|
82 |
-href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestFAQ#DefineUsable">what |
|
83 |
-does this mean?</a>)</li> |
|
84 |
-<li>Informativeness: can the user learn what they need to know, both in terms |
|
85 |
-of using the network and also in terms of security decisions?</li> |
|
86 |
-<li>Total user experience</li> |
|
87 |
-<li>Aesthetics</li> |
|
88 |
-<li>Responsiveness</li> |
|
89 |
-<li>Stability and robustness</li> |
|
90 |
-<li>Internationalization (multiple language support)</li> |
|
91 |
-<li>Installation experience</li> |
|
92 |
-</ul> |
|
93 |
-<br /> |
|
94 |
-<h2>Judges</h2> |
|
95 |
- |
|
96 |
-<p>Judging will be led by a panel of prominent specialists in usability |
|
97 |
-and security, including:</p> |
|
98 |
-<ul> |
|
99 |
-<li>Patrick Ball, Director, Human Rights Program, The Benetech |
|
100 |
-Initiative</li> |
|
101 |
-<li>Simson Garfinkel, Center for Research on Computation and Society, |
|
102 |
-Harvard University</li> |
|
103 |
-<li>Bruce Schneier, Counterpane Internet Security</li> |
|
104 |
-<li>Adam Shostack, Informed Security</li> |
|
105 |
-<li>Edward Tufte</li> |
|
106 |
-<li>Ka-Ping Yee, University of California, Berkeley</li> |
|
107 |
-</ul> |
|
108 |
- |
|
109 |
-<h2>Timeline</h2> |
|
110 |
- |
|
111 |
-<ul> |
|
112 |
-<li>Phase 1 deadline (sketches): November 30, 2005.</li> |
|
113 |
-<li>Phase 2 deadline (code): February 28, 2006.</li> |
|
114 |
-</ul> |
|
115 |
- |
|
116 |
-<p>Winners will be announced on the webpage and also at the SOUPS 2006 |
|
117 |
-conference. (Here's a suggestion on one approach to <a |
|
118 |
-href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestFAQ#AcademicResearch">academic |
|
119 |
-usability research on Tor</a>.)</p> |
|
120 |
- |
|
121 |
- </div><!-- #main --> |
|
122 |
-</div> |
|
123 |
- <div class="bottom" id="bottom"> |
|
124 |
- <i><a href="mailto:tor-webmaster@freehaven.net" |
|
125 |
- class="smalllink">Webmaster</a></i> |
|
126 |
- </div> |
|
127 |
-</body> |
|
128 |
-</html> |
|
129 |
- |
... | ... |
@@ -1,201 +0,0 @@ |
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> |
|
6 |
- <title>Tor: GUI Competition</title> |
|
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 |
- |
|
50 |
- </div> |
|
51 |
- </div> |
|
52 |
- |
|
53 |
-<div class="guimenuinner"> |
|
54 |
-<h1>Tor GUI Competition</h1> |
|
55 |
- |
|
56 |
- |
|
57 |
-<a class="on" href="index.html">Overview & Goals</a> |
|
58 |
-<a href="categories.html">What to Submit</a> |
|
59 |
-<a href="submit.html">How to Submit</a> |
|
60 |
-<a href="criteria.html">Judging & Timeline</a> |
|
61 |
-<a href="technotes.html">Technical Notes</a> |
|
62 |
-<a href="legal.html">Licensing</a> |
|
63 |
-<h1> </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 |
- |
|
70 |
- </div> |
|
71 |
- </div> |
|
72 |
- |
|
73 |
-</div> |
|
74 |
-</div> |
|
75 |
- |
|
76 |
-<h2>News:</h2> |
|
77 |
- |
|
78 |
-<p>The <a |
|
79 |
-href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestEntries">phase |
|
80 |
-one submissions</a> are in! Our judges are starting to review them now.</p> |
|
81 |
- |
|
82 |
-<p>Due to volume of interest, we've decided to push back the deadlines |
|
83 |
-for the GUI competition by 4 weeks: so the first deadline is Nov 30 2005, |
|
84 |
-and the second deadline is Feb 28 2006.</p> |
|
85 |
- |
|
86 |
-<p> |
|
87 |
-We're excited to have just added <a href="criteria.html">Edward Tufte |
|
88 |
-and Bruce Schneier</a> to our already impressive list of judges. And don't |
|
89 |
-forget the free T-shirt for every submission! |
|
90 |
-</p> |
|
91 |
- |
|
92 |
-<h2>Tor: GUI Competition Overview</h2> |
|
93 |
- |
|
94 |
-<p> |
|
95 |
-Tor is a decentralized network of computers on the Internet that increases |
|
96 |
-privacy in Web browsing, instant messaging, and other applications. We |
|
97 |
-estimate there are some 50,000 Tor users currently, routing their traffic |
|
98 |
-through about 250 volunteer Tor servers on six continents. However, Tor's |
|
99 |
-current user interface approach — running as a service in the background |
|
100 |
-— does a poor job of communicating network status and security levels |
|
101 |
-to the user. |
|
102 |
-</p> |
|
103 |
- |
|
104 |
-<p> |
|
105 |
-The Tor project, affiliated with the |
|
106 |
-<a href="http://www.eff.org/">Electronic Frontier Foundation</a>, is |
|
107 |
-running a <b>GUI competition</b> to develop a vision of how Tor can |
|
108 |
-work in a user's everyday anonymous browsing experience. Some of the |
|
109 |
-challenges include how to make alerts and error conditions visible on |
|
110 |
-screen; how to let the user configure Tor to use or avoid certain routes |
|
111 |
-or nodes; how to learn about the current state of a Tor connection, |
|
112 |
-including which servers it uses; and how to find out whether (and which) |
|
113 |
-applications are using Tor safely. |
|
114 |
-</p> |
|
115 |
-<br /> |
|
116 |
- |
|
117 |
-<h2>Goals</h2> |
|
118 |
-<p>Submitters will produce either sketches for a suggested user interface, |
|
119 |
-or a work of <a |
|
120 |
-href="http://www.opensource.org/">Open Source Software</a> |
|
121 |
-that will provide a user interface to the Tor system by way of the |
|
122 |
-<a href="/cvs/control/doc/howto.txt">Tor Controller Protocol</a>.</p> |
|
123 |
- |
|
124 |
-<p>We are looking for a vision of how Tor can work in a user's everyday |
|
125 |
-anonymous browsing experience.</p> |
|
126 |
- |
|
127 |
-<p>Entries will:</p> |
|
128 |
-<ul> |
|
129 |
-<li>Allow the user to fully configure Tor rather than manually searching |
|
130 |
-for and opening text files.</li> |
|
131 |
-<li>Let users learn about the current state of their Tor connection |
|
132 |
-(for example, how well the current Tor connection is working), |
|
133 |
-and find out whether any of their applications are using it.</li> |
|
134 |
-<li>Make alerts and error conditions visible to the user.</li> |
|
135 |
-<li>Run on at least one of Windows, Linux, and OS X, on a |
|
136 |
-not-unusually-configured consumer-level machine.</li> |
|
137 |
-</ul> |
|
138 |
- |
|
139 |
-<p>In addition, they may:</p> |
|
140 |
-<ul> |
|
141 |
-<li>Provide detailed information about which |
|
142 |
-applications, ports, or packets are (or are not!) passing through Tor, |
|
143 |
-including accounting for both Tor- and non-Tor traffic.</li> |
|
144 |
-<li>Provide |
|
145 |
-additional statistics about the Tor connection.</li> |
|
146 |
-<li>Give users more control over how their Tor behaves at certain times |
|
147 |
-of day or in other contexts (like operating as a server).</li> |
|
148 |
-</ul> |
|
149 |
- |
|
150 |
-<p>Some examples of useful features include:</p> |
|
151 |
-<ul> |
|
152 |
-<li>How much bandwidth is Tor using? How does this compare |
|
153 |
-to the overall network traffic to/from the computer?</li> |
|
154 |
-<li>Is there network traffic from ports or applications that the user |
|
155 |
-intended to be anonymized?</li> |
|
156 |
-<li>What Tor servers does the user know about on the network? Where are |
|
157 |
-they? How available are they?</li> |
|
158 |
-<li>An interface for displaying or controlling Tor paths: |
|
159 |
-"show me the network from Africa by way of Asia". Think of the global |
|
160 |
-satellite map from the movie <i>Sneakers</i>.</li> |
|
161 |
-<li>Configure other running applications to use Tor (for example, |
|
162 |
-by modifying or working through the network stack, and/or by altering |
|
163 |
-application configurations).</li> |
|
164 |
-<li>Provide an elegant installer for Tor, your GUI submission, and |
|
165 |
-other supporting applications.</li> |
|
166 |
-<li>Make your GUI manage the Tor process and other supporting applications |
|
167 |
-<li>Provide meaningful defaults for a good Tor experience.</li> |
|
168 |
-<li>Provide application-level anonymity -- that is, not just paying |
|
169 |
-attention to transport anonymity on the level of Tor, but also paying |
|
170 |
-attention to the anonymity of the http headers, cookies, etc.</li> |
|
171 |
-<li>Let the user specify different Tor config option sets depending on |
|
172 |
-time of day (e.g. daytime vs. nighttime).</li> |
|
173 |
-<li>Provide useful controller functions for Tor servers too -- |
|
174 |
-for example, walk the user through recommended bandwidth configurations |
|
175 |
-and exit policies.</li> |
|
176 |
-<li>Have a "minimized view" of your GUI for common use, and then a more |
|
177 |
-detailed view or set of windows when the user wants more detail.</li> |
|
178 |
-<li>Provide a button or some automatically updating interface to let |
|
179 |
-the user learn whether Tor is working currently, perhaps by accessing an |
|
180 |
-external what's-my-IP site and seeing if it thinks you're a Tor server; |
|
181 |
-and give useful messages and recommendations if it doesn't seem to |
|
182 |
-be working.</li> |
|
183 |
-<li>Provide a way to automatically configure local firewalls (ipchains, |
|
184 |
-Windows firewalls, etc) to let Tor traffic out (and in, for Tor |
|
185 |
-servers). As a bonus, configure it to prevent non-Tor traffic from |
|
186 |
-leaving (and notify when it tries).</li> |
|
187 |
-</ul> |
|
188 |
- |
|
189 |
-<p>We're interested to see submissions that don't achieve all of the |
|
190 |
-above goals -- if it's useful to Tor or Tor users in any way, please |
|
191 |
-submit it!</p> |
|
192 |
- |
|
193 |
- </div><!-- #main --> |
|
194 |
-</div> |
|
195 |
- <div class="bottom" id="bottom"> |
|
196 |
- <i><a href="mailto:tor-webmaster@freehaven.net" |
|
197 |
- class="smalllink">Webmaster</a></i> |
|
198 |
- </div> |
|
199 |
-</body> |
|
200 |
-</html> |
... | ... |
@@ -1,107 +0,0 @@ |
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> |
|
6 |
- <title>Tor: GUI Competition</title> |
|
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 |
-<div class="main-column"> |
|
40 |
- |
|
41 |
-<!-- LEFT HAND MENU FOR GUI CONTEST PAGES --> |
|
42 |
-<div class="guileft"> |
|
43 |
-<div class="guimenu"> |
|
44 |
- |
|
45 |
- <div class="curveleft"> |
|
46 |
- <div class="curveright"> |
|
47 |
- |
|
48 |
- </div> |
|
49 |
- </div> |
|
50 |
- |
|
51 |
-<div class="guimenuinner"> |
|
52 |
-<h1>Tor GUI Competition</h1> |
|
53 |
- |
|
54 |
- |
|
55 |
-<a href="index.html">Overview & Goals</a> |
|
56 |
-<a href="categories.html">What to Submit</a> |
|
57 |
-<a href="submit.html">How to Submit</a> |
|
58 |
-<a href="criteria.html">Judging & Timeline</a> |
|
59 |
-<a href="technotes.html">Technical Notes</a> |
|
60 |
-<a class="on" href="legal.html">Licensing</a> |
|
61 |
-<h1> </h1> |
|
62 |
-<a class="wiki" href="http://wiki.noreply.org/noreply/TheOnionRouter/ContestFAQ">Wiki/FAQ</a> |
|
63 |
-</div> |
|
64 |
- |
|
65 |
- <div class="curvebottomleft"> |
|
66 |
- <div class="curvebottomright"> |
|
67 |
- |
|
68 |
- </div> |
|
69 |
- </div> |
|
70 |
- |
|
71 |
-</div> |
|
72 |
-</div> |
|
73 |
- |
|
74 |
-<h2>Legal Notes</h2> |
|
75 |
- |
|
76 |
-<p>By submitting your entry to be considered in the Tor GUI competition, you |
|
77 |
-hereby:</p> |
|
78 |
-<p> |
|
79 |
-<b>(A)</b> represent and warrant that (1) the entry was created by you and |
|
80 |
-that you own all rights to the entry or have the authorized rights to |
|
81 |
-submit such entry and grant the licenses below; and (2) that the |
|
82 |
-entry does not infringe on any third party copyright or other |
|
83 |
-intellectual property rights; AND |
|
84 |
-</p><p> |
|
85 |
-<b>(B)</b> EITHER (1) grant us a worldwide, royalty-free, non-exclusive, |
|
86 |
-perpetual license to reproduce, edit, perform, display, publish, make |
|
87 |
-derivative works, and otherwise use the entry as we see fit, |
|
88 |
-including without limitation, incorporating (in whole or in part) |
|
89 |
-into the Tor software, and to sublicense such rights; OR, (2) |
|
90 |
-provide the entry pursuant to a license that complies with the |
|
91 |
-<a href="http://www.opensource.org/docs/definition.php">Open |
|
92 |
-Source Definition</a>, such as the 3-clause BSD, MIT, or |
|
93 |
-GPL licenses, or (where applicable) provide the entry licensed under |
|
94 |
-the <a href="http://creativecommons.org/licenses/by/2.5/">Creative |
|
95 |
-Commons Attribution</a> license. If you provide the entry pursuant to |
|
96 |
-such a license, you must include the applicable information in your |
|
97 |
-submission. |
|
98 |
-</p> |
|
99 |
- |
|
100 |
- </div><!-- #main --> |
|
101 |
-</div> |
|
102 |
- <div class="bottom" id="bottom"> |
|
103 |
- <i><a href="mailto:tor-webmaster@freehaven.net" |
|
104 |
- class="smalllink">Webmaster</a></i> |
|
105 |
- </div> |
|
106 |
-</body> |
|
107 |
-</html> |
... | ... |
@@ -1,121 +0,0 @@ |
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> |
|
6 |
- <title>Tor: GUI Competition</title> |
|
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 |
- |
|
50 |
- </div> |
|
51 |
- </div> |
|
52 |
- |
|
53 |
-<div class="guimenuinner"> |
|
54 |
-<h1>Tor GUI Competition</h1> |
|
55 |
- |
|
56 |
- |
|
57 |
-<a href="index.html">Overview & Goals</a> |
|
58 |
-<a href="categories.html">What to Submit</a> |
|
59 |
-<a class="on" href="submit.html">How to Submit</a> |
|
60 |
-<a href="criteria.html">Judging & Timeline</a> |
|
61 |
-<a href="technotes.html">Technical Notes</a> |
|
62 |
-<a href="legal.html">Licensing</a> |
|
63 |
-<h1> </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 |
- |
|
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 |
|
81 |
-ordinary browser, e.g. Firefox. (You can submit proprietary formats too, |
|
82 |
-but if you do then you need to also export them to something we can |
|
83 |
-all read.) Must be licensed under a <a href="legal.html">free license</a>.</li> |
|
84 |
-<li>A design document (txt, html, pdf, or ps) as described in the |
|
85 |
-<a href="categories.html">Submission Categories</a> section.</li> |
|
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 |
|
104 |
-GUI Competition Entries Wiki</a>. (If you don't have a web page of |
|
105 |
-your own to put your entry on, find a friend who does, or mail <a |
|
106 |
-href="mailto:tor-gui@freehaven.net">tor-gui@freehaven.net</a> and we'll |
|
107 |
-put it up on a temporary page.</p> |
|
108 |
- |
|
109 |
-<p>If you put it up on your own site, you can continue to update and |
|
110 |
-modify it. Remember that submitting early means you can get feedback |
|
111 |
-from Tor users and make it into a better submission!</p> |
|
112 |
- |
|
113 |
- |
|
114 |
- </div><!-- #main --> |
|
115 |
-</div> |
|
116 |
- <div class="bottom" id="bottom"> |
|
117 |
- <i><a href="mailto:tor-webmaster@freehaven.net" |
|
118 |
- class="smalllink">Webmaster</a></i> |
|
119 |
- </div> |
|
120 |
-</body> |
|
121 |
-</html> |
... | ... |
@@ -1,99 +0,0 @@ |
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> |
|
6 |
- <title>Tor: GUI Competition</title> |
|
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 |
- |
|
50 |
- </div> |
|
51 |
- </div> |
|
52 |
- |
|
53 |
-<div class="guimenuinner"> |
|
54 |
-<h1>Tor GUI Competition</h1> |
|
55 |
- |
|
56 |
- |
|
57 |
-<a href="index.html">Overview & Goals</a> |
|
58 |
-<a href="categories.html">What to Submit</a> |
|
59 |
-<a href="submit.html">How to Submit</a> |
|
60 |
-<a href="criteria.html">Judging & Timeline</a> |
|
61 |
-<a class="on" href="technotes.html">Technical Notes</a> |
|
62 |
-<a href="legal.html">Licensing</a> |
|
63 |
-<h1> </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 |
- |
|
70 |
- </div> |
|
71 |
- </div> |
|
72 |
- |
|
73 |
-</div> |
|
74 |
-</div> |
|
75 |
- |
|
76 |
-<h2>Technical Notes</h2> |
|
77 |
- |
|
78 |
- |
|
79 |
-<p>Shortly before phase two begins, the Tor developers will release |
|
80 |
-a canonical version of Tor. This is the version that will be used for |
|
81 |
-judging the competition; please ensure that you use this version. Bugfixes |
|
82 |
-to this version of Tor will be announced to the competition web site.</p> |
|
83 |
- |
|
84 |
-<p>The Tor developers will also release test rigs (libraries) in both Java |
|
85 |
-and Python that demonstrate Tor's controller protocol. Code submissions |
|
86 |
-may be able to save a lot of time by using this code as a skeleton. You |
|
87 |
-can check out the <a href="http://tor.eff.org/cvs/control/">development |
|
88 |
-versions of these libraries</a> now. |
|
89 |
-</p> |
|
90 |
- |
|
91 |
- |
|
92 |
- </div><!-- #main --> |
|
93 |
-</div> |
|
94 |
- <div class="bottom" id="bottom"> |
|
95 |
- <i><a href="mailto:tor-webmaster@freehaven.net" |
|
96 |
- class="smalllink">Webmaster</a></i> |
|
97 |
- </div> |
|
98 |
-</body> |
|
99 |
-</html> |
|
100 | 0 |