You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2017/04/16 13:19:32 UTC

svn commit: r1791608 - in /openoffice/ooo-site/trunk/content: ar/index.html ar/msg_prop_l10n_ar.js ast/index.html ca/index.html cs/index.html da/index.html eu/index.html gd/index.html gl/index.html hu/index.html

Author: mseidel
Date: Sun Apr 16 13:19:32 2017
New Revision: 1791608

URL: http://svn.apache.org/viewvc?rev=1791608&view=rev
Log:
Changed YouTube links to a readable URL

Modified:
    openoffice/ooo-site/trunk/content/ar/index.html
    openoffice/ooo-site/trunk/content/ar/msg_prop_l10n_ar.js
    openoffice/ooo-site/trunk/content/ast/index.html
    openoffice/ooo-site/trunk/content/ca/index.html
    openoffice/ooo-site/trunk/content/cs/index.html
    openoffice/ooo-site/trunk/content/da/index.html
    openoffice/ooo-site/trunk/content/eu/index.html
    openoffice/ooo-site/trunk/content/gd/index.html
    openoffice/ooo-site/trunk/content/gl/index.html
    openoffice/ooo-site/trunk/content/hu/index.html

Modified: openoffice/ooo-site/trunk/content/ar/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/ar/index.html?rev=1791608&r1=1791607&r2=1791608&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/ar/index.html (original)
+++ openoffice/ooo-site/trunk/content/ar/index.html Sun Apr 16 13:19:32 2017
@@ -121,7 +121,7 @@ screen reader.
   document.write( "<ul><li>"
     + "<div class='action-download'>"
       + "<div class='action-text action-link'>"
-        + "<a href='./download/index.html'>"
+        + "<a href='/download/index.html'>"
           + "<h2>I want to download Apache OpenOffice</h2>"
           + "<p style='font-size: 1.0em; font-weight: bold;'>(Most recent release: " + DL.VERSION + ")</p>"
           + "<p>Download Apache OpenOffice for free <b>(really!)</b> | "
@@ -141,7 +141,7 @@ screen reader.
   <noscript>
     <div class="action-download">
       <div class="action-text action-link">
-        <a href="./download/index.html">
+        <a href="/download/index.html">
           <h2>I want to download Apache OpenOffice</h2>
           <p>Download Apache OpenOffice for free, or find out about other ways of getting it.</p>
         </a>
@@ -220,6 +220,7 @@ screen reader.
     </li>
   </ul>
 
+<!--
   <div id="SupportedAndSupporters">
     <a href="https://validator.w3.org/check?uri=referer"
     title="W3C Markup Validation Service - Check the markup (HTML, XHTML, ...) of Web documents">
@@ -228,7 +229,6 @@ screen reader.
   </div>
 </div>
 
-<!--
 <div id="news">
 
   <div class="first campaign" style="height: 210px; float: right; overflow: auto;">

Modified: openoffice/ooo-site/trunk/content/ar/msg_prop_l10n_ar.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/ar/msg_prop_l10n_ar.js?rev=1791608&r1=1791607&r2=1791608&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/ar/msg_prop_l10n_ar.js (original)
+++ openoffice/ooo-site/trunk/content/ar/msg_prop_l10n_ar.js Sun Apr 16 13:19:32 2017
@@ -20,4 +20,4 @@ l10n.index_alert_box_href			= "https://o
 									// Maximum 49 characters.
 l10n.index_alert_box_headline_text		= "We need your help to complete translation into Arabic!";
 									// Maximum 630 characters.
-l10n.index_alert_box_text_text			= "This note is in English because we have no one to translate Apache OpenOffice into your language. The links on the page will help you download and install Apache OpenOffice in all available languages. <br /><br /> If you are interested in helping translate, please click this text to review the information. You can send a note to our mailing list \"L10N@openoffice.apache.org\" if you want to volunteer or if you have questions.";
+l10n.index_alert_box_text_text			= "This note is in English because we need help to translate Apache OpenOffice into your language. The links on the page will help you download and install Apache OpenOffice in all currently available languages. <br /><br /> If you are interested in helping translate, please click this text to review the information. You can send a note to our mailing list \"L10N@openoffice.apache.org\" if you want to volunteer or if you have questions.";

Modified: openoffice/ooo-site/trunk/content/ast/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/ast/index.html?rev=1791608&r1=1791607&r2=1791608&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/ast/index.html (original)
+++ openoffice/ooo-site/trunk/content/ast/index.html Sun Apr 16 13:19:32 2017
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ast" lang="ast">
 <head>
     <meta name="description" content="The official home page of the Apache OpenOffice open source project, home of OpenOffice Writer, Calc, Impress, Draw and Base." />
     <meta name="keywords" content="OpenOffice, Open Office, Apache OpenOffice, Apache Open Office, OpenOffice.org, Calc, Impress, Draw, Base, ODF, Open Document Format, free office editors" />
@@ -29,7 +29,7 @@
         } else if ( platform == 'GooglePlus' ) {
           window.open( "https://plus.google.com/+openoffice", "_blank" );
         } else if ( platform == 'YouTube' ) {
-          window.open( "https://www.youtube.com/channel/UC5VAaY4mqQVhNe8j7fZCEfw", "_blank" );
+          window.open( "https://www.youtube.com/c/openoffice", "_blank" );
         }
       }
 

