comparison xml/ru/docs/http/ngx_http_browser_module.xml @ 271:4c6d2c614d2c

Cleaned up XML tag mess: - all of <parameter> and <code>, and some of <dirname>, <value>, and <command> were replaced by <literal>; - the rest of <dirname> were replaced by links; - <argument> were replaced by <value>; - <value> is now rendered in HTML in italic; - <literal> and <path> can now contain <value>. Cleaned up terminology mess: - directives take "parameters".
author Ruslan Ermilov <ru@nginx.com>
date Fri, 23 Dec 2011 17:29:59 +0000
parents bfe3eff81d04
children 2305be197a84
comparison
equal deleted inserted replaced
270:945d7299c26c 271:4c6d2c614d2c
73 73
74 74
75 <section name="Директивы" id="directives"> 75 <section name="Директивы" id="directives">
76 76
77 <directive name="ancient_browser"> 77 <directive name="ancient_browser">
78 <syntax><value>строка [строка ...]</value></syntax> 78 <syntax><value>строка</value> ...</syntax>
79 <default/> 79 <default/>
80 <context>http, server, location</context> 80 <context>http, server, location</context>
81 81
82 <para> 82 <para>
83 Директива задаёт подстроки, при нахождении которых в строке "User-Agent", 83 Директива задаёт подстроки, при нахождении которых в строке "User-Agent",
100 100
101 </directive> 101 </directive>
102 102
103 103
104 <directive name="modern_browser"> 104 <directive name="modern_browser">
105 <syntax><value>браузер версия|unlisted</value></syntax> 105 <syntax><value>браузер</value> <value>версия</value></syntax>
106 <syntax><literal>unlisted</literal></syntax>
106 <default/> 107 <default/>
107 <context>http, server, location</context> 108 <context>http, server, location</context>
108 109
109 <para> 110 <para>
110 Директива задаёт версию браузера, начиная с которой он считается современным. 111 Директива задаёт версию браузера, начиная с которой он считается современным.