You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by da...@apache.org on 2002/07/23 21:17:29 UTC

cvs commit: tcl-site/websh download.ws3 index.ws3

davidw      2002/07/23 12:17:29

  Modified:    websh    download.ws3 index.ws3
  Log:
  Updates to download information.  These aren't final, though.
  
  Revision  Changes    Path
  1.6       +5 -3      tcl-site/websh/download.ws3
  
  Index: download.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/download.ws3,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- download.ws3	23 Jul 2002 17:44:50 -0000	1.5
  +++ download.ws3	23 Jul 2002 19:17:29 -0000	1.6
  @@ -13,10 +13,12 @@
       <td width="610">
       <img height="160" width="270" src="images/ausschnitt_download.gif" align="left" alt="graphics">
   
  +    Download the source code:<br>
  +
       {
  -	web::put "<a href=\"[glob download/*gz]\">[file basename [glob download/*gz]</a>"
  +	set srcfile [file tail [glob [GetFileName download/*gz]]]
  +	web::put "<a href=\"download/$srcfile\">$srcfile</a>"
       }
  -
   
       <p>
       If you would like to be notified when new versions of Websh
  
  
  
  1.6       +6 -6      tcl-site/websh/index.ws3
  
  Index: index.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/index.ws3,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.ws3	23 Jul 2002 17:44:50 -0000	1.5
  +++ index.ws3	23 Jul 2002 19:17:29 -0000	1.6
  @@ -19,20 +19,20 @@
             applications and new home-pages - new opportunities for
             success and profit.  The basic technologies behind the
             Internet, however, have remained stable for years.  Only on
  -          a solid basis can you build new stuff.<br>
  +          a solid base can you build new stuff.<br>
             <br>
           </td>
           <td width="140">
             <table border="0" cellpadding="0" cellspacing="0" width="145">
   
  -{newsBarElement "websh 3.0.0 available:" \
  -     {pick the {pageLink /downloaddir/websh-3.0.0.tar.gz -show "tarball"}
  -	 or browse the {pageLink /download.ws3 -show "download area"}.
  +{newsBarElement "websh 3.5.0 available:" \
  +     {pick the {pageLink /websh/download/websh-3.5.0.tar.gz -show "tarball"}
  +	 or browse the {pageLink /websh/download.ws3 -show "download area"}.
        }
   }
   
   {newsBarElement "Examples" \
  -     { Check out the<br> {pageLink /examples.ws3 -show "live examples"}<br>
  +     { Check out the<br> {pageLink /websh//examples.ws3 -show "live examples"}<br>
   of Websh applications.
        }
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tcl-site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: tcl-site-cvs-help@tcl.apache.org