Author: buildbot
Date: Mon Dec 31 14:35:13 2018
New Revision: 1038331
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/download_other.js
websites/staging/ooo-site/trunk/content/download/other.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 31 14:35:13 2018
@@ -1 +1 @@
-1850047
+1850049
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 31 14:35:13 2018
@@ -1 +1 @@
-1850047
+1850049
Modified: websites/staging/ooo-site/trunk/content/download/download_other.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/download_other.js
(original)
+++ websites/staging/ooo-site/trunk/content/download/download_other.js Mon Dec
31 14:35:13 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
/> " + SMALL2 + "</th>" );
+ document.write( "<th colspan='2' style='text-align: center'>"
+ SMALL1 + "Language<br />The names do not refer to countries<br
/> " + SMALL2 + "</th>" );
document.write( "<th><span style='text-align: center' class='builds'>"
+ SMALL1 + "Type<br /> <br /> " + 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> </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> </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> </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> </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> </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> </td>" );
}
document.write( "</tr>" );
Modified: websites/staging/ooo-site/trunk/content/download/other.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/other.html (original)
+++ websites/staging/ooo-site/trunk/content/download/other.html Mon Dec 31
14:35:13 2018
@@ -93,8 +93,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>"