# HG changeset patch # User Yaroslav Zhuravlev # Date 1537806244 -10800 # Node ID 32ba43abf9cd755e14cb347ba53b72f3976a36aa # Parent 87a0e2c73a25047c969d80c029228d736408f461 Renamed njs API, njs Changes. diff --git a/xml/en/GNUmakefile b/xml/en/GNUmakefile --- a/xml/en/GNUmakefile +++ b/xml/en/GNUmakefile @@ -123,12 +123,12 @@ REFS = \ ngx_google_perftools_module \ dev/development_guide \ njs/index \ - njs/njs_changes \ - njs/njs_api \ + njs/changes \ njs/cli \ njs/compatibility \ njs/examples \ njs/install \ + njs/reference \ TOP = \ download \ diff --git a/xml/en/docs/http/ngx_http_js_module.xml b/xml/en/docs/http/ngx_http_js_module.xml --- a/xml/en/docs/http/ngx_http_js_module.xml +++ b/xml/en/docs/http/ngx_http_js_module.xml @@ -9,7 +9,7 @@ + rev="18">
@@ -162,7 +162,7 @@ Sets an njs function for the specified v Each HTTP njs handler receives one argument, a request -object. +object.
diff --git a/xml/en/docs/njs/njs_changes.xml b/xml/en/docs/njs/changes.xml rename from xml/en/docs/njs/njs_changes.xml rename to xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/njs_changes.xml +++ b/xml/en/docs/njs/changes.xml @@ -6,10 +6,10 @@ -
diff --git a/xml/en/docs/njs/cli.xml b/xml/en/docs/njs/cli.xml --- a/xml/en/docs/njs/cli.xml +++ b/xml/en/docs/njs/cli.xml @@ -9,7 +9,7 @@
+ rev="2">
@@ -21,8 +21,8 @@ or after building from the sources. Compared to njs running inside nginx, nginx objects -(HTTP and -Stream) +(HTTP and +Stream) are not available in the utility. $ echo "2**3" | njs - diff --git a/xml/en/docs/njs/examples.xml b/xml/en/docs/njs/examples.xml --- a/xml/en/docs/njs/examples.xml +++ b/xml/en/docs/njs/examples.xml @@ -9,7 +9,7 @@
+ rev="2">
@@ -311,11 +311,11 @@ function create_secure_link(r) {
-Starting from njs 0.2.4, +Starting from njs 0.2.4, stream configuration example has been changed. -For njs 0.2.3 +For njs 0.2.3 and earlier, use this configuration example: load_module modules/ngx_stream_js_module.so; diff --git a/xml/en/docs/njs/index.xml b/xml/en/docs/njs/index.xml --- a/xml/en/docs/njs/index.xml +++ b/xml/en/docs/njs/index.xml @@ -9,7 +9,7 @@