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

[or-cvs] make the debian instructions not take up half the download ...



Update of /home2/or/cvsroot/website
In directory moria:/home/arma/work/onion/cvs/website

Modified Files:
	download.html 
Log Message:
make the debian instructions not take up half the download page.


Index: download.html
===================================================================
RCS file: /home2/or/cvsroot/website/download.html,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- download.html	29 Jun 2005 20:58:03 -0000	1.114
+++ download.html	29 Jun 2005 21:16:34 -0000	1.115
@@ -100,71 +100,7 @@
 
 <hr />
 
-<p><b>Debian packages</b> have been uploaded to the set of official unstable
-(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 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>
-
-<p><code>
-$ apt-get update<br />
-$ apt-get install tor
-</code></p>
-
-<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></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>
-
-<p><code>
-$ apt-get update<br />
-$ apt-get install -t experimental tor
-</code></p>
-<p>or just</p>
-<p><code>
-$ apt-get update<br />
-$ apt-get install tor
-</code></p>
-<p>depending on which of those lines you added.</p>
-
-<p>Packages for architectures other than i386 can be built from the sources
-above quite easily.  Pester <a href="mailto:weasel@xxxxxxxxxx";>weasel</a> if he
-hasn't documented it yet.</p>
-<p>
-A guide to chrooting is available <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorInChroot";>in the Wiki</a>. </p>
-<hr />
+<p><b>Debian packages</b>: <tt>apt-get install tor</tt> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorOnDebian";>guide for Sarge and experimental Tor versions</a>)
 
 <p><b>FreeBSD</b>: <tt>portinstall -s security/tor</tt>
 </p>