You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by Jon Stevens <jo...@latchkey.com> on 2000/11/26 00:02:35 UTC

fyi

-- 
twice of not very much is still a lot more than not very much

----------
From: MAILER-DAEMON@locus.apache.org
Date: 25 Nov 2000 22:59:19 -0000
To: jon@locus.apache.org
Subject: failure notice

Hi. This is the qmail-send program at locus.apache.org.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<ja...@apache.org>:
Sorry, no mailbox here by that name. (#5.1.1)

--- Below this line is a copy of the message.

Return-Path: <jo...@locus.apache.org>
Received: (qmail 95658 invoked by uid 1047); 25 Nov 2000 22:59:18 -0000
Date: 25 Nov 2000 22:59:18 -0000
Message-ID: <20...@locus.apache.org>
From: jon@locus.apache.org
To: jakarta-site2-cvs@apache.org
Subject: cvs commit: jakarta-site2/xdocs/stylesheets project.xml site.vsl

jon         00/11/25 14:59:18

  Modified:    .        build.sh build.xml
               docs     index.html
               docs/site acknowledgements.html binindex.html bugs.html
                        communication.html cvsindex.html cvsonunix.html
                        cvsonwin32.html decisions.html faqs.html
                        getinvolved.html guidelines.html library.html
                        mail.html management.html mission.html news.html
                        roles.html source.html sourceindex.html
                        whoweare.html
               xdocs/stylesheets project.xml site.vsl
  Added:       .        README.txt
               docs/site contact.html legal.html
               xdocs    empty.xml
               xdocs/site contact.xml legal.xml
  Removed:     lib      ant-1.2-optional.jar
  Log:
  removed ant-optional.jar (not needed)
  updated the build stuff
  added an empty file for example
  added documentation
  added contact and legal .xml
  rebuilt all of the html files
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-site2/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/build.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.sh 2000/11/25 21:36:19 1.1
  +++ build.sh 2000/11/25 22:59:04 1.2
  @@ -1,4 +1,4 @@
  -#! /bin/sh
  +#!/bin/sh
   
   if [ "$JAVA_HOME" = "" ] ; then
     echo You must set JAVA_HOME to point at your Java Development Kit
directory
  
  
  
  1.2       +1 -1      jakarta-site2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 2000/11/25 21:36:18 1.1
  +++ build.xml 2000/11/25 22:59:04 1.2
  @@ -14,7 +14,7 @@
           <anakia basedir="${docs.src}" destdir="${docs.dest}/"
                extension=".html" style="./site.vsl"
                projectFile="stylesheets/project.xml"
  -             excludes="**/stylesheets/**"
  +             excludes="**/stylesheets/** empty.xml"
                includes="**/*.xml"
                lastModifiedCheck="true">
           </anakia>
  
  
  
  1.1                  jakarta-site2/README.txt
  
  Index: README.txt
  ===================================================================
  $Id: README.txt,v 1.1 2000/11/25 22:59:04 jon Exp $
  
  The Jakarta Website Instructions
  --------------------------------
  
  ***NOTE***
  DO NOT EDIT THE .html files in /www/jakarta.apache.org.
  Please follow the directions below for updating the website.
  ***NOTE***
  
  The Jakarta website is based on .xml files which are transformed
  into .html files using Anakia. Anakia is simply an Ant task that
  performs the transformations using JDOM and Velocity.
  
  <http://www.jdom.org/>
  <http://jakarta.apache.org/velocity/>
  <http://jakarta.apache.org/velocity/anakia.html>
  
  In order to make modifications to the Jakarta website, you need
  to first check out the jakarta-site2 module from CVS:
  
  cvs -d USERNAME@locus.apache.org:/home/cvs login
  cvs -d USERNAME@locus.apache.org:/home/cvs co jakarta-site2
  
  Once you have the site checked out locally, cd into your
  jakarta-site2 directory and execute:
  
  ./build.sh
  
  This will build the documentation into the docs/ directory. The output
  will show you which files got re-generated.
  
  If you would like to make modifications to the website documents,
  you simply need to edit the files in the xdocs/ directory.
  
  The files in xdocs/stylesheets are the global files for the site. If you
make a 
  modification to project.xml, it will affect the left side navigation for
the 
  website and all of your .html files will be re-generated. style.vsl is the
  template that controls the look and feel for the overall website. Editing
  this file will also cause all of the .html files to be re-generated as
well.
  
  Once you have built your documentation and confirmed that your changes are
  ok, you can check your .xml and your .html files back into CVS.
  
  Then, in the /www/jakarta.apache.org/site/ directory, you can do a
  cvs update -d -P
  to have the changes reflected on the main website.
  
  For the homepage, you should execute:
  cd /www/jakarta.apache.org; cvs update index.html
  
  The reason that it is different for each one is because CVS is a
  recursive function by nature and you don't want to have to deal with cvs
  potentially going through all of the directories in the website. :-)
  
  
  1.2       +6 -3      jakarta-site2/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html 2000/11/25 21:36:19 1.1
  +++ index.html 2000/11/25 22:59:06 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="./watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="./site/whoweare.html">Who We Are</a>
   </li>
                       <li>    <a
