glenn 01/07/22 08:25:45
Modified: src/doc index.xml
Log:
Add a table of contents
Revision Changes Path
1.18 +29 -17 jakarta-taglibs/src/doc/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/src/doc/index.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- index.xml 2001/07/22 14:58:04 1.17
+++ index.xml 2001/07/22 15:25:45 1.18
@@ -11,13 +11,23 @@
<section name="Welcome to Jakarta Taglibs" href="Welcome">
- <p>Welcome to Jakarta Taglibs! The goal of this project is to provide an
open-source
- 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>
+ <p>Welcome to Jakarta Taglibs! The goal of this project is to provide
+ an open-source repository for JSP custom taglibs and Web Publishing
+ tool extensions which support JSP custom taglibs.<br/><br/>
+
+ <a href="#News">News</a><br/>
+ <a href="#Overview">Overview</a><br/>
+ <a href="#Descriptions">Tag Library Descriptions</a><br/>
+ <a href="#Extensions">Web Publishing Tool Extensions</a><br/>
+ <a href="#Download">How to Download</a><br/>
+ <a href="#Bugs">Reporting Bugs and Feature Requests</a><br/>
+ <a href="#Involved">Getting Involved</a><br/>
+ <a href="#Tutorials">Tutorials</a><br/>
+ </p>
</section>
- <section name="Taglibs News" href="News">
+ <section name="News" href="News">
<news>
<newsitem date="07/22/2001" libname="application">
Application Tag Library Version 1.0 Beta 1 released.
@@ -105,24 +115,26 @@
</news>
</section>
- <section name="Taglibs Overview" href="Overview">
+ <section name="Overview" href="Overview">
- <p>Tag libraries are composed of a set of custom tags. These custom tags help
separate
- presentation from implementation. What this means is that web designers can
change the
- layout without worrying about modifying the underlying logic. Custom tags
also help developers avoid
- embedding scripting code within the JSP page as well as encourage reuse and
ease
- maintainability.</p>
-
- <p>Custom tags are not just bean tags. Custom tags can modify the content
within the tag
- body and have access to the application context. Some of the ways they can be
used include
- dynamically generating page content and implementing flow of control. They
can interact with
- each other including being nested.</p>
+ <p>Tag libraries are composed of a set of custom tags. These custom
+ tags help separate presentation from implementation. What this means
+ is that web designers can change the layout without worrying about
+ modifying the underlying logic. Custom tags also help developers avoid
+ embedding scripting code within the JSP page as well as encourage reuse
+ and ease maintainability.</p>
+
+ <p>Custom tags are not just bean tags. Custom tags can modify the content
+ within the tag body and have access to the application context. Some of
+ the ways they can be used include 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="Taglib Descriptions" href="Libs">
+ <section name="Tag Library Descriptions" href="Descriptions">
<tagindex>
<taginfo name="Application" state="beta">
@@ -249,7 +261,7 @@
</tagindex>
</section>
- <section name="Custom Tag Library Extensions (CTLX)" href="Extensions">
+ <section name="Web Publishing Tool Extensions" href="Extensions">
<ctlxindex>
<ctlxinfo name="UltraDev" state="develop">
The UltraDev CTLX adds the ability to use JSP custom tag