diff xml/en/docs/http/ngx_http_empty_gif_module.xml @ 149:19c36eed784e

Initial translation of the ngx_http_empty_gif_module documentation.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 25 Oct 2011 17:21:33 +0000
parents
children 39dd017f016f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/en/docs/http/ngx_http_empty_gif_module.xml	Tue Oct 25 17:21:33 2011 +0000
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
+
+<module name="Module ngx_http_empty_gif_module"
+        link="/en/docs/http/ngx_http_empty_gif_module.html"
+        lang="en">
+
+<section id="summary">
+
+<para>
+The module <code>ngx_http_empty_gif_module</code> emits
+one-pixel transparent GIF.
+</para>
+
+</section>
+
+
+<section name="Example Configuration" id="example">
+
+<para>
+<example>
+    location = /_.gif {
+        empty_gif;
+    }
+</example>
+</para>
+
+</section>
+
+
+<section name="Directives" id="directives">
+
+<directive name="empty_gif">
+<syntax/>
+<default/>
+<context>location</context>
+
+<para>
+Enables emitting of one-pixel transparent GIF.
+</para>
+
+</directive>
+
+</section>
+
+</module>