diff xml/en/download.xml @ 534:6761e05e5128

List of supported Debian and Ubuntu versions added.
author Sergey Budnevitch <sb@waeme.net>
date Wed, 13 Jun 2012 15:05:11 +0000
parents 5cc4842015a1
children a9f5ff5e4954
line wrap: on
line diff
--- a/xml/en/download.xml	Fri Jun 08 19:05:36 2012 +0000
+++ b/xml/en/download.xml	Wed Jun 13 15:05:11 2012 +0000
@@ -261,26 +261,74 @@
 </para>
 
 <para>
-For Debian 6 append the following to the end of the
+For Debian replace <i>codename</i> with Debian distribution
+codename, and append the following to the end of the
 <path>/etc/apt/sources.list</path> file:
 
 <programlisting>
-deb http://nginx.org/packages/debian/ squeeze nginx
-deb-src http://nginx.org/packages/debian/ squeeze nginx
+deb http://nginx.org/packages/debian/ <i>codename</i> nginx
+deb-src http://nginx.org/packages/debian/ <i>codename</i> nginx
 </programlisting>
 </para>
 
 <para>
-For Ubuntu 10.04 append the following to the end of the
+Supported Debian versions:
+
+<table note="yes">
+
+<tr>
+<td width="20%">Version</td>
+<td>Codename</td>
+</tr>
+
+<tr>
+<td width="20%">6.x</td>
+<td>squeeze</td>
+</tr>
+
+</table>
+</para>
+
+<para>
+For Ubuntu replace <i>codename</i> with Ubuntu distribution
+codename, and append the following to the end of the
 <path>/etc/apt/sources.list</path> file:
 
 <programlisting>
-deb http://nginx.org/packages/ubuntu/ lucid nginx
-deb-src http://nginx.org/packages/ubuntu/ lucid nginx
+deb http://nginx.org/packages/ubuntu/ <i>codename</i> nginx
+deb-src http://nginx.org/packages/ubuntu/ <i>codename</i> nginx
 </programlisting>
 </para>
 
 <para>
+Supported Ubuntu versions:
+
+<table note="yes">
+
+<tr>
+<td width="20%">Version</td>
+<td>Codename</td>
+</tr>
+
+<tr>
+<td width="20%">10.04</td>
+<td>lucid</td>
+</tr>
+
+<tr>
+<td width="20%">11.10</td>
+<td>oneiric</td>
+</tr>
+
+<tr>
+<td width="20%">12.04</td>
+<td>precise</td>
+</tr>
+
+</table>
+</para>
+
+<para>
 For Debian/Ubuntu then run the following commands:
 <programlisting>
 apt-get update