Author: marcus
Date: Tue Oct  1 20:08:08 2013
New Revision: 1528199

URL: http://svn.apache.org/r1528199
Log:
Deleted new lines

Modified:
    openoffice/ooo-site/trunk/content/download/test/download_other.js

Modified: openoffice/ooo-site/trunk/content/download/test/download_other.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_other.js?rev=1528199&r1=1528198&r2=1528199&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_other.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download_other.js Tue Oct  
1 20:08:08 2013
@@ -38,16 +38,16 @@ function write_table() {
 */
        var URL_HASH    = APACHE_DIST_BASE_URL;
 
-       document.write( "<table class='builds' cellpadding='2' cellspacing='2'> 
\n" );
+       document.write( "<table class='builds' cellpadding='2' 
cellspacing='2'>" );
 
        write_header( 1 );
-       document.write( "<tbody> \n" );
+       document.write( "<tbody>" );
        write_lang( URL_AOO,                   URL_HASH,          PLATFORM, 
FULL_LANG, LP_LANG, VERSION, AOO     );
        write_sdk(           URL_SDK, URL_SRC, URL_HASH, AOO_SRC, PLATFORM, 
SDK_LANG,           VERSION, AOO_SDK );
        write_top();
 
-       document.write( "</tbody> \n" );
-       document.write( "</table> \n" );
+       document.write( "</tbody>" );
+       document.write( "</table>" );
 }
 
 /*
@@ -58,11 +58,11 @@ function write_empty_row() {
             ROW_COUNT == 11 || ROW_COUNT == 13 || ROW_COUNT == 15 || ROW_COUNT 
== 17 || ROW_COUNT == 19 ) {
 
 // Debug: Uncomment to get output inside the table
-               document.write( "<tr class='a'><td class='footer' colspan='" + 
COLSPAN + "'>&nbsp;</td></tr> \n" );
-//             document.write( "<tr class='a'><td class='footer' colspan='" + 
COLSPAN + "'>" + ROW_COUNT + "&nbsp;</td></tr> \n" );
+               document.write( "<tr class='a'><td class='footer' colspan='" + 
COLSPAN + "'>&nbsp;</td></tr>" );
+//             document.write( "<tr class='a'><td class='footer' colspan='" + 
COLSPAN + "'>" + ROW_COUNT + "&nbsp;</td></tr>" );
        } else {
-               document.write( "<tr class='b'><td class='footer' colspan='" + 
COLSPAN + "'>&nbsp;</td></tr> \n" );
-//             document.write( "<tr class='b'><td class='footer' colspan='" + 
COLSPAN + "'>" + ROW_COUNT + "&nbsp;</td></tr> \n" );
+               document.write( "<tr class='b'><td class='footer' colspan='" + 
COLSPAN + "'>&nbsp;</td></tr>" );
+//             document.write( "<tr class='b'><td class='footer' colspan='" + 
COLSPAN + "'>" + ROW_COUNT + "&nbsp;</td></tr>" );
                ROW_COUNT++;
        }
 }
@@ -71,9 +71,9 @@ function write_empty_row() {
  * This writes the "Start of page" link within the table
  */
 function write_top() {
-       document.write( "<tr><td class='footer' colspan='" + COLSPAN + 
"'>&nbsp; \n" );
-       document.write( "<div><small><a href='#' title='Go to the start of the 
page'>Start of page</a></small></div> \n" );
-       document.write( "&nbsp;</td></tr> \n" );
+       document.write( "<tr><td class='footer' colspan='" + COLSPAN + 
"'>&nbsp;" );
+       document.write( "<div><small><a href='#' title='Go to the start of the 
page'>Start of page</a></small></div>" );
+       document.write( "&nbsp;</td></tr>" );
 }
 
 /*
@@ -90,22 +90,22 @@ function write_header( FIRST_HEADER ) {
                var SMALL2 = "</small>";
        }
 
-       document.write( "<thead><tr> \n" );
-       document.write( "<th colspan='2' style='text-align: center'>"           
       + SMALL1 + "Language<br />The names do not refer to countries.<br 
/>&nbsp;" + SMALL2 + "</th> \n" );
-       document.write( "<th><span style='text-align: center' class='builds'>"  
       + SMALL1 + "Type<br />&nbsp;<br />&nbsp;"     + SMALL2 + "</span></th> 
\n" );
+       document.write( "<thead><tr>" );
+       document.write( "<th colspan='2' style='text-align: center'>"           
       + SMALL1 + "Language<br />The names do not refer to countries.<br 
/>&nbsp;" + SMALL2 + "</th>" );
+       document.write( "<th><span style='text-align: center' class='builds'>"  
       + SMALL1 + "Type<br />&nbsp;<br />&nbsp;"     + SMALL2 + "</span></th>" 
);
        if ( PLATFORM.indexOf( "Win_x86" ) > -1 )
-               document.write( "<th><span style='text-align: center' 
class='builds'>" + SMALL1 + "Windows    <br />Intel <br />EXE" + SMALL2 + 
"</span></th> \n" );
+               document.write( "<th><span style='text-align: center' 
class='builds'>" + SMALL1 + "Windows    <br />Intel <br />EXE" + SMALL2 + 
"</span></th>" );
        if ( PLATFORM.indexOf( "Linux_x86_rpm" ) > -1 )
-               document.write( "<th><span style='text-align: center' 
class='builds'>" + SMALL1 + "Linux      <br />Intel <br />RPM" + SMALL2 + 
"</span></th> \n" );
+               document.write( "<th><span style='text-align: center' 
class='builds'>" + SMALL1 + "Linux      <br />Intel <br />RPM" + SMALL2 + 
"</span></th>" );
        if ( PLATFORM.indexOf( "Linux_x86_deb" ) > -1 )
-               document.write( "<th><span style='text-align: center' 
class='builds'>" + SMALL1 + "Linux      <br />Intel <br />DEB" + SMALL2 + 
"</span></th> \n" );
+               document.write( "<th><span style='text-align: center' 
class='builds'>" + SMALL1 + "Linux      <br />Intel <br />DEB" + SMALL2 + 
"</span></th>" );
        if ( PLATFORM.indexOf( "Linux_x86-64_rpm" ) > -1 )
-               document.write( "<th><span style='text-align: center' 
class='builds'>" + SMALL1 + "Linux      <br />x86-64<br />RPM" + SMALL2 + 
"</span></th> \n" );
+               document.write( "<th><span style='text-align: center' 
class='builds'>" + SMALL1 + "Linux      <br />x86-64<br />RPM" + SMALL2 + 
"</span></th>" );
        if ( PLATFORM.indexOf( "Linux_x86-64_deb" ) > -1 )
-               document.write( "<th><span style='text-align: center' 
class='builds'>" + SMALL1 + "Linux      <br />x86-64<br />DEB" + SMALL2 + 
"</span></th> \n" );
+               document.write( "<th><span style='text-align: center' 
class='builds'>" + SMALL1 + "Linux      <br />x86-64<br />DEB" + SMALL2 + 
"</span></th>" );
        if ( PLATFORM.indexOf( "MacOS_x86" ) > -1 )
-               document.write( "<th><span style='text-align: center' 
class='builds'>" + SMALL1 + "Mac&nbsp;OS<br />Intel <br />DMG" + SMALL2 + 
"</span></th> \n" );
-       document.write( "</tr></thead> \n" );
+               document.write( "<th><span style='text-align: center' 
class='builds'>" + SMALL1 + "Mac&nbsp;OS<br />Intel <br />DMG" + SMALL2 + 
"</span></th>" );
+       document.write( "</tr></thead>" );
 }
 
 /*
@@ -117,105 +117,105 @@ function write_build( URL_AOO, URL_HASH,
 
        if ( ROW_COUNT ==  1 || ROW_COUNT ==  2 || ROW_COUNT ==  5 || ROW_COUNT 
== 6  || ROW_COUNT == 9 ||
             ROW_COUNT == 10 || ROW_COUNT == 13 || ROW_COUNT == 14 || ROW_COUNT 
== 17 || ROW_COUNT == 18 )
-               document.write( "<tr class='a'> \n" );
+               document.write( "<tr class='a'>" );
        else
-               document.write( "<tr class='b'> \n" );
+               document.write( "<tr class='b'>" );
 
 // Debug: uncomment to get output inside the table
        if ( URL_AOO.indexOf( "SDK" ) < 0 ) {
                if ( TYPE == "install" ) {
-                       document.write( "<td><small>" + LANG[ i ][ "EN" ] + 
"</small></td><td><small>" + LANG[ i ][ "NATIVE" ] + 
"</small></td><td><small>Full&nbsp;Install</small></td> \n" );
-//                     document.write( "<td><small>" + ROW_COUNT + 
"&nbsp;:&nbsp;" + FULL_LANG_COUNT + "&nbsp;:&nbsp;" + i + "&nbsp;:&nbsp;" + k + 
"&nbsp;" + LANG[ i ][ "EN" ] + "</small></td><td><small>" + LANG[ i ][ "NATIVE" 
] + "</small></td><td><small>Full&nbsp;Install</small></td> \n" );
+                       document.write( "<td><small>" + LANG[ i ][ "EN" ] + 
"</small></td><td><small>" + LANG[ i ][ "NATIVE" ] + 
"</small></td><td><small>Full&nbsp;Install</small></td>" );
+//                     document.write( "<td><small>" + ROW_COUNT + 
"&nbsp;:&nbsp;" + FULL_LANG_COUNT + "&nbsp;:&nbsp;" + i + "&nbsp;:&nbsp;" + k + 
"&nbsp;" + LANG[ i ][ "EN" ] + "</small></td><td><small>" + LANG[ i ][ "NATIVE" 
] + "</small></td><td><small>Full&nbsp;Install</small></td>" );
                } else {
-                       document.write( "<td>                                   
     </td><td>                                            
</td><td><small>Langpack</small></td> \n" );
-//                     document.write( "<td><small>" + ROW_COUNT + 
"&nbsp;:&nbsp;" + LP_LANG_COUNT + "&nbsp;:&nbsp;" + i + "&nbsp;:&nbsp;" + k + 
"&nbsp;" + LANG[ i ][ "EN" ] + "</small></td><td><small>" + LANG[ i ][ "NATIVE" 
] + "</small></td><td><small>Langpack</small></td> \n" );
+                       document.write( "<td>                                   
     </td><td>                                            
</td><td><small>Langpack</small></td>" );
+//                     document.write( "<td><small>" + ROW_COUNT + 
"&nbsp;:&nbsp;" + LP_LANG_COUNT + "&nbsp;:&nbsp;" + i + "&nbsp;:&nbsp;" + k + 
"&nbsp;" + LANG[ i ][ "EN" ] + "</small></td><td><small>" + LANG[ i ][ "NATIVE" 
] + "</small></td><td><small>Langpack</small></td>" );
                }
        } else {
-               document.write( "<td id='source'><small>" + LANG[ i ][ "EN" ] + 
"</small></td><td><small>" + LANG[ i ][ "NATIVE" ] + 
"</small></td><td><small><a href='#notes' title='What is a 
SDK?'>SDK</a></small></td> \n" );
-//             document.write( "<td><small>" + ROW_COUNT + "&nbsp;:&nbsp;" + 
FULL_LANG_COUNT + "&nbsp;:&nbsp;" + i + "&nbsp;:&nbsp;" + k + "&nbsp;" + LANG[ 
i ][ "EN" ] + "</small></td><td><small>" + LANG[ i ][ "NATIVE" ] + 
"</small></td><td><small>SDK</small></td> \n" );
+               document.write( "<td id='source'><small>" + LANG[ i ][ "EN" ] + 
"</small></td><td><small>" + LANG[ i ][ "NATIVE" ] + 
"</small></td><td><small><a href='#notes' title='What is a 
SDK?'>SDK</a></small></td>" );
+//             document.write( "<td><small>" + ROW_COUNT + "&nbsp;:&nbsp;" + 
FULL_LANG_COUNT + "&nbsp;:&nbsp;" + i + "&nbsp;:&nbsp;" + k + "&nbsp;" + LANG[ 
i ][ "EN" ] + "</small></td><td><small>" + LANG[ i ][ "NATIVE" ] + 
"</small></td><td><small>SDK</small></td>" );
        }
 
        if ( URL_AOO.indexOf( "SDK" ) < 0 ) {
                // Write download links for binary builds and its checksums
                if ( PLATFORM.indexOf( "Win_x86" ) > -1 ) {
-                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO                 + INSTALL_LANG[ k ] + "/" + AOO 
+ VERSION + "_Win_x86_"      + TYPE          + "_" + INSTALL_LANG[ k ] + 
".exe'><b>exe</b></a><br /><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Win_x86_"      + TYPE          + "_" + INSTALL_LANG[ k ] + 
".exe.asc'>ASC</a> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Win_x86_"      + TYPE          + "_" + INSTALL_LANG[ k ] + 
".exe.md5'>MD5</a><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Win_x86_"      + TYPE          + "_" + INSTALL_LANG[ k ] + 
".exe.sha256'>SHA256</a></td> \n" );
+                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO                 + INSTALL_LANG[ k ] + "/" + AOO 
+ VERSION + "_Win_x86_"      + TYPE          + "_" + INSTALL_LANG[ k ] + 
".exe'><b>exe</b></a><br /><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Win_x86_"      + TYPE          + "_" + INSTALL_LANG[ k ] + 
".exe.asc'>ASC</a>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Win_x86_"      + TYPE          + "_" + INSTALL_LANG[ k ] + 
".exe.md5'>MD5</a><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Win_x86_"      + TYPE          + "_" + INSTALL_LANG[ k ] + 
".exe.sha256'>SHA256</a></td>" );
                }
                if ( PLATFORM.indexOf( "Linux_x86_rpm" ) > -1 ) {
-                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO                 + INSTALL_LANG[ k ] + "/" + AOO 
+ VERSION + "_Linux_x86_"    + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz'><b>rpm</b></a><br /><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86_"    + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.asc'>ASC</a> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86_"    + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.md5'>MD5</a><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86_"    + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.sha256'>SHA256</a></td> \n" );
+                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO                 + INSTALL_LANG[ k ] + "/" + AOO 
+ VERSION + "_Linux_x86_"    + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz'><b>rpm</b></a><br /><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86_"    + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.asc'>ASC</a>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86_"    + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.md5'>MD5</a><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86_"    + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.sha256'>SHA256</a></td>" );
                }
                if ( PLATFORM.indexOf( "Linux_x86_deb" ) > -1 ) {
-                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO                 + INSTALL_LANG[ k ] + "/" + AOO 
+ VERSION + "_Linux_x86_"    + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz'><b>deb</b></a><br /><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86_"    + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.asc'>ASC</a> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86_"    + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.md5'>MD5</a><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86_"    + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.sha256'>SHA256</a></td> \n" );
+                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO                 + INSTALL_LANG[ k ] + "/" + AOO 
+ VERSION + "_Linux_x86_"    + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz'><b>deb</b></a><br /><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86_"    + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.asc'>ASC</a>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86_"    + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.md5'>MD5</a><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86_"    + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.sha256'>SHA256</a></td>" );
                }
                if ( PLATFORM.indexOf( "Linux_x86-64_rpm" ) > -1 ) {
-                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO                 + INSTALL_LANG[ k ] + "/" + AOO 
+ VERSION + "_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz'><b>rpm</b></a><br /><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.asc'>ASC</a> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.md5'>MD5</a><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.sha256'>SHA256</a></td> \n" );
+                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO                 + INSTALL_LANG[ k ] + "/" + AOO 
+ VERSION + "_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz'><b>rpm</b></a><br /><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.asc'>ASC</a>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.md5'>MD5</a><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.sha256'>SHA256</a></td>" );
                }
                if ( PLATFORM.indexOf( "Linux_x86-64_deb" ) > -1 ) {
-                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO                 + INSTALL_LANG[ k ] + "/" + AOO 
+ VERSION + "_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz'><b>deb</b></a><br /><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.asc'>ASC</a> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.md5'>MD5</a><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.sha256'>SHA256</a></td> \n" );
+                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO                 + INSTALL_LANG[ k ] + "/" + AOO 
+ VERSION + "_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz'><b>deb</b></a><br /><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.asc'>ASC</a>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.md5'>MD5</a><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.sha256'>SHA256</a></td>" );
                }
                if ( PLATFORM.indexOf( "MacOS_x86" ) > -1 ) {
-                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO                 + INSTALL_LANG[ k ] + "/" + AOO 
+ VERSION + "_MacOS_x86_"    + TYPE          + "_" + INSTALL_LANG[ k ] + 
".dmg'><b>dmg</b></a><br /><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_MacOS_x86_"    + TYPE          + "_" + INSTALL_LANG[ k ] + 
".dmg.asc'>ASC</a> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_MacOS_x86_"    + TYPE          + "_" + INSTALL_LANG[ k ] + 
".dmg.md5'>MD5</a><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_MacOS_x86_"    + TYPE          + "_" + INSTALL_LANG[ k ] + 
".dmg.sha256'>SHA256</a></td> \n" );
+                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO                 + INSTALL_LANG[ k ] + "/" + AOO 
+ VERSION + "_MacOS_x86_"    + TYPE          + "_" + INSTALL_LANG[ k ] + 
".dmg'><b>dmg</b></a><br /><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_MacOS_x86_"    + TYPE          + "_" + INSTALL_LANG[ k ] + 
".dmg.asc'>ASC</a>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_MacOS_x86_"    + TYPE          + "_" + INSTALL_LANG[ k ] + 
".dmg.md5'>MD5</a><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_MacOS_x86_"    + TYPE          + "_" + INSTALL_LANG[ k ] + 
".dmg.sha256'>SHA256</a></td>" );
                }
        } else {
 
 
                // Write download links for SDK builds and its checksums
                if ( PLATFORM.indexOf( "Win_x86" ) > -1 ) {
-                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO  +                                    
"_Win_x86_"      + TYPE          + "_" + INSTALL_LANG[ k ] + 
".exe'><b>exe</b></a><br /><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Win_x86_"    
  + TYPE          + "_" + INSTALL_LANG[ k ] + ".exe.asc'>ASC</a> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Win_x86_"    
  + TYPE          + "_" + INSTALL_LANG[ k ] + ".exe.md5'>MD5</a><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Win_x86_"    
  + TYPE          + "_" + INSTALL_LANG[ k ] + ".exe.sha256'>SHA256</a></td> \n" 
);
+                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO  +                                    
"_Win_x86_"      + TYPE          + "_" + INSTALL_LANG[ k ] + 
".exe'><b>exe</b></a><br /><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Win_x86_"    
  + TYPE          + "_" + INSTALL_LANG[ k ] + ".exe.asc'>ASC</a>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Win_x86_"    
  + TYPE          + "_" + INSTALL_LANG[ k ] + ".exe.md5'>MD5</a><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Win_x86_"    
  + TYPE          + "_" + INSTALL_LANG[ k ] + ".exe.sha256'>SHA256</a></td>" );
                }
                if ( PLATFORM.indexOf( "Linux_x86_rpm" ) > -1 ) {
-                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO  +                                    
"_Linux_x86_"    + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz'><b>rpm</b></a><br /><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Linux_x86_"  
  + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + ".tar.gz.asc'>ASC</a> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Linux_x86_"  
  + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + ".tar.gz.md5'>MD5</a><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Linux_x86_"  
  + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + ".tar.gz.sha256'>SHA256</a></td> 
\n" );
+                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO  +                                    
"_Linux_x86_"    + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz'><b>rpm</b></a><br /><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Linux_x86_"  
  + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + ".tar.gz.asc'>ASC</a>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Linux_x86_"  
  + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + ".tar.gz.md5'>MD5</a><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Linux_x86_"  
  + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + ".tar.gz.sha256'>SHA256</a></td>" 
);
                }
                if ( PLATFORM.indexOf( "Linux_x86_deb" ) > -1 ) {
-                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO  +                                    
"_Linux_x86_"    + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz'><b>deb</b></a><br /><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Linux_x86_"  
  + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + ".tar.gz.asc'>ASC</a> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Linux_x86_"  
  + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + ".tar.gz.md5'>MD5</a><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Linux_x86_"  
  + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + ".tar.gz.sha256'>SHA256</a></td> 
\n" );
+                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO  +                                    
"_Linux_x86_"    + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz'><b>deb</b></a><br /><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Linux_x86_"  
  + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + ".tar.gz.asc'>ASC</a>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Linux_x86_"  
  + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + ".tar.gz.md5'>MD5</a><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Linux_x86_"  
  + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + ".tar.gz.sha256'>SHA256</a></td>" 
);
                }
                if ( PLATFORM.indexOf( "Linux_x86-64_rpm" ) > -1 ) {
-                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO  +                                    
"_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz'><b>rpm</b></a><br /><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.asc'>ASC</a> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.md5'>MD5</a><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.sha256'>SHA256</a></td> \n" );
+                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO  +                                    
"_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz'><b>rpm</b></a><br /><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.asc'>ASC</a>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.md5'>MD5</a><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.sha256'>SHA256</a></td>" );
                }
                if ( PLATFORM.indexOf( "Linux_x86-64_deb" ) > -1 ) {
-                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO  +                                    
"_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz'><b>deb</b></a><br /><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.asc'>ASC</a> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.md5'>MD5</a><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.sha256'>SHA256</a></td> \n" );
+                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO  +                                    
"_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz'><b>deb</b></a><br /><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.asc'>ASC</a>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.md5'>MD5</a><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.sha256'>SHA256</a></td>" );
                }
                if ( PLATFORM.indexOf( "MacOS_x86" ) > -1 ) {
-                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO  +                                    
"_MacOS_x86_"    + TYPE          + "_" + INSTALL_LANG[ k ] + 
".dmg'><b>dmg</b></a><br /><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_MacOS_x86_"  
  + TYPE          + "_" + INSTALL_LANG[ k ] + ".dmg.asc'>ASC</a> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_MacOS_x86_"  
  + TYPE          + "_" + INSTALL_LANG[ k ] + ".dmg.md5'>MD5</a><br /> \n" );
-                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_MacOS_x86_"  
  + TYPE          + "_" + INSTALL_LANG[ k ] + ".dmg.sha256'>SHA256</a></td> \n" 
);
+                       document.write( "<td style='text-align: center'><a 
href='"              + URL_AOO  +                                    
"_MacOS_x86_"    + TYPE          + "_" + INSTALL_LANG[ k ] + 
".dmg'><b>dmg</b></a><br /><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_MacOS_x86_"  
  + TYPE          + "_" + INSTALL_LANG[ k ] + ".dmg.asc'>ASC</a>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_MacOS_x86_"  
  + TYPE          + "_" + INSTALL_LANG[ k ] + ".dmg.md5'>MD5</a><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_MacOS_x86_"  
  + TYPE          + "_" + INSTALL_LANG[ k ] + ".dmg.sha256'>SHA256</a></td>" );
                }
        }
 
-       document.write( "</tr> \n" );
+       document.write( "</tr>" );
 
        // When enough rows are on the screen then write a small header for 
better visual orientation
        ROW_COUNT++;
@@ -237,20 +237,20 @@ function write_lang( URL_AOO, URL_HASH, 
 // Debug: Uncomment to get output at the beginning of the table
 /*
        for ( var i = 0; i < FULL_LANG.length; i++ ) {
-               document.write( i + ": " + FULL_LANG[i] + "  \n" );
+               document.write( i + ": " + FULL_LANG[i] + " " );
        }
-       document.write( "<br /> \n" );
+       document.write( "<br />" );
        for ( var i = 0; i < LP_LANG.length; i++ ) {
-               document.write( i + ": " + LP_LANG[i] + "  \n" );
+               document.write( i + ": " + LP_LANG[i] + " " );
        }
-       document.write( "<br /> \n" );
+       document.write( "<br />" );
 */
        if ( FULL_LANG.length == 1 ) {
                for ( var i = 0; i < LANG_MAX; i++ ) {
                        for ( var k = 0; k < FULL_LANG.length; k++ ) {
                                if ( FULL_LANG[ k ] == LANG[ i ][ "ISO" ] ) {
                                        if ( FULL_LANG[ k ] == "en-US" ) {
-                                               write_build( URL_AOO, URL_HASH, 
PLATFORM, FULL_LANG, i, k, VERSION, AOO, "install \n" );
+                                               write_build( URL_AOO, URL_HASH, 
PLATFORM, FULL_LANG, i, k, VERSION, AOO, "install" );
                                        }
                                        FULL_LANG_COUNT++;
 
@@ -267,12 +267,12 @@ function write_lang( URL_AOO, URL_HASH, 
                        if ( LP_LANG[ j ] == LANG[ i ][ "ISO" ] ) {
                                for ( var k = 0; k < FULL_LANG.length; k++ ) {
                                        if ( FULL_LANG.length > 1 && FULL_LANG[ 
k ] == LANG[ i ][ "ISO" ] ) {
-                                               write_build( URL_AOO, URL_HASH, 
PLATFORM, FULL_LANG, i, k, VERSION, AOO, "install \n" );
+                                               write_build( URL_AOO, URL_HASH, 
PLATFORM, FULL_LANG, i, k, VERSION, AOO, "install" );
                                                FULL_LANG_COUNT++;
                                        }
                                }
                                if ( URL_AOO.indexOf( "SDK" ) == -1 ) {
-                                       write_build( URL_AOO, URL_HASH, 
PLATFORM, LP_LANG, i, j, VERSION, AOO, "langpack \n" );
+                                       write_build( URL_AOO, URL_HASH, 
PLATFORM, LP_LANG, i, j, VERSION, AOO, "langpack" );
                                        LP_LANG_COUNT++;
                                }
                        }
@@ -280,7 +280,7 @@ function write_lang( URL_AOO, URL_HASH, 
        }
 
 // Debug: uncomment to get output at the beginning of the table
-//     document.write( ( FULL_LANG_COUNT - 1 ) + " " + ( LP_LANG_COUNT - 1 ) + 
"<br /> \n" );
+//     document.write( ( FULL_LANG_COUNT - 1 ) + " " + ( LP_LANG_COUNT - 1 ) + 
"<br />" );
 }
 
 /*
@@ -293,9 +293,9 @@ function write_sdk( URL_SDK, URL_SRC, UR
        // First write one or two empty rows (depending on the previous row, 
odd or even row number --> class a or b)
        if ( ROW_COUNT ==  1 || ROW_COUNT ==  3 || ROW_COUNT ==  5 || ROW_COUNT 
==  7 || ROW_COUNT ==  9 ||
             ROW_COUNT == 11 || ROW_COUNT == 13 || ROW_COUNT == 15 || ROW_COUNT 
== 17 || ROW_COUNT == 19 )
-               document.write( "<tr id='source' class='b'><td class='footer' 
colspan='" + COLSPAN + "'>&nbsp;<br />&nbsp;<br />&nbsp;<br />&nbsp;</td></tr> 
\n" );
+               document.write( "<tr id='source' class='b'><td class='footer' 
colspan='" + COLSPAN + "'>&nbsp;<br />&nbsp;<br />&nbsp;<br />&nbsp;</td></tr>" 
);
        else
-               document.write( "<tr id='source' class='a'><td class='footer' 
colspan='" + COLSPAN + "'>&nbsp;<br />&nbsp;<br />&nbsp;<br />&nbsp;</td></tr> 
\n" );
+               document.write( "<tr id='source' class='a'><td class='footer' 
colspan='" + COLSPAN + "'>&nbsp;<br />&nbsp;<br />&nbsp;<br />&nbsp;</td></tr>" 
);
 
        // Then write the row with the SDK builds
        write_lang( URL_SDK, URL_HASH, PLATFORM, SDK_LANG, SDK_LANG, VERSION, 
AOO_SDK );
@@ -304,39 +304,39 @@ function write_sdk( URL_SDK, URL_SRC, UR
        // Then write the row with the source tarballs
        if ( ROW_COUNT ==  1 || ROW_COUNT ==  3 || ROW_COUNT ==  5 || ROW_COUNT 
==  7 || ROW_COUNT ==  9 ||
             ROW_COUNT == 11 || ROW_COUNT == 13 || ROW_COUNT == 15 || ROW_COUNT 
== 17 || ROW_COUNT == 19 )
-               document.write( "<tr 
class='a'><td>-</td><td>-</td><td><small><a href='#notes'" + "title='What are 
source tarballs?'>Source<br />tarballs</a></small></td> \n" );
+               document.write( "<tr 
class='a'><td>-</td><td>-</td><td><small><a href='#notes'" + "title='What are 
source tarballs?'>Source<br />tarballs</a></small></td>" );
        else
-               document.write( "<tr 
class='b'><td>-</td><td>-</td><td><small><a href='#notes'" + "title='What are 
source tarballs?'>Source<br />tarballs</a></small></td> \n" );
+               document.write( "<tr 
class='b'><td>-</td><td>-</td><td><small><a href='#notes'" + "title='What are 
source tarballs?'>Source<br />tarballs</a></small></td>" );
 
-       document.write( "<td style='text-align: center'><a href='"              
+ URL_SRC            + ".tar.bz2'><b>tar.bz2</b></a><br /><br /> \n" );
-       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".tar.bz2.asc'>ASC</a> \n" );
-       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".tar.bz2.md5'>MD5</a><br /> \n" );
-       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".tar.bz2.sha256'>SHA256</a></td> \n" );
-       document.write( "<td>&nbsp;</td> \n" );
-       document.write( "<td style='text-align: center'><a href='"              
+ URL_SRC            + ".tar.gz'><b>tar.gz</b></a><br /><br /> \n" );
-       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".tar.gz.asc'>ASC</a> \n" );
-       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".tar.gz.md5'>MD5</a><br /> \n" );
-       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".tar.gz.sha256'>SHA256</a></td> \n" );
-       document.write( "<td>&nbsp;</td> \n" );
-       document.write( "<td style='text-align: center'><a href='"              
+ URL_SRC            + ".zip'><b>zip</b></a><br /><br /> \n" );
-       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".zip.asc'>ASC</a> \n" );
-       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".zip.md5'>MD5</a><br /> \n" );
-       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".zip.sha256'>SHA256</a></td> \n" );
-       document.write( "<td>&nbsp;</td> \n" );
+       document.write( "<td style='text-align: center'><a href='"              
+ URL_SRC            + ".tar.bz2'><b>tar.bz2</b></a><br /><br />" );
+       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".tar.bz2.asc'>ASC</a>" );
+       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".tar.bz2.md5'>MD5</a><br />" );
+       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".tar.bz2.sha256'>SHA256</a></td>" );
+       document.write( "<td>&nbsp;</td>" );
+       document.write( "<td style='text-align: center'><a href='"              
+ URL_SRC            + ".tar.gz'><b>tar.gz</b></a><br /><br />" );
+       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".tar.gz.asc'>ASC</a>" );
+       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".tar.gz.md5'>MD5</a><br />" );
+       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".tar.gz.sha256'>SHA256</a></td>" );
+       document.write( "<td>&nbsp;</td>" );
+       document.write( "<td style='text-align: center'><a href='"              
+ URL_SRC            + ".zip'><b>zip</b></a><br /><br />" );
+       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".zip.asc'>ASC</a>" );
+       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".zip.md5'>MD5</a><br />" );
+       document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".zip.sha256'>SHA256</a></td>" );
+       document.write( "<td>&nbsp;</td>" );
 
-       document.write( "</tr> \n" );
+       document.write( "</tr>" );
        ROW_COUNT++;
 
        // At last write the row with the other files (release notes)
-       document.write( "<tr 
class='a'><td>-</td><td>-</td><td><small>Other&nbsp;files</small></td> \n" );
-       document.write( "<td style='text-align: center'><a 
href='../development/releases/" + VERSION + ".html' title='Apache OpenOffice 
Release Notes'>AOO<br />Release<br />Notes</a></td> \n" );
-       document.write( "<td>&nbsp;</td> \n" );
-       document.write( "<td style='text-align: center'><a 
href='checksums.html' title='How to verify the download with checksums?'>How 
to<br />verify the<br />download?</a></td> \n" );
-       document.write( "<td>&nbsp;</td> \n" );
-       document.write( "<td>&nbsp;</td> \n" );
-       document.write( "<td>&nbsp;</td> \n" );
+       document.write( "<tr 
class='a'><td>-</td><td>-</td><td><small>Other&nbsp;files</small></td>" );
+       document.write( "<td style='text-align: center'><a 
href='../development/releases/" + VERSION + ".html' title='Apache OpenOffice 
Release Notes'>AOO<br />Release<br />Notes</a></td>" );
+       document.write( "<td>&nbsp;</td>" );
+       document.write( "<td style='text-align: center'><a 
href='checksums.html' title='How to verify the download with checksums?'>How 
to<br />verify the<br />download?</a></td>" );
+       document.write( "<td>&nbsp;</td>" );
+       document.write( "<td>&nbsp;</td>" );
+       document.write( "<td>&nbsp;</td>" );
 
-       document.write( "</tr> \n" );
+       document.write( "</tr>" );
 }
 
 /*


Reply via email to