|
@@ -1,17 +1,46 @@
|
|
|
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
|
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
|
|
|
|
-<html>
|
|
|
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
|
|
<head>
|
|
|
-<title>Tor SwitchProxy Install Instructions</title>
|
|
|
-<meta name="Author" content="Roger Dingledine">
|
|
|
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
-<meta http-equiv="Content-Style-Type" content="text/css">
|
|
|
-<link rel="stylesheet" type="text/css" href="tor-doc.css">
|
|
|
+ <title>Tor SwitchProxy Install Instructions</title>
|
|
|
+ <meta name="Author" content="Roger Dingledine" />
|
|
|
+ <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>
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+<table class="banner" border="0" cellpadding="0" cellspacing="0">
|
|
|
+ <tr>
|
|
|
+ <td class="banner-left"></td>
|
|
|
+ <td class="banner-middle">
|
|
|
+ <a class="current">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">Developers</a>
|
|
|
+ | <a href="research.html">Research</a>
|
|
|
+ | <a href="people.html">People</a>
|
|
|
+ </td>
|
|
|
+ <td class="banner-right"></td>
|
|
|
+ </tr>
|
|
|
+</table>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+<div class="center">
|
|
|
+
|
|
|
+<div class="main-column">
|
|
|
+
|
|
|
<h1>Installing SwitchProxy for <a href="http://tor.eff.org/">Tor</a></h1>
|
|
|
+<hr />
|
|
|
|
|
|
<p>
|
|
|
SwitchProxy is a Firefox plugin that makes it easy for you to switch
|
|
@@ -134,7 +163,13 @@ of the OS X Tor installation howto.</p>
|
|
|
<p>If you have suggestions for improving this document, please <a
|
|
|
href="mailto:tor-bugs@freehaven.net">send them to us</a>. Thanks!</p>
|
|
|
|
|
|
-<p>$Id$</p>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+ <div class="bottom" id="bottom">
|
|
|
+ <i><a href="mailto:tor-webmaster@freehaven.net"
|
|
|
+ class="smalllink">Webmaster</a></i> - $Id: overview.html,v 1.37
|
|
|
+ 2005/07/15 22:19:37 arma Exp $
|
|
|
+ </div>
|
|
|
</body>
|
|
|
</html>
|
|
|
|