comparison xml/en/docs/http/ngx_http_mp4_module.xml @ 33:ae5aca1efe2c

Using new <module> and <section> format in ngx_http_mp4_module.xml.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Sep 2011 13:14:04 +0000
parents 9d3403f5204d
children 666e85596e3c
comparison
equal deleted inserted replaced
32:2bcfb5f75e06 33:ae5aca1efe2c
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 2
3 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 3 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
4 4
5 <module title="HTTP MP4 module" 5 <module name="HTTP MP4 module"
6 link="/en/docs/http/ngx_http_mp4_module.html" 6 link="/en/docs/http/ngx_http_mp4_module.html"
7 lang="en"> 7 lang="en">
8 8
9 <section title="Summary"> 9 <section name="Summary">
10 10
11 <para> 11 <para>
12 The module <code>ngx_http_mp4_module</code> provides pseudo-streaming 12 The module <code>ngx_http_mp4_module</code> provides pseudo-streaming
13 server-side support for H.264/AAC files typically having filename extensions 13 server-side support for H.264/AAC files typically having filename extensions
14 <pathname>.mp4</pathname>, <pathname>.m4v</pathname>, 14 <pathname>.mp4</pathname>, <pathname>.m4v</pathname>,
89 --> 89 -->
90 90
91 </section> 91 </section>
92 92
93 93
94 <section name="example" title="Usage example"> 94 <section id="example" name="Usage example">
95 95
96 <para> 96 <para>
97 <example> 97 <example>
98 location /video/ { 98 location /video/ {
99 mp4; 99 mp4;
104 </para> 104 </para>
105 105
106 </section> 106 </section>
107 107
108 108
109 <section name="directives" title="Directives"> 109 <section id="directives" name="Directives">
110 110
111 <directive name="mp4"> 111 <directive name="mp4">
112 <syntax>mp4</syntax> 112 <syntax>mp4</syntax>
113 <default/> 113 <default/>
114 <context>location</context> 114 <context>location</context>