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/22 16:53:01 UTC

cvs commit: jakarta-taglibs/src/taglib-template/xml intro.xml

glenn       01/07/22 07:53:01

  Modified:    src/taglib-template/xml intro.xml
  Log:
  Update template
  
  Revision  Changes    Path
  1.4       +59 -56    jakarta-taglibs/src/taglib-template/xml/intro.xml
  
  Index: intro.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/src/taglib-template/xml/intro.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- intro.xml	2001/06/25 13:43:13	1.3
  +++ intro.xml	2001/07/22 14:53:01	1.4
  @@ -41,67 +41,70 @@
   
     <section name="Documentation" href="Documentation">
   
  -    <p>For more information about the {display-name} Tag Library,
  -       look at the on-line documentation:</p>
  -    <ul>
  -      <!--  Uncomment this section and modify as needed when you start
  -            doing releases of the taglib, a link can be made to each
  -            available release.
  -      <li>View the current release
  -        <a href="<release-name>/index.html">
  -        {display-name} {release-version} Taglib Documentation</a>
  -      </li>
  -          -->
  -      <li>View the development version of the
  -        <a href="index.html">{display-name} Taglib Documentation</a>
  -      </li>
  -    </ul>
  -  
  -    <p>For information on how to use the distributions,
  -       look at the following documentation:</p>
  -  
  -    <ul>
  -      <li>Using the Jakarta-Taglibs
  -        <a href="http://jakarta.apache.org/taglibs/binarydist.html">
  -        Binary Distribution</a></li>
  -      <li>Using the Jakarta-Taglibs
  -        <a href="http://jakarta.apache.org/taglibs/sourcedist.html">
  -        Source Distribution</a></li>
  -    </ul>
  -  
  +  <p>For more information about the {display-name} Tag Library,
  +    look at the on-line documentation:
  +  <ul>
  +  <!-- Uncomment the below and modify as needed when doing a release
  +  <li>
  +    View the current release <a href="{release-name}/index.html">
  +    {display-name} 1.0 Beta 1 Taglib Documentation</a></li>
  +  -->
  +  <li>
  +    View the development version of the <a href="index.html">
  +    {display-name} Taglib Documentation</a>
  +  </li>
  +  </ul>
  +  </p>
  +
  +  <p>For information on how to use the distributions,
  +    look at the following documentation:
  +  <ul>
  +    <li>Using the Jakarta-Taglibs
  +      <a href="http://jakarta.apache.org/taglibs/binarydist.html">
  +      Binary Distribution</a>
  +    </li>
  +    <li>Using the Jakarta-Taglibs
  +      <a href="http://jakarta.apache.org/taglibs/sourcedist.html">
  +      Source Distribution</a>
  +    </li>
  +  </ul>
  +  </p>
  +
     </section>
   
     <section name="Download" href="Download">
  -
  -    <!--  Uncomment this section and modify as needed when you start
  -          doing releases of the taglib.
  -    <p>Download a binary distribution of a {display-name} Tag Library
  -      release</p>
  -    <ul>
  -      <li><strong>Download a
  -        <a href="http://jakarta.apache.org/builds/jakarta-taglibs/releases/{taglib-name}/">
  -        {display-name} Tag Library release</a></strong></li>
  -    </ul>
  -      -->
   
  -    <p>A download of the nightly development build for the {display-name}
  -      Tag Library as a binary distribution is available</p>
  -    <ul>
  -      <li><strong>Download
  -        <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/{taglib-name}/">
  -        {display-name} Tag Library build</a></strong></li>
  -    </ul>
  +  <p>Download a binary distribution of the {display-name} Tag Library
  +  <ul>
  +  <!-- Uncomment the below and modify as needed when doing a release
  +  <li>
  +    <strong>Download the {display-name} Tag Library
  +    <a href="http://jakarta.apache.org/builds/jakarta-taglibs/releases/{taglib-name}/">
  +    1.0 Beta 1 release</a></strong>
  +  </li>
  +  -->
  +  <li>
  +    <strong>Download the {display-name} Tag Library
  +    <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/{taglib-name}/">
  +    nightly development build</a></strong>
  +  </li>
  +  </ul>
  +  </p>
   
  -    <p>Nightly build distributions of the development version for all the
  -      Jakarta-Taglibs are available for download:</p>
  -    <ul>
  -      <li>Download
  -        <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">
  -        Jakarta-Taglibs Source</a></li>
  -      <li>Download entire
  -        <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">
  -        Jakarta-Taglibs Distribution</a></li>
  -    </ul>
  +  <p>The following distributions are also available for download:
  +  <ul>
  +  <li>
  +    Download
  +    <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">
  +    Jakarta-Taglibs Source</a>
  +  </li>
  +  <li>
  +    Download entire
  +    <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">
  +    Jakarta-Taglibs Distribution</a>
  +  </li>
  +  </ul>
  +  </p>
   
     </section>