# HG changeset patch # User Sergey Budnevitch # Date 1319470125 0 # Node ID 2a88f137b1c66e624b4872c296b1a533b10ee640 # Parent b9e5155d8f5df519e750c18015fff44446d2a288 ru proposed changes: * long lines reformated. * pathname and code elements added to dtd. diff -r b9e5155d8f5d -r 2a88f137b1c6 dtd/content.dtd --- a/dtd/content.dtd Mon Oct 24 13:01:12 2011 +0000 +++ b/dtd/content.dtd Mon Oct 24 15:28:45 2011 +0000 @@ -9,7 +9,7 @@ i | b | nobr | table | url | code | command | dirname | path | header | value | programlisting | initial | development_version | stable_version | - registered)* > + registered | pathname)* > + @@ -47,7 +48,7 @@ + link | registered | code)* > diff -r b9e5155d8f5d -r 2a88f137b1c6 xml/en/download.xml --- a/xml/en/download.xml Mon Oct 24 13:01:12 2011 +0000 +++ b/xml/en/download.xml Mon Oct 24 15:28:45 2011 +0000 @@ -134,13 +134,15 @@ +
-Read-only Subversion repository: svn://svn.nginx.org/nginx +Read-only Subversion repository: +svn://svn.nginx.org/nginx @@ -152,10 +154,12 @@
+
+ -For automatic updates of the prebuilt Linux packages it is possible to configure yum repository -for RHEL/CentOS or apt repository for Debian/Ubuntu. +For automatic updates of the prebuilt Linux packages it is possible to +configure yum repository for RHEL/CentOS, or apt repository for Debian/Ubuntu. @@ -177,15 +181,18 @@ CentOS 6 + -install nginx-release package containing the yum config and the public key necessary to check signed rpms. -Then run the command: +install the nginx-release package containing the yum config +and the public key necessary to check signed RPMs, +then run the following command: yum install nginx -As an alternative, a repository config can be added manually. Create the file named nginx.repo in /etc/yum.repos.d and -add configuration, like this: +As an alternative, a repository config can be added manually. +Create the file named /etc/yum.repos.d/nginx.repo +with the following contents: [nginx] @@ -195,20 +202,23 @@ enabled=1 -Replace OS with rhel or centos, depending on the distribution you are running, and OSRELEASE with 5 or 6, for 5.x and 6.x -versions accordingly. - +Replace “OS” with “rhel” or “centos”, +depending on the distribution used, and “OSRELEASE” +with “5” or “6”, +for 5.x or 6.x versions, respectively. -For Debian/Ubuntu append /etc/apt/sources.list with: +For supported Debian/Ubuntu versions append the following contents to +/etc/apt/sources.list: deb http://nginx.org/packages/debian/ squeeze nginx deb-src http://nginx.org/packages/debian/ squeeze nginx -in case of Debian 6, or for Ubuntu 10.04 with: +in case of Debian 6, or for Ubuntu 10.04 with +the following contents instead: deb http://nginx.org/packages/ubuntu/ lucid nginx