Author: mseidel
Date: Mon Dec 31 14:34:33 2018
New Revision: 1850049

URL: http://svn.apache.org/viewvc?rev=1850049&view=rev
Log:
Final fixes regarding SHA hashes

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

Modified: openoffice/ooo-site/trunk/content/download/download_other.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/download_other.js?rev=1850049&r1=1850048&r2=1850049&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/download_other.js (original)
+++ openoffice/ooo-site/trunk/content/download/download_other.js Mon Dec 31 
14:34:33 2018
@@ -134,7 +134,7 @@ function write_header( rel_mode, FIRST_H
        }
 
        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 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 ( DL.REL_PLATFORM.indexOf( "Win_x86" ) > -1 )
                document.write( "<th><span style='text-align: center' 
class='builds'>" + SMALL1 + "Windows    <br />x86 <br />EXE" + SMALL2 + 
"</span></th>" );
@@ -208,8 +208,8 @@ function write_build( rel_mode, URL_AOO,
                }
                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/download'><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><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>>" );
+                       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><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>" );
                        document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/" + INSTALL_LANG[ k ] + "/" + AOO + 
VERSION + "_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.sha512'>SHA512</a></td>" );
                }
                if ( PLATFORM.indexOf( "Linux_x86-64_deb" ) > -1 ) {
@@ -239,49 +239,49 @@ function write_build( rel_mode, URL_AOO,
                // 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/download'><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>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Win_x86_"    
  + TYPE          + "_" + INSTALL_LANG[ k ] + ".exe.asc'>ASC</a><br />" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Win_x86_"    
  + TYPE          + "_" + INSTALL_LANG[ k ] + ".exe.sha256'>SHA256</a>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Win_x86_"    
  + TYPE          + "_" + INSTALL_LANG[ k ] + ".exe.sha512'>SHA512</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/download'><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>" 
);
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Linux_x86_"  
  + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + ".tar.gz.asc'>ASC</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>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Linux_x86_"  
  + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + ".tar.gz.sha512'>SHA512</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/download'><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>" 
);
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Linux_x86_"  
  + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + ".tar.gz.asc'>ASC</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>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + "_Linux_x86_"  
  + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + ".tar.gz.sha512'>SHA512</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/download'><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>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.asc'>ASC</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>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_Linux_x86-64_" + TYPE + "-rpm" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.sha512'>SHA512</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/download'><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>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.asc'>ASC</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>" );
+                       document.write( "                               <a " + 
SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_Linux_x86-64_" + TYPE + "-deb" + "_" + INSTALL_LANG[ k ] + 
".tar.gz.sha512'>SHA512</a></td>" );
                }
                if ( rel_mode == 1 ) {
                        // Release mode
                        if ( PLATFORM.indexOf( "MacOS_x86-64" ) > -1 ) {
                                document.write( "<td style='text-align: 
center'><a href='"              + URL_AOO  +                                    
"_MacOS_x86-64_" + TYPE  + "_" + INSTALL_LANG[ k ] + 
".dmg/download'><b>dmg</b></a><br /><br />" );
-                               document.write( "                               
<a " + SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_MacOS_x86-64_" + TYPE  + "_" + INSTALL_LANG[ k ] + ".dmg.asc'>ASC</a>" );
-                               document.write( "                               
<a " + SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_MacOS_x86-64_" + TYPE  + "_" + INSTALL_LANG[ k ] + ".dmg.md5'>MD5</a><br />" 
);
-                               document.write( "                               
<a " + SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_MacOS_x86-64_" + TYPE  + "_" + INSTALL_LANG[ k ] + 
".dmg.sha256'>SHA256</a></td>" );
+                               document.write( "                               
<a " + SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_MacOS_x86-64_" + TYPE  + "_" + INSTALL_LANG[ k ] + ".dmg.asc'>ASC</a><br />" 
);
+                               document.write( "                               
<a " + SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_MacOS_x86-64_" + TYPE  + "_" + INSTALL_LANG[ k ] + ".dmg.sha256'>SHA256</a>" 
);
+                               document.write( "                               
<a " + SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_MacOS_x86-64_" + TYPE  + "_" + INSTALL_LANG[ k ] + 
".dmg.sha512'>SHA512</a></td>" );
                        }
                } else if ( rel_mode == 2 ) {
                        // Beta release mode
                        if ( PLATFORM.indexOf( "MacOS_x86-64" ) > -1 ) {
                                document.write( "<td style='text-align: 
center'><a href='"              + URL_AOO  +                                    
"_MacOS_x86-64_" + TYPE  + "_" + INSTALL_LANG[ k ] + 
".dmg/download'><b>dmg</b></a><br /><br />" );
-                               document.write( "                               
<a " + SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_MacOS_x86-64_" + TYPE  + "_" + INSTALL_LANG[ k ] + ".dmg.asc'>ASC</a>" );
-                               document.write( "                               
<a " + SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_MacOS_x86-64_" + TYPE  + "_" + INSTALL_LANG[ k ] + ".dmg.md5'>MD5</a><br />" 
);
-                               document.write( "                               
<a " + SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_MacOS_x86-64_" + TYPE  + "_" + INSTALL_LANG[ k ] + 
".dmg.sha256'>SHA256</a></td>" );
+                               document.write( "                               
<a " + SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_MacOS_x86-64_" + TYPE  + "_" + INSTALL_LANG[ k ] + ".dmg.asc'>ASC</a><br />" 
);
+                               document.write( "                               
<a " + SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_MacOS_x86-64_" + TYPE  + "_" + INSTALL_LANG[ k ] + ".dmg.sha256'>SHA256</a>" 
);
+                               document.write( "                               
<a " + SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_MacOS_x86-64_" + TYPE  + "_" + INSTALL_LANG[ k ] + 
".dmg.sha512'>SHA512</a></td>" );
                        }
                }
        }
