diff xml/en/download.xml @ 271:4c6d2c614d2c

Cleaned up XML tag mess: - all of <parameter> and <code>, and some of <dirname>, <value>, and <command> were replaced by <literal>; - the rest of <dirname> were replaced by links; - <argument> were replaced by <value>; - <value> is now rendered in HTML in italic; - <literal> and <path> can now contain <value>. Cleaned up terminology mess: - directives take "parameters".
author Ruslan Ermilov <ru@nginx.com>
date Fri, 23 Dec 2011 17:29:59 +0000
parents 727da42d3887
children 67ba4bba2656
line wrap: on
line diff
--- a/xml/en/download.xml	Thu Dec 22 13:39:18 2011 +0000
+++ b/xml/en/download.xml	Fri Dec 23 17:29:59 2011 +0000
@@ -150,7 +150,7 @@
 
 <item>
 Read-only Subversion repository:
-<code>svn://svn.nginx.org/nginx</code>
+<literal>svn://svn.nginx.org/nginx</literal>
 </item>
 
 <item>
@@ -173,7 +173,7 @@
 
 <para>
 To set up the yum repository for RHEL/CentOS, choose the corresponding
-<code>nginx-release</code> package from the list:
+<literal>nginx-release</literal> package from the list:
 
 <list>
 
@@ -203,7 +203,7 @@
 </programlisting>
 
 Alternatively, a repository configuration can be added manually
-without installing the <code>nginx-release</code> package.
+without installing the <literal>nginx-release</literal> package.
 Create the file named <path>/etc/yum.repos.d/nginx.repo</path>
 with the following contents:
 
@@ -215,9 +215,10 @@
 enabled=1
 </programlisting>
 
-Replace “<code>OS</code>” with “<code>rhel</code>” or “<code>centos</code>”,
-depending on the distribution used, and “<code>OSRELEASE</code>”
-with “<code>5</code>” or “<code>6</code>”,
+Replace “<literal>OS</literal>” with “<literal>rhel</literal>” or
+“<literal>centos</literal>”,
+depending on the distribution used, and “<literal>OSRELEASE</literal>”
+with “<literal>5</literal>” or “<literal>6</literal>”,
 for 5.x or 6.x versions, respectively.
 </para>