glenn 01/07/15 07:34:26
Modified: src/doc addtaglib.xml
Log:
Add a table of contents
Revision Changes Path
1.8 +16 -3 jakarta-taglibs/src/doc/addtaglib.xml
Index: addtaglib.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/src/doc/addtaglib.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- addtaglib.xml 2001/07/15 13:44:31 1.7
+++ addtaglib.xml 2001/07/15 14:34:26 1.8
@@ -8,6 +8,19 @@
<body>
+<section name="Adding a Custom Tag Library or Extension" href="Overview">
+<a href="#Approval">Approval from JAKARTA-TAGLIBS committers</a><br/>
+<a href="#Create">Create the new taglib or CTLX directory and file layout</a><br/>
+<a href="#Standards">Tag Library Coding Standards</a><br/>
+<a href="#Addtag">Adding a tag to the tag library</a><br/>
+<a href="#Building">Building the tag library</a><br/>
+<a href="#Addtaglib">Adding the tag library to the jakarta-taglibs
repository</a><br/>
+<a href="#Publish">Publishing the tag library to
http://jakarta.apache.org/taglibs/</a><br/>
+<a href="#Milestone">Publishing a milestone release</a><br/>
+<a href="#Beta">Publishing a beta release</a><br/>
+<a href="#Release">Publishing an official release</a><br/>
+</section>
+
<section name="Approval from JAKARTA-TAGLIBS committers" href="Approval">
<p>Submission or creation of a new tag library or ctlx should be
proposed to the taglibs-dev list and only added to the source
@@ -66,9 +79,9 @@
<p>Please put the following cvs tags starting at the second line
of the Apache Software Foundation license comment:
<pre>
- * $Header: /home/cvs/jakarta-taglibs/src/doc/addtaglib.xml,v 1.7 2001/07/15
13:44:31 glenn Exp $
- * $Revision: 1.7 $
- * $Date: 2001/07/15 13:44:31 $
+ * $Header: /home/cvs/jakarta-taglibs/src/doc/addtaglib.xml,v 1.8 2001/07/15
14:34:26 glenn Exp $
+ * $Revision: 1.8 $
+ * $Date: 2001/07/15 14:34:26 $
</pre>
</p>