changeset 151:0188d11c77dd

Initial translation of the ngx_http_flv_module documentation.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 25 Oct 2011 18:00:49 +0000
parents 39dd017f016f
children 5a35535f7cdf
files xml/en/GNUmakefile xml/en/docs/http/ngx_http_flv_module.xml xml/en/docs/http/ngx_http_mp4_module.xml xml/en/docs/index.xml xml/en/index.xml
diffstat 5 files changed, 63 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/GNUmakefile	Tue Oct 25 17:34:30 2011 +0000
+++ b/xml/en/GNUmakefile	Tue Oct 25 18:00:49 2011 +0000
@@ -25,6 +25,7 @@
 REFS_EN =	en/docs/ngx_core_module					\
 		en/docs/http/ngx_http_core_module			\
 		en/docs/http/ngx_http_empty_gif_module			\
+		en/docs/http/ngx_http_flv_module			\
 		en/docs/http/ngx_http_mp4_module			\
 
 HOWTO_EN_XML =	$(foreach name, $(HOWTO_EN), xml/$(name).xml)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/en/docs/http/ngx_http_flv_module.xml	Tue Oct 25 18:00:49 2011 +0000
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
+
+<module name="Module ngx_http_flv_module"
+        link="/en/docs/http/ngx_http_flv_module.html"
+        lang="en">
+
+<section id="summary">
+
+<para>
+The module <code>ngx_http_flv_module</code> does special processing
+of the transmitted files: when transmitting a file starting from the
+offset specified by the “<parameter>start=XXX</parameter>” arguments
+in the request line, it adds FLV header before the requested file.
+</para>
+
+<para>
+This module is not built by default, it should be enabled with the
+<code>--with-http_flv_module</code>
+configuration parameter.
+</para>
+
+</section>
+
+
+<section name="Example Configuration" id="example">
+
+<para>
+<example>
+    location ~ \.flv$ {
+        flv;
+    }
+</example>
+</para>
+
+</section>
+
+
+<section name="Directives" id="directives">
+
+<directive name="flv">
+<syntax/>
+<default/>
+<context>location</context>
+
+<para>
+Enables special processing of the transmitted files.
+</para>
+
+</directive>
+
+</section>
+
+</module>
--- a/xml/en/docs/http/ngx_http_mp4_module.xml	Tue Oct 25 17:34:30 2011 +0000
+++ b/xml/en/docs/http/ngx_http_mp4_module.xml	Tue Oct 25 18:00:49 2011 +0000
@@ -81,12 +81,10 @@
 </note>
 </para>
 
-<!--
 <para>
 A similar pseudo-streaming support for FLV files is provided by the module
 <link doc="ngx_http_flv_module.xml">ngx_http_flv_module</link>.
 </para>
--->
 
 </section>
 
--- a/xml/en/docs/index.xml	Tue Oct 25 17:34:30 2011 +0000
+++ b/xml/en/docs/index.xml	Tue Oct 25 18:00:49 2011 +0000
@@ -63,6 +63,11 @@
 </item>
 
 <item>
+<a href="/en/docs/http/ngx_http_flv_module.xml">
+ngx_http_flv_module</a>
+</item>
+
+<item>
 <a href="/en/docs/http/ngx_http_mp4_module.xml">
 ngx_http_mp4_module</a>
 </item>
--- a/xml/en/index.xml	Tue Oct 25 17:34:30 2011 +0000
+++ b/xml/en/index.xml	Tue Oct 25 18:00:49 2011 +0000
@@ -125,7 +125,8 @@
 </item>
 
 <item>
-FLV and
+<link doc="docs/http/ngx_http_flv_module.xml">FLV</link>
+and
 <link doc="docs/http/ngx_http_mp4_module.xml">MP4</link>
 streaming;
 </item>