annotate xml/en/docs/http/ngx_http_empty_gif_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 197ac51e7f0e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
222
bfe3eff81d04 Removed redundant encoding specification.
Ruslan Ermilov <ru@nginx.com>
parents: 150
diff changeset
1 <?xml version="1.0"?>
149
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5 <module name="Module ngx_http_empty_gif_module"
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6 link="/en/docs/http/ngx_http_empty_gif_module.html"
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7 lang="en">
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9 <section id="summary">
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
10
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
11 <para>
271
4c6d2c614d2c Cleaned up XML tag mess:
Ruslan Ermilov <ru@nginx.com>
parents: 222
diff changeset
12 The module <literal>ngx_http_empty_gif_module</literal> emits
150
39dd017f016f Some rewording.
Ruslan Ermilov <ru@nginx.com>
parents: 149
diff changeset
13 single-pixel transparent GIF.
149
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
14 </para>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
15
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
16 </section>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
17
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
18
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
19 <section name="Example Configuration" id="example">
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
20
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
21 <para>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
22 <example>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
23 location = /_.gif {
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
24 empty_gif;
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
25 }
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
26 </example>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
27 </para>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
28
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
29 </section>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
30
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
31
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
32 <section name="Directives" id="directives">
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
33
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
34 <directive name="empty_gif">
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
35 <syntax/>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
36 <default/>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
37 <context>location</context>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
38
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
39 <para>
150
39dd017f016f Some rewording.
Ruslan Ermilov <ru@nginx.com>
parents: 149
diff changeset
40 Turns on module processing in a surrounding location.
149
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
41 </para>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
42
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
43 </directive>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
44
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
45 </section>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
46
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
47 </module>