glenn 01/05/19 19:25:15
Modified: src/doc index.xml
Log:
Update for publishing to Jakarta-Taglibs
Revision Changes Path
1.8 +18 -2 jakarta-taglibs/src/doc/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/src/doc/index.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- index.xml 2001/05/10 19:30:03 1.7
+++ index.xml 2001/05/20 02:25:15 1.8
@@ -12,12 +12,18 @@
<section name="Welcome to Jakarta Taglibs" href="Welcome">
<p>Welcome to Jakarta Taglibs! The goal of this project is to provide an
open-source
- taglib repository. See the <a href="#Overview">Taglibs Overview</a> for more
information!</p>
+ repository for JSP custom taglibs and Web Publishing tool extensions which
+ support JSP custom taglibs. See the <a href="#Overview">Taglibs Overview</a> for
more information!</p>
</section>
<section name="Taglibs News" href="News">
<news>
+ <newsitem date="05/19/2001" libname="UltraDev">
+ Dan mandell has contributed an extension for Macromedia UltraDev 4.0
+ which adds support for JSP tag libraries. The Custom Tag Library
+ Extenxion (CTLX) is now available for testing. Thanks Dan!
+ </newsitem>
<newsitem date="05/10/2001" libname="Log">
The Log library has been added to CVS.
The Log tag library allows you to perform logging from inside your JSP
@@ -69,9 +75,11 @@
dynamically generating page content and implementing flow of control. They
can interact with
each other including being nested.</p>
+ <p>Custom Tag Library Extensions (CTLX) are extensions for popular
+ web publishing tools which add support for use of JSP custom taglibs.</p>
</section>
- <section name="Taglibs Descriptions" href="Libs">
+ <section name="Taglib Descriptions" href="Libs">
<tagindex>
<taginfo name="Application" state="develop">
@@ -196,6 +204,14 @@
</tagindex>
</section>
+ <section name="Custom Tag Library Extensions (CTLX)" href="Extensions">
+ <ctlxindex>
+ <ctlxinfo name="UltraDev" state="develop">
+ The UltraDev CTLX adds the ability to use JSP custom tag
+ libraries when publishing JSP pages using UltraDev 4.0.
+ </ctlxinfo>
+ </ctlxindex>
+ </section>
<section name="How to Download" href="Download">