You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by al...@locus.apache.org on 2000/08/17 22:33:45 UTC

cvs commit: jakarta-tomcat/src/webpages index.html

alex        00/08/17 13:33:45

  Modified:    .        build.xml
               src/doc  index.html
               src/webpages index.html
  Log:
  Root webapp now contains a copy of src/doc (user's guide et al.)
  
  Root webapp's index.html contains a link to doc
  
  Doc directory contains index.html
  with list of links to all documentation
  Fixed a typo in index.htmls leading to an ugly little blue smear next to the logo
  
  Revision  Changes    Path
  1.60      +1 -0      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- build.xml	2000/08/11 06:14:02	1.59
  +++ build.xml	2000/08/17 20:33:43	1.60
  @@ -139,6 +139,7 @@
       <!-- Root context -->
       <mkdir dir="${tomcat.build}/webapps/ROOT"/>
       <copydir src="src/webpages" dest="${tomcat.build}/webapps/ROOT"/>
  +    <copydir src="src/doc" dest="${tomcat.build}/webapps/ROOT/doc"/>
       <javac srcdir="src/webpages/WEB-INF/classes"
              optimize="${optimize}"
              destdir="${tomcat.build}/webapps/ROOT/WEB-INF/classes"
  
  
  
  1.2       +2 -3      jakarta-tomcat/src/doc/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html	2000/08/17 20:18:06	1.1
  +++ index.html	2000/08/17 20:33:44	1.2
  @@ -1,7 +1,7 @@
   
   <html>
     <head>
  -    <!-- $Id: index.html,v 1.1 2000/08/17 20:18:06 alex Exp $ -->
  +    <!-- $Id: index.html,v 1.2 2000/08/17 20:33:44 alex Exp $ -->
       <!-- Copyright 1999, Apache Software Foundation -->
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
       <link rel="stylesheet" href="style.css">
  @@ -18,8 +18,7 @@
                      width="350" 
                      height="100" 
                      alt="The Jakarta Project" 
  -                   border="0">
  -            </a>
  +                   border="0"></a>
           </td>
           <td width="50%">
             <p align="right"><img border="0" src="images/tomcat.gif" width="100" height="71" alt="The mighty Tomcat - Meow!"></p>
  
  
  
  1.15      +3 -0      jakarta-tomcat/src/webpages/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/webpages/index.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- index.html	2000/07/10 13:46:11	1.14
  +++ index.html	2000/08/17 20:33:44	1.15
  @@ -37,6 +37,9 @@
   <b><a href="docs/api/overview-summary.html">API docs for Servlet and JSP
   Packages</a></b></li>
   
  +<li>
  +<b><a href="doc/index.html">Tomcat Documentation</a></b> including Tomcat User's Guide and HOWTOs</li>
  +
   <br>&nbsp;</ul>
   The README file, which can be found at &lt;/path/to/tomcat>/README, contains
   a list of known bugs, incompatibilities and limitations.