comparison xml/en/docs/http/ngx_http_autoindex_module.xml @ 1540:6866a74393e0

Added a hint about xslt transformation to autoindex_format.
author Valentin Bartenev <vbart@nginx.com>
date Wed, 24 Dec 2014 12:50:29 +0300
parents 90922e31756d
children
comparison
equal deleted inserted replaced
1539:9b701511c2bf 1540:6866a74393e0
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_autoindex_module" 10 <module name="Module ngx_http_autoindex_module"
11 link="/en/docs/http/ngx_http_autoindex_module.html" 11 link="/en/docs/http/ngx_http_autoindex_module.html"
12 lang="en" 12 lang="en"
13 rev="3"> 13 rev="4">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_autoindex_module</literal> module processes requests 18 The <literal>ngx_http_autoindex_module</literal> module processes requests
93 with the <literal>callback</literal> request argument. 93 with the <literal>callback</literal> request argument.
94 If the argument is missing or has an empty value, 94 If the argument is missing or has an empty value,
95 then the JSON format is used. 95 then the JSON format is used.
96 </para> 96 </para>
97 97
98 <para>
99 The XML output can be transformed using the
100 <link doc="ngx_http_xslt_module.xml">ngx_http_xslt_module</link> module.
101 </para>
102
98 </directive> 103 </directive>
99 104
100 105
101 <directive name="autoindex_localtime"> 106 <directive name="autoindex_localtime">
102 <syntax><literal>on</literal> | <literal>off</literal></syntax> 107 <syntax><literal>on</literal> | <literal>off</literal></syntax>