comparison xml/en/docs/http/ngx_http_browser_module.xml @ 1155:07402a11fd8d

Assigned IDs to tags describing variables.
author Vladimir Homutov <vl@nginx.com>
date Wed, 16 Apr 2014 13:55:53 +0400
parents 95c3c3bbf1ce
children
comparison
equal deleted inserted replaced
1154:b0e56cc57867 1155:07402a11fd8d
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_browser_module" 10 <module name="Module ngx_http_browser_module"
11 link="/en/docs/http/ngx_http_browser_module.html" 11 link="/en/docs/http/ngx_http_browser_module.html"
12 lang="en" 12 lang="en"
13 rev="1"> 13 rev="2">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_browser_module</literal> module creates variables 18 The <literal>ngx_http_browser_module</literal> module creates variables
19 whose values depend on the value of the <header>User-Agent</header> 19 whose values depend on the value of the <header>User-Agent</header>
20 request header field: 20 request header field:
21 <list type="tag"> 21 <list type="tag">
22 22
23 <tag-name><var>$modern_browser</var></tag-name> 23 <tag-name id="var_modern_browser"><var>$modern_browser</var></tag-name>
24 <tag-desc> 24 <tag-desc>
25 equals the value set by the <link id="modern_browser_value"/> directive, 25 equals the value set by the <link id="modern_browser_value"/> directive,
26 if a browser was identified as modern; 26 if a browser was identified as modern;
27 </tag-desc> 27 </tag-desc>
28 28
29 <tag-name><var>$ancient_browser</var></tag-name> 29 <tag-name id="var_ancient_browser"><var>$ancient_browser</var></tag-name>
30 <tag-desc> 30 <tag-desc>
31 equals the value set by the <link id="ancient_browser_value"/> directive, 31 equals the value set by the <link id="ancient_browser_value"/> directive,
32 if a browser was identified as ancient; 32 if a browser was identified as ancient;
33 </tag-desc> 33 </tag-desc>
34 34
35 <tag-name><var>$msie</var></tag-name> 35 <tag-name id="var_msie"><var>$msie</var></tag-name>
36 <tag-desc> 36 <tag-desc>
37 equals “1” if a browser was identified as MSIE of any version. 37 equals “1” if a browser was identified as MSIE of any version.
38 </tag-desc> 38 </tag-desc>
39 39
40 </list> 40 </list>