[or-cvs] XHTML 1.1 compatibility

goodell at seul.org goodell at seul.org
Fri Apr 8 05:29:17 UTC 2005


Update of /home/or/cvsroot/website
In directory moria.mit.edu:/tmp/cvs-serv25029

Modified Files:
	download.html 
Log Message:
XHTML 1.1 compatibility


Index: download.html
===================================================================
RCS file: /home/or/cvsroot/website/download.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- download.html	8 Apr 2005 05:16:21 -0000	1.76
+++ download.html	8 Apr 2005 05:29:15 -0000	1.77
@@ -100,21 +100,21 @@
 Old releases are <a href="dist/obsolete/">here</a>.
 </p>
 
-<hr>
+<hr />
 
 <p><b>Debian packages</b> have been uploaded to the set of official unstable
 Debian packages.  If you are running stable (woody) or testing (sarge), you
 must first add these lines to <code>/etc/apt/sources.list</code>:</p>
 
 <p><code>
-deb http://mirror.noreply.org/pub/tor stable main<br>
+deb http://mirror.noreply.org/pub/tor stable main<br />
 deb-src http://mirror.noreply.org/pub/tor stable main
 </code></p>
 
 <p>To install the packages, issue the following commands:</p>
 
 <p><code>
-$ apt-get update<br>
+$ apt-get update<br />
 $ apt-get install tor
 </code></p>
 
@@ -122,14 +122,14 @@
 add the following lines to <code>/etc/apt/sources.list</code>:</p>
 
 <p><code>
-deb http://mirror.noreply.org/pub/tor experimental main<br>
+deb http://mirror.noreply.org/pub/tor experimental main<br />
 deb-src http://mirror.noreply.org/pub/tor experimental main
 </code></p>
 
 <p>Then issue the following commands:</p>
 
 <p><code>
-$ apt-get update<br>
+$ apt-get update<br />
 $ apt-get install -t experimental tor
 </code></p>
 
@@ -137,7 +137,7 @@
 for architectures other than i386 can be added on <a
 href="mailto:weasel at debian.org">demand</a>.</p>
 
-<hr>
+<hr />
 
 <p><b>FreeBSD</b>: <tt>portinstall -s security/tor</tt></p>
 



More information about the tor-commits mailing list