gui contest pages
le@svn.torproject.org authored 19 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>
|
it's not a content, it's a...
Roger Dingledine authored 19 years ago
|
6) <title>Tor: GUI Competition</title>
|
gui contest pages
le@svn.torproject.org authored 19 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)
50) </div>
51) </div>
52)
53) <div class="guimenuinner">
|
it's not a content, it's a...
Roger Dingledine authored 19 years ago
|
54) <h1>Tor GUI Competition</h1>
|
gui contest pages
le@svn.torproject.org authored 19 years ago
|
55)
56)
57) <a class="on" href="index.html">Overview & Goals</a>
|
ok, so that section title w...
Roger Dingledine authored 19 years ago
|
58) <a href="categories.html">What to Submit</a>
|
gui contest pages
le@svn.torproject.org authored 19 years ago
|
59) <a href="submit.html">How to Submit</a>
|
rename the gui pages so it'...
Roger Dingledine authored 19 years ago
|
60) <a href="criteria.html">Judging & Timeline</a>
|
gui contest pages
le@svn.torproject.org authored 19 years ago
|
61) <a href="technotes.html">Technical Notes</a>
|
call 'legal notes' licensin...
Roger Dingledine authored 19 years ago
|
62) <a href="legal.html">Licensing</a>
|
gui contest pages
le@svn.torproject.org authored 19 years ago
|
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)
|
it's not a content, it's a...
Roger Dingledine authored 19 years ago
|
76) <h2>Tor: GUI Competition Overview</h2>
|
gui contest pages
le@svn.torproject.org authored 19 years ago
|
77)
78)
79) <p>
80) Tor is a decentralized network of computers on the Internet that increases
81) privacy in Web browsing, instant messaging, and other applications. We
82) estimate there are some 50,000 Tor users currently, routing their traffic
83) through about 250 volunteer Tor servers on five continents. However, Tor's
84) current user interface approach — running as a service in the background
85) — does a poor job of communicating network status and security levels
86) to the user.
87) </p>
88)
89) <p>
90) The Tor project, affiliated with the
91) <a href="http://www.eff.org/">Electronic Frontier Foundation</a>, is
92) running a <b>UI contest</b> to develop a vision of how Tor can
93) work in a user's everyday anonymous browsing experience. Some of the
94) challenges include how to make alerts and error conditions visible on
95) screen; how to let the user configure Tor to use or avoid certain routes
96) or nodes; how to learn about the current state of a Tor connection,
97) including which servers it uses; and how to find out whether (and which)
98) applications are using Tor safely.
99) </p>
100) <br clear="all">
101)
102) <h2>Goals</h2>
|
our front gui page doesn't...
Roger Dingledine authored 19 years ago
|
103) <p>Submitters will produce either sketches for a suggested user interface,
104) or a work of <a
|