jvanzyl     00/10/04 23:59:53

  Modified:    docs     design.html getting-started.html index.html
  Log:
  - update
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-velocity/docs/design.html
  
  Index: design.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/design.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- design.html       2000/10/05 02:34:38     1.3
  +++ design.html       2000/10/05 06:59:53     1.4
  @@ -32,8 +32,8 @@
       Velocity has a myriad of potential uses -- generating SQL, PostScript,
       or Java source code from templates -- but it is expected to be most 
       widely used by web developers looking for a viable alternative to 
  -    <A href="http://www.php.org/">PHP</A> and 
  -    <A href="http://java.sun.org/products/jsp/">Java 
  +    <A href="http://www.php.net/">PHP</A> and 
  +    <A href="http://java.sun.com/products/jsp/">Java 
       Server Pages</A> (JSPs). 
    </P>    
   
  
  
  
  1.4       +2 -2      jakarta-velocity/docs/getting-started.html
  
  Index: getting-started.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/getting-started.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- getting-started.html      2000/10/05 02:34:38     1.3
  +++ getting-started.html      2000/10/05 06:59:53     1.4
  @@ -39,7 +39,7 @@
       
       <DIV align="center"><TABLE border="0" cellpadding="0" cellspacing="4"><TR><TD 
bgcolor="#023264" height="1" width="1"><IMG border="0" height="1" hspace="0" 
src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#023264" 
height="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" 
width="1"></TD><TD bgcolor="#023264" height="1" width="1"><IMG border="0" height="1" 
hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD 
bgcolor="#023264" width="1"><IMG border="0" height="1" hspace="0" 
src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#ffffff"><PRE>
       
  -    ./build-velocity.sh
  +    ./build-velocity.sh javadocs
       
       </PRE></TD><TD bgcolor="#023264" width="1"><IMG border="0" height="1" 
hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD 
bgcolor="#023264" height="1" width="1"><IMG border="0" height="1" hspace="0" 
src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#023264" 
height="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" 
width="1"></TD><TD bgcolor="#023264" height="1" width="1"><IMG border="0" height="1" 
hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></DIV>
       
  @@ -48,7 +48,7 @@
       
       <DIV align="center"><TABLE border="0" cellpadding="0" cellspacing="4"><TR><TD 
bgcolor="#023264" height="1" width="1"><IMG border="0" height="1" hspace="0" 
src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#023264" 
height="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" 
width="1"></TD><TD bgcolor="#023264" height="1" width="1"><IMG border="0" height="1" 
hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD 
bgcolor="#023264" width="1"><IMG border="0" height="1" hspace="0" 
src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#ffffff"><PRE>
       
  -    build-velocity.bat
  +    build-velocity.bat javadocs
       
       </PRE></TD><TD bgcolor="#023264" width="1"><IMG border="0" height="1" 
hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD 
bgcolor="#023264" height="1" width="1"><IMG border="0" height="1" hspace="0" 
src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#023264" 
height="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" 
width="1"></TD><TD bgcolor="#023264" height="1" width="1"><IMG border="0" height="1" 
hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></DIV>
        
  
  
  
  1.4       +2 -2      jakarta-velocity/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/index.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.html        2000/10/05 02:34:38     1.3
  +++ index.html        2000/10/05 06:59:53     1.4
  @@ -27,8 +27,8 @@
       top-notch code. Velocity separates Java code from the web pages,  
       making the web site more maintainable over the long run and providing 
       a viable alternative to 
  -    <A href="http://java.sun.org/products/jsp/">Java Server Pages</A> 
  -    (JSPs) or <A href="http://www.php.org/">PHP</A>. 
  +    <A href="http://java.sun.com/products/jsp/">Java Server Pages</A> 
  +    (JSPs) or <A href="http://www.php.net/">PHP</A>. 
    </P>
    
    <P align="justify">    
  
  
  

Reply via email to