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 2002/04/15 02:59:53 UTC

cvs commit: jakarta-taglibs/mailer/xml intro.xml mailer.xml

glenn       02/04/14 17:59:52

  Modified:    mailer/xml intro.xml mailer.xml
  Log:
  1.0 release
  
  Revision  Changes    Path
  1.3       +27 -3     jakarta-taglibs/mailer/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/mailer/xml/intro.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- intro.xml	22 Jul 2001 15:32:13 -0000	1.2
  +++ intro.xml	15 Apr 2002 00:59:52 -0000	1.3
  @@ -15,11 +15,25 @@
   
     </section>
   
  +  <section name="News" href="News">
  +    <news>
  +      <newsitem date="04/14/2002">
  +        Version 1.0 Released
  +      </newsitem>
  +    </news>
  +  </section>
  +
     <section name="Documentation" href="Documentation">
   
     <p>For more information about the Mailer Tag Library, look at the on-line documentation:</p>
     <ul>
  -  <li>View the <a href="index.html">Mailer Taglib Documentation</a></li>
  +  <li>
  +    View the current release <a href="mailer-1.0/index.html">
  +    Mailer 1.0 Taglib Documentation</a></li>
  +  <li>
  +    View the development version of the <a href="index.html">
  +    Mailer Taglib Documentation</a>
  +  </li>
     </ul>
   
     <p>For information on how to use the distributions, look at the following documentation:</p>
  @@ -33,10 +47,20 @@
   
     <section name="Download" href="Download">
   
  -  <p>A binary download of the Mailer Tag Library is available</p>
  +  <p>Download a binary distribution of the Mailer Tag Library
     <ul>
  -  <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/mailer/">Mailer Tag Library</a></li>
  +  <li>
  +    Download the Mailer Tag Library
  +    <a href="http://jakarta.apache.org/builds/jakarta-taglibs/releases/mailer/">
  +    1.0 Release</a>
  +  </li>
  +  <li>
  +    Download the Mailer Tag Library
  +    <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/mailer/">
  +    nightly development build</a>
  +  </li>
     </ul>
  +  </p>
   
     <p>The following distributions are also available for download:</p>
     <ul>
  
  
  
  1.6       +5 -1      jakarta-taglibs/mailer/xml/mailer.xml
  
  Index: mailer.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/mailer/xml/mailer.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mailer.xml	26 Mar 2002 16:45:30 -0000	1.5
  +++ mailer.xml	15 Apr 2002 00:59:52 -0000	1.6
  @@ -44,7 +44,7 @@
     <!-- URI of taglib -->
     <uri>http://jakarta.apache.org/taglibs/mailer-1.0</uri>
     <!-- The name to use in titles, etc. for the taglib -->
  -  <display-name>Mailer Tag library (Pre Beta)</display-name>
  +  <display-name>Mailer Tag library</display-name>
   
     <description>
      <P>This custom tag library is used to send e-mail.<br/>
  @@ -993,6 +993,10 @@
     </tagtoc>
   
   </taglib>
  +
  +<revision release="1.0" date="04/14/2002">
  +  <description>1.0 Release</description>
  +</revision>
   
   <revision release="Pre Beta" date="07/30/2001">
     <description>
  
  
  

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