update download page: more tor debs mean more fun
Peter Palfrader

Peter Palfrader commited on 2005-06-10 19:28:07
Zeige 1 geänderte Dateien mit 28 Einfügungen und 6 Löschungen.

... ...
@@ -97,13 +97,22 @@ Old releases are <a href="dist/obsolete/">here</a>.
97 97
 <hr />
98 98
 
99 99
 <p><b>Debian packages</b> have been uploaded to the set of official unstable
100
-Debian packages.  If you are running stable (sarge) or testing (sid), you
101
-must first add these lines to <code>/etc/apt/sources.list</code>:</p>
100
+(sid) and testing (etch) <a href="http://packages.debian.org/tor">Debian packages</a>.
101
+If you are running stable (sarge) or oldstable (woody), you must first add
102
+these lines to <code>/etc/apt/sources.list</code>:</p>
102 103
 
104
+<ul>
105
+<li><p>for sarge (stable):</p>
103 106
 <p><code>
104
-deb http://mirror.noreply.org/pub/tor stable main<br />
105
-deb-src http://mirror.noreply.org/pub/tor stable main
106
-</code></p>
107
+deb http://mirror.noreply.org/pub/tor sarge main<br />
108
+deb-src http://mirror.noreply.org/pub/tor sarge main
109
+</code></p></li>
110
+<li><p>or for woody (oldstable):</p>
111
+<p><code>
112
+deb http://mirror.noreply.org/pub/tor woody main<br />
113
+deb-src http://mirror.noreply.org/pub/tor woody main
114
+</code></p></li>
115
+</ul>
107 116
 
108 117
 <p>To install the packages, issue the following commands:</p>
109 118
 
... ...
@@ -115,10 +124,23 @@ $ apt-get install tor
115 124
 <p>Packages for the <b>development</b> version of Tor are available as well.  To install these,
116 125
 add the following lines to <code>/etc/apt/sources.list</code>:</p>
117 126
 
127
+<ul>
128
+<li><p>For sid use</p>
118 129
 <p><code>
119 130
 deb http://mirror.noreply.org/pub/tor experimental main<br />
120 131
 deb-src http://mirror.noreply.org/pub/tor experimental main
121
-</code></p>
132
+</code></p></li>
133
+<li><p>or for sarge (stable) there is</p>
134
+<p><code>
135
+deb http://mirror.noreply.org/pub/tor experimental-sarge main<br />
136
+deb-src http://mirror.noreply.org/pub/tor experimental-sarge main
137
+</code></p></li>
138
+<li><p>and in case you still run woody (oldstable) add those two lines:</p>
139
+<p><code>
140
+deb http://mirror.noreply.org/pub/tor experimental-woody main<br />
141
+deb-src http://mirror.noreply.org/pub/tor experimental-woody main
142
+</code></p></li>
143
+</ul>
122 144
 
123 145
 <p>Then issue the following commands:</p>
124 146
 
125 147