comparison xml/ru/docs/http/ngx_http_autoindex_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 1c239146beb4
comparison
equal deleted inserted replaced
270:945d7299c26c 271:4c6d2c614d2c
31 31
32 32
33 <section name="Директивы" id="directives"> 33 <section name="Директивы" id="directives">
34 34
35 <directive name="autoindex"> 35 <directive name="autoindex">
36 <syntax><value>[on|off]</value></syntax> 36 <syntax><literal>on</literal> | <literal>off</literal></syntax>
37 <default>off</default> 37 <default>off</default>
38 <context>http, server, location</context> 38 <context>http, server, location</context>
39 39
40 <para> 40 <para>
41 Директива разрешает или запрещает вывод листинга каталога. 41 Директива разрешает или запрещает вывод листинга каталога.
43 43
44 </directive> 44 </directive>
45 45
46 46
47 <directive name="autoindex_exact_size"> 47 <directive name="autoindex_exact_size">
48 <syntax><value>[on|off]</value></syntax> 48 <syntax><literal>on</literal> | <literal>off</literal></syntax>
49 <default>on</default> 49 <default>on</default>
50 <context>http, server, location</context> 50 <context>http, server, location</context>
51 51
52 <para> 52 <para>
53 Директива определяет, как выводить размеры файлов в листинге 53 Директива определяет, как выводить размеры файлов в листинге
58 58
59 </directive> 59 </directive>
60 60
61 61
62 <directive name="autoindex_localtime"> 62 <directive name="autoindex_localtime">
63 <syntax><value>[on|off]</value></syntax> 63 <syntax><literal>on</literal> | <literal>off</literal></syntax>
64 <default>off</default> 64 <default>off</default>
65 <context>http, server, location</context> 65 <context>http, server, location</context>
66 66
67 <para> 67 <para>
68 Директива определяет, в какой временной зоне выводить время в листинге 68 Директива определяет, в какой временной зоне выводить время в листинге