You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by gl...@apache.org on 2001/07/24 02:12:57 UTC

cvs commit: jakarta-taglibs/jsptl/doc/web GettingStarted.html index.html

glenn       01/07/23 17:12:57

  Modified:    jsptl/doc/web GettingStarted.html index.html
  Log:
  Update for EA1.1 release, fix a typo
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-taglibs/jsptl/doc/web/GettingStarted.html
  
  Index: GettingStarted.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/jsptl/doc/web/GettingStarted.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- GettingStarted.html	2001/07/19 02:09:48	1.2
  +++ GettingStarted.html	2001/07/24 00:12:56	1.3
  @@ -67,7 +67,7 @@
   
   <p>JSPTL EA1 uses features provided only by the JSP 1.2 standard draft, so
   it requires a JSP 1.2 container.  We recommend you use JSPTL with Tomcat
  -4.0 Beta 5 or the most current milestone release of Tomcat.</p>
  +4.0 Beta 6 or the most current nightly build of Tomcat 4.</p>
   
   <p>To install Tomcat, follow the instructions at <a
   href="http://jakarta.apache.org/tomcat">http://jakarta.apache.org/tomcat</a>.
  @@ -153,7 +153,7 @@
   
   <h3>Topics covered in JSPTL EA1</h3>
   
  -<p>As we mentioned above, JSPTL EA1 incluces core tags to support
  +<p>As we mentioned above, JSPTL EA1 includes core tags to support
   iteration, conditionals, and expression-language support.  For more
   information on precisely how these tags work, you should read the
   "Functional Description" documents provided as part of this distribution.  
  
  
  
  1.3       +2 -2      jakarta-taglibs/jsptl/doc/web/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/jsptl/doc/web/index.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.html	2001/07/19 02:09:48	1.2
  +++ index.html	2001/07/24 00:12:56	1.3
  @@ -6,9 +6,9 @@
   
   <body bgcolor="#FFFFFF">
   <h1>JSP Tag Library (JSPTL)</h1>
  -<h2>Release: Early Access 1 (EA1)</h2>
  +<h2>Release: Early Access 1 (EA1.1)</h2>
   
  -<p>Thanks for downloading the JSPTL EA1 release.  We hope you find the tags,
  +<p>Thanks for downloading the JSPTL EA1.1 release.  We hope you find the tags,
   documents, and examples here of interest.  We're curious to hear your
   feedback on this release, which represents work in progress toward a
   standard JSP Tag Library.  Please contact us at</p>