@@ -381,36 +381,36 @@ function write_sdk( rel_mode, URL_SDK, U
        if ( rel_mode == 1 ) {
                // Release mode
                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( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".tar.bz2.asc'>ASC</a><br />" );
+               document.write( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".tar.bz2.sha256'>SHA256</a>" );
+               document.write( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".tar.bz2.sha512'>SHA512</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( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".tar.gz.asc'>ASC</a><br />" );
+               document.write( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".tar.gz.sha256'>SHA256</a>" );
+               document.write( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".tar.gz.sha512'>SHA512</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( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".zip.asc'>ASC</a><br />" );
+               document.write( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".zip.sha256'>SHA256</a>" );
+               document.write( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".zip.sha512'>SHA512</a></td>" );
                document.write( "<td>&nbsp;</td>" );
        } else if ( rel_mode == 2 ) {
                // Beta release mode
                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( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".tar.bz2.asc'>ASC</a><br />" );
+               document.write( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".tar.bz2.sha256'>SHA256</a>" );
+               document.write( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".tar.bz2.sha512'>SHA512</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( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".tar.gz.asc'>ASC</a><br />" );
+               document.write( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".tar.gz.sha256'>SHA256</a>" );
+               document.write( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".tar.gz.sha512'>SHA512</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( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".zip.asc'>ASC</a><br />" );
+               document.write( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".zip.sha256'>SHA256</a>" );
+               document.write( "                               <a " + SMALL + 
"href='" + URL_HASH + AOO_SRC + ".zip.sha512'>SHA512</a></td>" );
                document.write( "<td>&nbsp;</td>" );
        }
        document.write( "</tr>" );

Modified: openoffice/ooo-site/trunk/content/download/other.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/other.html?rev=1850049&r1=1850048&r2=1850049&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/other.html (original)
+++ openoffice/ooo-site/trunk/content/download/other.html Mon Dec 31 14:34:33 
2018
@@ -77,8 +77,8 @@
 
   + "<p>It is recommended that you <a 
href='https://en.wikipedia.org/wiki/Checksum'"
   + "title='What means to verify the file integrity?'>verify the integrity</a> 
of the downloaded file. Available are "
-  + "<a href='https://en.wikipedia.org/wiki/SHA-2' title='What is 
SHA-2?'>SHA256</a> and "
-  + "<a href='https://en.wikipedia.org/wiki/SHA-2' title='What is 
SHA-2?'>SHA512</a> hash values. "
+  + "<a href='https://en.wikipedia.org/wiki/SHA-2' title='What is 
SHA256?'>SHA256</a> and "
+  + "<a href='https://en.wikipedia.org/wiki/SHA-2' title='What is 
SHA512?'>SHA512</a> hash values. "
   + "Here you have to create a <a 
href='https://en.wikipedia.org/wiki/Hash_function'"
   + "title='What is a hash value?'>hash value</a> of your downloaded, locally 
saved Apache OpenOffice file and compare "
   + "this with the hash value of the respective file in the table below.</p>"


Reply via email to