craigmcc 01/01/13 20:26:11 Modified: catalina/docs index.html catalina/docs/dev README.html architecture.html building.html new_spec.html todo.html Log: Update the links for the developer documentation related to Catalina. Revision Changes Path 1.4 +3 -1 jakarta-tomcat-4.0/catalina/docs/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/docs/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.html 2001/01/14 01:31:44 1.3 +++ index.html 2001/01/14 04:26:10 1.4 @@ -21,7 +21,9 @@ </ul> <h1>Developer Documentation</h1> - +<ul> +<li><a href="dev/README.html">Developer Documentation</a></li> +</ul> </body> 1.2 +5 -1 jakarta-tomcat-4.0/catalina/docs/dev/README.html Index: README.html =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/docs/dev/README.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.html 2000/08/30 22:32:07 1.1 +++ README.html 2001/01/14 04:26:11 1.2 @@ -5,6 +5,8 @@ <body bgcolor="white"> +<a href="../index.html">Home</a> + <h2>What is Catalina?</h2> <p>Catalina is the reference implementation of the @@ -55,15 +57,17 @@ prerequisites and steps required to build Catalina (as well as integrate it with Jasper and the example webapps if you want to) using the Tomcat 4.0 source distribution (or a CVS checkout of this code).</li> +<!-- <li><a href="../../../../build/catalina/javadoc/index.html">JavaDocs</a> - The JavaDoc for all internal Catalina classes (once you have generated it with the "javadoc" build target).</li> +--> </ul> <br> <div align="center"><hr width="75%"><font size="2"> -$Id: README.html,v 1.1 2000/08/30 22:32:07 craigmcc Exp $ +$Id: README.html,v 1.2 2001/01/14 04:26:11 craigmcc Exp $ </font></div> </body> 1.4 +3 -1 jakarta-tomcat-4.0/catalina/docs/dev/architecture.html Index: architecture.html =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/docs/dev/architecture.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- architecture.html 2000/10/18 19:46:18 1.3 +++ architecture.html 2001/01/14 04:26:11 1.4 @@ -5,6 +5,8 @@ <body bgcolor="white"> +<a href="README.html">Home</a> + <p>Thanks to the efforts of Dave Johnson and Richard Frazer of Haht Commerce, we have the following UML diagrams that document the internal architecture of the Catalina servlet container (inside Tomcat 4.0):</p> @@ -17,7 +19,7 @@ <br> <div align="center"><hr width="75%"><font size="2"> -$Id: architecture.html,v 1.3 2000/10/18 19:46:18 craigmcc Exp $ +$Id: architecture.html,v 1.4 2001/01/14 04:26:11 craigmcc Exp $ </font></div> </body> 1.2 +8 -1 jakarta-tomcat-4.0/catalina/docs/dev/building.html Index: building.html =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/docs/dev/building.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- building.html 2000/08/30 22:32:07 1.1 +++ building.html 2001/01/14 04:26:11 1.2 @@ -5,6 +5,13 @@ <body bgcolor="white"> +<a href="README.html">Home</a> + +<div align="center"> +<strong>WARNING: These instructions are not up-to-date.<br> +See the README.txt file in the top-level source directory.</strong> +</div> + <h2>Install Software Prerequisites</h2> <p>In order to build Catalina, you will need to download and install the @@ -180,7 +187,7 @@ <br> <div align="center"><hr width="75%"><font size="2"> -$Id: building.html,v 1.1 2000/08/30 22:32:07 craigmcc Exp $ +$Id: building.html,v 1.2 2001/01/14 04:26:11 craigmcc Exp $ </font></div> </body> 1.2 +3 -1 jakarta-tomcat-4.0/catalina/docs/dev/new_spec.html Index: new_spec.html =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/docs/dev/new_spec.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- new_spec.html 2000/08/30 22:32:07 1.1 +++ new_spec.html 2001/01/14 04:26:11 1.2 @@ -4,6 +4,8 @@ </head> <body bgcolor="white"> +<a href="README.html">Home</a> + <p>This document summarizes the current implementation state of the new features of the Servlet 2.3 draft specification in Catalina. To give a quick synopsis of the completion state of each new feature, we're @@ -79,7 +81,7 @@ <br> <div align="center"><hr width="75%"><font size="2"> -$Id: new_spec.html,v 1.1 2000/08/30 22:32:07 craigmcc Exp $ +$Id: new_spec.html,v 1.2 2001/01/14 04:26:11 craigmcc Exp $ </font></div> </body> 1.3 +4 -2 jakarta-tomcat-4.0/catalina/docs/dev/todo.html Index: todo.html =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/docs/dev/todo.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- todo.html 2001/01/11 23:07:09 1.2 +++ todo.html 2001/01/14 04:26:11 1.3 @@ -1,10 +1,12 @@ <html> <head> <title>Catalina TODO List</title> -/head> +</head> <body bgcolor="white"> +<a href="README.html">Home</a> + <p>This document is a living list of the action items related to the current development of the Catalina servlet container architecture for Tomcat 4.0.</p> @@ -337,7 +339,7 @@ <br> <div align="center"><hr width="75%"><font size="2"> -$Id: todo.html,v 1.2 2001/01/11 23:07:09 glenn Exp $ +$Id: todo.html,v 1.3 2001/01/14 04:26:11 craigmcc Exp $ </font></div> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]