www-commits
[Top][All Lists]
Advanced

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

www home.html licenses/gpl-faq.html philosophy/...


From: Ineiev
Subject: www home.html licenses/gpl-faq.html philosophy/...
Date: Mon, 27 Dec 2021 11:59:10 -0500 (EST)

CVSROOT:        /web/www
Module name:    www
Changes by:     Ineiev <ineiev> 21/12/27 11:59:10

Modified files:
        .              : home.html 
        licenses       : gpl-faq.html 
        philosophy     : fs-translations.html right-to-read.html 
        server         : head-include-1.ar.html head-include-1.fa.html 
                         head-include-1.he.html 
        software       : software.html 

Log message:
        Make RTL_SCRIPT flag explicit.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/home.html?cvsroot=www&r1=1.637&r2=1.638
http://web.cvs.savannah.gnu.org/viewcvs/www/licenses/gpl-faq.html?cvsroot=www&r1=1.257&r2=1.258
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/fs-translations.html?cvsroot=www&r1=1.175&r2=1.176
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/right-to-read.html?cvsroot=www&r1=1.118&r2=1.119
http://web.cvs.savannah.gnu.org/viewcvs/www/server/head-include-1.ar.html?cvsroot=www&r1=1.12&r2=1.13
http://web.cvs.savannah.gnu.org/viewcvs/www/server/head-include-1.fa.html?cvsroot=www&r1=1.12&r2=1.13
http://web.cvs.savannah.gnu.org/viewcvs/www/server/head-include-1.he.html?cvsroot=www&r1=1.12&r2=1.13
http://web.cvs.savannah.gnu.org/viewcvs/www/software/software.html?cvsroot=www&r1=1.255&r2=1.256

Patches:
Index: home.html
===================================================================
RCS file: /web/www/www/home.html,v
retrieving revision 1.637
retrieving revision 1.638
diff -u -b -r1.637 -r1.638
--- home.html   11 Dec 2021 01:42:51 -0000      1.637
+++ home.html   27 Dec 2021 16:59:08 -0000      1.638
@@ -175,7 +175,7 @@
    }
 }
 -->
-<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--#if expr="$RTL_SCRIPT = yes" -->
 <!--
 .btn-left {
    float: right;
@@ -626,7 +626,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2021/12/11 01:42:51 $
+$Date: 2021/12/27 16:59:08 $
 <!-- timestamp end -->
 </p>
 </div>

Index: licenses/gpl-faq.html
===================================================================
RCS file: /web/www/www/licenses/gpl-faq.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -b -r1.257 -r1.258
--- licenses/gpl-faq.html       23 Nov 2021 08:06:59 -0000      1.257
+++ licenses/gpl-faq.html       27 Dec 2021 16:59:10 -0000      1.258
@@ -34,7 +34,7 @@
 th.gpl-matrix-license { text-align: right; }
 tr.gpl-matrix-use-type { border-top: 2px solid black; }
 -->
-<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--#if expr="$RTL_SCRIPT = yes" -->
 <!--
 th.gpl-matrix-license { text-align: left; }
 -->
@@ -3967,7 +3967,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2021/11/23 08:06:59 $
+$Date: 2021/12/27 16:59:10 $
 <!-- timestamp end -->
 </p>
 </div>

Index: philosophy/fs-translations.html
===================================================================
RCS file: /web/www/www/philosophy/fs-translations.html,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -b -r1.175 -r1.176
--- philosophy/fs-translations.html     25 Dec 2021 21:07:06 -0000      1.175
+++ philosophy/fs-translations.html     27 Dec 2021 16:59:10 -0000      1.176
@@ -7,7 +7,7 @@
 - GNU Project - Free Software Foundation</title>
 <!--#include virtual="/philosophy/po/fs-translations.translist" -->
 <style type="text/css" media="print,screen">
-<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" --><!--
+<!--#if expr="$RTL_SCRIPT = yes" --><!--
 #content th { text-align: right; }
 --><!--#else --><!--
 #content th { text-align: left; }
@@ -1092,7 +1092,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2021/12/25 21:07:06 $
+$Date: 2021/12/27 16:59:10 $
 <!-- timestamp end -->
 </p>
 </div>

Index: philosophy/right-to-read.html
===================================================================
RCS file: /web/www/www/philosophy/right-to-read.html,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -b -r1.118 -r1.119
--- philosophy/right-to-read.html       5 Sep 2021 10:10:07 -0000       1.118
+++ philosophy/right-to-read.html       27 Dec 2021 16:59:10 -0000      1.119
@@ -52,7 +52,7 @@
    .left { padding-right: .75em; }
    .right { padding-left: .75em; }
 }-->
-<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--#if expr="$RTL_SCRIPT = yes" -->
 <!--
 @media (min-width: 55em) {
    .left { padding-left: .75em; padding-right: 0; }
@@ -570,7 +570,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2021/09/05 10:10:07 $
+$Date: 2021/12/27 16:59:10 $
 <!-- timestamp end -->
 </p>
 </div>

Index: server/head-include-1.ar.html
===================================================================
RCS file: /web/www/www/server/head-include-1.ar.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- server/head-include-1.ar.html       19 May 2021 17:23:10 -0000      1.12
+++ server/head-include-1.ar.html       27 Dec 2021 16:59:10 -0000      1.13
@@ -1,3 +1,4 @@
 <!--#include virtual="/server/head-include-1.html" -->
 <link rel="stylesheet" type="text/css" href="/style.rtl.css" media="screen" />
 <!--#set var="LANGUAGE_SUFFIX" value=".ar" -->
+<!--#set var="RTL_SCRIPT" value="yes" -->

Index: server/head-include-1.fa.html
===================================================================
RCS file: /web/www/www/server/head-include-1.fa.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- server/head-include-1.fa.html       19 May 2021 17:23:10 -0000      1.12
+++ server/head-include-1.fa.html       27 Dec 2021 16:59:10 -0000      1.13
@@ -2,3 +2,4 @@
 <link rel="translated" href="mailto:www-fa-general@[NOSPAM]gnu.org"; />
 <link rel="stylesheet" type="text/css" href="/style.rtl.css" media="screen" />
 <!--#set var="LANGUAGE_SUFFIX" value=".fa" -->
+<!--#set var="RTL_SCRIPT" value="yes" -->

Index: server/head-include-1.he.html
===================================================================
RCS file: /web/www/www/server/head-include-1.he.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- server/head-include-1.he.html       19 May 2021 17:23:10 -0000      1.12
+++ server/head-include-1.he.html       27 Dec 2021 16:59:10 -0000      1.13
@@ -2,3 +2,4 @@
 <link rel="translated" href="mailto:web-translators@gnu.org"; />
 <link rel="stylesheet" type="text/css" href="/style.rtl.css" media="screen" />
 <!--#set var="LANGUAGE_SUFFIX" value=".he" -->
+<!--#set var="RTL_SCRIPT" value="yes" -->

Index: software/software.html
===================================================================
RCS file: /web/www/www/software/software.html,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -b -r1.255 -r1.256
--- software/software.html      21 Aug 2021 17:15:23 -0000      1.255
+++ software/software.html      27 Dec 2021 16:59:10 -0000      1.256
@@ -36,7 +36,7 @@
    #dynamic-duo img { width: 100%; }
 }
 -->
-<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--#if expr="$RTL_SCRIPT = yes" -->
 <!--
 div.package-list {
    direction: ltr;
@@ -296,7 +296,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2021/08/21 17:15:23 $
+$Date: 2021/12/27 16:59:10 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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