Author: marcus
Date: Mon Jul 22 19:46:20 2013
New Revision: 1505781
URL: http://svn.apache.org/r1505781
Log:
Show a link to the KEYS hash file
Modified:
openoffice/ooo-site/trunk/content/download/index.html
Modified: openoffice/ooo-site/trunk/content/download/index.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/index.html?rev=1505781&r1=1505780&r2=1505781&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/index.html Mon Jul 22 19:46:20
2013
@@ -107,6 +107,7 @@
+ "<b>Source Code tarballs and SDK</b></a> | <br />");
if ( CHECKSUM_ASC ) {
document.write( "Signatures and Hashes: "
+ + "<a href='" + CHECKSUM_KEYS + "' + title='KEYS signature'>KEYS</a> ,
"
+ "<a href='" + CHECKSUM_ASC + "' + title='ASC signature'>ASC</a> , "
+ "<a href='" + CHECKSUM_MD5 + "' + title='MD5 hash'>MD5</a> , "
+ "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 hash'>SHA256</a> |
");