Author: mseidel
Date: Sat May 16 22:00:18 2020
New Revision: 1877834

URL: http://svn.apache.org/viewvc?rev=1877834&view=rev
Log:
Fix for Checksum

Modified:
    openoffice/ooo-site/trunk/content/download/analyze.html

Modified: openoffice/ooo-site/trunk/content/download/analyze.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/analyze.html?rev=1877834&r1=1877833&r2=1877834&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/analyze.html (original)
+++ openoffice/ooo-site/trunk/content/download/analyze.html Sat May 16 22:00:18 
2020
@@ -198,13 +198,13 @@ document.write( "<div style='clear: both
          + "<tr><td>File name (full)                           
</td><td></td></tr>"    /* FILENAME_FULL */
          + "<tr><td>File name (lp)                             
</td><td></td></tr>"    /* FILENAME_LP */
          + "<tr><td>File extension                             
</td><td></td></tr>"    /* EXTENSION */
-         + "<tr><td>File size (full) (MByte)                   
</td><td></td></tr>"    /* FILESIZE_FULL */
-         + "<tr><td>File size (lp) (MByte)                     
</td><td></td></tr>"    /* FILESIZE_LP */
+         + "<tr><td>File size (full) (MB)                      
</td><td></td></tr>"    /* FILESIZE_FULL */
+         + "<tr><td>File size (lp) (MB)                        
</td><td></td></tr>"    /* FILESIZE_LP */
          + "<tr><td>Release info                               
</td><td></td></tr>"    /* REL_TEXT */
          + "<tr><td>Download file link (full)                  
</td><td></td></tr>"    /* LINK_FULL */
          + "<tr><td>Download file link (lp)                    
</td><td></td></tr>"    /* LINK_LP */
-         + "<tr><td>Checksum file link (full) (here for MD5)   
</td><td></td></tr>"    /* LINK_CHK_MD5_FULL */
-         + "<tr><td>Checksum file link (lp) (here for MD5)     
</td><td></td></tr>"    /* LINK_CHK_MD5_LP */
+         + "<tr><td>Checksum file link (full) (SHA256) </td><td></td></tr>"    
/* LINK_CHK_SHA256_FULL */
+         + "<tr><td>Checksum file link (lp) (SHA256)   </td><td></td></tr>"    
/* LINK_CHK_SHA256_LP */
          + "<tr><td>Base URL to Sourceforge.net                
</td><td></td></tr>"    /* SOURCEFORGE_BASE_URL */
          + "<tr><td>Base URL to Apache Archive                 
</td><td></td></tr>"    /* ASF_ARC_BASE_URL */
          + "<tr><td>getLinkSelection() (download URL)          
</td><td></td></tr>"    /* getLinkSelection() */
@@ -223,7 +223,7 @@ function updateTable() {
                    DL.RELEASE_PLATFORM, DL.RELEASE_LANG, DL.UI_PLATFORM, 
DL.UI_PLATFORM_NO_SUP, DL.PLATFORM,
                    DL.PLATFORM_FULL, DL.PLATFORM_LP, DL.PLATFORM_SEL, 
DL.VERSION_SEL, DL.FILENAME_FULL, DL.FILENAME_LP,
                    DL.EXTENSION, DL.FILESIZE_FULL, DL.FILESIZE_LP, 
DL.REL_TEXT, DL.LINK_FULL, DL.LINK_LP,
-                   DL.LINK_CHK_MD5_FULL, DL.LINK_CHK_MD5_LP, DL.SF_BASE_URL, 
DL.ASF_ARC_BASE_URL, DL.getLinkSelection(),
+                   DL.LINK_CHK_SHA256_FULL, DL.LINK_CHK_SHA256_LP, 
DL.SF_BASE_URL, DL.ASF_ARC_BASE_URL, DL.getLinkSelection(),
                    DL.isLanguageSupported(), DL.SHOW_SUB_BOX, DL.ERROR ];
 
   // Start with the 21st row (i = 20) in the 2nd cell (1), count through the 
elements array (j)
@@ -266,7 +266,7 @@ function selectTable() {
 //-->
 </script>
 
-<!-- Every new element and text that is defined below the previous DIV will be 
actually dislayed wrapped below this DIV
+<!-- Every new element and text that is defined below the previous DIV will be 
actually displayed wrapped below this DIV
 (because of "clear: both" instead of floated around the previous DIVs. This is 
really needed. -->
 <div style="clear: both;">
 </div>


Reply via email to