howitworks is now obsolete...
Roger Dingledine 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>
6) <title>Tor: Support</title>
7) <meta name="Author" content="Roger Dingledine" />
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)
17) <div class="center">
18)
19) <table class="banner" border="0" cellpadding="0" cellspacing="0">
20) <tr>
21) <td class="banner-left"></td>
22) <td class="banner-middle">
23) <a href="index.html">Home</a>
24) | <a href="overview.html">Overview</a>
25) | <a href="download.html">Download</a>
26) | <a href="documentation.html">Docs</a>
27) | <a class="current">Support</a>
28) | <a href="faq.html">FAQs</a>
29) | <a href="volunteer.html">Volunteer</a>
30) | <a href="developers.html">Developers</a>
31) | <a href="research.html">Research</a>
32) | <a href="people.html">People</a>
33) </td>
34) <td class="banner-right">
|
Make website valid xhtml (t...
Thomas Sjögren authored 19 years ago
|
35) <a href="/"><img src="/images/en.png" alt="English" /></a>
36) <a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
37) <a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a>
|
howitworks is now obsolete...
Roger Dingledine authored 19 years ago
|
38) </td>
39) </tr>
40) </table>
41)
42) <!-- END TITLE BAR & NAVIGATION -->
43)
44) <div class="main-column">
45)
|
ask people not to send us m...
Roger Dingledine authored 19 years ago
|
46) <h2>Tor: Support</h2>
|
howitworks is now obsolete...
Roger Dingledine authored 19 years ago
|
47) <hr />
48)
|
ask people not to send us m...
Roger Dingledine authored 19 years ago
|
49) <p>The Tor developers spend most of their time developing
50) Tor. There are no people devoted to user support. So please look for <a
51) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SupportMail">other
52) support avenues</a> before sending mail to the developers.
53) </p>
54)
55) <p>We have an IRC discussion channel for users and operators. Go to
|