You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2020/05/16 22:01:14 UTC

svn commit: r1060576 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/analyze.html

Author: buildbot
Date: Sat May 16 22:01:14 2020
New Revision: 1060576

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/analyze.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat May 16 22:01:14 2020
@@ -1 +1 @@
-1877833
+1877834

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat May 16 22:01:14 2020
@@ -1 +1 @@
-1877833
+1877834

Modified: websites/staging/ooo-site/trunk/content/download/analyze.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/analyze.html (original)
+++ websites/staging/ooo-site/trunk/content/download/analyze.html Sat May 16 22:01:14 2020
@@ -214,13 +214,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() */
@@ -239,7 +239,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)
@@ -282,7 +282,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>