You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by io...@apache.org on 2014/04/23 17:16:17 UTC

svn commit: r1589434 - in /manifoldcf/site/trunk/src/documentation: content/xdocs/en_US/verify.xml skinconf.xml

Author: iorixxx
Date: Wed Apr 23 15:16:17 2014
New Revision: 1589434

URL: http://svn.apache.org/r1589434
Log:
correct sha512 temp file name. Increase copy right year.

Modified:
    manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/verify.xml
    manifoldcf/site/trunk/src/documentation/skinconf.xml

Modified: manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/verify.xml
URL: http://svn.apache.org/viewvc/manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/verify.xml?rev=1589434&r1=1589433&r2=1589434&view=diff
==============================================================================
--- manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/verify.xml (original)
+++ manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/verify.xml Wed Apr 23 15:16:17 2014
@@ -65,7 +65,7 @@
           <code>gpg --print-md MD5 apache-manifoldcf-X.X.X-src.tar.gz > capture.md5</code>
           <code>fc capture.md5 apache-manifoldcf-X.X.X-src.tar.gz.md5</code>
         </p>
-        <p>No differences will be printed if the signatures agree.  If there are differences, then the release cannot be verified.</p>
+        <p>No differences will be printed if the signatures agree. If there are differences, then validity of the release cannot be verified.</p>
       </section>
       
       <section>
@@ -76,9 +76,9 @@
         <p>On Windows:</p>
         <p>
           <code>gpg --print-md SHA512 apache-manifoldcf-X.X.X-src.tar.gz > capture.sha</code>
-          <code>fc capture.md5 apache-manifoldcf-X.X.X-src.tar.gz.sha</code>
+          <code>fc capture.sha apache-manifoldcf-X.X.X-src.tar.gz.sha</code>
         </p>
-        <p>No differences will be printed if the signatures agree.  If there are differences, then the release cannot be verified.</p>
+        <p>No differences will be printed if the signatures agree. If there are differences, then validity of the release cannot be verified.</p>
       </section>
 
     </section>

Modified: manifoldcf/site/trunk/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/manifoldcf/site/trunk/src/documentation/skinconf.xml?rev=1589434&r1=1589433&r2=1589434&view=diff
==============================================================================
--- manifoldcf/site/trunk/src/documentation/skinconf.xml (original)
+++ manifoldcf/site/trunk/src/documentation/skinconf.xml Wed Apr 23 15:16:17 2014
@@ -90,7 +90,7 @@ which will be used to configure the chos
   <favicon-url>images/favicon.ico</favicon-url>
 
   <!-- The following are used to construct a copyright statement -->
-  <year>2009-2013</year>
+  <year>2009-2014</year>
   <vendor>The Apache Software Foundation.</vendor>
   <copyright-link>http://www.apache.org/licenses/</copyright-link>
   <!-- Optional text trademark statement below the copyright statement -->