www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www distros/free-distros.ru.html philosophy/jav...


From: GNUN
Subject: www distros/free-distros.ru.html philosophy/jav...
Date: Thu, 14 Mar 2019 01:29:54 -0400 (EDT)

CVSROOT:        /web/www
Module name:    www
Changes by:     GNUN <gnun>     19/03/14 01:29:54

Modified files:
        distros        : free-distros.ru.html 
        philosophy     : javascript-trap.ru.html 
        philosophy/po  : javascript-trap.ru-en.html 
                         javascript-trap.ru.po 
        software       : recent-releases-include.ru.html 
        software/po    : recent-releases-include.ru.po 

Log message:
        Automatic update by GNUnited Nations.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/distros/free-distros.ru.html?cvsroot=www&r1=1.101&r2=1.102
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/javascript-trap.ru.html?cvsroot=www&r1=1.53&r2=1.54
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/po/javascript-trap.ru-en.html?cvsroot=www&r1=1.44&r2=1.45
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/po/javascript-trap.ru.po?cvsroot=www&r1=1.84&r2=1.85
http://web.cvs.savannah.gnu.org/viewcvs/www/software/recent-releases-include.ru.html?cvsroot=www&r1=1.1677&r2=1.1678
http://web.cvs.savannah.gnu.org/viewcvs/www/software/po/recent-releases-include.ru.po?cvsroot=www&r1=1.2370&r2=1.2371

Patches:
Index: distros/free-distros.ru.html
===================================================================
RCS file: /web/www/www/distros/free-distros.ru.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -b -r1.101 -r1.102
--- distros/free-distros.ru.html        29 Jan 2019 09:01:16 -0000      1.101
+++ distros/free-distros.ru.html        14 Mar 2019 05:29:52 -0000      1.102
@@ -99,7 +99,7 @@
 каждого из дистрибутивов должно 
указываться, какая аппаратура
 поддерживается. Мы предлагаем вам после 
чтения приведенных ниже кратких
 описаний свериться с этими сайтами, а 
также другими доступными сведениями,
-чтобы судить о том, какой и дистрибутивов 
для вас наиболее удобен.</p>
+чтобы судить о том, какой из дистрибутивов 
для вас наиболее удобен.</p>
 
 <h3 id="for-pc">Дистрибутивы GNU/Linux для 
персональных компьютеров и рабочих 
станций</h3>
 
@@ -357,7 +357,7 @@
 <p class="unprintable"><!-- timestamp start -->
 Обновлено:
 
-$Date: 2019/01/29 09:01:16 $
+$Date: 2019/03/14 05:29:52 $
 
 <!-- timestamp end -->
 </p>

Index: philosophy/javascript-trap.ru.html
===================================================================
RCS file: /web/www/www/philosophy/javascript-trap.ru.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- philosophy/javascript-trap.ru.html  9 Mar 2019 10:59:35 -0000       1.53
+++ philosophy/javascript-trap.ru.html  14 Mar 2019 05:29:53 -0000      1.54
@@ -190,13 +190,9 @@
   
   <li>она применяет динамические 
конструкции, которые трудно анализировать 
без
 интерпретации программы или загружается с 
программами, которые применяют
-такие конструкции. К этим конструкциям 
относятся:
-    <ul>
-      <li>вызов методов с применением нотации 
квадратных скобок,</li>
-      <li>применение любой конструкции, кроме 
строкового литерала, с определенными
-методами (Obj.write, Obj.createElement, ...).</li>
-    </ul>
-  </li>
+такие конструкции. А именно, применение 
любых конструкций, кроме литерала
+строки с определенными методами (<b>Obj.write</b>, 
<b>Obj.createElement</b>
+и others).</li>
 </ul>
 
 <p>Как мы узнаем, свободны ли программы на 
JavaScript? <a
@@ -331,7 +327,7 @@
 <p class="unprintable"><!-- timestamp start -->
 Обновлено:
 
-$Date: 2019/03/09 10:59:35 $
+$Date: 2019/03/14 05:29:53 $
 
 <!-- timestamp end -->
 </p>

Index: philosophy/po/javascript-trap.ru-en.html
===================================================================
RCS file: /web/www/www/philosophy/po/javascript-trap.ru-en.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- philosophy/po/javascript-trap.ru-en.html    9 Mar 2019 10:59:35 -0000       
1.44
+++ philosophy/po/javascript-trap.ru-en.html    14 Mar 2019 05:29:53 -0000      
1.45
@@ -176,15 +176,11 @@
 
   <li>it alters the DOM.</li>
   
-  <li>it uses dynamic JavaScript constructs that are difficult to analyze
-    without interpreting the program, or is loaded along with scripts
-    that use such constructs.  These constructs are:
-    <ul>
-      <li>calling methods with the square bracket notation,</li>
-      <li>using any other construct than a string literal with
-       certain methods (Obj.write, Obj.createElement, ...).</li>
-    </ul>
-  </li>
+  <li>it uses dynamic JavaScript constructs that are difficult to
+    analyze without interpreting the program, or is loaded along with
+    scripts that use such constructs.  Specifically, using any other
+    construct than a string literal with certain methods
+    (<b>Obj.write</b>, <b>Obj.createElement</b>, and others).</li>
 </ul>
 
 <p>How do we tell whether the JavaScript code is free?  In a <a 
