[or-cvs] wrap the tor-legal-faq in our css

Roger Dingledine arma at seul.org
Sun Jan 2 07:03:09 UTC 2005


Update of /home2/or/cvsroot/website/eff
In directory moria.mit.edu:/home2/arma/work/onion/cvs/website/eff

Modified Files:
	tor-legal-faq.html 
Log Message:
wrap the tor-legal-faq in our css


Index: tor-legal-faq.html
===================================================================
RCS file: /home2/or/cvsroot/website/eff/tor-legal-faq.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tor-legal-faq.html	23 Dec 2004 21:46:09 -0000	1.1
+++ tor-legal-faq.html	2 Jan 2005 07:03:07 -0000	1.2
@@ -1,15 +1,51 @@
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 <head>
-<title>Legal FAQ for Tor Server Operators</title>
+ <title>Legal FAQ for Tor Server Operators</title>
+ <meta name="Author" content="EFF" />
+ <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>
 
-<h1>Legal FAQ for Tor Server Operators</h1>
+<div class="center">
 
-<p><strong>by <a href="http://www.eff.org/">The Electronic Frontier
-Foundation (EFF)</a>. Last updated 23 Dec 2004.</strong></p>
+<!-- TITLE BAR & NAVIGATION -->
+<div class="banner">
+<table class="table-banner" cellpadding="0" cellspacing="0">
+<tr>
+<td class="spacer">
+<a href="http://tor.eff.org/"><img src="../images/spacer.png"
+width="110" height="79" alt="Tor logo" /></a>
+</td>
+<td class="links" valign="top">
+      <a href="../index.html">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">FAQ</a>  |
+      <a href="../contribute.html">Contribute</a>  |
+      <a href="../developers.html">Developers</a>  |
+      <a href="../research.html">Research</a>  |
+      <a href="../people.html">People</a>
+</td>
+</tr>
+</table>
+</div>
+<!-- END TITLE BAR & NAVIGATION -->
+
+<div class="main-column">
+
+<!-- PUT CONTENT AFTER THIS TAG -->
+
+<h2>Legal FAQ for Tor Server Operators</h2>
+<hr />
+<p>FAQ written by <a href="http://www.eff.org/">The Electronic Frontier
+Foundation (EFF)</a>. Last updated 23 Dec 2004.</p>
 
 <p><strong>NOTE:</strong> This FAQ is for informational purposes only
 and does not constitute legal advice.  EFF has not analyzed any
@@ -65,8 +101,8 @@
 assessing the situation and will try to locate qualified legal counsel
 when necessary.  Inquiries to EFF for the purpose of securing legal
 representation or referrals should be directed to staff attorney Kevin
-Bankston (US +1 (415) 436-9333 x 126) such inquiries will be kept
-confidential subject to the limits of the attorney/client privilege. 
+Bankston (US +1 (415) 436-9333 x 126). Such inquiries will be kept
+confidential subject to the limits of the attorney/client privilege.
 Note that although EFF cannot practice law outside of the U.S., it will
 still try to assist non-U.S. server operators in finding local
 representation.</p>
@@ -79,7 +115,7 @@
 <p><strong>No.</strong> Tor&rsquo;s core developers, Roger Dingledine
 and Nick Mathewson, are available to answer technical questions, but
 they are not lawyers and cannot give legal advice.  Nor do they have any
-ability to prevent illegal activity that may occur through Tor servers. 
+ability to prevent illegal activity that may occur through Tor servers.
 Furthermore, your communications with Tor&rsquo;s core developers are
 not protected by any legal privilege, so law enforcement or civil
 litigants could subpoena and obtain any information you give to
@@ -112,7 +148,7 @@
 this space.</p>
 
 
-<h2>Should I snoop on the plaintext that exits through my Tor 
+<h2>Should I snoop on the plaintext that exits through my Tor
 server?</h2>
 
 <p><strong>No.</strong> You are technically capable of monitoring or
@@ -121,7 +157,7 @@
 Tor server operators in the U.S. can create legal and possibly even
 criminal liability for themselves under state or federal wiretap laws if
 they affirmatively monitor, log, or disclose Tor users&rsquo;
-communications, while non-U.S. operators may be subject to similar laws. 
+communications, while non-U.S. operators may be subject to similar laws.
 Do not examine the contents of anyone&rsquo;s communications without
 first talking to a lawyer.</p>
 
@@ -145,8 +181,6 @@
 <p><strong>Yes.</strong> The Tor license is included in the software
 download and reproduced below:</p>
 
-<blockquote>
-
 <p>Copyright (c) 2001-2004, Roger Dingledine<br />
 Copyright (c) 2004, Roger Dingledine, Nick Mathewson</p>
 
@@ -168,6 +202,8 @@
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.</li>
 
+</ul>
+
 <p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 &ldquo;AS IS&rdquo; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
@@ -180,9 +216,8 @@
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
 
-</blockquote>
-
+</div><!-- #main -->
+</div>
 </body>
-
 </html>
 



More information about the tor-commits mailing list