changeset 461:6135f3c95bf6

Unified markup for lists.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 27 Mar 2012 14:30:18 +0000
parents d645a7e0c229
children dc6b11a3ccdd
files dtd/content.dtd xml/en/docs/control.xml xml/en/docs/faq.xml xml/en/docs/howto.xml xml/en/docs/howto_build_on_win32.xml xml/en/docs/howto_setup_development_environment_on_ec2.xml xml/en/docs/http/configuring_https_servers.xml xml/en/docs/http/request_processing.xml xml/en/docs/http/server_names.xml xml/en/docs/index.xml xml/en/docs/install.xml xml/en/docs/introduction.xml xml/en/docs/welcome_nginx_facebook.xml xml/en/docs/windows.xml xml/en/donation.xml xml/en/download.xml xml/en/index.xml xml/en/links.xml xml/en/pgp_keys.xml xml/en/support.xml xml/he/docs/howto.xml xml/he/docs/http/server_names.xml xml/he/docs/index.xml xml/he/docs/introduction.xml xml/he/docs/windows.xml xml/he/index.xml xml/index.xml xml/ja/docs/faq.xml xml/ja/docs/howto.xml xml/ja/docs/http/configuring_https_servers.xml xml/ja/docs/http/request_processing.xml xml/ja/docs/http/server_names.xml xml/ja/docs/index.xml xml/ja/docs/introduction.xml xml/ja/index.xml xml/ru/docs/control.xml xml/ru/docs/events.xml xml/ru/docs/faq.xml xml/ru/docs/howto.xml xml/ru/docs/index.xml xml/ru/docs/install.xml xml/ru/docs/switches.xml xml/ru/docs/windows.xml xml/ru/download.xml xml/ru/index.xml xml/ru/support.xml xml/tr/docs/faq.xml xml/tr/docs/howto.xml xml/tr/docs/http/configuring_https_servers.xml xml/tr/docs/http/request_processing.xml xml/tr/docs/http/server_names.xml xml/tr/docs/index.xml xml/tr/docs/introduction.xml xml/tr/docs/windows.xml xml/tr/index.xml xsls/content.xsls
diffstat 56 files changed, 1570 insertions(+), 1589 deletions(-) [+]
line wrap: on
line diff
--- a/dtd/content.dtd	Tue Mar 27 13:04:00 2012 +0000
+++ b/dtd/content.dtd	Tue Mar 27 14:30:18 2012 +0000
@@ -5,7 +5,7 @@
            name         CDATA #IMPLIED
 >
 
