You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by da...@apache.org on 2002/07/29 18:19:18 UTC

cvs commit: jakarta-james/www FAQ.html architecture_v2_0.html changelog.html code-standards.html commandsIMAP.html configuration_v2_0.html index.html install.html license.html todo.html usingJDBC_v2.0.html usingLDAP_v1_2.html usingTLS_v1_2.html weare.html

danny       2002/07/29 09:19:18

  Modified:    www      FAQ.html architecture_v2_0.html changelog.html
                        code-standards.html commandsIMAP.html
                        configuration_v2_0.html index.html install.html
                        license.html todo.html usingJDBC_v2.0.html
                        usingLDAP_v1_2.html usingTLS_v1_2.html weare.html
  Log:
  updating website
  
  Revision  Changes    Path
  1.10      +29 -2     jakarta-james/www/FAQ.html
  
  Index: FAQ.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/FAQ.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- FAQ.html	30 May 2002 11:26:19 -0000	1.9
  +++ FAQ.html	29 Jul 2002 16:19:16 -0000	1.10
  @@ -74,6 +74,11 @@
                       <li>    <a href="http://jakarta.apache.org/james/rfclist">Useful RFCs {web}</a>
   </li>
                   </ul>
  +            <p><strong>Translations {web}</strong></p>
  +        <ul>
  +                    <li>    <a href="http://www.terra-intl.com/jakarta/james/">Japanese</a>
  +</li>
  +                </ul>
               <p><strong>Project</strong></p>
           <ul>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
  @@ -84,6 +89,10 @@
   </li>
                       <li>    <a href="./changelog.html">Changelog</a>
   </li>
  +                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database {web}</a>
  +</li>
  +                    <li>    <a href="./contribute.html">Contributors How To</a>
  +</li>
                       <li>    <a href="./weare.html">Who We Are</a>
   </li>
                   </ul>
  @@ -97,8 +106,6 @@
   </li>
                       <li>    <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
   </li>
  -                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database</a>
  -</li>
                   </ul>
               <p><strong>Jakarta Essentials {web}</strong></p>
           <ul>
  @@ -179,6 +186,9 @@
                  <li>
                     <a href="#11">Why isn't my mailet making changes to a MimeMessage?</a>
                  </li>
  +				<li>
  +                  <a href="#12">How can I contribute to James?</a>
  +               </li>               
               </ul>
            </p>
                               </blockquote>
  @@ -560,6 +570,23 @@
                                       <p>Check the JavaMail docs... I don't think I would have designed it this way, but per the API, when you call MimeMessage.setContent(blah), you have to call saveChanges() to apply your changes.  James tries to automatically call this method so you don't have to, but in certain cases you'll still have to call saveChanges().
     <br />
     Serge Knystautas
  +  </p>
  +                            </blockquote>
  +      </td></tr>
  +      <tr><td><br/></td></tr>
  +    </table>
  +                                                <a name="12" />
  +                                                    <table border="0" cellspacing="0" cellpadding="2" width="100%">
  +      <tr><td bgcolor="#828DA6">
  +        <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <a name="How can I contribute to James"><strong>How can I contribute to James</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>Read the "Contributors How To" <a href="contribute.html">here</a>
  +            <br />
  +  Danny Angus
     </p>
                               </blockquote>
         </td></tr>
  
  
  
  1.6       +9 -2      jakarta-james/www/architecture_v2_0.html
  
  Index: architecture_v2_0.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/architecture_v2_0.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- architecture_v2_0.html	21 Apr 2002 20:39:45 -0000	1.5
  +++ architecture_v2_0.html	29 Jul 2002 16:19:16 -0000	1.6
  @@ -74,6 +74,11 @@
                       <li>    <a href="http://jakarta.apache.org/james/rfclist">Useful RFCs {web}</a>
   </li>
                   </ul>
  +            <p><strong>Translations {web}</strong></p>
  +        <ul>
  +                    <li>    <a href="http://www.terra-intl.com/jakarta/james/">Japanese</a>
  +</li>
  +                </ul>
               <p><strong>Project</strong></p>
           <ul>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
  @@ -84,6 +89,10 @@
   </li>
                       <li>    <a href="./changelog.html">Changelog</a>
   </li>
  +                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database {web}</a>
  +</li>
  +                    <li>    <a href="./contribute.html">Contributors How To</a>
  +</li>
                       <li>    <a href="./weare.html">Who We Are</a>
   </li>
                   </ul>
  @@ -96,8 +105,6 @@
                       <li>    <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
  -</li>
  -                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database</a>
   </li>
                   </ul>
               <p><strong>Jakarta Essentials {web}</strong></p>
  
  
  
  1.6       +9 -2      jakarta-james/www/changelog.html
  
  Index: changelog.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/changelog.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changelog.html	21 Apr 2002 20:39:45 -0000	1.5
  +++ changelog.html	29 Jul 2002 16:19:16 -0000	1.6
  @@ -74,6 +74,11 @@
                       <li>    <a href="http://jakarta.apache.org/james/rfclist">Useful RFCs {web}</a>
   </li>
                   </ul>
  +            <p><strong>Translations {web}</strong></p>
  +        <ul>
  +                    <li>    <a href="http://www.terra-intl.com/jakarta/james/">Japanese</a>
  +</li>
  +                </ul>
               <p><strong>Project</strong></p>
           <ul>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
  @@ -84,6 +89,10 @@
   </li>
                       <li>    <a href="./changelog.html">Changelog</a>
   </li>
  +                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database {web}</a>
  +</li>
  +                    <li>    <a href="./contribute.html">Contributors How To</a>
  +</li>
                       <li>    <a href="./weare.html">Who We Are</a>
   </li>
                   </ul>
  @@ -96,8 +105,6 @@
                       <li>    <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
  -</li>
  -                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database</a>
   </li>
                   </ul>
               <p><strong>Jakarta Essentials {web}</strong></p>
  
  
  
  1.7       +9 -2      jakarta-james/www/code-standards.html
  
  Index: code-standards.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/code-standards.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- code-standards.html	21 Apr 2002 20:39:45 -0000	1.6
  +++ code-standards.html	29 Jul 2002 16:19:16 -0000	1.7
  @@ -74,6 +74,11 @@
                       <li>    <a href="http://jakarta.apache.org/james/rfclist">Useful RFCs {web}</a>
   </li>
                   </ul>
  +            <p><strong>Translations {web}</strong></p>
  +        <ul>
  +                    <li>    <a href="http://www.terra-intl.com/jakarta/james/">Japanese</a>
  +</li>
  +                </ul>
               <p><strong>Project</strong></p>
           <ul>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
  @@ -84,6 +89,10 @@
   </li>
                       <li>    <a href="./changelog.html">Changelog</a>
   </li>
  +                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database {web}</a>
  +</li>
  +                    <li>    <a href="./contribute.html">Contributors How To</a>
  +</li>
                       <li>    <a href="./weare.html">Who We Are</a>
   </li>
                   </ul>
  @@ -96,8 +105,6 @@
                       <li>    <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
  -</li>
  -                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database</a>
   </li>
                   </ul>
               <p><strong>Jakarta Essentials {web}</strong></p>
  
  
  
  1.6       +9 -2      jakarta-james/www/commandsIMAP.html
  
  Index: commandsIMAP.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/commandsIMAP.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- commandsIMAP.html	27 Feb 2002 15:47:31 -0000	1.5
  +++ commandsIMAP.html	29 Jul 2002 16:19:17 -0000	1.6
  @@ -74,6 +74,11 @@
                       <li>    <a href="http://jakarta.apache.org/james/rfclist">Useful RFCs {web}</a>
   </li>
                   </ul>
  +            <p><strong>Translations {web}</strong></p>
  +        <ul>
  +                    <li>    <a href="http://www.terra-intl.com/jakarta/james/">Japanese</a>
  +</li>
  +                </ul>
               <p><strong>Project</strong></p>
           <ul>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
  @@ -84,6 +89,10 @@
   </li>
                       <li>    <a href="./changelog.html">Changelog</a>
   </li>
  +                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database {web}</a>
  +</li>
  +                    <li>    <a href="./contribute.html">Contributors How To</a>
  +</li>
                       <li>    <a href="./weare.html">Who We Are</a>
   </li>
                   </ul>
  @@ -96,8 +105,6 @@
                       <li>    <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
  -</li>
  -                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database</a>
   </li>
                   </ul>
               <p><strong>Jakarta Essentials {web}</strong></p>
  
  
  
  1.5       +9 -2      jakarta-james/www/configuration_v2_0.html
  
  Index: configuration_v2_0.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/configuration_v2_0.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- configuration_v2_0.html	27 Feb 2002 15:47:31 -0000	1.4
  +++ configuration_v2_0.html	29 Jul 2002 16:19:17 -0000	1.5
  @@ -74,6 +74,11 @@
                       <li>    <a href="http://jakarta.apache.org/james/rfclist">Useful RFCs {web}</a>
   </li>
                   </ul>
  +            <p><strong>Translations {web}</strong></p>
  +        <ul>
  +                    <li>    <a href="http://www.terra-intl.com/jakarta/james/">Japanese</a>
  +</li>
  +                </ul>
               <p><strong>Project</strong></p>
           <ul>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
  @@ -84,6 +89,10 @@
   </li>
                       <li>    <a href="./changelog.html">Changelog</a>
   </li>
  +                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database {web}</a>
  +</li>
  +                    <li>    <a href="./contribute.html">Contributors How To</a>
  +</li>
                       <li>    <a href="./weare.html">Who We Are</a>
   </li>
                   </ul>
  @@ -96,8 +105,6 @@
                       <li>    <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
  -</li>
  -                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database</a>
   </li>
                   </ul>
               <p><strong>Jakarta Essentials {web}</strong></p>
  
  
  
  1.11      +9 -2      jakarta-james/www/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/index.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- index.html	30 May 2002 11:26:19 -0000	1.10
  +++ index.html	29 Jul 2002 16:19:17 -0000	1.11
  @@ -76,6 +76,11 @@
                       <li>    <a href="http://jakarta.apache.org/james/rfclist">Useful RFCs {web}</a>
   </li>
                   </ul>
  +            <p><strong>Translations {web}</strong></p>
  +        <ul>
  +                    <li>    <a href="http://www.terra-intl.com/jakarta/james/">Japanese</a>
  +</li>
  +                </ul>
               <p><strong>Project</strong></p>
           <ul>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
  @@ -86,6 +91,10 @@
   </li>
                       <li>    <a href="./changelog.html">Changelog</a>
   </li>
  +                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database {web}</a>
  +</li>
  +                    <li>    <a href="./contribute.html">Contributors How To</a>
  +</li>
                       <li>    <a href="./weare.html">Who We Are</a>
   </li>
                   </ul>
  @@ -98,8 +107,6 @@
                       <li>    <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
  -</li>
  -                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database</a>
   </li>
                   </ul>
               <p><strong>Jakarta Essentials {web}</strong></p>
  
  
  
  1.6       +9 -2      jakarta-james/www/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/install.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- install.html	27 Feb 2002 15:47:31 -0000	1.5
  +++ install.html	29 Jul 2002 16:19:17 -0000	1.6
  @@ -74,6 +74,11 @@
                       <li>    <a href="http://jakarta.apache.org/james/rfclist">Useful RFCs {web}</a>
   </li>
                   </ul>
  +            <p><strong>Translations {web}</strong></p>
  +        <ul>
  +                    <li>    <a href="http://www.terra-intl.com/jakarta/james/">Japanese</a>
  +</li>
  +                </ul>
               <p><strong>Project</strong></p>
           <ul>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
  @@ -84,6 +89,10 @@
   </li>
                       <li>    <a href="./changelog.html">Changelog</a>
   </li>
  +                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database {web}</a>
  +</li>
  +                    <li>    <a href="./contribute.html">Contributors How To</a>
  +</li>
                       <li>    <a href="./weare.html">Who We Are</a>
   </li>
                   </ul>
  @@ -96,8 +105,6 @@
                       <li>    <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
  -</li>
  -                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database</a>
   </li>
                   </ul>
               <p><strong>Jakarta Essentials {web}</strong></p>
  
  
  
  1.6       +25 -2     jakarta-james/www/license.html
  
  Index: license.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/license.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- license.html	27 Feb 2002 15:47:31 -0000	1.5
  +++ license.html	29 Jul 2002 16:19:17 -0000	1.6
  @@ -74,6 +74,11 @@
                       <li>    <a href="http://jakarta.apache.org/james/rfclist">Useful RFCs {web}</a>
   </li>
                   </ul>
  +            <p><strong>Translations {web}</strong></p>
  +        <ul>
  +                    <li>    <a href="http://www.terra-intl.com/jakarta/james/">Japanese</a>
  +</li>
  +                </ul>
               <p><strong>Project</strong></p>
           <ul>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
  @@ -84,6 +89,10 @@
   </li>
                       <li>    <a href="./changelog.html">Changelog</a>
   </li>
  +                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database {web}</a>
  +</li>
  +                    <li>    <a href="./contribute.html">Contributors How To</a>
  +</li>
                       <li>    <a href="./weare.html">Who We Are</a>
   </li>
                   </ul>
  @@ -97,8 +106,6 @@
   </li>
                       <li>    <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
   </li>
  -                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database</a>
  -</li>
                   </ul>
               <p><strong>Jakarta Essentials {web}</strong></p>
           <ul>
  @@ -206,6 +213,22 @@
       </tr>
       </table>
       </div>
  +                            </blockquote>
  +        </p>
  +      </td></tr>
  +      <tr><td><br/></td></tr>
  +    </table>
  +                                                <table border="0" cellspacing="0" cellpadding="2" width="100%">
  +      <tr><td bgcolor="#525D76">
  +        <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <a name="mm.mysql drivers"><strong>mm.mysql drivers</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>
  +    mm.mysql JDBC drivers are distributed with James, a copy of the licence is contained in the distribution
  +</p>
                               </blockquote>
           </p>
         </td></tr>
  
  
  
  1.7       +9 -2      jakarta-james/www/todo.html
  
  Index: todo.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/todo.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- todo.html	21 Apr 2002 20:39:45 -0000	1.6
  +++ todo.html	29 Jul 2002 16:19:17 -0000	1.7
  @@ -76,6 +76,11 @@
                       <li>    <a href="http://jakarta.apache.org/james/rfclist">Useful RFCs {web}</a>
   </li>
                   </ul>
  +            <p><strong>Translations {web}</strong></p>
  +        <ul>
  +                    <li>    <a href="http://www.terra-intl.com/jakarta/james/">Japanese</a>
  +</li>
  +                </ul>
               <p><strong>Project</strong></p>
           <ul>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
  @@ -86,6 +91,10 @@
   </li>
                       <li>    <a href="./changelog.html">Changelog</a>
   </li>
  +                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database {web}</a>
  +</li>
  +                    <li>    <a href="./contribute.html">Contributors How To</a>
  +</li>
                       <li>    <a href="./weare.html">Who We Are</a>
   </li>
                   </ul>
  @@ -98,8 +107,6 @@
                       <li>    <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
  -</li>
  -                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database</a>
   </li>
                   </ul>
               <p><strong>Jakarta Essentials {web}</strong></p>
  
  
  
  1.5       +9 -2      jakarta-james/www/usingJDBC_v2.0.html
  
  Index: usingJDBC_v2.0.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/usingJDBC_v2.0.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- usingJDBC_v2.0.html	27 Feb 2002 15:47:31 -0000	1.4
  +++ usingJDBC_v2.0.html	29 Jul 2002 16:19:17 -0000	1.5
  @@ -74,6 +74,11 @@
                       <li>    <a href="http://jakarta.apache.org/james/rfclist">Useful RFCs {web}</a>
   </li>
                   </ul>
  +            <p><strong>Translations {web}</strong></p>
  +        <ul>
  +                    <li>    <a href="http://www.terra-intl.com/jakarta/james/">Japanese</a>
  +</li>
  +                </ul>
               <p><strong>Project</strong></p>
           <ul>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
  @@ -84,6 +89,10 @@
   </li>
                       <li>    <a href="./changelog.html">Changelog</a>
   </li>
  +                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database {web}</a>
  +</li>
  +                    <li>    <a href="./contribute.html">Contributors How To</a>
  +</li>
                       <li>    <a href="./weare.html">Who We Are</a>
   </li>
                   </ul>
  @@ -96,8 +105,6 @@
                       <li>    <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
  -</li>
  -                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database</a>
   </li>
                   </ul>
               <p><strong>Jakarta Essentials {web}</strong></p>
  
  
  
  1.5       +9 -2      jakarta-james/www/usingLDAP_v1_2.html
  
  Index: usingLDAP_v1_2.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/usingLDAP_v1_2.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- usingLDAP_v1_2.html	27 Feb 2002 15:47:31 -0000	1.4
  +++ usingLDAP_v1_2.html	29 Jul 2002 16:19:17 -0000	1.5
  @@ -74,6 +74,11 @@
                       <li>    <a href="http://jakarta.apache.org/james/rfclist">Useful RFCs {web}</a>
   </li>
                   </ul>
  +            <p><strong>Translations {web}</strong></p>
  +        <ul>
  +                    <li>    <a href="http://www.terra-intl.com/jakarta/james/">Japanese</a>
  +</li>
  +                </ul>
               <p><strong>Project</strong></p>
           <ul>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
  @@ -84,6 +89,10 @@
   </li>
                       <li>    <a href="./changelog.html">Changelog</a>
   </li>
  +                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database {web}</a>
  +</li>
  +                    <li>    <a href="./contribute.html">Contributors How To</a>
  +</li>
                       <li>    <a href="./weare.html">Who We Are</a>
   </li>
                   </ul>
  @@ -96,8 +105,6 @@
                       <li>    <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
  -</li>
  -                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database</a>
   </li>
                   </ul>
               <p><strong>Jakarta Essentials {web}</strong></p>
  
  
  
  1.5       +9 -2      jakarta-james/www/usingTLS_v1_2.html
  
  Index: usingTLS_v1_2.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/usingTLS_v1_2.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- usingTLS_v1_2.html	27 Feb 2002 15:47:31 -0000	1.4
  +++ usingTLS_v1_2.html	29 Jul 2002 16:19:17 -0000	1.5
  @@ -74,6 +74,11 @@
                       <li>    <a href="http://jakarta.apache.org/james/rfclist">Useful RFCs {web}</a>
   </li>
                   </ul>
  +            <p><strong>Translations {web}</strong></p>
  +        <ul>
  +                    <li>    <a href="http://www.terra-intl.com/jakarta/james/">Japanese</a>
  +</li>
  +                </ul>
               <p><strong>Project</strong></p>
           <ul>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
  @@ -84,6 +89,10 @@
   </li>
                       <li>    <a href="./changelog.html">Changelog</a>
   </li>
  +                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database {web}</a>
  +</li>
  +                    <li>    <a href="./contribute.html">Contributors How To</a>
  +</li>
                       <li>    <a href="./weare.html">Who We Are</a>
   </li>
                   </ul>
  @@ -96,8 +105,6 @@
                       <li>    <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
  -</li>
  -                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database</a>
   </li>
                   </ul>
               <p><strong>Jakarta Essentials {web}</strong></p>
  
  
  
  1.4       +10 -3     jakarta-james/www/weare.html
  
  Index: weare.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/weare.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- weare.html	21 Apr 2002 20:39:45 -0000	1.3
  +++ weare.html	29 Jul 2002 16:19:17 -0000	1.4
  @@ -76,6 +76,11 @@
                       <li>    <a href="http://jakarta.apache.org/james/rfclist">Useful RFCs {web}</a>
   </li>
                   </ul>
  +            <p><strong>Translations {web}</strong></p>
  +        <ul>
  +                    <li>    <a href="http://www.terra-intl.com/jakarta/james/">Japanese</a>
  +</li>
  +                </ul>
               <p><strong>Project</strong></p>
           <ul>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
  @@ -86,6 +91,10 @@
   </li>
                       <li>    <a href="./changelog.html">Changelog</a>
   </li>
  +                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database {web}</a>
  +</li>
  +                    <li>    <a href="./contribute.html">Contributors How To</a>
  +</li>
                       <li>    <a href="./weare.html">Who We Are</a>
   </li>
                   </ul>
  @@ -99,8 +108,6 @@
   </li>
                       <li>    <a href="http://jakarta.apache.org/site/library.html">Reference Library</a>
   </li>
  -                    <li>    <a href="http://jakarta.apache.org/site/bugs.html">Bug Database</a>
  -</li>
                   </ul>
               <p><strong>Jakarta Essentials {web}</strong></p>
           <ul>
  @@ -151,7 +158,7 @@
                                                   <p><b>Serge Knystautas (sergek at lokitech.com) (SK)</b><br /> Serge was the original donator of the James code, which has since been massively improved by people smarter than him.  He tries to answer questions on the listserv and make code contributions when he does get a rare bit of free time.</p>
                                                   <p><b>Harmeet Bedi (harmeet at kodemuse.com) (HB)</b></p>
                                                   <p><b>Darrell DeBoer (DD)</b></p>
  -                                                <p><b>Danny Angus (danny at thought.co.uk) (DA)</b><br /> Danny is CTO of <a href="http://www.thought.co.uk">Thought Interactive Ltd.</a> where I try not to get too distracted by open source projects.</p>
  +                                                <p><b>Danny Angus (danny at autonomous.co.uk) (DA)</b><br /> Danny is CTO of <a href="http://www.autonomous.co.uk">Autonomous Software Ltd.</a> where I try not to get too distracted by open source projects.</p>
                               </blockquote>
           </p>
         </td></tr>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>