glenn       01/07/22 07:45:14

  Modified:    src/doc  index.xml
  Log:
  Version 1.0 Beta 1 Release
  
  Revision  Changes    Path
  1.16      +31 -7     jakarta-taglibs/src/doc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/src/doc/index.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- index.xml 2001/07/18 01:33:54     1.15
  +++ index.xml 2001/07/22 14:45:14     1.16
  @@ -19,6 +19,30 @@
   
     <section name="Taglibs News" href="News">
       <news>
  +      <newsitem date="07/22/2001" libname="application">
  +        Application Tag Library Version 1.0 Beta 1 released.
  +      </newsitem>
  +      <newsitem date="07/22/2001" libname="benchmark">
  +        Benchmark Tag Library Version 1.0 Beta 1 released.
  +      </newsitem>
  +      <newsitem date="07/22/2001" libname="datetime">
  +        DateTime Tag Library Version 1.0 Beta 1 released.
  +      </newsitem>
  +      <newsitem date="07/22/2001" libname="page">
  +        Page Tag Library Version 1.0 Beta 1 released.
  +      </newsitem>
  +      <newsitem date="07/22/2001" libname="regexp">
  +        Regexp Tag Library Version 1.0 Beta 1 released.
  +      </newsitem>
  +      <newsitem date="07/22/2001" libname="request">
  +        Request Tag Library Version 1.0 Beta 1 released.
  +      </newsitem>
  +      <newsitem date="07/22/2001" libname="response">
  +        Response Tag Library Version 1.0 Beta 1 released.
  +      </newsitem>
  +      <newsitem date="07/22/2001" libname="session">
  +        Session Tag Library Version 1.0 Beta 1 released.
  +      </newsitem>
         <newsitem date="07/17/2001" libname="sql">
           The SQL tag library has been removed. This was an early example
           of how to develop a tag library and is no longer needed.
  @@ -101,7 +125,7 @@
     <section name="Taglib Descriptions" href="Libs">
       <tagindex>
       
  -      <taginfo name="Application" state="develop">
  +      <taginfo name="Application" state="beta">
           The APPLICATION custom tag library contains tags which can be used to 
           access information contained in the ServletContext for a 
           web application.
  @@ -115,7 +139,7 @@
        together a set of application components to form an application.
         </taginfo>
         
  -      <taginfo name="DateTime" state="develop">
  +      <taginfo name="DateTime" state="beta">
           The DateTime custom tag library contains tags which can be used to handle 
date 
        and time related functions. Tags are provided for formatting a Date for 
output, 
        generating a Date from HTML forum input, using time zones, and localization.
  @@ -168,7 +192,7 @@
       This custom tag library is used to send e-mail.
         </taginfo>
         
  -      <taginfo name="Page" state="develop">
  +      <taginfo name="Page" state="beta">
         The Page custom tag library contains tags which can be used to
     access all the information about the PageContext for a JSP page.
         </taginfo>
  @@ -177,18 +201,18 @@
        The Random tag library creates generators for random strings and random 
numbers which are accessable within the JSP.
         </taginfo>
   
  -      <taginfo name="Regexp" state="develop">
  +      <taginfo name="Regexp" state="beta">
         The Regexp custom tag library contains tags which can 
        be used to perform Perl syntax regular expressions.
         </taginfo>
         
  -      <taginfo name="Request" state="develop">
  +      <taginfo name="Request" state="beta">
         The Request custom tag library contains tags which can 
        be used to access all the information about the HTTP 
        request for a JSP page.
         </taginfo>
         
  -      <taginfo name="Response" state="develop">
  +      <taginfo name="Response" state="beta">
         The Response custom tag library contains tags which can 
        be used to set all the information for an HTTP response 
        for a JSP page.
  @@ -199,7 +223,7 @@
   documents and display the content in your JSP.
         </taginfo>
         
  -      <taginfo name="Session" state="develop">
  +      <taginfo name="Session" state="beta">
         The Session JSP tag library provides tags for reading 
        or modifying client HttpSession information.
         </taginfo>
  
  
  

Reply via email to