[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] update download page: more tor debs mean more fun



Update of /home/or/cvsroot/website
In directory moria:/tmp/cvs-serv21236

Modified Files:
	download.html 
Log Message:
update download page: more tor debs mean more fun

Index: download.html
===================================================================
RCS file: /home/or/cvsroot/website/download.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- download.html	10 Jun 2005 00:19:02 -0000	1.103
+++ download.html	10 Jun 2005 17:28:07 -0000	1.104
@@ -97,13 +97,22 @@
 <hr />
 
 <p><b>Debian packages</b> have been uploaded to the set of official unstable
-Debian packages.  If you are running stable (sarge) or testing (sid), you
-must first add these lines to <code>/etc/apt/sources.list</code>:</p>
+(sid) and testing (etch) <a href="http://packages.debian.org/tor";>Debian packages</a>.
+If you are running stable (sarge) or oldstable (woody), you must first add
+these lines to <code>/etc/apt/sources.list</code>:</p>
 
+<ul>
+<li><p>for sarge (stable):</p>
 <p><code>
-deb http://mirror.noreply.org/pub/tor stable main<br />
-deb-src http://mirror.noreply.org/pub/tor stable main
-</code></p>
+deb http://mirror.noreply.org/pub/tor sarge main<br />
+deb-src http://mirror.noreply.org/pub/tor sarge main
+</code></p></li>
+<li><p>or for woody (oldstable):</p>
+<p><code>
+deb http://mirror.noreply.org/pub/tor woody main<br />
+deb-src http://mirror.noreply.org/pub/tor woody main
+</code></p></li>
+</ul>
 
 <p>To install the packages, issue the following commands:</p>
 
@@ -115,10 +124,23 @@
 <p>Packages for the <b>development</b> version of Tor are available as well.  To install these,
 add the following lines to <code>/etc/apt/sources.list</code>:</p>
 
+<ul>
+<li><p>For sid use</p>
 <p><code>
 deb http://mirror.noreply.org/pub/tor experimental main<br />
 deb-src http://mirror.noreply.org/pub/tor experimental main
-</code></p>
+</code></p></li>
+<li><p>or for sarge (stable) there is</p>
+<p><code>
+deb http://mirror.noreply.org/pub/tor experimental-sarge main<br />
+deb-src http://mirror.noreply.org/pub/tor experimental-sarge main
+</code></p></li>
+<li><p>and in case you still run woody (oldstable) add those two lines:</p>
+<p><code>
+deb http://mirror.noreply.org/pub/tor experimental-woody main<br />
+deb-src http://mirror.noreply.org/pub/tor experimental-woody main
+</code></p></li>
+</ul>
 
 <p>Then issue the following commands:</p>