Modified: openoffice/ooo-site/trunk/content/ca/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/ca/index.html?rev=1791608&r1=1791607&r2=1791608&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/ca/index.html (original)
+++ openoffice/ooo-site/trunk/content/ca/index.html Sun Apr 16 13:19:32 2017
@@ -29,7 +29,7 @@
         } else if ( platform == 'GooglePlus' ) {
           window.open( "https://plus.google.com/+openoffice", "_blank" );
         } else if ( platform == 'YouTube' ) {
-          window.open( "https://www.youtube.com/channel/UC5VAaY4mqQVhNe8j7fZCEfw", "_blank" );
+          window.open( "https://www.youtube.com/c/openoffice", "_blank" );
         }
       }
 

Modified: openoffice/ooo-site/trunk/content/cs/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/cs/index.html?rev=1791608&r1=1791607&r2=1791608&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/cs/index.html (original)
+++ openoffice/ooo-site/trunk/content/cs/index.html Sun Apr 16 13:19:32 2017
@@ -28,7 +28,7 @@
           } else if (platform == 'ApacheBlog') {
             window.open("https://blogs.apache.org/OOo/","_blank");
 	  } else if ( platform == 'YouTube' ) {
-            window.open( "https://www.youtube.com/channel/UC5VAaY4mqQVhNe8j7fZCEfw", "_blank" );
+            window.open( "https://www.youtube.com/c/openoffice", "_blank" );
           }
       }
     </script>

Modified: openoffice/ooo-site/trunk/content/da/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/da/index.html?rev=1791608&r1=1791607&r2=1791608&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/da/index.html (original)
+++ openoffice/ooo-site/trunk/content/da/index.html Sun Apr 16 13:19:32 2017
@@ -28,7 +28,7 @@
         } else if ( platform == 'GooglePlus' ) {
           window.open( "https://plus.google.com/+openoffice", "_blank" );
 	    } else if ( platform == 'YouTube' ) {
-          window.open( "https://www.youtube.com/channel/UC5VAaY4mqQVhNe8j7fZCEfw", "_blank" );
+          window.open( "https://www.youtube.com/c/openoffice", "_blank" );
         }
       }
 

Modified: openoffice/ooo-site/trunk/content/eu/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/eu/index.html?rev=1791608&r1=1791607&r2=1791608&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/eu/index.html (original)
+++ openoffice/ooo-site/trunk/content/eu/index.html Sun Apr 16 13:19:32 2017
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="eu" lang="eu">
 
 <head>
     <meta name="description" content="The official home page of the Apache OpenOffice open source project, home of OpenOffice Writer, Calc, Impress, Draw and Base." />
@@ -29,7 +29,7 @@
           }  else if (platform == 'ApacheBlog') {
             window.open("https://blogs.apache.org/OOo/","_blank");
 	  } else if ( platform == 'YouTube' ) {
-            window.open( "https://www.youtube.com/channel/UC5VAaY4mqQVhNe8j7fZCEfw", "_blank" );
+            window.open( "https://www.youtube.com/c/openoffice", "_blank" );
           }
       }
     </script>

Modified: openoffice/ooo-site/trunk/content/gd/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/gd/index.html?rev=1791608&r1=1791607&r2=1791608&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/gd/index.html (original)
+++ openoffice/ooo-site/trunk/content/gd/index.html Sun Apr 16 13:19:32 2017
@@ -29,7 +29,7 @@
         } else if ( platform == 'GooglePlus' ) {
           window.open( "https://plus.google.com/+openoffice", "_blank" );
         } else if ( platform == 'YouTube' ) {
-          window.open( "https://www.youtube.com/channel/UC5VAaY4mqQVhNe8j7fZCEfw", "_blank" );
+          window.open( "https://www.youtube.com/c/openoffice", "_blank" );
         }
       }
 

Modified: openoffice/ooo-site/trunk/content/gl/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/gl/index.html?rev=1791608&r1=1791607&r2=1791608&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/gl/index.html (original)
+++ openoffice/ooo-site/trunk/content/gl/index.html Sun Apr 16 13:19:32 2017
@@ -29,7 +29,7 @@
         } else if ( platform == 'GooglePlus' ) {
           window.open( "https://plus.google.com/+openoffice", "_blank" );
         } else if ( platform == 'YouTube' ) {
-          window.open( "https://www.youtube.com/channel/UC5VAaY4mqQVhNe8j7fZCEfw", "_blank" );
+          window.open( "https://www.youtube.com/c/openoffice", "_blank" );
         }
       }
 

Modified: openoffice/ooo-site/trunk/content/hu/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/hu/index.html?rev=1791608&r1=1791607&r2=1791608&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/hu/index.html (original)
+++ openoffice/ooo-site/trunk/content/hu/index.html Sun Apr 16 13:19:32 2017
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="hu" lang="hu">
 <head>
     <meta name="description" content="Az Apache OpenOffice nyílt forrású projekt hivatalos weboldala, az OpenOffice Writer, Calc, Impress, Draw és Base honlapja." />
     <meta name="keywords" content="OpenOffice, Open Office, Apache OpenOffice, Apache Open Office, OpenOffice.org, Calc, Impress, Draw, Base, ODF, Open Document Format, free office editors, ingyenes irodai programcsomag" />
@@ -29,7 +29,7 @@
         else if ( platform == 'GooglePlus' )
           window.open( "https://plus.google.com/+openoffice", "_blank" );
 	else if ( platform == 'YouTube' )
-          window.open( "https://www.youtube.com/channel/UC5VAaY4mqQVhNe8j7fZCEfw", "_blank" );
+          window.open( "https://www.youtube.com/c/openoffice", "_blank" );
       }
 
       function showAlertBox() {