changeset 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 9b701511c2bf
children 6b7c82be83bb
files xml/en/docs/http/ngx_http_autoindex_module.xml xml/ru/docs/http/ngx_http_autoindex_module.xml
diffstat 2 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_autoindex_module.xml	Thu Jul 30 07:48:05 2015 +0000
+++ b/xml/en/docs/http/ngx_http_autoindex_module.xml	Wed Dec 24 12:50:29 2014 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_autoindex_module"
         link="/en/docs/http/ngx_http_autoindex_module.html"
         lang="en"
-        rev="3">
+        rev="4">
 
 <section id="summary">
 
@@ -95,6 +95,11 @@
 then the JSON format is used.
 </para>
 
+<para>
+The XML output can be transformed using the
+<link doc="ngx_http_xslt_module.xml">ngx_http_xslt_module</link> module.
+</para>
+
 </directive>
 
 
--- a/xml/ru/docs/http/ngx_http_autoindex_module.xml	Thu Jul 30 07:48:05 2015 +0000
+++ b/xml/ru/docs/http/ngx_http_autoindex_module.xml	Wed Dec 24 12:50:29 2014 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_autoindex_module"
         link="/ru/docs/http/ngx_http_autoindex_module.html"
         lang="ru"
-        rev="3">
+        rev="4">
 
 <section id="summary">
 
@@ -93,6 +93,11 @@
 то используется формат JSON.
 </para>
 
+<para>
+Вывод в формате XML может быть преобразован при помощи модуля
+<link doc="ngx_http_xslt_module.xml">ngx_http_xslt_module</link>.
+</para>
+
 </directive>