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 2014/03/07 21:50:37 UTC

svn commit: r1575396 - /openoffice/ooo-site/trunk/content/download/checksums.html

Author: marcus
Date: Fri Mar  7 20:50:36 2014
New Revision: 1575396

URL: http://svn.apache.org/r1575396
Log:
Added descriptions to verify with online services

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

Modified: openoffice/ooo-site/trunk/content/download/checksums.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/checksums.html?rev=1575396&r1=1575395&r2=1575396&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/checksums.html (original)
+++ openoffice/ooo-site/trunk/content/download/checksums.html Fri Mar  7 20:50:36 2014
@@ -26,6 +26,8 @@
 <ul>
   <li><h3><a href="other.html"    title="Get the signatures and hash values for all Apache OpenOffice builds">
   Get all Apache OpenOffice signature and hash value files</a></h3></li>
+  <li><h3><a href="#internet"     title="How to verify with SHA256 and MD5 hash values in the Internet">
+  Internet - Verify with SHA256 and MD5</a></h3></li>
   <li><h3><a href="#pgp_win"      title="How to verify with PGP/ASC and KEYS signatures on Windows">
   Windows - Verify with PGP and KEYS</a></h3></li>
   <li><h3><a href="#hash_win"     title="How to verify with SHA246 and MD5 hash values on Windows">
@@ -57,6 +59,36 @@ There is no need to do all the verificat
 SHA256 hash, otherwise use the MD5 hash.</p>
 <br />
 
+<h3 id="internet">Verify in the Internet</h3>
+
+<p><b>Internet - Verify with SHA256 and MD5</b></p>
+<br />
+
+<ul>
+  <li>Online services in the Internet allows to verify downloaded files. It is not necessary to upload anything.
+  The files will be checked locally in the browser. Therefore it is also very useful if you have a slow Internet connection.
+  HTML5 support is needed to use most of these services. However, nowadays every browser should have this support
+  built-in. Here are a few and not to prefer a specific tool:</li>
+  <li>&nbsp;</li>
+  <li><a href="https://md5file.com/calculator"
+  title="HTML5 File Hash Online Calculator">HTML5 File Hash Online Calculator</a><br />
+  The service is easy to use. Just drag & drop the respective file to the drop zone in the webpage and the hash calculation
+  is starting automatically. Or click into the drop zone to select the file via a file open dialog.</li>
+  <li>&nbsp;</li>
+  <li><a href="http://onlinemd5.com/" title="OnlineMD5">OnlineMD5</a><br />
+  The service is easy to use. Just drag & drop the respective file to the drop zone in the webpage or open the file dialog.
+  Then choose SHA256 or MD5 as checksum type, insert the checksum from the <a href="other.html"
+  title="Download checksum files for the downloaded file">download webpage</a>. Finally click on [Compare] to start the
+  verification.</li>
+  <li>&nbsp;</li>
+  <li><a href="http://md5online.info/" title="Md5Online">Md5Online</a><br />
+  This is a very similar service compared to the one above.</li>
+  <li>&nbsp;</li>
+  <li>If both hash values do not match, please see the <a href="#no_match" title="What to do when the values do not match?">
+  section below</a>.</li>
+</ul>
+<br />
+
 <h3 id="pgp_win">Verify on Windows</h3>
 
 <p><b>How to verify with PGP/ASC signatures</b></p>