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 2013/08/01 00:37:31 UTC

svn commit: r1509048 - /openoffice/ooo-site/trunk/content/download/other.html

Author: marcus
Date: Wed Jul 31 22:37:31 2013
New Revision: 1509048

URL: http://svn.apache.org/r1509048
Log:
#122865# Added text section about file integrity verification and the link to the KEYS file

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

Modified: openoffice/ooo-site/trunk/content/download/other.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/other.html?rev=1509048&r1=1509047&r2=1509048&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/other.html (original)
+++ openoffice/ooo-site/trunk/content/download/other.html Wed Jul 31 22:37:31 2013
@@ -40,8 +40,8 @@
   <li><h3><a href="#source" title="Software Development Kit (SDK)">Software Development Kit (SDK)</a></h3></li>
   <li><h3><a href="#source" title="Source code tarballs">Source code tarballs</a></h3></li>
   <li><h3><a href="#source" title="Release notes">Release notes</a></h3></li>
-  <li><h3><a href="checksums.html" title="How to verify the download with checksums?">
-  How to verify the download with checksums?</a></h3></li>
+  <li><h3><a href="checksums.html" title="How to verify the downloaded file?">
+  How to verify the downloaded file?</a></h3></li>
   <li><h3><a href="#notes"  title="Please read the important notes before downloading and using Apache OpenOffice">
   Important Notes</a></h3></li>
 </ul>
@@ -53,7 +53,7 @@
   + "<div class='largetable'>"
   + "<h3 id='aoo'>Apache OpenOffice " + VERSION + " - Full installation sets and language packs</h3>"
 
-  + "<h3>Full Installation vs. Lanuage Pack</h3>"
+  + "<h3>Full Installation vs. Language Pack</h3>"
   
   + "<p>If you want to use more than a single language in Apache OpenOffice than it is recommended to use "
   + "<a href='http://wiki.openoffice.org/wiki/Languagepack' title='What is a language pack?'>language packs</a>. The idea "
@@ -65,7 +65,26 @@
   + "<p>They are not integrated in the full installation file and it contains only resource files to show, e.g., menus, "
   + "dialogs, error messages in your favorite language - but there is no program logic. It may contain translated Help "
   + "content as well. Language packs are created only when also a full installation file is available. In case it is not "
-  + "fully localized, some elements of the UI or help topics will display in English as default language.</p>" );
+  + "fully localized, some elements of the UI or help topics will display in English as default language.</p>"
+
+  + "<h3>Please check the integrity of the downloaded file</h3>"
+
+  + "<p>It is recommended that you <a href='http://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='http://en.wikipedia.org/wiki/MD5' title='What is MD5?'>MD5</a> + "
+  + "<a href='http://en.wikipedia.org/wiki/SHA256' title='What is SHA256?'>SHA256</a> hash values. "
+  + "Here you have to create a <a href='http://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>"
+
+  + "<p>We also provide <a href='http://en.wikipedia.org/wiki/Pretty_Good_Privacy' title='What is PGP?'>PGP</a> "
+  + "signatures. To use this verfication you have to download the respective ASC file in the table "
+  + "below and this <a href='http://www.apache.org/dist/openoffice/KEYS'"
+  + "title='The KEYS file contains the PGP keys of the Apache OpenOffice Release Managers'>KEYS</a> file.</p>"
+
+  + "<p>For more information and details how to do the integrity verification please read the guide: "
+  + "<a href='checksums.html' title=#How to verify the download with signatures and hash values?'>"
+  + "How to verify the download with signatures and hash values?</a>.</p>" );
   document.write( "<br />" );
 
   write_table();