-<!ELEMENT  para         (#PCDATA | link | links | br | list | orderedlist | note |
+<!ELEMENT  para         (#PCDATA | link | links | br | list | note |
                          i | b | nobr | table | url | literal | command |
                          path | header | value | programlisting |
                          initial | development_version | stable_version |
@@ -40,15 +40,16 @@
 
 <!ELEMENT  nobr         (#PCDATA | b | command | i | literal | path)* >
 
-<!ELEMENT  list         (item+ | listitem+) >
-<!ELEMENT  orderedlist  (item+) >
-<!ELEMENT  item         (#PCDATA | para | br | nobr | list | i | b | url |
-                         path | command | value | programlisting |
-                         link | registered | literal)* >
+<!ELEMENT  list         (listitem+) >
+<!ATTLIST  list
+           type         (bullet | enum) #REQUIRED
+           >
+
 <!ELEMENT  listitem     (#PCDATA | para | br | nobr | list | i | b | url |
-                         path | literal | value | programlisting)* >
+                         path | literal | value | programlisting |
+                         link | registered)* >
 
-<!ELEMENT  note         (#PCDATA | para | br | list | orderedlist | i | b |
+<!ELEMENT  note         (#PCDATA | para | br | list | i | b |
                          nobr | table | url | literal | command | path |
                          header | programlisting | initial | paypal |
                          development_version | stable_version )* >
@@ -87,6 +88,7 @@
            changes      CDATA #REQUIRED
 >
 
+<!ELEMENT  item         EMPTY >
 <!ATTLIST  item
            ver          CDATA #IMPLIED
            pgp          CDATA #IMPLIED
--- a/xml/en/docs/control.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/docs/control.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -205,7 +205,7 @@
 sockets, and it can be managed to start its worker processes again if needed.
 If for some reason the new executable file works unacceptably, the following
 can be done:
-<list>
+<list type="bullet">
 
 <listitem>
 <para>
--- a/xml/en/docs/faq.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/docs/faq.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -8,35 +8,35 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="welcome_nginx_facebook.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="faq/license_copyright.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="faq/accept_failed.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="faq/variables_in_config.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="faq/daemon_master_process_off.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="faq/chunked_encoding_from_backend.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="sys_errlist.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/en/docs/howto.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/docs/howto.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -8,23 +8,23 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="debugging_log.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/converting_rewrite_rules.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="howto_build_on_win32.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="howto_setup_development_environment_on_ec2.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/en/docs/howto_build_on_win32.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/docs/howto_build_on_win32.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -11,32 +11,32 @@
 <para>
 To build nginx on the <registered>Microsoft Win32</registered> platform you need:
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Microsoft Visual C compiler. <registered>Microsoft Visual Studio</registered>
 8 and 10 are known to work.
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://www.mingw.org/wiki/MSYS">MSYS</link>.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Perl, if you want to build <registered>OpenSSL</registered> and nginx with SSL support.
 For example <link url="http://www.activestate.com/activeperl">ActivePerl</link>
 or <link url="http://strawberryperl.com">Strawberry Perl</link>.
-</item>
+</listitem>
 
-<item>
+<listitem>
 <registered>Subversion</registered> client. Choose any from the
 <link url="http://subversion.apache.org/packages.html#windows">list</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://www.pcre.org">PCRE</link>, <link url="http://zlib.net">zlib</link>
 and <link url="http://www.openssl.org">OpenSSL</link> libraries sources.
-</item>
+</listitem>
 </list>
 
 </para>
@@ -55,20 +55,20 @@
 <para>
 
 To build nginx:
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Start MSYS bash.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Check out nginx sources from the svn.nginx.org repository. For example:
 <programlisting>
 svn co svn://svn.nginx.org/tags/release-1.1.6
 </programlisting>
-</item>
+</listitem>
 
-<item>
+<listitem>
 Create a build and lib directories, and unpack zlib, PCRE and OpenSSL libraries
 sources into lib directory:
 <programlisting>
@@ -79,9 +79,9 @@
 tar -xzf ../../zlib-1.2.5.tar.gz
 tar -xzf ../../openssl-1.0.0e.tar.gz
 </programlisting>
-</item>
+</listitem>
 
-<item>
+<listitem>
 Run configure script:
 <programlisting>
 auto/configure --with-cc=cl --builddir=objs --prefix= \
@@ -94,14 +94,14 @@
 --with-zlib=objs/lib/zlib-1.2.5 --with-openssl=objs/lib/openssl-1.0.0e \
 --with-select_module --with-http_ssl_module --with-ipv6
 </programlisting>
-</item>
+</listitem>
 
-<item>
+<listitem>
 Run make:
 <programlisting>
 nmake -f objs/Makefile
 </programlisting>
-</item>
+</listitem>
 
 
 </list>
@@ -114,11 +114,11 @@
          name="See also">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="windows.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/en/docs/howto_setup_development_environment_on_ec2.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/docs/howto_setup_development_environment_on_ec2.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -19,8 +19,8 @@
 
 <para>
 To set up a development environment:
-<list>
-<item>
+<list type="bullet">
+<listitem>
 Follow the 
 <link url="http://docs.amazonwebservices.com/AWSEC2/latest/GettingStartedGuide/Welcome.html">
 Get Started with EC2</link> guide to sign up to AWS and
@@ -29,9 +29,9 @@
 “Basic 64-bit Amazon Linux AMI” for an AMI. When configuring
 the firewall rules, it is necessary to add a rule to accept web
 traffic on port 80.
-</item>
+</listitem>
 
-<item>
+<listitem>
 As soon as the new instance is launched, log in to it and
 download <literal>aws_nginx_setup.sh</literal> script with the
 following command:
@@ -42,9 +42,9 @@
 <programlisting>
 sudo sh ./aws_nginx_setup.sh
 </programlisting>
-</item>
+</listitem>
 
-<item>
+<listitem>
 You will be asked to select what components to install. Currently
 it is possible to choose Django, Pyramid, Ruby on Rails or PHP
 development environment. After you have selected the necessary
@@ -52,9 +52,9 @@
 for use with nginx. There will be a separate user created too,
 and then a sample web application is started to ensure everything
 is working correctly.
-</item>
+</listitem>
 
-<item>
+<listitem>
 After the installation completes and the web application is installed
 in a subdirectory inside <path>/var/www</path>, the script will print how to
 start/stop sample application. For example, the Rails application will
@@ -62,7 +62,7 @@
 configuration will be in <path>/etc/nginx/conf.d/rails.conf</path>.
 Installed application and configuration files can be used as a basis for
 further development.
-</item>
+</listitem>
 </list>
 </para>
 
--- a/xml/en/docs/http/configuring_https_servers.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/docs/http/configuring_https_servers.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -371,27 +371,27 @@
 Currently it is supported starting with the following browsers versions:
 </para>
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Opera 8.0;
-</item>
+</listitem>
 
-<item>
+<listitem>
 MSIE 7.0 (but only on Windows Vista or higher);
-</item>
+</listitem>
 
-<item>
+<listitem>
 Firefox 2.0 and other browsers using Mozilla Platform rv:1.8.1;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Safari 3.2.1 (Windows version supports SNI on Vista or higher);
-</item>
+</listitem>
 
-<item>
+<listitem>
 and Chrome (Windows version supports SNI on Vista or higher, too).
-</item>
+</listitem>
 
 </list>
 
@@ -428,68 +428,68 @@
 <section id="compatibility" name="Compatibility">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 The SNI support status has been shown by the &ldquo;-V&rdquo; switch
 since 0.8.21 and 0.7.62.
-</item>
+</listitem>
 
-<item>
+<listitem>
 The <literal>ssl</literal> parameter of the
 <link doc="ngx_http_core_module.xml" id="listen"/>
 directive has been supported since 0.7.14.
-</item>
+</listitem>
 
-<item>
+<listitem>
 SNI has been supported since 0.5.32.
-</item>
+</listitem>
 
-<item>
+<listitem>
 The shared SSL session cache has been supported since 0.5.6.
-</item>
+</listitem>
 
 </list>
 </para>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Version 0.7.65, 0.8.19 and later: the default SSL protocols are SSLv3, TLSv1,
 TLSv1.1, and TLSv1.2 (if supported by the OpenSSL library).
-</item>
+</listitem>
 
-<item>
+<listitem>
 Version 0.7.64, 0.8.18 and earlier: the default SSL protocols are SSLv2,
 SSLv3, and TLSv1.
-</item>
+</listitem>
 
 </list>
 </para>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Version 1.0.5 and later: the default SSL ciphers are
 “<literal>HIGH:!aNULL:!MD5</literal>”.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Version 0.7.65, 0.8.20 and later: the default SSL ciphers are
 “<literal>HIGH:!ADH:!MD5</literal>”.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Version 0.8.19: the default SSL ciphers are
 “<literal>ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM</literal>”.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Version 0.7.64, 0.8.18 and earlier: the default SSL ciphers are<br/>
 “<literal>ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP</literal>”.
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/en/docs/http/request_processing.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/docs/http/request_processing.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -237,9 +237,9 @@
 Now let&rsquo;s look at how requests would be processed
 in the configuration above:
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <para>
 A request “<literal>/logo.gif</literal>” is matched by the literal location
 “<literal>/</literal>” first and then by the regular expression
@@ -249,9 +249,9 @@
 is mapped to a file <path>/data/www/logo.gif</path>, and the file
 is sent to the client.
 </para>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <para>
 A request “<literal>/index.php</literal>” is also matched by the literal location
 “<literal>/</literal>” first and then by the regular expression
@@ -269,9 +269,9 @@
 the variable $fastcgi_script_name is equal to the request URI,
 i.e. “<literal>/index.php</literal>”.
 </para>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <para>
 A request “<literal>/about.html</literal>” is matched by the literal location
 “<literal>/</literal>” only, therefore, it is handled in this location.
@@ -279,9 +279,9 @@
 to the file <path>/data/www/about.html</path>, and the file is sent
 to the client.
 </para>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <para>
 Handling a request “<literal>/</literal>” is more complex.
 It is matched by the literal location “<literal>/</literal>” only,
@@ -298,7 +298,7 @@
 As we saw before, the redirected request will eventually be handled
 by the FastCGI server.
 </para>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/en/docs/http/server_names.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/docs/http/server_names.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -45,25 +45,25 @@
 
 The names are tested in the following order:
 
-<orderedlist>
+<list type="enum">
 
-<item>
+<listitem>
 exact names;
-</item>
+</listitem>
 
-<item>
+<listitem>
 wildcard names starting with an asterisk: <url>*.nginx.org</url>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 wildcard names ending with an asterisk: <url>mail.*</url>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 and regular expressions in the order listed in the configuration file.
-</item>
+</listitem>
 
-</orderedlist>
+</list>
 The first match stops the search.
 </para>
 
@@ -405,44 +405,44 @@
         name="Compatibility">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 A default server name value is an empty name &ldquo;&rdquo; since 0.8.48.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Named regular expression server name captures have been supported since 0.8.25.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Regular expression server name captures have been supported since 0.7.40.
-</item>
+</listitem>
 
-<item>
+<listitem>
 An empty server name &ldquo;&rdquo; has been supported since 0.7.12.
-</item>
+</listitem>
 
-<item>
+<listitem>
 A wildcard server name or regular expression has been supported for use
 as the first server name since 0.6.25.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Regular expression server names have been supported since 0.6.7.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Wildcard form <url>nginx.*</url> has been supported since 0.6.0.
-</item>
+</listitem>
 
-<item>
+<listitem>
 The special form <url>.nginx.org</url> has been supported since 0.3.18.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Wildcard form <url>*.nginx.org</url> has been supported since 0.1.13.
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/en/docs/index.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/docs/index.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -8,41 +8,41 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="introduction.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="howto.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="faq.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="install.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="windows.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="control.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="hash.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
@@ -52,217 +52,217 @@
 <section name="Modules reference">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="dirindex.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="ngx_core_module.xml" />
-</item>
+</listitem>
 
 </list>
 </para>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="http/ngx_http_core_module.xml">
 ngx_http_core_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_access_module.xml">
 ngx_http_access_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_addition_module.xml">
 ngx_http_addition_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_auth_basic_module.xml">
 ngx_http_auth_basic_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_autoindex_module.xml">
 ngx_http_autoindex_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_browser_module.xml">
 ngx_http_browser_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_charset_module.xml">
 ngx_http_charset_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_dav_module.xml">
 ngx_http_dav_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_empty_gif_module.xml">
 ngx_http_empty_gif_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_fastcgi_module.xml">
 ngx_http_fastcgi_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_flv_module.xml">
 ngx_http_flv_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_geo_module.xml">
 ngx_http_geo_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_geoip_module.xml">
 ngx_http_geoip_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_gzip_module.xml">
 ngx_http_gzip_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_gzip_static_module.xml">
 ngx_http_gzip_static_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_headers_module.xml">
 ngx_http_headers_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_image_filter_module.xml">
 ngx_http_image_filter_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_index_module.xml">
 ngx_http_index_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_limit_conn_module.xml">
 ngx_http_limit_conn_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_limit_req_module.xml">
 ngx_http_limit_req_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_log_module.xml">
 ngx_http_log_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_map_module.xml">
 ngx_http_map_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_memcached_module.xml">
 ngx_http_memcached_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_mp4_module.xml">
 ngx_http_mp4_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_perl_module.xml">
 ngx_http_perl_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_proxy_module.xml">
 ngx_http_proxy_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_random_index_module.xml">
 ngx_http_random_index_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_realip_module.xml">
 ngx_http_realip_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_referer_module.xml">
 ngx_http_referer_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_rewrite_module.xml">
 ngx_http_rewrite_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_secure_link_module.xml">
 ngx_http_secure_link_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_split_clients_module.xml">
 ngx_http_split_clients_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_ssi_module.xml">
 ngx_http_ssi_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_ssl_module.xml">
 ngx_http_ssl_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_sub_module.xml">
 ngx_http_sub_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_upstream_module.xml">
 ngx_http_upstream_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_userid_module.xml">
 ngx_http_userid_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_xslt_module.xml">
 ngx_http_xslt_module</link>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/en/docs/install.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/docs/install.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -12,7 +12,7 @@
 is allowed to use for connection processing.
 At the end it creates a <path>Makefile</path>.
 The <command>configure</command> command supports the following parameters:
-<list>
+<list type="bullet">
 
 <listitem>
 <para>
--- a/xml/en/docs/introduction.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/docs/introduction.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -8,19 +8,19 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="http/request_processing.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/server_names.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/configuring_https_servers.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/en/docs/welcome_nginx_facebook.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/docs/welcome_nginx_facebook.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -72,7 +72,7 @@
 </para>
 
 <para>
-<list>
+<list type="bullet">
 <listitem>
 Check your TCP/IP settings and see if the DNS servers
 configuration matches the one recommended by your Internet
--- a/xml/en/docs/windows.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/docs/windows.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -107,22 +107,22 @@
 <section id="known_issues"
         name="Known issues">
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Although several workers can be started, only one of them
 actually does any work.
-</item>
+</listitem>
 
-<item>
+<listitem>
 A worker can handle no more than 1024 simultaneous connections.
-</item>
+</listitem>
 
-<item>
+<listitem>
 The cache and other modules which require shared memory support do not work
 on Windows Vista and later versions due to
 address space layout randomization being enabled in these Windows versions.
-</item>
+</listitem>
 
 </list>
 
@@ -131,19 +131,19 @@
 <section id="possible_future_enhancements"
         name="Possible future enhancements">
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Running as a service.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Using the I/O completion ports as a request processing method.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Using multiple worker threads inside a single worker process.
-</item>
+</listitem>
 
 </list>
 
--- a/xml/en/donation.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/donation.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -24,755 +24,755 @@
 
 <section name="Donors list">
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Dmitry Zhitomirskiy
-</item>
+</listitem>
 
-<item>
+<listitem>
 Dmitry Kurakin
-</item>
+</listitem>
 
-<item>
+<listitem>
 Tiago Teresa Teodosio
-</item>
+</listitem>
 
-<item>
+<listitem>
 Marko Rizvic
-</item>
+</listitem>
 
-<item>
+<listitem>
 Valery Gladyshev
-</item>
+</listitem>
 
-<item>
+<listitem>
 Will Mitayai Keeso Rowe
-</item>
+</listitem>
 
-<item>
+<listitem>
 Raphaël Nadeau
-</item>
+</listitem>
 
-<item>
+<listitem>
 Grisha Kostyuk
-</item>
+</listitem>
 
-<item>
+<listitem>
 Kirill Filchenkov
-</item>
+</listitem>
 
-<item>
+<listitem>
 Dmitry Paskal
-</item>
+</listitem>
 
-<item>
+<listitem>
 Vladimir Chernyshev
-</item>
+</listitem>
 
-<item>
+<listitem>
 RedAccenir PortalProgramas
-</item>
+</listitem>
 
-<item>
+<listitem>
 Konstantin Kondakov
-</item>
+</listitem>
 
-<item>
+<listitem>
 Dmitriy Zimin
-</item>
+</listitem>
 
-<item>
+<listitem>
 Igor Gusarov
-</item>
+</listitem>
 
-<item>
+<listitem>
 Aydar Khabibullin
-</item>
+</listitem>
 
-<item>
+<listitem>
 Marcelo Soares Souza
-</item>
+</listitem>
 
-<item>
+<listitem>
 Luc Suryo
-</item>
+</listitem>
 
-<item>
+<listitem>
 Svyatoslav Lempert
-</item>
+</listitem>
 
-<item>
+<listitem>
 MaxTorg.RU
-</item>
+</listitem>
 
-<item>
+<listitem>
 Daniel Davies
-</item>
+</listitem>
 
-<item>
+<listitem>
 Nikita Kretov
-</item>
+</listitem>
 
-<item>
+<listitem>
 Ukraine.com.ua
-</item>
+</listitem>
 
-<item>
+<listitem>
 ALBWEB LTD
-</item>
+</listitem>
 
-<item>
+<listitem>
 Matthew Mullenweg, WordPress.com
-</item>
+</listitem>
 
-<item>
+<listitem>
 Stefan Spühler
-</item>
+</listitem>
 
-<item>
+<listitem>
 paul sarena.ca
-</item>
+</listitem>
 
-<item>
+<listitem>
 Константин Александров
-</item>
+</listitem>
 
-<item>
+<listitem>
 Linwood Ma
-</item>
+</listitem>
 
-<item>
+<listitem>
 Michel Machado
-</item>
+</listitem>
 
-<item>
+<listitem>
 Андрей Василишин
-</item>
+</listitem>
 
-<item>
+<listitem>
 Андрей Павлович Ищенко
-</item>
+</listitem>
 
-<item>
+<listitem>
 Alexander Lelyakin
-</item>
+</listitem>
 
-<item>
+<listitem>
 Jefim Gasel
-</item>
+</listitem>
 
-<item>
+<listitem>
 Ludovic Fauvet
-</item>
+</listitem>
 
-<item>
+<listitem>
 P2N yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 zakamaldin yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 vlad.d
-</item>
+</listitem>
 
-<item>
+<listitem>
 Михаил Викторович Еремин
-</item>
+</listitem>
 
-<item>
+<listitem>
 Беляев
-</item>
+</listitem>
 
-<item>
+<listitem>
 Филипп Николаевич Чертиев
-</item>
+</listitem>
 
-<item>
+<listitem>
 Håkan Terelius
-</item>
+</listitem>
 
-<item>
+<listitem>
 Wolbe, Inc.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Александр Ворона
-</item>
+</listitem>
 
-<item>
+<listitem>
 Alex Algard
-</item>
+</listitem>
 
-<item>
+<listitem>
 Studenten Net Twente
-</item>
+</listitem>
 
-<item>
+<listitem>
 Cornelia Bürger
-</item>
+</listitem>
 
-<item>
+<listitem>
 vovbag yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 Игорь Зиновик
-</item>
+</listitem>
 
-<item>
+<listitem>
 Ivaylo Mitov
-</item>
+</listitem>
 
-<item>
+<listitem>
 mikevmk yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 golandr yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 胡 知锋, netroby netroby.com
-</item>
+</listitem>
 
-<item>
+<listitem>
 Grant Snodgrass
-</item>
+</listitem>
 
-<item>
+<listitem>
 Eliot Shepard
-</item>
+</listitem>
 
-<item>
+<listitem>
 Антон Анатольевич
-</item>
+</listitem>
 
-<item>
+<listitem>
 Srebrenko Sehic
-</item>
+</listitem>
 
-<item>
+<listitem>
 Viki, http://tradefast.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 Gastón Chiappetti
-</item>
+</listitem>
 
-<item>
+<listitem>
 jagdish adusumalli
-</item>
+</listitem>
 
-<item>
+<listitem>
 andreyka899 mail.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 korenckov.alexandr yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 Асаин Муратбаевич Омаров
-</item>
+</listitem>
 
-<item>
+<listitem>
 duckduckgo gmail.com
-</item>
+</listitem>
 
-<item>
+<listitem>
 Колесниченко Сергей Юрьевич
-</item>
+</listitem>
 
-<item>
+<listitem>
 Yuriy Babak
-</item>
+</listitem>
 
-<item>
+<listitem>
 Jonathan Leroy
-</item>
+</listitem>
 
-<item>
+<listitem>
 Jesse Davis
-</item>
+</listitem>
 
-<item>
+<listitem>
 INIKUP
-</item>
+</listitem>
 
-<item>
+<listitem>
 x-Range
-</item>
+</listitem>
 
-<item>
+<listitem>
 cheetah
-</item>
+</listitem>
 
-<item>
+<listitem>
 Jennifer Kendler
-</item>
+</listitem>
 
-<item>
+<listitem>
 avolftrub yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 mishanga yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 Daniel Bichuete Silva
-</item>
+</listitem>
 
-<item>
+<listitem>
 Udo Schroeter
-</item>
+</listitem>
 
-<item>
+<listitem>
 charles huppmann
-</item>
+</listitem>
 
-<item>
+<listitem>
 Dmirain yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 Игорь Евгеньевич Бычков
-</item>
+</listitem>
 
-<item>
+<listitem>
 Tejkumar Arora
-</item>
+</listitem>
 
-<item>
+<listitem>
 Daniel Augusto de Oliveira
-</item>
+</listitem>
 
-<item>
+<listitem>
 Daevel SARL
-</item>
+</listitem>
 
-<item>
+<listitem>
 http://www.netroby.com
-</item>
+</listitem>
 
-<item>
+<listitem>
 Jan Jeden
-</item>
+</listitem>
 
-<item>
+<listitem>
 TeknoAS Bilisim Teknolojileri LTD STI
-</item>
+</listitem>
 
-<item>
+<listitem>
 Oktavita Wulandari
-</item>
+</listitem>
 
-<item>
+<listitem>
 softovickya yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 Pay By Net
-</item>
+</listitem>
 
-<item>
+<listitem>
 freelsd
-</item>
+</listitem>
 
-<item>
+<listitem>
 Бушуев Артем
-</item>
+</listitem>
 
-<item>
+<listitem>
 Иван Семерник
-</item>
+</listitem>
 
-<item>
+<listitem>
 ked-off yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 Avishai Ish Shalom
-</item>
+</listitem>
 
-<item>
+<listitem>
 ither yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 Dro
-</item>
+</listitem>
 
-<item>
+<listitem>
 Jacob Grahn
-</item>
+</listitem>
 
-<item>
+<listitem>
 Алексей Радс
-</item>
+</listitem>
 
-<item>
+<listitem>
 alxgrh yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 Interglobal Limited
-</item>
+</listitem>
 
-<item>
+<listitem>
 djdb
-</item>
+</listitem>
 
-<item>
+<listitem>
 Robert Suh
-</item>
+</listitem>
 
-<item>
+<listitem>
 Hostda.BIZ
-</item>
+</listitem>
 
-<item>
+<listitem>
 Nguyen, nth2k yahoo.com, http://www.decenthost.net
-</item>
+</listitem>
 
-<item>
+<listitem>
 Andrey Velikoredchanin
-</item>
+</listitem>
 
-<item>
+<listitem>
 Alejo Sanchez
-</item>
+</listitem>
 
-<item>
+<listitem>
 Рибо
-</item>
+</listitem>
 
-<item>
+<listitem>
 Emin Hasanov
-</item>
+</listitem>
 
-<item>
+<listitem>
 http://stranamasterov.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 Bulhoes Santos e Rizzi Participacoes LTDA
-</item>
+</listitem>
 
-<item>
+<listitem>
 EDS, http://www.serverorigin.com
-</item>
+</listitem>
 
-<item>
+<listitem>
 Legendum Ltd
-</item>
+</listitem>
 
-<item>
+<listitem>
 Nikolay Khodov
-</item>
+</listitem>
 
-<item>
+<listitem>
 Peter Leonov
-</item>
+</listitem>
 
-<item>
+<listitem>
 Mustafa Abdullah
-</item>
+</listitem>
 
-<item>
+<listitem>
 Дмитрий Леоненко
-</item>
+</listitem>
 
-<item>
+<listitem>
 Zaury Jusuf
-</item>
+</listitem>
 
-<item>
+<listitem>
 Jason Giedymin
-</item>
+</listitem>
 
-<item>
+<listitem>
 Kaspars Dambis
-</item>
+</listitem>
 
-<item>
+<listitem>
 Nicolas Boullosa
-</item>
+</listitem>
 
-<item>
+<listitem>
 Sergey Komarov
-</item>
+</listitem>
 
-<item>
+<listitem>
 Kevin Kilbride
-</item>
+</listitem>
 
-<item>
+<listitem>
 cbeta7910 yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 sylabulus yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 Roger Pack
-</item>
+</listitem>
 
-<item>
+<listitem>
 Hosseinifard Fariborz
-</item>
+</listitem>
 
-<item>
+<listitem>
 Jose Roberto Andrade Jr
-</item>
+</listitem>
 
-<item>
+<listitem>
 Михаил Монашёв
-</item>
+</listitem>
 
-<item>
+<listitem>
 Roy Prawira
-</item>
+</listitem>
 
-<item>
+<listitem>
 Clifford Wells
-</item>
+</listitem>
 
-<item>
+<listitem>
 Komax
-</item>
+</listitem>
 
-<item>
+<listitem>
 Jeffrey Emminger
-</item>
+</listitem>
 
-<item>
+<listitem>
 Eugene S. Nechyporenko
-</item>
+</listitem>
 
-<item>
+<listitem>
 www.serverside.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 TeMPkms yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 Sockpuppet pty ltd.
-</item>
+</listitem>
 
-<item>
+<listitem>
 nlisienko yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 Leopoldo Maestro Olias
-</item>
+</listitem>
 
-<item>
+<listitem>
 Alexey Fenix
-</item>
+</listitem>
 
-<item>
+<listitem>
 shri geoexpat.com
-</item>
+</listitem>
 
-<item>
+<listitem>
 Dmitriy Ganzin
-</item>
+</listitem>
 
-<item>
+<listitem>
 Igor Shergin
-</item>
+</listitem>
 
-<item>
+<listitem>
 lecactus.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 Ecomdevel
-</item>
+</listitem>
 
-<item>
+<listitem>
 Ajie Wibowo
-</item>
+</listitem>
 
-<item>
+<listitem>
 Ondrej Jombik
-</item>
+</listitem>
 
-<item>
+<listitem>
 Alex Zerling
-</item>
+</listitem>
 
-<item>
+<listitem>
 cool-spot1 yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 C001_ UsEr
-</item>
+</listitem>
 
-<item>
+<listitem>
 Petro Vlasenko
-</item>
+</listitem>
 
-<item>
+<listitem>
 Andrey Vorobyov
-</item>
+</listitem>
 
-<item>
+<listitem>
 ООО "Квир"
-</item>
+</listitem>
 
-<item>
+<listitem>
 Alex Tracer
-</item>
+</listitem>
 
-<item>
+<listitem>
 Michele Balistreri
-</item>
+</listitem>
 
-<item>
+<listitem>
 Fitis
-</item>
+</listitem>
 
-<item>
+<listitem>
 f1recat mail.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 nataly84 yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 LinuxQuestions.org
-</item>
+</listitem>
 
-<item>
+<listitem>
 X-Media
-</item>
+</listitem>
 
-<item>
+<listitem>
 Larry Diehl
-</item>
+</listitem>
 
-<item>
+<listitem>
 Arthur Ivanov
-</item>
+</listitem>
 
-<item>
+<listitem>
 Denis Filimonov
-</item>
+</listitem>
 
-<item>
+<listitem>
 John Quaglieri
-</item>
+</listitem>
 
-<item>
+<listitem>
 Cedar Creek Hosting
-</item>
+</listitem>
 
-<item>
+<listitem>
 Максим Чечель
-</item>
+</listitem>
 
-<item>
+<listitem>
 newnn.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 random send
-</item>
+</listitem>
 
-<item>
+<listitem>
 Roger Simmons, Aha Cafe LLC
-</item>
+</listitem>
 
-<item>
+<listitem>
 old-games.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 ledat yandex.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 adm sms13.de
-</item>
+</listitem>
 
-<item>
+<listitem>
 badb.biz
-</item>
+</listitem>
 
-<item>
+<listitem>
 Юрий Москаленко
-</item>
+</listitem>
 
-<item>
+<listitem>
 Martin Minka
-</item>
+</listitem>
 
-<item>
+<listitem>
 Дмитрий Rapaman Феденко
-</item>
+</listitem>
 
-<item>
+<listitem>
 Роман Александрович Кунин
-</item>
+</listitem>
 
-<item>
+<listitem>
 dimonvideo.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 Kirill Morozov
-</item>
+</listitem>
 
-<item>
+<listitem>
 Александр Денежкин
-</item>
+</listitem>
 
-<item>
+<listitem>
 warped bk.ru
-</item>
+</listitem>
 
-<item>
+<listitem>
 Filepost Service
-</item>
+</listitem>
 
-<item>
+<listitem>
 Andrey Saterenko
-</item>
+</listitem>
 
-<item>
+<listitem>
 Evgeny Stepanischev
-</item>
+</listitem>
 
-<item>
+<listitem>
 Vitaly Puzrin
-</item>
+</listitem>
 
-<item>
+<listitem>
 Sergey Korowkin
-</item>
+</listitem>
 
-<item>
+<listitem>
 Mark Velikanov
-</item>
+</listitem>
 
-<item>
+<listitem>
 Oleg S. Larin
-</item>
+</listitem>
 
-<item>
+<listitem>
 Andrei Nigmatulin
-</item>
+</listitem>
 
 </list>
 
--- a/xml/en/download.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/download.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -155,16 +155,16 @@
 <section name="Source Code">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Read-only Subversion repository:
 <literal>svn://svn.nginx.org/nginx</literal>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://trac.nginx.org/nginx/browser">Trac source browser</link>
-</item>
+</listitem>
 
 </list>
 </para>
@@ -184,23 +184,23 @@
 To set up the yum repository for RHEL/CentOS, choose the corresponding
 <literal>nginx-release</literal> package from the list:
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link url="http://nginx.org/packages/rhel/5/noarch/RPMS/nginx-release-rhel-5-0.el5.ngx.noarch.rpm">RHEL 5</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://nginx.org/packages/rhel/6/noarch/RPMS/nginx-release-rhel-6-0.el6.ngx.noarch.rpm">RHEL 6</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://nginx.org/packages/centos/5/noarch/RPMS/nginx-release-centos-5-0.el5.ngx.noarch.rpm">CentOS 5</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm">CentOS 6</link>
-</item>
+</listitem>
 
 </list>
 
--- a/xml/en/index.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/index.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -37,23 +37,23 @@
         name="Basic HTTP server features">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Serving static and index files, and
 <link doc="docs/http/ngx_http_autoindex_module.xml">autoindexing</link>;
 <link doc="docs/http/ngx_http_core_module.xml"
        id="open_file_cache">open file descriptor cache</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_proxy_module.xml">Accelerated
 reverse proxying with caching</link>;
 <link doc="docs/http/ngx_http_upstream_module.xml">simple
 load balancing and fault tolerance</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Accelerated support with caching of
 <link doc="docs/http/ngx_http_fastcgi_module.xml">FastCGI</link>,
 uwsgi, SCGI, and
@@ -61,9 +61,9 @@
 servers;
 <link doc="docs/http/ngx_http_upstream_module.xml">simple
 load balancing and fault tolerance</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Modular architecture.
 Filters include
 <link doc="docs/http/ngx_http_gzip_module.xml">gzipping</link>,
@@ -74,12 +74,12 @@
 transformation</link> filter.
 Multiple SSI inclusions within a single page can be processed in
 parallel if they are handled by proxied or FastCGI servers;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_ssl_module.xml">SSL and
 TLS SNI support</link>.
-</item>
+</listitem>
 
 </list>
 </para>
@@ -91,89 +91,89 @@
         name="Other HTTP server features">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Name-based and IP-based virtual servers;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_core_module.xml"
        id="keepalive_timeout">Keep-alive</link>
 and pipelined connections support;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Flexible configuration;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/control.xml" id="reconfiguration">Reconfiguration</link>
 and <link doc="docs/control.xml" id="upgrade">upgrade of an
 executable</link> without interruption of the client servicing;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_log_module.xml" id="log_format">Access
 log formats</link>,
 <link doc="docs/http/ngx_http_log_module.xml" id="access_log">buffered
 log writing</link>, and
 <link doc="docs/control.xml" id="logs">fast log rotation</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 3xx-5xx error codes
 <link doc="docs/http/ngx_http_core_module.xml"
        id="error_page">redirection</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 The rewrite module:
 <link doc="docs/http/ngx_http_rewrite_module.xml">URI changing
 using regular expressions</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_rewrite_module.xml" id="if">Executing
 different functions</link> depending on the
 <link doc="docs/http/ngx_http_geo_module.xml">client address</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Access control based on
 <link doc="docs/http/ngx_http_access_module.xml">client IP address</link>
 and <link doc="docs/http/ngx_http_auth_basic_module.xml">HTTP
 Basic authentication</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 The <link doc="docs/http/ngx_http_dav_module.xml">PUT, DELETE, MKCOL, COPY,
 and MOVE</link> methods;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_flv_module.xml">FLV</link>
 and
 <link doc="docs/http/ngx_http_mp4_module.xml">MP4</link>
 streaming;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_core_module.xml"
        id="limit_rate">Response rate limiting</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Limiting the number of simultaneous
 <link doc="docs/http/ngx_http_limit_conn_module.xml">connections</link>
 or
 <link doc="docs/http/ngx_http_limit_req_module.xml">requests</link>
 coming from one address;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_perl_module.xml">Embedded Perl</link>.
-</item>
+</listitem>
 
 </list>
 </para>
@@ -185,45 +185,45 @@
         name="Mail proxy server features">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 User redirection to IMAP/POP3 backend using an external HTTP
 authentication server;
-</item>
+</listitem>
 
-<item>
+<listitem>
 User authentication using an external HTTP authentication server
 and connection redirection to an internal SMTP backend;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Authentication methods:
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 POP3: USER/PASS, APOP, AUTH LOGIN/PLAIN/CRAM-MD5;
-</item>
+</listitem>
 
-<item>
+<listitem>
 IMAP: LOGIN, AUTH LOGIN/PLAIN/CRAM-MD5;
-</item>
+</listitem>
 
-<item>
+<listitem>
 SMTP: AUTH LOGIN/PLAIN/CRAM-MD5;
-</item>
+</listitem>
 
 </list>
-</item>
+</listitem>
 
-<item>
+<listitem>
 SSL support;
-</item>
+</listitem>
 
-<item>
+<listitem>
 STARTTLS and STLS support.
-</item>
+</listitem>
 
 </list>
 </para>
@@ -235,53 +235,53 @@
         name="Architecture and scalability">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 One master and several worker processes;
 worker processes run under an unprivileged user;
-</item>
+</listitem>
 
-<item>
+<listitem>
 The notification methods: kqueue (FreeBSD 4.1+),
 epoll (Linux 2.6+), rt signals (Linux 2.2.19+),
 /dev/poll (Solaris 7 11/99+), event ports (Solaris 10),
 select, and poll;
-</item>
+</listitem>
 
-<item>
+<listitem>
 The support of the various kqueue features including EV_CLEAR, EV_DISABLE
 (to temporarily disable events), NOTE_LOWAT, EV_EOF, number of available data,
 error codes;
-</item>
+</listitem>
 
-<item>
+<listitem>
 sendfile (FreeBSD 3.1+, Linux 2.2+, Mac OS X 10.5+), sendfile64 (Linux 2.4.21+),
 and sendfilev (Solaris 8 7/01+) support;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_core_module.xml" id="aio">File AIO</link>
 (FreeBSD 4.3+, Linux 2.6.22+);
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_core_module.xml" id="directio">DIRECTIO</link>
 (FreeBSD 4.4+, Linux 2.4+, Solaris 2.6+, Mac OS X);
-</item>
+</listitem>
 
-<item>
+<listitem>
 Accept-filters (FreeBSD 4.1+) and TCP_DEFER_ACCEPT (Linux 2.4+)
 <link doc="docs/http/ngx_http_core_module.xml" id="listen">support</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 10,000 inactive HTTP keep-alive connections take about 2.5M memory;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Data copy operations are kept to a minimum.
-</item>
+</listitem>
 
 </list>
 </para>
@@ -293,31 +293,31 @@
         name="Tested OS and platforms">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 FreeBSD 3 &mdash; 10 / i386; FreeBSD 5 &mdash; 10 / amd64;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Linux 2.2 &mdash; 2.6 / i386; Linux 2.6 / amd64;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Solaris 9 / i386, sun4u; Solaris 10 / i386, amd64, sun4v;
-</item>
+</listitem>
 
-<item>
+<listitem>
 AIX 7.1 / powerpc
-</item>
+</listitem>
 
-<item>
+<listitem>
 Mac OS X / ppc, i386;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Windows XP, Windows Server 2003.
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/en/links.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/links.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -7,17 +7,17 @@
 <section name="nginx internals">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link url="http://www.evanmiller.org/nginx-modules-guide.html">Emiller&rsquo;s
 Guide To Nginx Module Development</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://www.evanmiller.org/nginx-modules-guide-advanced.html">Emiller&rsquo;s
 Advanced Topics In Nginx Module Development</link>
-</item>
+</listitem>
 
 </list>
 </para>
@@ -28,15 +28,15 @@
 <section name="miscellanea">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link url="http://planet.nginx.org">Planet nginx</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://php-fpm.org">php-fpm: PHP FastCGI Process Manager</link>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/en/pgp_keys.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/pgp_keys.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -6,27 +6,27 @@
 
 <section>
 <para>
-<list>
-<item>
+<list type="bullet">
+<listitem>
 <link url="http://nginx.org/keys/is.key">Igor Sysoev&rsquo;s
 PGP public key</link>
-</item>
-<item>
+</listitem>
+<listitem>
 <link url="http://nginx.org/keys/mdounin.key">Maxim Dounin&rsquo;s
 PGP public key</link>
-</item>
-<item>
+</listitem>
+<listitem>
 <link url="http://nginx.org/keys/maxim.key">Maxim Konovalov&rsquo;s
 PGP public key</link>
-</item>
-<item>
+</listitem>
+<listitem>
 <link url="http://nginx.org/keys/sb.key">Sergey Budnevitch&rsquo;s
 PGP public key</link>
-</item>
-<item>
+</listitem>
+<listitem>
 <link url="http://nginx.org/keys/nginx_signing.key">nginx
 public key (used for signing packages and repositories)</link>
-</item>
+</listitem>
 </list>
 </para>
 </section>
--- a/xml/en/support.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/en/support.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -8,11 +8,11 @@
 <section name="Wiki">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link url="http://wiki.nginx.org">wiki.nginx.org</link>
-</item>
+</listitem>
 
 </list>
 </para>
@@ -34,9 +34,9 @@
 </para>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link url="http://nginx.org/mailman/listinfo/nginx">nginx@nginx.org</link>
 list (English),
 <link url="http://nginx.org/pipermail/nginx/">
@@ -45,16 +45,16 @@
 Gmane archive</link>,
 <link url="http://marc.info/?l=nginx">
 MARC archive</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://nginx.org/mailman/listinfo/nginx-ru">nginx-ru@nginx.org</link>
 list (Russian),
 <link url="http://nginx.org/pipermail/nginx-ru/">
 archive</link>,
 <link url="http://dir.gmane.org/gmane.comp.web.nginx.russian">
 Gmane archive</link>
-</item>
+</listitem>
 
 </list>
 </para>
@@ -65,20 +65,20 @@
 <section name="Forums">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link url="http://forum.nginx.org">forum.nginx.org</link>
 (with mailing lists integration)
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://www.ruby-forum.com/forum/nginx">
 Ruby Forum</link>
 (with
 <link url="http://nginx.org/mailman/listinfo/nginx">nginx@nginx.org</link>
 mailing list integration)
-</item>
+</listitem>
 
 </list>
 </para>
@@ -89,24 +89,24 @@
 <section name="Development">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link url="http://nginx.org/mailman/listinfo/nginx-devel">nginx-devel@nginx.org</link>
 mailing list for developers (English),
 <link url="http://nginx.org/pipermail/nginx-devel/">
 archive</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://trac.nginx.org/nginx/browser">
 Browse a Source Code</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://trac.nginx.org/nginx/report">
 Report a Bug</link>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/he/docs/howto.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/he/docs/howto.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -8,19 +8,19 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
 <!--
 
-<item>
+<listitem>
 <link doc="debugging_log.xml"/>
-</item>
+</listitem>
 
 -->
 
-<item>
+<listitem>
 <link doc="http/converting_rewrite_rules.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/he/docs/http/server_names.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/he/docs/http/server_names.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -42,25 +42,25 @@
 
 השמות נבדקים בסדר הבא:
 
-<orderedlist>
+<list type="enum">
 
-<item>
+<listitem>
 שמות מדוייקים;
-</item>
+</listitem>
 
-<item>
+<listitem>
 שמות Wildcard המתחילים בכוכבית: <url>*.nginx.org</url>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 שמות Wildcard המסתיימים בכוכבית: <url>mail.*</url>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 ביטויים רגולריים לפי הסדר שבו הם מופיעים בקובץ התצורה.
-</item>
+</listitem>
 
-</orderedlist>
+</list>
 ההתאמה הראשונה עוצרת את החיפוש.
 </para>
 
@@ -376,40 +376,40 @@
         name="תאימות">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 לכידת שמות בביטויים רגולריים נתמכה החל מגירסה 0.8.25.
-</item>
+</listitem>
 
-<item>
+<listitem>
 לכידת ביטויים רגולריים נתמכה החל מגירסה 0.7.40.
 
-</item>
+</listitem>
 
-<item>
+<listitem>
 שם שרת ריק &ldquo;&rdquo; נתמך החל מגירסה 0.7.12.
-</item>
+</listitem>
 
-<item>
+<listitem>
 שם שרת מסוג wildcard או ביטוי רגולרי נתמכו לשימוש כשם שרת ראשון החל מגירסה 0.6.25.
-</item>
+</listitem>
 
-<item>
+<listitem>
 שמות שרת כביטוי רגולרי נתמכו החל מגירסה 0.6.7.
-</item>
+</listitem>
 
-<item>
+<listitem>
 צורות Wildcard מסוג <url>nginx.*</url> נתמכו החל מגירסה 0.6.0.
-</item>
+</listitem>
 
-<item>
+<listitem>
 הצורה המיוחדת <url>.nginx.org</url> נתמכה החל מגירסה 0.3.18.
-</item>
+</listitem>
 
-<item>
+<listitem>
 הצורה <url>*.nginx.org</url> נתמכה החל מגירסה 0.1.13.
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/he/docs/index.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/he/docs/index.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -8,21 +8,21 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="introduction.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="howto.xml"/>
-</item>
+</listitem>
 
 <!--
 
-<item>
+<listitem>
 <link doc="faq.xml"/>
-</item>
+</listitem>
 
 -->
 
@@ -30,11 +30,11 @@
 </para>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="windows.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/he/docs/introduction.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/he/docs/introduction.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -8,25 +8,25 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
 <!--
 
-<item>
+<listitem>
 <link doc="http/request_processing.xml"/>
-</item>
+</listitem>
 
 -->
 
-<item>
+<listitem>
 <link doc="http/server_names.xml"/>
-</item>
+</listitem>
 
 <!--
 
-<item>
+<listitem>
 <link doc="http/configuring_https_servers.xml"/>
-</item>
+</listitem>
 
 -->
 
--- a/xml/he/docs/windows.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/he/docs/windows.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -98,21 +98,21 @@
 <section id="known_issues"
         name="בעיות ידועות">
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 למרות שניתן להפעיל מספר תהליכים עובדים, רק אחד מהם עושה בפועל את העבודה.
-</item>
+</listitem>
 
-<item>
+<listitem>
 תהליך עובד לא יכול לטפל ביותר מ 1024 חיבורים פעילים בו זמנית.
-</item>
+</listitem>
 
-<item>
+<listitem>
 מודול המטמון ומודולים אחרים אשר דורשים תמיכה בזיכרון משותף, לא עובדים בחלונות
 ויסטה או גירסאות מאוחרות יותר, עקב הפעלת טכניקת address space layout randomization
 המופעלת בגירסאות אלה של חלונות.
-</item>
+</listitem>
 
 </list>
 
@@ -121,19 +121,19 @@
 <section id="possible_future_enhancements"
         name="שיפורים עתידיים אפשריים">
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 הרצה כשירות במערכת (Service).
-</item>
+</listitem>
 
-<item>
+<listitem>
 שימוש ב I/O completion ports כשיטת יידוע.
-</item>
+</listitem>
 
-<item>
+<listitem>
 שימוש במספר נימי עובדים בתוך תהליך עובד אחד.
-</item>
+</listitem>
 
 </list>
 
--- a/xml/he/index.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/he/index.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -33,33 +33,33 @@
         name="תכונות HTTP בסיסיות">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 הגשת קבצים סטטיים וקובצי אינדקס, ואינדוקס אוטומטי;
 מטמון file descriptor-ים פתוחים;
-</item>
+</listitem>
 
-<item>
+<listitem>
 פרוקסי הפוך מואץ כולל מטמון;
 ביזור עומסים פשוט ושרידות מפני תקלות;
-</item>
+</listitem>
 
-<item>
+<listitem>
 תמיכה בהאצה עם מטמון של שרתי FastCGI מרוחקים;
 ביזור עומסים פשוט ושרידות מפני תקלות;
-</item>
+</listitem>
 
-<item>
+<listitem>
 ארכיטקטורה מודולרית. פילטרים המבצעים gzip, טווחי בתים (byte ranges),
 תשובות מסוג chunked, תמיכה ב XSLT, SSI ופילטר שינוי גודל תמונות.
 ריבוי הכללות SSI בדף בודד יכול להיות מבוצע באופן מקבילי אם הן מטופלות
 על ידי FastCGI או שרתים ש nginx הוא פרוקסי עבורם.
-</item>
+</listitem>
 
-<item>
+<listitem>
 תמיכה ב SSL ו TLS SNI.
-</item>
+</listitem>
 
 </list>
 </para>
@@ -71,60 +71,60 @@
         name="תכונות HTTP אחרות">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 שרתים וירטואליים מבוססי IP ושם (הוסט);
-</item>
+</listitem>
 
-<item>
+<listitem>
 תמיכה ב keep-alive וב pipelining לחיבורים;
-</item>
+</listitem>
 
-<item>
+<listitem>
 תצורה גמישה;
-</item>
+</listitem>
 
-<item>
+<listitem>
 קביעת תצורה מחדש ואף שדרוג מקוון ללא כל הפרעה לעיבוד
 בקשות הלקוחות;
-</item>
+</listitem>
 
-<item>
+<listitem>
 פורמטים ללוג הגישה, כתיבה ללוג באמצעות חוצץ, והחלפת לוגים מהירה;
-</item>
+</listitem>
 
-<item>
+<listitem>
 הפנייה באמצעות קודי שגיאה 3xx-5xx;
-</item>
+</listitem>
 
-<item>
+<listitem>
 מודול rewrite;
-</item>
+</listitem>
 
-<item>
+<listitem>
 בקרת גישה המבוססת על כתובת IP של הלקוח וגם אימות מסוג HTTP Basic;
-</item>
+</listitem>
 
-<item>
+<listitem>
 המתודות PUT, DELETE, MKCOL, COPY ו MOVE;
-</item>
+</listitem>
 
-<item>
+<listitem>
 סטרימינג של FLV;
-</item>
+</listitem>
 
-<item>
+<listitem>
 הגבלת מהירות;
-</item>
+</listitem>
 
-<item>
+<listitem>
 הגבלה של מספר החיבורים בו זמנית או מספר הבקשות מכתובת אחת.
-</item>
+</listitem>
 
-<item>
+<listitem>
 perl משובץ.
-</item>
+</listitem>
 
 </list>
 </para>
@@ -136,43 +136,43 @@
         name="תכונות פרוקסי דואר">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 הפניית משתמשים לשרתי IMAP/POP3 אחוריים בהתבסס על שרת אימות HTTP חיצוני;
-</item>
+</listitem>
 
-<item>
+<listitem>
 אימות משתמש באמצעות שרת אימות HTTP חיצוני והפניית חיבור לשרת SMTP פנימי;
-</item>
+</listitem>
 
-<item>
+<listitem>
 מתודות אימות:
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 POP3: USER/PASS, APOP, AUTH LOGIN/PLAIN/CRAM-MD5;
-</item>
+</listitem>
 
-<item>
+<listitem>
 IMAP: LOGIN, AUTH LOGIN/PLAIN/CRAM-MD5;
-</item>
+</listitem>
 
-<item>
+<listitem>
 SMTP: AUTH LOGIN/PLAIN/CRAM-MD5;
-</item>
+</listitem>
 
 </list>
-</item>
+</listitem>
 
-<item>
+<listitem>
 תמיכה בהצפנת SSL;
-</item>
+</listitem>
 
-<item>
+<listitem>
 תמיכה ב STARTTLS ו STLS.
-</item>
+</listitem>
 
 </list>
 </para>
@@ -184,46 +184,46 @@
         name="ארכיטקטורה ויכולת גידול">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 תהליך ראשי אחד ומספר תהליכי עובדים.
 תהליכי העובדים רצים בתור משתמש ללא הרשאות;
-</item>
+</listitem>
 
-<item>
+<listitem>
 שיטות יידוע: kqueue (במערכות FreeBSD 4.1 ומעלה),
 epoll (במערכות לינוקס 2.6 ומעלה), סיגנלי rt (במערכות לינוקס 2.2.19 ומעלה),
 <path>/dev/poll</path> (במערכות סולאריס 7 11/99 ומעלה), event ports (במערכות סולאריס 10),
 select, ואף poll;
-</item>
+</listitem>
 
-<item>
+<listitem>
 תמיכה עבור תכונות kqueue שונות כולל  EV_CLEAR ו EV_DISABLE
 (כדי לבטל אירועים זמנית), NOTE_LOWAT, EV_EOF, מספר קודי מידע ושגיאה;
-</item>
+</listitem>
 
-<item>
+<listitem>
 תמיכה ב sendfile (במערכות FreeBSD 3.1 ומעלה, לינוקס 2.2 ומעלה ו Mac OS X 10.5), תמיכה ב sendfile64 (לינוקס 2.4.21 ומעלה),
 ו sendfilev (סולאריס 8 7/01 ומעלה);
-</item>
+</listitem>
 
-<item>
+<listitem>
 File AIO (במערכות FreeBSD 4.3 ומעלה ולינוקס 2.6.22 ומעלה);
-</item>
+</listitem>
 
-<item>
+<listitem>
 תמיכה ב Accept-filters (במערכות FreeBSD 4.1 ומעלה) ו TCP_DEFER_ACCEPT (במערכות לינוקס 2.4 ומעלה) 
-</item>
+</listitem>
 
-<item>
+<listitem>
 10,000 חיבורי HTTP לא פעילים במצב keep-alive תופסים נפח זיכרון העומד על בערך 
 12.5M;
-</item>
+</listitem>
 
-<item>
+<listitem>
 פעולות העתקת מידע מבוצעות באופן נדיר ככל האפשר.
-</item>
+</listitem>
 
 </list>
 </para>
@@ -235,27 +235,27 @@
         name="מערכות הפעלה ופלטפורמות בדוקות">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 FreeBSD 3 &mdash; 8 / i386; FreeBSD 5 &mdash; 8 / amd64;
-</item>
+</listitem>
 
-<item>
+<listitem>
 לינוקס 2.2 &mdash; 2.6 / i386; לינוקס 2.6 / amd64;
-</item>
+</listitem>
 
-<item>
+<listitem>
 סולאריס 9 / i386, sun4u; סולאריס 10 / i386, amd64, sun4v;
-</item>
+</listitem>
 
-<item>
+<listitem>
 MacOS X / ppc, i386;
-</item>
+</listitem>
 
-<item>
+<listitem>
 חלונות XP, חלונות סרבר 2003.
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/index.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/index.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -453,23 +453,23 @@
 <para>
 Now the 0.8.x branch becomes a stable branch.
 The new features have appeared during 0.8 development:
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 named regular expression captures,
-</item>
+</listitem>
 
-<item>
+<listitem>
 file AIO in FreeBSD and Linux,
-</item>
+</listitem>
 
-<item>
+<listitem>
 SSL CRL,
-</item>
+</listitem>
 
-<item>
+<listitem>
 SCGI and uwsgi modules.
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/ja/docs/faq.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ja/docs/faq.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -7,11 +7,11 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="sys_errlist.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/ja/docs/howto.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ja/docs/howto.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -7,15 +7,15 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="debugging_log.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/converting_rewrite_rules.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/ja/docs/http/configuring_https_servers.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ja/docs/http/configuring_https_servers.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -264,27 +264,27 @@
 単一の IP アドレス上で複数の HTTPS サーバを動かすときのさらに包括的な解決方法として <link url="http://en.wikipedia.org/wiki/Server_Name_Indication">TLSv1.1 Server Name Indication extension(サーバ名指示拡張)</link> (SNI, RFC3546) があります。これは、ブラウザが SSL ハンドシェイクの間にリクエストされたサーバ名を渡せるようにするもので、それによりサーバはその接続でどの証明書を使用するべきかが分かります。しかし、SNI は限られたブラウザしかサポートしていません。現時点では次のブラウザのバージョン以降のものがサポートされています:
 </para>
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Opera 8.0
-</item>
+</listitem>
 
-<item>
+<listitem>
 MSIE 7.0 (Windows Vista 以降のみ)
-</item>
+</listitem>
 
-<item>
+<listitem>
 Firefox 2.0 および Mozilla Platform rv:1.8.1 を使用している他のブラウザ
-</item>
+</listitem>
 
-<item>
+<listitem>
 Safari 3.2.1 (Windows バージョンでは Vista 以降)
-</item>
+</listitem>
 
-<item>
+<listitem>
 Chrome (Windows バージョンでは Vista 以降)
-</item>
+</listitem>
 
 </list>
 
@@ -313,55 +313,55 @@
 <section id="compatibility" name="Compatibility">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 &ldquo;-V&rdquo; スイッチでの SNI サポートステータス表示は 0.8.21 以降と 0.7.62 でサポートされています。
-</item>
+</listitem>
 
-<item>
+<listitem>
 <literal>listen</literal> ディレクティブの <literal>ssl</literal> パラメータは 0.7.14 以降からサポートされています。
-</item>
+</listitem>
 
-<item>
+<listitem>
 SNI は 0.5.32 以降からサポートされています。
-</item>
+</listitem>
 
-<item>
+<listitem>
 共有 SSL セッションキャッシュは 0.5.6 以降からサポートされています。
-</item>
+</listitem>
 
 </list>
 </para>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 バージョン 0.7.65 と 0.8.19 以降のデフォルトの SSL プロトコルは SSLv3 と TLSv1 です。
-</item>
+</listitem>
 
-<item>
+<listitem>
 バージョン 0.7.64 と 0.8.18 以前のデフォルトの SSL プロトコルは SSLv2、SSLv3、TLSv1 です。
-</item>
+</listitem>
 
 </list>
 </para>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 バージョン 0.7.65 と 0.8.20 以降のデフォルトの SSL 暗号は <literal>HIGH:!ADH:!MD5</literal> です。
-</item>
+</listitem>
 
-<item>
+<listitem>
 バージョン  0.8.19 のデフォルトの SSL 暗号は <literal>ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM</literal> です。
-</item>
+</listitem>
 
-<item>
+<listitem>
 バージョン 0.7.64 と 0.8.18 以前のデフォルトの SSL 暗号は <literal>ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP</literal> です。
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/ja/docs/http/request_processing.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ja/docs/http/request_processing.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -183,31 +183,31 @@
 <para>
 では、上記の設定ではどのようにリクエストが処理されるのかを見てみましょう:
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <para>
 リクエスト <path>/logo.gif</path> はリテラルなロケーション <literal>/</literal> に最初にマッチし、次に正規表現 <literal>\.(gif|jpg|png)$</literal> にマッチするので、後者のロケーションによって処理されます。 このリクエストは <literal>root&nbsp;/data/www</literal> ディレクティブを使用してファイル <path>/data/www/logo.gif</path> にマップされ、このファイルがクライアントに送られます。
 </para>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <para>
 リクエスト <path>/index.php</path> もまたリテラルなロケーション <literal>/</literal> に最初にマッチし、次に正規表現 <literal>\.(php)$</literal> にマッチします。したがって、このリクエストは後者のロケーションによって処理され、localhost:9000 で待ち受けている FastCGI サーバに渡されます。<literal>fastcgi_param</literal> ディレクティブは FastCGI のパラメータ SCRIPT_FILENAME を <path>/data/www/index.php</path> にセットし、この FastCGI サーバがこのファイルを実行します。変数 $document_root は <literal>root</literal> ディレクティブの値と同等で、変数 $fastcgi_script_name はリクエスト URI、例えば <path>/index.php</path> と同等です。
 </para>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <para>
 リクエスト <path>/about.html</path> はリテラルなロケーション <literal>/</literal> のみにマッチします。したがってこのロケーションで処理されます。このリクエストは <literal>root</literal> ディレクティブのパラメータ <literal>/data/www</literal> を使い、ファイル <path>/data/www/about.html</path> にマップされ、クライアントに送られます。
 </para>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <para>
 リクエスト <path>/</path> の処理はより複雑です。これはリテラルなロケーション <literal>/</literal> のみにマッチし、このロケーションで処理されます。ついで <literal>index</literal> ディレクティブがパラメータと <literal>root</literal> ディレクティブのパラメータ <literal>/data/www</literal> にしたがって index ファイルが存在するかどうかを考査します。もし <path>/data/www/index.php</path> ファイル存在すればこのディレクティブは <path>/index.php</path> への内部リダイレクトを実行し、nginx はまるでこのリクエストがクライアントに送られたかのようにこのロケーションを再び検索します。先に見たように、リダイレクトされたリクエストは最終的に FastCGI サーバで処理されます。
 </para>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/ja/docs/http/server_names.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ja/docs/http/server_names.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -39,25 +39,25 @@
 
 サーバ名は次の順序で考査されます:
 
-<orderedlist>
+<list type="enum">
 
-<item>
+<listitem>
 完全一致名
-</item>
+</listitem>
 
-<item>
+<listitem>
 アスタリスクで始まるワイルドカード名: <url>*.nginx.org</url>
-</item>
+</listitem>
 
-<item>
+<listitem>
 アスタリスクで終わるワイルドカード名: <url>mail.*</url>
-</item>
+</listitem>
 
-<item>
+<listitem>
 設定ファイル内の順序での正規表現
-</item>
+</listitem>
 
-</orderedlist>
+</list>
 最初にマッチしたところで検索は終了します。.
 </para>
 
@@ -304,43 +304,43 @@
         name="互換性">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 0.8.48 以降、デフォルトのサーバ名の値は空の名前 &ldquo;&rdquo; です。
-</item>
+</listitem>
 
-<item>
+<listitem>
 正規表現サーバ名の名前付きキャプチャのサポートは 0.8.25 からです。
-</item>
+</listitem>
 
-<item>
+<listitem>
 正規表現サーバ名のキャプチャのサポートは 0.7.40 からです。
-</item>
+</listitem>
 
-<item>
+<listitem>
 空のサーバ名 &ldquo;&rdquo; のサポートは 0.7.12 からです。
-</item>
+</listitem>
 
-<item>
+<listitem>
 ワイルドカードサーバ名と正規表現の最初のサーバ名としての使用は0.6.25 からサポートされています。
-</item>
+</listitem>
 
-<item>
+<listitem>
 正規表現サーバ名のサポートは 0.6.7 からです。
-</item>
+</listitem>
 
-<item>
+<listitem>
 ワイルドカードの形式 <url>nginx.*</url> のサポートは 0.6.0 からです。
-</item>
+</listitem>
 
-<item>
+<listitem>
 特別な形式 <url>.nginx.org</url> のサポートは 0.3.18 からです。
-</item>
+</listitem>
 
-<item>
+<listitem>
 ワイルドカードの形式 <url>*.nginx.org</url> のサポートは 0.1.13 からです。
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/ja/docs/index.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ja/docs/index.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -7,19 +7,19 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="introduction.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="howto.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="faq.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
@@ -27,11 +27,11 @@
 <!--
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="windows.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/ja/docs/introduction.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ja/docs/introduction.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -7,19 +7,19 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="http/request_processing.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/server_names.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/configuring_https_servers.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/ja/index.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ja/index.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -24,27 +24,27 @@
         name="基本的な HTTP 機能">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 スタティックなインデックスファイルの提供、自動インデクシング、オープンなファイルディスクリプタキャッシュ
-</item>
+</listitem>
 
-<item>
+<listitem>
 キャッシングで高速化されたリバースプロキシ、シンプルなロードバランシングとフォールトトレランス
-</item>
+</listitem>
 
-<item>
+<listitem>
 リモートの FastCGI サーバのキャッシングによる高速化サポート、シンプルなロードバランシングとフォールトトレランス
-</item>
+</listitem>
 
-<item>
+<listitem>
 モジュールアーキテクチャ。フィルタには gzip、バイトレンジ、チャンク化されたレスポンス、XSLT、SSI、画像リサイズフィルタが含まれます。FastCGI もしくはプロキシ化されたサーバなら、単一ページ内への複数 SSI 封入が並列で処理可能。
-</item>
+</listitem>
 
-<item>
+<listitem>
 SSL と TLS SNI サポート。
-</item>
+</listitem>
 
 </list>
 </para>
@@ -56,59 +56,59 @@
         name="他の HTTP 機能">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 名前ベースと IP ベースの仮想サーバ
-</item>
+</listitem>
 
-<item>
+<listitem>
 キープアライブとパイプライン接続のサポート
-</item>
+</listitem>
 
-<item>
+<listitem>
 柔軟な設定
-</item>
+</listitem>
 
-<item>
+<listitem>
 クライアント処理を中断させること無く再構成、オンラインアップグレード
-</item>
+</listitem>
 
-<item>
+<listitem>
 アクセスログフォーマット、バッファされたログ書き込み、素早いログローテーション
-</item>
+</listitem>
 
-<item>
+<listitem>
 3xx-5xx エラーコードのリダイレクト
-</item>
+</listitem>
 
-<item>
+<listitem>
 rewrite モジュール
-</item>
+</listitem>
 
-<item>
+<listitem>
 クライアントの IP アドレスをベースにしたアクセスコントロールと HTTP ベーシック認証
-</item>
+</listitem>
 
-<item>
+<listitem>
 PUT、DELETE、MKCOL、COPY、MOVE メソッド
-</item>
+</listitem>
 
-<item>
+<listitem>
 FLV ストリーミング
-</item>
+</listitem>
 
-<item>
+<listitem>
 速度制限
-</item>
+</listitem>
 
-<item>
+<listitem>
 同一アドレスからの同時接続もしくは同時リクエストの制限
-</item>
+</listitem>
 
-<item>
+<listitem>
 埋め込み perl
-</item>
+</listitem>
 
 </list>
 </para>
@@ -120,43 +120,43 @@
         name="メールプロキシサーバ機能">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 外部の HTTP 認証サーバを利用した IMAP/POP3 バックエンドへのユーザリダイレクト
-</item>
+</listitem>
 
-<item>
+<listitem>
 外部の HTTP 認証サーバと内部 SMTP バックエンドへの接続リダイレクトを利用したユーザ認証
-</item>
+</listitem>
 
-<item>
+<listitem>
 認証メソッド:
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 POP3: USER/PASS, APOP, AUTH LOGIN/PLAIN/CRAM-MD5;
-</item>
+</listitem>
 
-<item>
+<listitem>
 IMAP: LOGIN, AUTH LOGIN/PLAIN/CRAM-MD5;
-</item>
+</listitem>
 
-<item>
+<listitem>
 SMTP: AUTH LOGIN/PLAIN/CRAM-MD5;
-</item>
+</listitem>
 
 </list>
-</item>
+</listitem>
 
-<item>
+<listitem>
 SSL サポート
-</item>
+</listitem>
 
-<item>
+<listitem>
 STARTTLS と STLS のサポート
-</item>
+</listitem>
 
 </list>
 </para>
@@ -168,39 +168,39 @@
         name="アーキテクチャとスケーラビリティ">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 一つのマスタープロセスと複数のワーカープロセス。ワーカーは非特権ユーザとして動く
-</item>
+</listitem>
 
-<item>
+<listitem>
 通知メソッド: kqueue (FreeBSD 4.1+)、epoll (Linux 2.6+)、rt シグナルs (Linux 2.2.19+)、/dev/poll (Solaris 7 11/99+)、イベントポート (Solaris 10)、select、poll
-</item>
+</listitem>
 
-<item>
+<listitem>
 EV_CLEAR, EV_DISABLE (イベントを一時的に無効にする)、 NOTE_LOWAT, EV_EOF、利用可能なデータの数、エラーコードを含む様々な kqueue 機能のサポート
-</item>
+</listitem>
 
-<item>
+<listitem>
 sendfile (FreeBSD 3.1+, Linux 2.2+, Mac OS X 10.5)、sendfile64 (Linux 2.4.21+)、sendfilev (Solaris 8 7/01+) のサポート
-</item>
+</listitem>
 
-<item>
+<listitem>
 ファイル AIO (FreeBSD 4.3+, Linux 2.6.22+)
-</item>
+</listitem>
 
-<item>
+<listitem>
 Accept-filters (FreeBSD 4.1+) と TCP_DEFER_ACCEPT (Linux 2.4+) のサポート
-</item>
+</listitem>
 
-<item>
+<listitem>
 1 万の非アクティブな HTTP キープアライブ接続は約 2.5M のメモリーを使用
-</item>
+</listitem>
 
-<item>
+<listitem>
 データコピーの実施は最小に保たれる
-</item>
+</listitem>
 
 </list>
 </para>
@@ -212,27 +212,27 @@
         name="テスト済み OS とプラットフォーム">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 FreeBSD 3 &mdash; 8 / i386; FreeBSD 5 &mdash; 8 / amd64;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Linux 2.2 &mdash; 2.6 / i386; Linux 2.6 / amd64;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Solaris 9 / i386, sun4u; Solaris 10 / i386, amd64, sun4v;
-</item>
+</listitem>
 
-<item>
+<listitem>
 MacOS X / ppc, i386;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Windows XP, Windows Server 2003.
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/ru/docs/control.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ru/docs/control.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -195,7 +195,7 @@
 необходимости ему можно сказать, чтобы он снова запустил свои рабочие процессы.
 Если работа нового исполняемого файла по каким-то причинам не устраивает,
 то можно сделать следующее:
-<list>
+<list type="bullet">
 
 <listitem>
 <para>
--- a/xml/ru/docs/events.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ru/docs/events.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -9,7 +9,7 @@
 <para>
 nginx поддерживает следующие методы обработки соединений, которые
 можно задать директивой <link doc="ngx_core_module.xml" id="use"/>:
-<list>
+<list type="bullet">
 
 <listitem>
 <para>
--- a/xml/ru/docs/faq.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ru/docs/faq.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -8,11 +8,11 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="sys_errlist.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/ru/docs/howto.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ru/docs/howto.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -8,20 +8,20 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="debugging_log.xml"/>
-</item>
+</listitem>
 
 <!--
-<item>
+<listitem>
 <link doc="http/converting_rewrite_rules.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="howto_build_on_win32.xml"/>
-</item>
+</listitem>
 -->
 
 </list>
--- a/xml/ru/docs/index.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ru/docs/index.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -8,65 +8,65 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
 <!--
 
-<item>
+<listitem>
 <link doc="introduction.xml"/>
-</item>
+</listitem>
 
 -->
 
-<item>
+<listitem>
 <link doc="howto.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="faq.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="install.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="windows.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="events.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="syntax.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="example.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="switches.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="virtual_hosts.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="control.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="hash.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
@@ -76,217 +76,217 @@
 <section name="Справочник по модулям">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="dirindex.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="ngx_core_module.xml" />
-</item>
+</listitem>
 
 </list>
 </para>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="http/ngx_http_core_module.xml">
 ngx_http_core_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_access_module.xml">
 ngx_http_access_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_addition_module.xml">
 ngx_http_addition_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_auth_basic_module.xml">
 ngx_http_auth_basic_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_autoindex_module.xml">
 ngx_http_autoindex_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_browser_module.xml">
 ngx_http_browser_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_charset_module.xml">
 ngx_http_charset_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_dav_module.xml">
 ngx_http_dav_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_empty_gif_module.xml">
 ngx_http_empty_gif_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_fastcgi_module.xml">
 ngx_http_fastcgi_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_flv_module.xml">
 ngx_http_flv_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_geo_module.xml">
 ngx_http_geo_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_geoip_module.xml">
 ngx_http_geoip_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_gzip_module.xml">
 ngx_http_gzip_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_gzip_static_module.xml">
 ngx_http_gzip_static_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_headers_module.xml">
 ngx_http_headers_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_image_filter_module.xml">
 ngx_http_image_filter_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_index_module.xml">
 ngx_http_index_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_limit_conn_module.xml">
 ngx_http_limit_conn_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_limit_req_module.xml">
 ngx_http_limit_req_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_log_module.xml">
 ngx_http_log_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_map_module.xml">
 ngx_http_map_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_memcached_module.xml">
 ngx_http_memcached_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_mp4_module.xml">
 ngx_http_mp4_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_perl_module.xml">
 ngx_http_perl_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_proxy_module.xml">
 ngx_http_proxy_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_random_index_module.xml">
 ngx_http_random_index_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_realip_module.xml">
 ngx_http_realip_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_referer_module.xml">
 ngx_http_referer_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_rewrite_module.xml">
 ngx_http_rewrite_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_secure_link_module.xml">
 ngx_http_secure_link_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_split_clients_module.xml">
 ngx_http_split_clients_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_ssi_module.xml">
 ngx_http_ssi_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_ssl_module.xml">
 ngx_http_ssl_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_sub_module.xml">
 ngx_http_sub_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_upstream_module.xml">
 ngx_http_upstream_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_userid_module.xml">
 ngx_http_userid_module</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/ngx_http_xslt_module.xml">
 ngx_http_xslt_module</link>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/ru/docs/install.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ru/docs/install.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -12,7 +12,7 @@
 может использовать для обработки соединений.
 В конце концов она создаёт <path>Makefile</path>.
 Команда <command>configure</command> поддерживает следующие параметры:
-<list>
+<list type="bullet">
 
 <listitem>
 <para>
--- a/xml/ru/docs/switches.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ru/docs/switches.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -8,7 +8,7 @@
 
 <para>
 nginx поддерживает следующие параметры:
-<list>
+<list type="bullet">
 
 <listitem>
 <literal>-c <value>файл</value></literal>&mdash;указывает
--- a/xml/ru/docs/windows.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ru/docs/windows.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -107,22 +107,22 @@
 <section id="known_issues"
         name="Известные проблемы">
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Хоть и возможен запуск нескольких рабочих процессов, только один из них
 реально работает.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Рабочий процесс может обслуживать не более 1024 одновременных соединений.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Кэш и другие модули, требующие поддержки разделяемой памяти, не работают
 под Windows Vista и более поздними версиями в связи с тем, что на этих
 версиях Windows включена рандомизация адресного пространства.
-</item>
+</listitem>
 
 </list>
 
@@ -131,20 +131,20 @@
 <section id="possible_future_enhancements"
         name="Возможные усовершенствования в будущем">
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Запуск в виде сервиса.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Использование портов завершения ввода-вывода (I/O completion ports)
 в качестве метода обработки соединений.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Использование нескольких рабочих нитей внутри одного рабочего процесса.
-</item>
+</listitem>
 
 </list>
 
--- a/xml/ru/download.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ru/download.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -155,16 +155,16 @@
 <section name="Исходный код">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Репозиторий Subversion, доступный только для чтения:
 <literal>svn://svn.nginx.org/nginx</literal>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://trac.nginx.org/nginx/browser">Исходный код в Trac</link>
-</item>
+</listitem>
 
 </list>
 </para>
@@ -184,23 +184,23 @@
 Для настройки репозитория yum для RHEL/CentOS выберите из списка
 соответствующий пакет <literal>nginx-release</literal>:
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link url="http://nginx.org/packages/rhel/5/noarch/RPMS/nginx-release-rhel-5-0.el5.ngx.noarch.rpm">RHEL 5</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://nginx.org/packages/rhel/6/noarch/RPMS/nginx-release-rhel-6-0.el6.ngx.noarch.rpm">RHEL 6</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://nginx.org/packages/centos/5/noarch/RPMS/nginx-release-centos-5-0.el5.ngx.noarch.rpm">CentOS 5</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm">CentOS 6</link>
-</item>
+</listitem>
 
 </list>
 
--- a/xml/ru/index.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ru/index.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -37,9 +37,9 @@
         name="Основная функциональность HTTP-сервера">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Обслуживание статических запросов,
 <link doc="docs/http/ngx_http_index_module.xml">индексных
 файлов</link>,
@@ -47,16 +47,16 @@
 создание списка файлов</link>,
 <link doc="docs/http/ngx_http_core_module.xml"
        id="open_file_cache">кэш дескрипторов открытых файлов</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_proxy_module.xml">Акселерированное
 обратное проксирование с кэшированием</link>,
 <link doc="docs/http/ngx_http_upstream_module.xml">простое
 распределение нагрузки и отказоустойчивость</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Акселерированная поддержка
 <link doc="docs/http/ngx_http_fastcgi_module.xml">FastCGI</link>,
 uwsgi, SCGI и
@@ -64,9 +64,9 @@
 серверов с кэшированием,
 <link doc="docs/http/ngx_http_upstream_module.xml">простое
 распределение нагрузки и отказоустойчивость</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Модульность, фильтры, в том числе
 <link doc="docs/http/ngx_http_gzip_module.xml">сжатие (gzip)</link>,
 byte-ranges (докачка),
@@ -77,12 +77,12 @@
 изображений</link>;
 несколько подзапросов на одной странице, обрабатываемые в SSI-фильтре
 через прокси или FastCGI, выполняются параллельно;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_ssl_module.xml">Поддержка SSL и
 расширения TLS SNI</link>.
-</item>
+</listitem>
 
 </list>
 </para>
@@ -94,89 +94,89 @@
         name="Другие возможности HTTP-сервера">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="docs/virtual_hosts.xml">Виртуальные серверы</link>,
 определяемые по IP-адресу и имени;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Поддержка
 <link doc="docs/http/ngx_http_core_module.xml"
        id="keepalive_timeout">keep-alive</link>
 и pipelined соединений;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/example.xml">Гибкость конфигурации</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/control.xml" id="reconfiguration">Изменение настроек</link>
 и <link doc="docs/control.xml" id="upgrade">обновление
 исполняемого файла</link> без перерыва в обслуживании клиентов;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_log_module.xml" id="log_format">Настройка
 форматов логов</link>,
 <link doc="docs/http/ngx_http_log_module.xml" id="access_log">буферизованная
 запись в лог</link>,
 <link doc="docs/control.xml" id="logs">быстрая ротация логов</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_core_module.xml" id="error_page">Специальные
 страницы</link> для ошибок 3xx-5xx;
-</item>
+</listitem>
 
-<item>
+<listitem>
 rewrite-модуль:
 <link doc="docs/http/ngx_http_rewrite_module.xml">изменение URI
 с помощью регулярных выражений</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_rewrite_module.xml" id="if">Выполнение
 разных функций</link> в зависимости от
 <link doc="docs/http/ngx_http_geo_module.xml">адреса клиента</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Ограничение доступа в зависимости от
 <link doc="docs/http/ngx_http_access_module.xml">адреса клиента</link>
 и <link doc="docs/http/ngx_http_auth_basic_module.xml">по паролю
 (HTTP Basic аутентификация)</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_dav_module.xml">Методы
 PUT, DELETE, MKCOL, COPY и MOVE</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_flv_module.xml">FLV</link>
 и
 <link doc="docs/http/ngx_http_mp4_module.xml">MP4</link>
 стриминг;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_core_module.xml"
        id="limit_rate">Ограничение скорости отдачи ответов</link>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Ограничение числа одновременных
 <link doc="docs/http/ngx_http_limit_conn_module.xml">соединений</link> и
 <link doc="docs/http/ngx_http_limit_req_module.xml">запросов</link>
 с одного адреса;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_perl_module.xml">Встроенный Perl</link>.
-</item>
+</listitem>
 
 </list>
 </para>
@@ -188,45 +188,45 @@
         name="Функциональность почтового прокси-сервера">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Перенаправление пользователя на IMAP или POP3-бэкенд с использованием
 внешнего HTTP-сервера аутентификации;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Проверка пользователя с помощью внешнего HTTP-сервера аутентификации
 и перенаправление соединения на внутренний SMTP-сервер;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Методы аутентификации:
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 POP3: USER/PASS, APOP, AUTH LOGIN/PLAIN/CRAM-MD5;
-</item>
+</listitem>
 
-<item>
+<listitem>
 IMAP: LOGIN, AUTH LOGIN/PLAIN/CRAM-MD5;
-</item>
+</listitem>
 
-<item>
+<listitem>
 SMTP: AUTH LOGIN/PLAIN/CRAM-MD5;
-</item>
+</listitem>
 
 </list>
-</item>
+</listitem>
 
-<item>
+<listitem>
 Поддержка SSL;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Поддержка STARTTLS и STLS.
-</item>
+</listitem>
 
 </list>
 </para>
@@ -238,58 +238,58 @@
         name="Архитектура и масштабируемость">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Один главный и несколько рабочих процессов, рабочие процессы работают под
 непривилегированным пользователем;
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/events.xml">Поддержка</link>
 kqueue (FreeBSD 4.1+),
 epoll (Linux 2.6+), rt signals (Linux 2.2.19+),
 /dev/poll <nobr>(Solaris 7 11/99+),</nobr>
 event ports <nobr>(Solaris 10),</nobr>
 select и poll;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Использование возможностей, предоставляемых kqueue, таких как
 <!-- EVFILT_VNODE, --> EV_CLEAR, EV_DISABLE (для временного выключения события),
 NOTE_LOWAT, EV_EOF, число доступных данных, коды ошибок;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Поддержка sendfile (FreeBSD 3.1+, Linux 2.2+, Mac OS X 10.5+),
 sendfile64 (Linux 2.4.21+) и sendfilev <nobr>(Solaris 8 7/01+);</nobr>
-</item>
+</listitem>
 
-<item>
+<listitem>
 Поддержка
 <link doc="docs/http/ngx_http_core_module.xml" id="aio">файлового
 AIO</link> (FreeBSD 4.3+, Linux 2.6.22+);
-</item>
+</listitem>
 
-<item>
+<listitem>
 Поддержка
 <link doc="docs/http/ngx_http_core_module.xml" id="directio">DIRECTIO</link>
 (FreeBSD 4.4+, Linux 2.4+, Solaris 2.6+, Mac OS X);
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="docs/http/ngx_http_core_module.xml" id="listen">Поддержка</link>
 accept-фильтров (FreeBSD 4.1+) и TCP_DEFER_ACCEPT (Linux 2.4+);
-</item>
+</listitem>
 
-<item>
+<listitem>
 На <nobr>10 000</nobr> неактивных HTTP keep-alive соединений расходуется
 около 2.5M памяти;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Минимум операций копирования данных.
-</item>
+</listitem>
 
 </list>
 </para>
@@ -301,31 +301,31 @@
         name="Протестированные ОС и платформы">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 FreeBSD 3 &mdash; 10 / i386; FreeBSD 5 &mdash; 10 / amd64;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Linux 2.2 &mdash; 2.6 / i386; Linux 2.6 / amd64;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Solaris 9 / i386, sun4u; Solaris 10 / i386, amd64, sun4v;
-</item>
+</listitem>
 
-<item>
+<listitem>
 AIX 7.1 / powerpc
-</item>
+</listitem>
 
-<item>
+<listitem>
 Mac OS X / ppc, i386;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Windows XP, Windows Server 2003.
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/ru/support.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/ru/support.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -8,11 +8,11 @@
 <section name="Wiki">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link url="http://wiki.nginx.org">wiki.nginx.org</link>
-</item>
+</listitem>
 
 </list>
 </para>
@@ -34,9 +34,9 @@
 </para>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 список
 <link url="http://nginx.org/mailman/listinfo/nginx">nginx@nginx.org</link>
 (английский),
@@ -46,9 +46,9 @@
 архив Gmane</link>,
 <link url="http://marc.info/?l=nginx">
 архив MARC</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 список
 <link url="http://nginx.org/mailman/listinfo/nginx-ru">nginx-ru@nginx.org</link>
 (русский),
@@ -56,7 +56,7 @@
 архив</link>,
 <link url="http://dir.gmane.org/gmane.comp.web.nginx.russian">
 архив Gmane</link>
-</item>
+</listitem>
 
 </list>
 </para>
@@ -67,23 +67,23 @@
 <section name="Форумы">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link url="http://forum.nginx.org">forum.nginx.org</link>,
 интегрированный со списками рассылок.
 Это не обычный форум, поэтому, когда вы там
 &ldquo;создаёте топик&rdquo;, этот &ldquo;топик&rdquo;
 в виде письма уходит в список рассылки, а также архивируется.
 Удалить или закрыть &ldquo;топик&rdquo; нельзя.
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://www.ruby-forum.com/forum/nginx">
 форум Ruby</link>,
 интегрированный со списком рассылки
 <link url="http://nginx.org/mailman/listinfo/nginx">nginx@nginx.org</link>
-</item>
+</listitem>
 
 </list>
 </para>
@@ -94,27 +94,27 @@
 <section name="Разработка">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Список рассылки для разработчиков
 <link url="http://nginx.org/mailman/listinfo/nginx-devel">nginx-devel@nginx.org</link>
 (английский),
 <link url="http://nginx.org/pipermail/nginx-devel/">
 архив</link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://trac.nginx.org/nginx/browser">
 Смотреть исходный код
 </link>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link url="http://trac.nginx.org/nginx/report">
 Сообщить об ошибке
 </link>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/tr/docs/faq.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/tr/docs/faq.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -7,11 +7,11 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="sys_errlist.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/tr/docs/howto.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/tr/docs/howto.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -8,15 +8,15 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="debugging_log.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/converting_rewrite_rules.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/tr/docs/http/configuring_https_servers.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/tr/docs/http/configuring_https_servers.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -265,27 +265,27 @@
 Bir IP adresi üzerinde birçok HTTPS sunucusu yürütebilmenin en genel yollarından biri, bir SSL el sıkışması (handshake) sırasında, tarayıcının talep edilmiş bir sunucu adını iletmesine izin veren ve böylece sunucunun varsayılan bağlantı için hangi sertifikayı kullanacağını bilmesini sağlayan <link url="http://en.wikipedia.org/wiki/Server_Name_Indication">TLSv1.1 Server Name Indication eklentisidir</link> (SNI, RFC3546). Ancak SNI, kısıtlı bir tarayıcı desteğine sahiptir. Mevcut destekleyen tarayıcılar ve versiyonları:
 </para>
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Opera 8.0;
-</item>
+</listitem>
 
-<item>
+<listitem>
 MSIE 7.0 (sadece Windows Vista ve üstü);
-</item>
+</listitem>
 
-<item>
+<listitem>
 Firefox 2.0 ve Mozilla Platform rv:1.8.1 platformunu kullanan diğer tarayıcılar;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Safari 3.2.1 (Windows Vista ve üstü);
-</item>
+</listitem>
 
-<item>
+<listitem>
 Chrome (Windows Vista ve üstü).
-</item>
+</listitem>
 
 </list>
 
@@ -314,58 +314,58 @@
 <section id="compatibility" name="Uygunluk">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Versiyon 0.8.21 ve 0.7.62 ile birlikte SNI destek statüsü &ldquo;-V&rdquo; anahtarı ile birlikte görüntülenmeye başlandı.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Versiyon 0.7.14 ile birlikte <literal>listen</literal> yönergesinin <literal>ssl</literal> parametresi desteklenmeye başlandı.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Versiyon 0.5.32 ile birlikte SNI desteği gelmiştir.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Versiyon 0.5.6 ile birlikte paylaşımlı SSL otorum önbelleği desteği gelmiştir.
-</item>
+</listitem>
 
 </list>
 </para>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Versiyon 0.7.65, 0.8.19 ve sonrası varsayılan SSL protokolleri: SSLv3 ve TLSv1.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Versiyon 0.7.64, 0.8.18 ve öncesi varsayılan SSL protokolleri: SSLv2, SSLv3 ve TLSv1.
-</item>
+</listitem>
 
 </list>
 </para>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Versiyon 0.7.65, 0.8.20 ve sonrası varsayılan SSL şifreleri (cipher):
 <literal>HIGH:!ADH:!MD5</literal>.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Versiyon 0.8.19: varsayılan SSL şifreleri:
 <literal>ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM</literal>.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Versiyon 0.7.64, 0.8.18 ve öncesi varsayılan SSL şifreleri:<br/>
 <literal>ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP</literal>.
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/tr/docs/http/request_processing.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/tr/docs/http/request_processing.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -188,31 +188,31 @@
 <para>
 Yukarıdaki yapılandırmada taleplerin nasıl işlendiğini inceleyelim:
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <para>
 Bir <path>/logo.gif</path> talebi, ilk olarak <literal>/</literal> literal lokasyonu, daha sonra, <literal>\.(gif|jpg|png)$</literal> düzenli ifadesi tarafından eşleştirilir. Bu sonraki (latter) lokasyon tarafından tutulur. <literal>root&nbsp;/data/www</literal> yönergesi kullanılarak, talep <path>/data/www/logo.gif</path> dosyasına eşlemlenir (mapped to) ve dosya istemciye gönderilir.
 </para>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <para>
 Bir <path>/index.php</path> talebi de ilk olarak <literal>/</literal> literal lokasyonu, sonra, <literal>\.(php)$</literal> düzenli ifadesi tarafından eşleştirilir. Bu nedenle sonraki lokasyon tarafından tutulur ve localhost:9000&rsquo;in dinlendiği bir FastCGI sunucusuna iletilir. <literal>fastcgi_param</literal> yönergesi, SCRIPT_FILENAME FastCGI parametresini <path>/data/www/index.php</path> adresine yerleştirir ve FastCGI sunucusu dosyayı yürütür. $document_root değişkeni <literal>root</literal> yönergesinin değerine, $fastcgi_script_name değişkeni ise talebin URI değerine eşittir. Örneğin <path>/index.php</path>.
 </para>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <para>
 Bir <path>/about.html</path> talebi yalnızca <literal>/</literal> literal lokasyonu tarafından eşleştirilir ve bu yüzden, bu lokasyon tarafından tutulur. <literal>root /data/www</literal> yönergesi kullanılarak talep, <path>/data/www/about.html</path> dosyasına eşlemlenir ve istemciye gönderilir.
 </para>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <para>
 Bir <path>/</path> talebini tutmak daha karmaşıktır. Sadece <literal>/</literal> literal lokasyonu tarafından eşleştirilir ve bu yüzden bu lokasyon tarafından tutulur. Sonra <literal>index</literal> yönergesi parametrelerine ve <literal>root&nbsp;/data/www</literal> yönergesine göre bir index dosyası olup olmadığını kontrol eder. Eğer bir <path>/data/www/index.php</path> dosyası mevcut ise yönerge, <path>/index.php</path> adresine dahili bir yönlendirme yapar ve eğer talep bir istemci tarafından gönderilmiş ise nginx, lokasyonları tekrar arar. Daha önce gördüğümüz gibi, yönlendirilmiş talep en son olarak FastCGI sunucusu tarafından tutulur.
 </para>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/tr/docs/http/server_names.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/tr/docs/http/server_names.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -39,25 +39,25 @@
 
 Bu adlar şu sıra ile test edilirler:
 
-<orderedlist>
+<list type="enum">
 
-<item>
+<listitem>
 gerçek adlar;
-</item>
+</listitem>
 
-<item>
+<listitem>
 * ile başlayan wildcard adlar: <url>*.nginx.org</url>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 * ile biten wildcard adlar: <url>mail.*</url>;
-</item>
+</listitem>
 
-<item>
+<listitem>
 ve düzenli ifadeler (regular expressions).
-</item>
+</listitem>
 
-</orderedlist>
+</list>
 İlk eşleşme arama işlemini bitirir.
 </para>
 
@@ -312,39 +312,39 @@
         name="Uygunluk">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Named düzenli ifade sunucu adı tutukları, 0.8.25 versiyonundan beri destekleniyor.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Düzenli ifade sunucu adı tutukları, 0.7.40 versiyonundan beri destekleniyor.
-</item>
+</listitem>
 
-<item>
+<listitem>
 &ldquo;&rdquo; boş sunucu adı 0.7.12 versiyonundan beri destekleniyor.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Bir wildcard sunucu adının veya düzenli ifadenin ilk sunucu adı olarak kullanılması 0.6.25 versiyonundan beri destekleniyor.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Düzenli ifade sunucu adları 0.6.7 versiyonundan beri destekleniyor.
-</item>
+</listitem>
 
-<item>
+<listitem>
 <url>nginx.*</url> wildcard formu 0.6.0 versiyonundan beri destekleniyor.
-</item>
+</listitem>
 
-<item>
+<listitem>
 <url>.nginx.org</url> özel formu 0.3.18 versiyonundan beri destekleniyor.
-</item>
+</listitem>
 
-<item>
+<listitem>
 <url>*.nginx.org</url> wildcard formu 0.1.13 versiyonundan beri destekleniyor.
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/tr/docs/index.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/tr/docs/index.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -7,29 +7,29 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="introduction.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="howto.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="faq.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="windows.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/tr/docs/introduction.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/tr/docs/introduction.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -7,19 +7,19 @@
 <section>
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 <link doc="http/request_processing.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/server_names.xml"/>
-</item>
+</listitem>
 
-<item>
+<listitem>
 <link doc="http/configuring_https_servers.xml"/>
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xml/tr/docs/windows.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/tr/docs/windows.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -90,21 +90,21 @@
 <section id="known_issues"
         name="Bilinen sorunlar">
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Bir çok işçi yürütülebildiği halde sadece biri iş yapabilmektedir.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Bir işçi, 1024 eşzamanlı bağlantıdan fazlasını karşılayamamaktadır.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Paylaşımlı hafıza desteğine ihtiyaç duyan önbellek ve diğer modüller,
 &ldquo;address space layout randomization&rdquo; etkin olduğundan,
 Windows Vista ve sonraki versiyonlarda çalışmamaktadır.
-</item>
+</listitem>
 
 </list>
 
@@ -113,19 +113,19 @@
 <section id="possible_future_enhancements"
         name="Muhtemel geliştirmeler">
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Servis olarak yürütme.
-</item>
+</listitem>
 
-<item>
+<listitem>
 I/O completion portlarını, uyarı methodu olarak kulanmak.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Bir işçi işleminde (worker process) çoklu thread (yürütme birimi) kullanmak.
-</item>
+</listitem>
 
 </list>
 
--- a/xml/tr/index.xml	Tue Mar 27 13:04:00 2012 +0000
+++ b/xml/tr/index.xml	Tue Mar 27 14:30:18 2012 +0000
@@ -28,32 +28,32 @@
         name="Temel HTTP özellikleri">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Statik ve index dosyalarının sunumu, otomatik indeksleme;
 açık dosya açıklayıcı önbellek;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Önbellek ile hızlandırılmış reverse proxying;
 basit yük dengeleme ve hata toleransı;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Uzak FastCgi sunucularının önbelleklenmesi ile hızlandırılmış destek;
 basit yük dengeleme ve hata toleransı;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Modüler yapı.
 Gzip, byte aralıkları, yığın cevaplar (chunked responses), XSLT, SSI, imaj boyutlandırma gibi filtreler.
 FastCGI veya proksilenmiş sunucular ile tek bir sayfada çoklu SSI içermelerinin paralel işlenmesi.
-</item>
+</listitem>
 
-<item>
+<listitem>
 SSL ve TLS SNI desteği.
-</item>
+</listitem>
 
 </list>
 </para>
@@ -65,59 +65,59 @@
         name="Diğer HTTP özellikleri">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Ad ve IP tabanlı sanal sunucular;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Keep-alive ve pipelined bağlantı desteği;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Esnek yapılandırma;
-</item>
+</listitem>
 
-<item>
+<listitem>
 İstemci işlemlerinde kopma olmadan yeniden yapılandırma ve online güncelleme;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Erişim kayıt (log) formatları, tamponlanmış kayıt yazımı ve hızlı kayıt devri;
-</item>
+</listitem>
 
-<item>
+<listitem>
 3xx-5xx hata kod yönlendirmeleri;
-</item>
+</listitem>
 
-<item>
+<listitem>
 rewrite modülü;
-</item>
+</listitem>
 
-<item>
+<listitem>
 İstemcinin IP adresine dayalı erişim kontrolü ve HTTP temel kimlik denetleme;
-</item>
+</listitem>
 
-<item>
+<listitem>
 PUT, DELETE, MKCOL, COPY ve MOVE methodları;
-</item>
+</listitem>
 
-<item>
+<listitem>
 FLV streaming;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Hız sınırlandırma;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Bir adresten gelen eşzamanlı bağlantı ve talepleri sınırlandırma.
-</item>
+</listitem>
 
-<item>
+<listitem>
 Gömülü perl.
-</item>
+</listitem>
 
 </list>
 </para>
@@ -129,43 +129,43 @@
         name="Mail proxy sunucu özellikleri">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Harici bir HTTP kimlik denetleme sunucusunu kullanarak, kullanıcıyı IMAP/POP3 backend'ine yönlendirme;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Harici bir HTTP kimlik denetleme sunucusunu kullanarak, kullanıcıyı SMTP backend'ine yönlendirme ve kullanıcı kimlik denetlemesi;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Kimlik denetleme methodları:
 
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 POP3: USER/PASS, APOP, AUTH LOGIN/PLAIN/CRAM-MD5;
-</item>
+</listitem>
 
-<item>
+<listitem>
 IMAP: LOGIN, AUTH LOGIN/PLAIN/CRAM-MD5;
-</item>
+</listitem>
 
-<item>
+<listitem>
 SMTP: AUTH LOGIN/PLAIN/CRAM-MD5;
-</item>
+</listitem>
 
 </list>
-</item>
+</listitem>
 
-<item>
+<listitem>
 SSL desteği;
-</item>
+</listitem>
 
-<item>
+<listitem>
 STARTTLS ve STLS desteği.
-</item>
+</listitem>
 
 </list>
 </para>
@@ -177,46 +177,46 @@
         name="Yapı ve ölçeklenebilirlik">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 Bir ana işlem (main process) ve çok sayıda işçi işlemleri (workers).
 İşçiler, imtiyazsız kullanıcı olarak yürütülürler;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Uyarı methodları: kqueue (FreeBSD 4.1+),
 epoll (Linux 2.6+), rt signals (Linux 2.2.19+),
 /dev/poll (Solaris 7 11/99+), event ports (Solaris 10),
 select ve poll;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Çeşitli kqueue özellikleri desteği: EV_CLEAR, EV_DISABLE
 (event'i geçici olarak etkisizleştirir), NOTE_LOWAT, EV_EOF, olanaklı data sayısı,
 hata kodları;
-</item>
+</listitem>
 
-<item>
+<listitem>
 sendfile (FreeBSD 3.1+, Linux 2.2+, Mac OS X 10.5), sendfile64 (Linux 2.4.21+),
 ve sendfilev (Solaris 8 7/01+) desteği;
-</item>
+</listitem>
 
-<item>
+<listitem>
 File AIO (FreeBSD 4.3+, Linux 2.6.22+);
-</item>
+</listitem>
 
-<item>
+<listitem>
 Accept-filters (FreeBSD 4.1+) ve TCP_DEFER_ACCEPT (Linux 2.4+) desteği;
-</item>
+</listitem>
 
-<item>
+<listitem>
 10,000 inaktif HTTP keep-alive bağlantısı yaklaşık 2.5M hafıza kullanır;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Data kopyalama operasyonları minimum düzeydedir.
-</item>
+</listitem>
 
 </list>
 </para>
@@ -228,27 +228,27 @@
         name="Test edilen işletim sistemleri ve platformlar">
 
 <para>
-<list>
+<list type="bullet">
 
-<item>
+<listitem>
 FreeBSD 3 &mdash; 8 / i386; FreeBSD 5 &mdash; 8 / amd64;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Linux 2.2 &mdash; 2.6 / i386; Linux 2.6 / amd64;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Solaris 9 / i386, sun4u; Solaris 10 / i386, amd64, sun4v;
-</item>
+</listitem>
 
-<item>
+<listitem>
 MacOS X / ppc, i386;
-</item>
+</listitem>
 
-<item>
+<listitem>
 Windows XP, Windows Server 2003.
-</item>
+</listitem>
 
 </list>
 </para>
--- a/xsls/content.xsls	Tue Mar 27 13:04:00 2012 +0000
+++ b/xsls/content.xsls	Tue Mar 27 14:30:18 2012 +0000
@@ -65,27 +65,6 @@
     X:template = "tag-name" { <dt> !!; </dt> }
     X:template = "tag-desc" { <dd> !!; </dd> }
 
-    <!-- legacy list templates -->
-
-    X:template = "list[not(@type)]" { <ul> !!; </ul> }
-    X:template = "para/list[not(@type)]" {
-        X:text disable-output-escaping="yes" {&lt;/p&gt; }
-        <ul> !!; </ul>
-        X:text disable-output-escaping="yes" {&lt;p&gt; }
-    }
-    X:template = "item" { <li> !!; </li> }
-
-
-    X:template = "orderedlist" { <ol> !!; </ol> }
-    X:template = "para/orderedlist" {
-        X:text disable-output-escaping="yes" {&lt;/p&gt; }
-        <ol> !!; </ol>
-        X:text disable-output-escaping="yes" {&lt;p&gt; }
-    }
-    X:template = "item" { <li> !!; </li> }
-
-    <!-- -->
-
     X:template = "table[@note and @width]" {
         <blockquote><table width="{@width}"> !!; </table></blockquote>
     }