diff xml/en/docs/http/server_names.xml @ 461:6135f3c95bf6

Unified markup for lists.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 27 Mar 2012 14:30:18 +0000
parents a413dffb0557
children 9913f1d51c07
line wrap: on
line diff
--- 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>