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 ba...@apache.org on 2002/10/08 03:23:37 UTC

cvs commit: jakarta-taglibs/src/doc index.xml

bayard      2002/10/07 18:23:37

  Modified:    string/xml intro.xml string.xml
               src/doc  index.xml
  Log:
  Prepared xml documents for website in accordance with
  http://jakarta.apache.org/taglibs/addtaglib.html#Release
  
  Revision  Changes    Path
  1.4       +9 -1      jakarta-taglibs/string/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/string/xml/intro.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- intro.xml	1 Aug 2002 12:36:47 -0000	1.3
  +++ intro.xml	8 Oct 2002 01:23:37 -0000	1.4
  @@ -19,6 +19,13 @@
   
     </section>
   
  +  <section>
  +    <news>
  +      <newsitem date="10/07/2002">
  +        Version 1.0 Released
  +      </newsitem>
  +  </section>
  +
     <section name="Documentation" href="Documentation">
   
     <p>For more information about the String Tag Library, look at the on-line documentation:</p>
  @@ -39,7 +46,8 @@
   
     <p>A binary download of the String Tag Library is available</p>
     <ul>
  -  <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/string/">String Tag Library</a></li>
  +  <li>Download the String Tag Library <a href="http://jakarta.apache.org/builds/jakarta-taglibs/releases/string/">1.0 Release</a></li>
  +  <li>Download the String Tag Library <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/string/">nightly development build</a></li>
     </ul>
   
     <p>The following distributions are also available for download:</p>
  
  
  
  1.22      +3 -3      jakarta-taglibs/string/xml/string.xml
  
  Index: string.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/string/xml/string.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- string.xml	15 Aug 2002 07:23:03 -0000	1.21
  +++ string.xml	8 Oct 2002 01:23:37 -0000	1.22
  @@ -1960,11 +1960,11 @@
   
   </taglib>
   
  -<revision release="1.0" date="2002/07/31"> 
  +<revision release="1.0" date="2002/10/07"> 
     <description>
  -    Release of code....
  +    Initial release of the String Taglib, to give users a stable released version to work against. 
     </description>
  -<section name="New features added">
  +<section name="New features added since initial release">
   <item>Changed implementation of random() to use the same Randome instance 
   across calls. This stops the same value coming out if called in the same 
   millisecond.</item>
  
  
  
  1.45      +3 -0      jakarta-taglibs/src/doc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/src/doc/index.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- index.xml	27 Jul 2002 22:30:00 -0000	1.44
  +++ index.xml	8 Oct 2002 01:23:37 -0000	1.45
  @@ -82,6 +82,9 @@
   </section>
     <section name="News" href="News">
       <news>
  +      <newsitem date="10/07/2002" libname="string">
  +        Version 1.0 of the String taglib has been released.
  +      </newsitem>
         <newsitem date="7/27/2002">
          Standard Taglib version 1.0.1 -- a minor bugfix release -- is now
          <a href="/builds/jakarta-taglibs/releases/standard/">available</a>.
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>