href="./site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="./site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="./site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -208,14 +212,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/acknowledgements.html
  
  Index: acknowledgements.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/acknowledgements.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- acknowledgements.html 2000/11/25 21:36:19 1.1
  +++ acknowledgements.html 2000/11/25 22:59:06 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -154,14 +158,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/binindex.html
  
  Index: binindex.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/binindex.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- binindex.html 2000/11/25 21:36:19 1.1
  +++ binindex.html 2000/11/25 22:59:06 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -197,14 +201,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/bugs.html
  
  Index: bugs.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/bugs.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- bugs.html 2000/11/25 21:36:19 1.1
  +++ bugs.html 2000/11/25 22:59:07 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -158,14 +162,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/communication.html
  
  Index: communication.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/communication.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- communication.html 2000/11/25 21:36:19 1.1
  +++ communication.html 2000/11/25 22:59:07 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -205,14 +209,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/cvsindex.html
  
  Index: cvsindex.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/cvsindex.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cvsindex.html 2000/11/25 21:36:19 1.1
  +++ cvsindex.html 2000/11/25 22:59:07 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -299,14 +303,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/cvsonunix.html
  
  Index: cvsonunix.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/cvsonunix.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cvsonunix.html 2000/11/25 21:36:19 1.1
  +++ cvsonunix.html 2000/11/25 22:59:07 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -259,14 +263,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/cvsonwin32.html
  
  Index: cvsonwin32.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/cvsonwin32.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cvsonwin32.html 2000/11/25 21:36:19 1.1
  +++ cvsonwin32.html 2000/11/25 22:59:07 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -288,14 +292,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/decisions.html
  
  Index: decisions.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/decisions.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- decisions.html 2000/11/25 21:36:19 1.1
  +++ decisions.html 2000/11/25 22:59:07 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -245,14 +249,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/faqs.html
  
  Index: faqs.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/faqs.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faqs.html 2000/11/25 21:36:19 1.1
  +++ faqs.html 2000/11/25 22:59:07 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -179,14 +183,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/getinvolved.html
  
  Index: getinvolved.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/getinvolved.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- getinvolved.html 2000/11/25 21:36:19 1.1
  +++ getinvolved.html 2000/11/25 22:59:07 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -150,14 +154,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/guidelines.html
  
  Index: guidelines.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/guidelines.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- guidelines.html 2000/11/25 21:36:19 1.1
  +++ guidelines.html 2000/11/25 22:59:08 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -141,14 +145,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/library.html
  
  Index: library.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/library.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- library.html 2000/11/25 21:36:19 1.1
  +++ library.html 2000/11/25 22:59:08 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -197,14 +201,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/mail.html
  
  Index: mail.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/mail.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mail.html 2000/11/25 21:36:19 1.1
  +++ mail.html 2000/11/25 22:59:08 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -542,14 +546,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/management.html
  
  Index: management.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/management.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- management.html 2000/11/25 21:36:19 1.1
  +++ management.html 2000/11/25 22:59:08 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -167,14 +171,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/mission.html
  
  Index: mission.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/mission.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mission.html 2000/11/25 21:36:19 1.1
  +++ mission.html 2000/11/25 22:59:08 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -116,14 +120,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/news.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- news.html 2000/11/25 21:36:20 1.1
  +++ news.html 2000/11/25 22:59:09 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -338,14 +342,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/roles.html
  
  Index: roles.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/roles.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- roles.html 2000/11/25 21:36:19 1.1
  +++ roles.html 2000/11/25 22:59:09 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -191,14 +195,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/source.html
  
  Index: source.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/source.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- source.html 2000/11/25 21:36:19 1.1
  +++ source.html 2000/11/25 22:59:09 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -278,14 +282,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/sourceindex.html
  
  Index: sourceindex.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/sourceindex.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sourceindex.html 2000/11/25 21:36:20 1.1
  +++ sourceindex.html 2000/11/25 22:59:09 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -195,14 +199,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.2       +6 -3      jakarta-site2/docs/site/whoweare.html
  
  Index: whoweare.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/whoweare.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- whoweare.html 2000/11/25 21:36:19 1.1
  +++ whoweare.html 2000/11/25 22:59:09 1.2
  @@ -82,12 +82,16 @@
                       <li>    <a href="../watchdog/index.html">Watchdog</a>
   </li>
                   </ul>
  -            <strong>Credits</strong>
  +            <strong>Misc</strong>
           <ul>
                       <li>    <a href="../site/whoweare.html">Who We
