comparison xml/en/docs/njs/index.xml @ 2270:cd9934924920

Moved summary to top of njs index page.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 29 Oct 2018 21:45:06 +0300
parents 1bec6f727a84
children dce69c8e4c7d
comparison
equal deleted inserted replaced
2269:6426814f9373 2270:cd9934924920
7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
8 8
9 <article name="njs scripting language" 9 <article name="njs scripting language"
10 link="/en/docs/njs/index.html" 10 link="/en/docs/njs/index.html"
11 lang="en" 11 lang="en"
12 rev="27" 12 rev="28"
13 toc="no"> 13 toc="no">
14
15 <section id="summary">
16
17 <para>
18 njs is a subset of the JavaScript language that allows
19 extending nginx functionality.
20 njs is created in compliance with
21 <link url="http://www.ecma-international.org/ecma-262/5.1/">ECMAScript 5.1</link>
22 (strict mode) with some
23 <link url="http://www.ecma-international.org/ecma-262/6.0/">ECMAScript 6</link>
24 and later extensions.
25 The compliance is still <link doc="compatibility.xml">evolving</link>.
26 </para>
27
28 </section>
29
14 30
15 <section id="links"> 31 <section id="links">
16 32
17 <para> 33 <para>
18 <list type="bullet"> 34 <list type="bullet">
56 <link doc="../stream/ngx_stream_js_module.xml"> 72 <link doc="../stream/ngx_stream_js_module.xml">
57 ngx_stream_js_module</link> 73 ngx_stream_js_module</link>
58 </listitem> 74 </listitem>
59 75
60 </list> 76 </list>
61 </para>
62
63 </section>
64
65
66 <section id="summary">
67
68 <para>
69 njs is a subset of the JavaScript language that allows
70 extending nginx functionality.
71 njs is created in compliance with
72 <link url="http://www.ecma-international.org/ecma-262/5.1/">ECMAScript 5.1</link>
73 (strict mode) with some
74 <link url="http://www.ecma-international.org/ecma-262/6.0/">ECMAScript 6</link>
75 and later extensions.
76 The compliance is still <link doc="compatibility.xml">evolving</link>.
77 </para> 77 </para>
78 78
79 </section> 79 </section>
80 80
81 81