changeset 2555:5b2764724e0d

Added list of supported OSes to njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 19 Jun 2020 12:28:43 +0100
parents 62523c26ddf3
children c81b1fadbcf3
files xml/en/docs/njs/index.xml xml/ru/docs/njs/index.xml
diffstat 2 files changed, 66 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/njs/index.xml
+++ b/xml/en/docs/njs/index.xml
@@ -9,7 +9,7 @@
 <article name="njs scripting language"
         link="/en/docs/njs/index.html"
         lang="en"
-        rev="29"
+        rev="30"
         toc="no">
 
 <section id="summary">
@@ -57,6 +57,10 @@ The compliance is still <link doc="compa
 <link doc="cli.xml"/>
 </listitem>
 
+<listitem>
+<link id="tested_os_and_platforms">Tested OS and platforms</link>
+</listitem>
+
 </list>
 </para>
 
@@ -183,6 +187,34 @@ that can be used independently of nginx 
 </section>
 
 
+<section id="tested_os_and_platforms"
+        name="Tested OS and platforms">
+
+<para>
+<list type="bullet">
+
+<listitem>
+FreeBSD / amd64;
+</listitem>
+
+<listitem>
+Linux / x86, amd64, arm64, ppc64el;
+</listitem>
+
+<listitem>
+Solaris 11 / amd64;
+</listitem>
+
+<listitem>
+macOS / x86_64;
+</listitem>
+
+</list>
+</para>
+
+</section>
+
+
 <section id="presentation" name="Presentation at nginx.conf 2018">
 
 <para><video id="Jc_L6UffFOs" /></para>
--- a/xml/ru/docs/njs/index.xml
+++ b/xml/ru/docs/njs/index.xml
@@ -9,7 +9,7 @@
 <article name="Сценарный язык njs"
         link="/ru/docs/njs/index.html"
         lang="ru"
-        rev="29"
+        rev="30"
         toc="no">
 
 <section id="summary">
@@ -58,6 +58,10 @@ njs совместим с
 <link doc="cli.xml"/>
 </listitem>
 
+<listitem>
+<link id="tested_os_and_platforms">Протестированные ОС и платформы</link>
+</listitem>
+
 </list>
 </para>
 
@@ -183,6 +187,34 @@ http {
 </section>
 
 
+<section id="tested_os_and_platforms"
+        name="Протестированные ОС и платформы">
+
+<para>
+<list type="bullet">
+
+<listitem>
+FreeBSD / amd64;
+</listitem>
+
+<listitem>
+Linux / x86, amd64, arm64, ppc64el;
+</listitem>
+
+<listitem>
+Solaris 11 / amd64;
+</listitem>
+
+<listitem>
+macOS / x86_64;
+</listitem>
+
+</list>
+</para>
+
+</section>
+
+
 <section id="presentation" name="Презентация на nginx.conf 2018">
 
 <para><video id="Jc_L6UffFOs" /></para>