Are</a>
   </li>
                       <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
   </li>
  +                    <li>    <a href="../site/contact.html">Contact</a>
  +</li>
  +                    <li>    <a href="../site/legal.html">Legal</a>
  +</li>
                   </ul>
                           </td>
                       <td align="left" valign="top">
  @@ -336,14 +340,13 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{#525D76"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  -
   
   
   
  
  
  
  1.1                  jakarta-site2/docs/site/contact.html
  
  Index: contact.html
  ===================================================================
  <!-- Content Stylesheet for Site -->
  
          
  <!-- start the processing -->
      <!-- 
====================================================================== -->
      <!-- Main Page Section -->
      <!-- 
====================================================================== -->
      <html>
          <head>
              <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"/>
  
                                                      <meta name="author"
value="Jon S. Stevens">
              <meta name="email" value="jon@latchkey.com">
              
              <title>The Jakarta Site - Contact Information</title>
          </head>
  
          <body bgcolor="#ffffff" text="#000000" link="#525D76">
              <table border="0" width="100%" cellspacing="4">
                  <!-- TOP IMAGE -->
                  <tr><td colspan="2">
                      <a href="http://jakarta.apache.org"><img
src="../images/jakarta-logo.gif" align="left" border="0"/></a>
                  </td></tr>
                  <tr><td colspan="2">
                      <hr noshade="" size="1"/>
                  </td></tr>
                  
                  <tr>
                      <!-- LEFT SIDE NAVIGATION -->
                      <td valign="top" nowrap="true">
                                  <strong>Essentials</strong>
          <ul>
                      <li>    <a href="../index.html">Front Page</a>
  </li>
                      <li>    <a href="../site/news.html">News & Status</a>
  </li>
                      <li>    <a href="../site/mission.html">Mission</a>
  </li>
                      <li>    <a href="../site/guidelines.html">Guidelines
Notes</a>
  </li>
                      <li>    <a href="../site/faqs.html">FAQs</a>
  </li>
                  </ul>
              <strong>Download</strong>
          <ul>
                      <li>    <a href="../site/binindex.html">Binaries</a>
  </li>
                      <li>    <a href="../site/sourceindex.html">Source
Code</a>
  </li>
                  </ul>
              <strong>Get Involved</strong>
          <ul>
                      <li>    <a
href="../site/getinvolved.html">Overview</a>
  </li>
                      <li>    <a href="../site/cvsindex.html">CVS
Repositories</a>
  </li>
                      <li>    <a href="../site/mail.html">Mailing Lists</a>
  </li>
                      <li>    <a href="../site/library.html">Reference
Library</a>
  </li>
                      <li>    <a href="../site/bugs.html">Bug Database</a>
  </li>
                  </ul>
              <strong>SubProjects</strong>
          <ul>
                      <li>    <a href="../ant/index.html">Ant</a>
  </li>
                      <li>    <a href="../oro/index.html">ORO</a>
  </li>
                      <li>    <a href="../regexp/index.html">Regexp</a>
  </li>
                      <li>    <a href="../slide/index.html">Slide</a>
  </li>
                      <li>    <a href="../struts/index.html">Struts</a>
  </li>
                      <li>    <a href="../taglibs/index.html">Taglibs</a>
  </li>
                      <li>    <a href="../tomcat/index.html">Tomcat</a>
  </li>
                      <li>    <a href="../velocity/index.html">Velocity</a>
  </li>
                      <li>    <a href="../watchdog/index.html">Watchdog</a>
  </li>
                  </ul>
              <strong>Misc</strong>
          <ul>
                      <li>    <a href="../site/whoweare.html">Who We Are</a>
  </li>
                      <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
  </li>
                      <li>    <a href="../site/contact.html">Contact</a>
  </li>
                      <li>    <a href="../site/legal.html">Legal</a>
  </li>
                  </ul>
                          </td>
                      <td align="left" valign="top">
                                                                      <table
border="0" cellspacing="0" cellpadding="2" width="100%">
        <tr><td bgcolor="#525D76">
          <font color="#ffffff" face="arial,helvetica,sanserif">
            <strong>Contact Information</strong>
          </font>
        </td></tr>
        <tr><td>
          <blockquote>
                   
                  <p>
  If you have questions or comments about this site, please send email
  to:
  </p>
                   
                  <p>
  <a href="mailto:webmaster@jakarta.apache.org">
  webmaster@jakarta.apache.org</a>
  </p>
                   
                  <p>
  The Jakarta Project is an effort of the Apache Software Foundation. The
  address for general ASF correspondence and licensing questions is:
  </p>
                   
                  <p>
  <a href="mailto:apache@apache.org">apache@apache.org</a>
  </p>
                   
                  <p>
  You can find more contact information for the Apache Software Foundation
  on the <a href="http://www.apache.org/foundation/contact.html">contact
  page of the main Apache site</a>.
  </p>
                              </blockquote>
        </td></tr>
      </table>
                                          </td>
                  </tr>
  
                  <!-- FOOTER -->
                  <tr><td colspan="2">
                      <hr noshade="" size="1"/>
                  </td></tr>
                  <tr><td colspan="2">
                      <div align="center"><font color="{#525D76"
size="-1"><em>
                      Copyright &#169; 1999-2000, Apache Software Foundation
                      </em></font></div>
                  </td></tr>
              </table>
          </body>
      </html>
  <!-- end the processing -->
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  1.1                  jakarta-site2/docs/site/legal.html
  
  Index: legal.html
  ===================================================================
  <!-- Content Stylesheet for Site -->
  
          
  <!-- start the processing -->
      <!-- 
====================================================================== -->
      <!-- Main Page Section -->
      <!-- 
====================================================================== -->
      <html>
          <head>
              <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"/>
  
                                                      <meta name="author"
value="Jon S. Stevens">
              <meta name="email" value="jon@latchkey.com">
              
              <title>The Jakarta Site - Legal Stuff They Make Us Say</title>
          </head>
  
          <body bgcolor="#ffffff" text="#000000" link="#525D76">
              <table border="0" width="100%" cellspacing="4">
                  <!-- TOP IMAGE -->
                  <tr><td colspan="2">
                      <a href="http://jakarta.apache.org"><img
src="../images/jakarta-logo.gif" align="left" border="0"/></a>
                  </td></tr>
                  <tr><td colspan="2">
                      <hr noshade="" size="1"/>
                  </td></tr>
                  
                  <tr>
                      <!-- LEFT SIDE NAVIGATION -->
                      <td valign="top" nowrap="true">
                                  <strong>Essentials</strong>
          <ul>
                      <li>    <a href="../index.html">Front Page</a>
  </li>
                      <li>    <a href="../site/news.html">News & Status</a>
  </li>
                      <li>    <a href="../site/mission.html">Mission</a>
  </li>
                      <li>    <a href="../site/guidelines.html">Guidelines
Notes</a>
  </li>
                      <li>    <a href="../site/faqs.html">FAQs</a>
  </li>
                  </ul>
              <strong>Download</strong>
          <ul>
                      <li>    <a href="../site/binindex.html">Binaries</a>
  </li>
                      <li>    <a href="../site/sourceindex.html">Source
Code</a>
  </li>
                  </ul>
              <strong>Get Involved</strong>
          <ul>
                      <li>    <a
href="../site/getinvolved.html">Overview</a>
  </li>
                      <li>    <a href="../site/cvsindex.html">CVS
Repositories</a>
  </li>
                      <li>    <a href="../site/mail.html">Mailing Lists</a>
  </li>
                      <li>    <a href="../site/library.html">Reference
Library</a>
  </li>
                      <li>    <a href="../site/bugs.html">Bug Database</a>
  </li>
                  </ul>
              <strong>SubProjects</strong>
          <ul>
                      <li>    <a href="../ant/index.html">Ant</a>
  </li>
                      <li>    <a href="../oro/index.html">ORO</a>
  </li>
                      <li>    <a href="../regexp/index.html">Regexp</a>
  </li>
                      <li>    <a href="../slide/index.html">Slide</a>
  </li>
                      <li>    <a href="../struts/index.html">Struts</a>
  </li>
                      <li>    <a href="../taglibs/index.html">Taglibs</a>
  </li>
                      <li>    <a href="../tomcat/index.html">Tomcat</a>
  </li>
                      <li>    <a href="../velocity/index.html">Velocity</a>
  </li>
                      <li>    <a href="../watchdog/index.html">Watchdog</a>
  </li>
                  </ul>
              <strong>Misc</strong>
          <ul>
                      <li>    <a href="../site/whoweare.html">Who We Are</a>
  </li>
                      <li>    <a
href="../site/acknowledgements.html">Acknowledgements</a>
  </li>
                      <li>    <a href="../site/contact.html">Contact</a>
  </li>
                      <li>    <a href="../site/legal.html">Legal</a>
  </li>
                  </ul>
                          </td>
                      <td align="left" valign="top">
                                                                      <table
border="0" cellspacing="0" cellpadding="2" width="100%">
        <tr><td bgcolor="#525D76">
          <font color="#ffffff" face="arial,helvetica,sanserif">
            <strong>Legal Stuff They Make Us Say</strong>
          </font>
        </td></tr>
        <tr><td>
          <blockquote>
                   
                  <p>
  All material on this website is Copyright © 1999-2000, The Apache
  Software Foundation
  </p>
                   
                  <p>
  Sun, Sun Microsystems, Solaris, Java, JavaServer Web Development Kit,
  and JavaServer Pages are trademarks or registered trademarks of Sun
  Microsystems, Inc. UNIX is a registered trademark in the United States
  and other countries, exclusively licensed through X/Open Company, Ltd.
  Windows, WindowsNT, and Win32 are registered trademarks of Microsoft
  Corp. All other product names mentioned herein and throughout the entire
  web site are trademarks of their respective owners.
  </p>
                              </blockquote>
        </td></tr>
      </table>
                                          </td>
                  </tr>
  
                  <!-- FOOTER -->
                  <tr><td colspan="2">
                      <hr noshade="" size="1"/>
                  </td></tr>
                  <tr><td colspan="2">
                      <div align="center"><font color="{#525D76"
size="-1"><em>
                      Copyright &#169; 1999-2000, Apache Software Foundation
                      </em></font></div>
                  </td></tr>
              </table>
          </body>
      </html>
  <!-- end the processing -->
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  1.1                  jakarta-site2/xdocs/empty.xml
  
  Index: empty.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <author email="jon@latchkey.com">Jon S. Stevens</author>
      <title></title>
    </properties>
  
  <body>
  
    <section name="">
  <p>
  </p>
    </section>
  
  </body>
  </document>
  
  
  
  
  1.1                  jakarta-site2/xdocs/site/contact.xml
  
  Index: contact.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <author email="jon@latchkey.com">Jon S. Stevens</author>
      <title>Contact Information</title>
    </properties>
  
  <body>
  
    <section name="Contact Information">
  
  <p>
  If you have questions or comments about this site, please send email
  to:
  </p>
  
  <p> 
  <a href="mailto:webmaster@jakarta.apache.org">
  webmaster@jakarta.apache.org</a>
  </p>
  
  <p>
  The Jakarta Project is an effort of the Apache Software Foundation. The
  address for general ASF correspondence and licensing questions is:
  </p>
  
  <p>
  <a href="mailto:apache@apache.org">apache@apache.org</a>
  </p>
  
  <p>
  You can find more contact information for the Apache Software Foundation
  on the <a href="http://www.apache.org/foundation/contact.html">contact
  page of the main Apache site</a>.
  </p>
  
    </section>
  
  </body>
  </document>
  
  
  
  
  1.1                  jakarta-site2/xdocs/site/legal.xml
  
  Index: legal.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <author email="jon@latchkey.com">Jon S. Stevens</author>
      <title>Legal Stuff They Make Us Say</title>
    </properties>
  
  <body>
  
    <section name="Legal Stuff They Make Us Say">
  
  <p>
  All material on this website is Copyright &#169; 1999-2000, The Apache
  Software Foundation
  </p>
  
  <p>
  Sun, Sun Microsystems, Solaris, Java, JavaServer Web Development Kit,
  and JavaServer Pages are trademarks or registered trademarks of Sun
  Microsystems, Inc. UNIX is a registered trademark in the United States
  and other countries, exclusively licensed through X/Open Company, Ltd.
  Windows, WindowsNT, and Win32 are registered trademarks of Microsoft
  Corp. All other product names mentioned herein and throughout the entire
  web site are trademarks of their respective owners.
  </p>
  
    </section>
  
  </body>
  </document>
  
  
  
  
  1.2       +3 -1      jakarta-site2/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/stylesheets/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml 2000/11/25 21:36:25 1.1
  +++ project.xml 2000/11/25 22:59:17 1.2
  @@ -38,9 +38,11 @@
           <item name="Watchdog"              href="/watchdog/index.html"/>
       </menu>
   
  -    <menu name="Credits">
  +    <menu name="Misc">
           <item name="Who We Are"            href="/site/whoweare.html"/>
           <item name="Acknowledgements"
href="/site/acknowledgements.html"/>
  +        <item name="Contact"               href="/site/contact.html"/>
  +        <item name="Legal"                 href="/site/legal.html"/>
       </menu>
       </body>
   </project>
  
  
  
  1.2       +1 -1      jakarta-site2/xdocs/stylesheets/site.vsl
  
  Index: site.vsl
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/stylesheets/site.vsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- site.vsl 2000/11/25 21:36:26 1.1
  +++ site.vsl 2000/11/25 22:59:17 1.2
  @@ -60,7 +60,7 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="{$bodylink}"
size="-1"><em>
  -                    Copyright &#169; 2000, Apache Software Foundation
  +                    Copyright &#169; 1999-2000, Apache Software
Foundation
                       </em></font></div>
                   </td></tr>
               </table>