You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2007/10/09 13:56:34 UTC

svn commit: r583119 - in /harmony/standard/site: docs/download.cgi docs/download.html xdocs/download.xml

Author: tellison
Date: Tue Oct  9 04:56:33 2007
New Revision: 583119

URL: http://svn.apache.org/viewvc?rev=583119&view=rev
Log:
Set the execute bit for the cgi script.
Add info about checking the sha checksums.

Modified:
    harmony/standard/site/docs/download.cgi   (props changed)
    harmony/standard/site/docs/download.html
    harmony/standard/site/xdocs/download.xml

Propchange: harmony/standard/site/docs/download.cgi
------------------------------------------------------------------------------
    svn:executable = *

Modified: harmony/standard/site/docs/download.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/download.html?rev=583119&r1=583118&r2=583119&view=diff
==============================================================================
--- harmony/standard/site/docs/download.html (original)
+++ harmony/standard/site/docs/download.html Tue Oct  9 04:56:33 2007
@@ -461,7 +461,7 @@
         </small>
       </li>
       <li>
-        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-src.tar.gz">Unix sources (tgz)</a>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-src.tar.gz">Linux sources (tgz)</a>
         <small>
           <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-src.tar.gz.md5">(MD5)</a>
           <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-src.tar.gz.sha">(SHA)</a>
@@ -721,16 +721,21 @@
       
                         <p>
       It is important that you verify the integrity of the files you downloaded by
-      using either the MD5 or SHA signatures listed alongside each download.
+      using either the MD5 or SHA checksum listed alongside each download.
     </p>
                                 <p>
-      A Unix program called <code>md5</code> or <code>md5sum</code> is included in
-      many Unix distributions.  It is also available as part of
+      You can confirm the expected MD5 checksum using a program called <code>md5</code>
+      or <code>md5sum</code> which included in many Linux distributions.  It is also
+      available as part of
       <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>.
       Windows users can get binary md5 programs from
       <a href="http://www.fourmilab.ch/md5/">here</a>,
       <a href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or
       <a href="http://www.slavasoft.com/fsum/">here</a>.
+    </p>
+                                <p>
+      Alternatively you can confirm the expected SHA checksum using a program called
+      <code>sha1</code> also included in many Linux distributions. 
     </p>
                    
                 <p class="backtotop"><a href="#top">Back to top</a></p>

Modified: harmony/standard/site/xdocs/download.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/download.xml?rev=583119&r1=583118&r2=583119&view=diff
==============================================================================
--- harmony/standard/site/xdocs/download.xml (original)
+++ harmony/standard/site/xdocs/download.xml Tue Oct  9 04:56:33 2007
@@ -312,7 +312,7 @@
         </small>
       </li>
       <li>
-        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-src.tar.gz">Unix sources (tgz)</a>
+        <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-src.tar.gz">Linux sources (tgz)</a>
         <small>
           <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-src.tar.gz.md5">(MD5)</a>
           <a href="http://people.apache.org/builds/harmony/snapshots/latest-harmony-src.tar.gz.sha">(SHA)</a>
@@ -573,17 +573,23 @@
   <subsection name="Verify the integrity of the files">
     <p>
       It is important that you verify the integrity of the files you downloaded by
-      using either the MD5 or SHA signatures listed alongside each download.
+      using either the MD5 or SHA checksum listed alongside each download.
     </p>
 
     <p>
-      A Unix program called <code>md5</code> or <code>md5sum</code> is included in
-      many Unix distributions.  It is also available as part of
+      You can confirm the expected MD5 checksum using a program called <code>md5</code>
+      or <code>md5sum</code> which included in many Linux distributions.  It is also
+      available as part of
       <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>.
       Windows users can get binary md5 programs from
       <a href="http://www.fourmilab.ch/md5/">here</a>,
       <a href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or
       <a href="http://www.slavasoft.com/fsum/">here</a>.
+    </p>
+    
+    <p>
+      Alternatively you can confirm the expected SHA checksum using a program called
+      <code>sha1</code> also included in many Linux distributions. 
     </p>
   </subsection>