comparison xml/en/index.xml @ 1845:c0f9510ea9c6

Added nginScript to the index page.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 01 Dec 2016 14:45:13 +0300
parents 7ce8bc5521b8
children fc83200fc0d7
comparison
equal deleted inserted replaced
1844:f56626ce9c40 1845:c0f9510ea9c6
6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd">
7 7
8 <article name="nginx" 8 <article name="nginx"
9 link="/en/" 9 link="/en/"
10 lang="en" 10 lang="en"
11 rev="66"> 11 rev="67">
12 12
13 13
14 <section> 14 <section>
15 15
16 <para> 16 <para>
198 <listitem> 198 <listitem>
199 <link doc="docs/http/ngx_http_split_clients_module.xml">A/B testing</link>; 199 <link doc="docs/http/ngx_http_split_clients_module.xml">A/B testing</link>;
200 </listitem> 200 </listitem>
201 201
202 <listitem> 202 <listitem>
203 <link doc="docs/http/ngx_http_perl_module.xml">Embedded Perl</link>. 203 Embedded <link doc="docs/http/ngx_http_perl_module.xml">Perl</link>;
204 </listitem>
205
206 <listitem>
207 <link doc="docs/http/ngx_http_js_module.xml">nginScript</link>.
204 </listitem> 208 </listitem>
205 209
206 </list> 210 </list>
207 </para> 211 </para>
208 212
320 <listitem> 324 <listitem>
321 <link doc="docs/stream/ngx_stream_geoip_module.xml">IP-based geolocation</link>; 325 <link doc="docs/stream/ngx_stream_geoip_module.xml">IP-based geolocation</link>;
322 </listitem> 326 </listitem>
323 327
324 <listitem> 328 <listitem>
325 <link doc="docs/stream/ngx_stream_split_clients_module.xml">A/B testing</link>. 329 <link doc="docs/stream/ngx_stream_split_clients_module.xml">A/B testing</link>;
330 </listitem>
331
332 <listitem>
333 <link doc="docs/stream/ngx_stream_js_module.xml">nginScript</link>.
326 </listitem> 334 </listitem>
327 335
328 </list> 336 </list>
329 </para> 337 </para>
330 338