dirkx       99/03/27 14:54:52

  Modified:    .        binaries.html
  Log:
  More Cut'n'Paste instructions
  
  Revision  Changes    Path
  1.18      +13 -3     apache-devsite/binaries.html
  
  Index: binaries.html
  ===================================================================
  RCS file: /home/cvs/apache-devsite/binaries.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- binaries.html     1999/03/24 16:14:47     1.17
  +++ binaries.html     1999/03/27 22:54:52     1.18
  @@ -80,10 +80,20 @@
   <CODE>CFLAGS=-Dfoobar&nbsp;src/helpers/binbuild.sh</CODE>.
   
   <P>
  +Feel free to create PGP or MD5 signatures:
  +<blockquote><code>
  +md5 apache_1.3.x-<i>platform</i>.tar.gz &gt;
  +      apache_1.3.x-<i>platform</i>.tar.gz.md5
  +<br>
  +pgps -b -a &lt;your-email-address&gt; apache_1.3.x-<i>platform</i>.tar.gz
  +</code></blockquote>
  +<P>
   After you have successfully built the binary distribution you
  -can upload the archive and README to the Apache site.
  -Feel free to create PGP or MD5 signatures.
  -
  +can upload the archive and README to the Apache site. An easy way
  +to do this is with 'ssh'.
  +<blockquote><code>
  +scp apache_1.3.x-<i>platform</i>.* 
www/apache.org/dist/binaries/<i>platform</i>
  +</code></blockquote>
   <H2>Binary Contributors</H2>
   <P>
   Here is a list of platforms and the people who volunteered to compile
  
  
  

Reply via email to