You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2018/10/14 15:21:41 UTC

svn commit: r1843840 - /openoffice/ooo-site/trunk/content/download/boxed_download.js

Author: marcus
Date: Sun Oct 14 15:21:41 2018
New Revision: 1843840

URL: http://svn.apache.org/viewvc?rev=1843840&view=rev
Log:
Due to new Apache Release Policy: Links for MD5 hash values shouldn't be offered anymore for new releases.

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

Modified: openoffice/ooo-site/trunk/content/download/boxed_download.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/boxed_download.js?rev=1843840&r1=1843839&r2=1843840&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/boxed_download.js (original)
+++ openoffice/ooo-site/trunk/content/download/boxed_download.js Sun Oct 14 15:21:41 2018
@@ -36,7 +36,13 @@ DL.createDownloadBox = function() {
       + "<select class='sel-version' id='version' name='version' onchange='DL.getLinkSelection()'"
         + "title='" + l10n.dl_green_box_selectbox_ver_title  + "'>"
       + "</select>"
-    + "</form>"
+
+      // Linux packages text.
+      + "<a id='dl_rpm_vs_deb' title='" + l10n.dl_rpm_vs_deb_title + "'>"
+        + l10n.dl_rpm_vs_deb_text
+      + "</a>"
+
+      + "</form>"
 
     // Both download text buttons: First (left) for "full install", then (right) for "langpack".
     + "<div style='margin: 0px 0px -15px 3%;'>"
@@ -78,20 +84,24 @@ DL.createDownloadBox = function() {
         + "<a id='space1'	    style='text-decoration: none;'></a>"
         + "<a id='dl_f_chk_asc'	    style='text-decoration: underline;' target='_blank'></a>"
         + "<a id='space2'	    style='text-decoration: none;'></a>"
-        + "<a id='dl_f_chk_md5'	    style='text-decoration: underline;' target='_blank'></a>"
-        + "<a id='space3'	    style='text-decoration: none;'></a>"
         + "<a id='dl_f_chk_sha256'  style='text-decoration: underline;' target='_blank'></a>"
+        + "<a id='space3'	    style='text-decoration: none;'></a>"
+        + "<a id='dl_f_chk_sha512'  style='text-decoration: underline;' target='_blank'></a>"
+        + "<a id='space4'	    style='text-decoration: none;'></a>"
+        + "<a id='dl_f_chk_md5'	    style='text-decoration: underline;' target='_blank'></a>"
         + "<br />"
 
         // Langpack: Filesize and checksums.
         + "<a id='dl_lp_info'	    style='text-decoration: none;'></a>"
         + "<a id='dl_lp_chk_keys'   style='text-decoration: underline;' target='_blank'></a>"
-        + "<a id='space4'	    style='text-decoration: none;'></a>"
-        + "<a id='dl_lp_chk_asc'    style='text-decoration: underline;' target='_blank'></a>"
         + "<a id='space5'	    style='text-decoration: none;'></a>"
-        + "<a id='dl_lp_chk_md5'    style='text-decoration: underline;' target='_blank'></a>"
+        + "<a id='dl_lp_chk_asc'    style='text-decoration: underline;' target='_blank'></a>"
         + "<a id='space6'	    style='text-decoration: none;'></a>"
         + "<a id='dl_lp_chk_sha256' style='text-decoration: underline;' target='_blank'></a>"
+        + "<a id='space7'	    style='text-decoration: none;'></a>"
+        + "<a id='dl_lp_chk_sha512' style='text-decoration: underline;' target='_blank'></a>"
+        + "<a id='space8'	    style='text-decoration: none;'></a>"
+        + "<a id='dl_lp_chk_md5'    style='text-decoration: underline;' target='_blank'></a>"
         + "<br />"
       + "</p>"
     + "</div>"