comparison xml/en/docs/http/ngx_http_ssi_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 f09f77ef45e9
children b8f0362f61e5
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_ssi_module" 10 <module name="Module ngx_http_ssi_module"
11 link="/en/docs/http/ngx_http_ssi_module.html" 11 link="/en/docs/http/ngx_http_ssi_module.html"
12 lang="en" 12 lang="en"
13 rev="4"> 13 rev="5">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_ssi_module</literal> module is a filter 18 The <literal>ngx_http_ssi_module</literal> module is a filter
412 <para> 412 <para>
413 The <literal>ngx_http_ssi_module</literal> module supports 413 The <literal>ngx_http_ssi_module</literal> module supports
414 two embedded variables: 414 two embedded variables:
415 <list type="tag"> 415 <list type="tag">
416 416
417 <tag-name><var>$date_local</var></tag-name> 417 <tag-name id="var_date_local"><var>$date_local</var></tag-name>
418 <tag-desc> 418 <tag-desc>
419 current time in the local time zone. 419 current time in the local time zone.
420 The format is set by the <literal>config</literal> command 420 The format is set by the <literal>config</literal> command
421 with the <literal>timefmt</literal> parameter. 421 with the <literal>timefmt</literal> parameter.
422 </tag-desc> 422 </tag-desc>
423 423
424 <tag-name><var>$date_gmt</var></tag-name> 424 <tag-name id="var_date_gmt"><var>$date_gmt</var></tag-name>
425 <tag-desc> 425 <tag-desc>
426 current time in GMT. 426 current time in GMT.
427 The format is set by the <literal>config</literal> command 427 The format is set by the <literal>config</literal> command
428 with the <literal>timefmt</literal> parameter. 428 with the <literal>timefmt</literal> parameter.
429 </tag-desc> 429 </tag-desc>