comparison xml/en/docs/stream/ngx_stream_js_module.xml @ 2245:87a0e2c73a25

Refactored njs documentation.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 24 Sep 2018 19:10:29 +0300
parents 467aef18bf12
children 32ba43abf9cd
comparison
equal deleted inserted replaced
2244:467aef18bf12 2245:87a0e2c73a25
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_js_module" 9 <module name="Module ngx_stream_js_module"
10 link="/en/docs/stream/ngx_stream_js_module.html" 10 link="/en/docs/stream/ngx_stream_js_module.html"
11 lang="en" 11 lang="en"
12 rev="14"> 12 rev="15">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_js_module</literal> module is used to implement 17 The <literal>ngx_stream_js_module</literal> module is used to implement
18 handlers in <link doc="../njs/">njs</link> — 18 handlers in <link doc="../njs/index.xml">njs</link> —
19 a subset of the JavaScript language. 19 a subset of the JavaScript language.
20 </para> 20 </para>
21 21
22 <para> 22 <para>
23 This module is not built by default. 23 This module is not built by default.
24 Download and install instructions are available 24 Download and install instructions are available
25 <link doc="../njs/index.xml" id="install">here</link>. 25 <link doc="../njs/install.xml">here</link>.
26 </para> 26 </para>
27 27
28 </section> 28 </section>
29 29
30 30
34 <note> 34 <note>
35 This example is valid for 35 This example is valid for
36 njs <link doc="../njs/njs_changes.xml" id="njs-0.2.4">0.2.4</link>. 36 njs <link doc="../njs/njs_changes.xml" id="njs-0.2.4">0.2.4</link>.
37 For njs <link doc="../njs/njs_changes.xml" id="njs-0.2.3">0.2.3</link> 37 For njs <link doc="../njs/njs_changes.xml" id="njs-0.2.3">0.2.3</link>
38 and earlier, use 38 and earlier, use
39 <link doc="../njs/njs_api.xml" id="example_legacy">this</link> example. 39 <link doc="../njs/examples.xml" id="legacy">this</link> example.
40 </note> 40 </note>
41 <example> 41 <example>
42 load_module modules/ngx_stream_js_module.so; 42 load_module modules/ngx_stream_js_module.so;
43 ... 43 ...
44 44