@@ -296,7 +292,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2019/03/09 10:59:35 $
+$Date: 2019/03/14 05:29:53 $
 <!-- timestamp end -->
 </p>
 </div>

Index: philosophy/po/javascript-trap.ru.po
===================================================================
RCS file: /web/www/www/philosophy/po/javascript-trap.ru.po,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -b -r1.84 -r1.85
--- philosophy/po/javascript-trap.ru.po 14 Mar 2019 05:15:28 -0000      1.84
+++ philosophy/po/javascript-trap.ru.po 14 Mar 2019 05:29:53 -0000      1.85
@@ -16,7 +16,6 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Outdated-Since: 2019-03-14 01:26+0000\n"
 
 # type: Content of: <h2>
 #. type: Content of: <h2>
@@ -412,15 +411,6 @@
 msgstr "в ней изменяется DOM;"
 
 #. type: Content of: <ul><li>
-# | it uses dynamic JavaScript constructs that are difficult to analyze
-# | without interpreting the program, or is loaded along with scripts that use
-# | such constructs.  [-These constructs are:-]  {+Specifically, using any
-# | other construct than a string literal with certain methods
-# | (<b>Obj.write</b>, <b>Obj.createElement</b>, and others).+}
-#| msgid ""
-#| "it uses dynamic JavaScript constructs that are difficult to analyze "
-#| "without interpreting the program, or is loaded along with scripts that "
-#| "use such constructs.  These constructs are:"
 msgid ""
 "it uses dynamic JavaScript constructs that are difficult to analyze without "
 "interpreting the program, or is loaded along with scripts that use such "
@@ -431,8 +421,8 @@
 "она применяет динамические конструкции, 
которые трудно анализировать без "
 "интерпретации программы или загружается 
с программами, которые применяют "
 "такие конструкции. А именно, применение 
любых конструкций, кроме литерала "
-"строки с определенными методами 
(<b>Obj.write</b>, <b>Obj.createElement</b> и "
-"others)."
+"строки с определенными методами 
(<b>Obj.write</b>, <b>Obj.createElement</b> "
+"и others)."
 
 # type: Content of: <p>
 #. type: Content of: <p>

Index: software/recent-releases-include.ru.html
===================================================================
RCS file: /web/www/www/software/recent-releases-include.ru.html,v
retrieving revision 1.1677
retrieving revision 1.1678
diff -u -b -r1.1677 -r1.1678
--- software/recent-releases-include.ru.html    14 Mar 2019 02:00:06 -0000      
1.1677
+++ software/recent-releases-include.ru.html    14 Mar 2019 05:29:53 -0000      
1.1678
@@ -1,9 +1,9 @@
 <ul>
-<li><strong>March 13, 2019</strong>
+<li><strong>13 марта 2019</strong>
 <ul>
 <li><a
-href="http://lists.gnu.org/archive/html/info-gnu/2019-03/msg00004.html";>LibreJS
-7.19 released</a>, <i>Ruben Rodriguez</i>, <tt>21:39</tt></li>
+href="http://lists.gnu.org/archive/html/info-gnu/2010-03/msg00004.html";>Вышел
+LibreJS 7.19</a>, <i>Рубен Родригес</i>, <tt>21:39</tt></li>
 </ul></li>
 <li><strong>10 марта 2019</strong>
 <ul>

Index: software/po/recent-releases-include.ru.po
===================================================================
RCS file: /web/www/www/software/po/recent-releases-include.ru.po,v
retrieving revision 1.2370
retrieving revision 1.2371
diff -u -b -r1.2370 -r1.2371
--- software/po/recent-releases-include.ru.po   14 Mar 2019 05:15:29 -0000      
1.2370
+++ software/po/recent-releases-include.ru.po   14 Mar 2019 05:29:53 -0000      
1.2371
@@ -14,24 +14,12 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Outdated-Since: 2019-03-14 01:57+0000\n"
 
 #. type: Content of: <ul><li>
-# | <strong>March 1[-0-]{+3+}, 2019</strong>
-#| msgid "<strong>March 10, 2019</strong>"
 msgid "<strong>March 13, 2019</strong>"
 msgstr "<strong>13 марта 2019</strong>"
 
 #. type: Content of: <ul><li><ul><li>
-# | <a
-# | 
[-href=\"http://lists.gnu.org/archive/html/info-gnu/2018-09/msg00005.html\";>LibreJS
-# | 7.17-]
-# | 
{+href=\"http://lists.gnu.org/archive/html/info-gnu/2019-03/msg00004.html\";>LibreJS
-# | 7.19+} released</a>, <i>Ruben Rodriguez</i>, [-<tt>18:54</tt>-]
-# | {+<tt>21:39</tt>+}
-#| msgid ""
-#| "<a href=\"http://lists.gnu.org/archive/html/info-gnu/2018-09/msg00005.html";
-#| "\">LibreJS 7.17 released</a>, <i>Ruben Rodriguez</i>, <tt>18:54</tt>"
 msgid ""
 "<a href=\"http://lists.gnu.org/archive/html/info-gnu/2019-03/msg00004.html";
 "\">LibreJS 7.19 released</a>, <i>Ruben Rodriguez</i>, <tt>21:39</tt>"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]