danny       02/01/11 06:50:40

  Modified:    www      code-standards.html commandsIMAP.html index.html
                        install.html license.html todo.html
                        usingLDAP_v1_2.html usingTLS_v1_2.html
  Log:
  changed when generated,
  
  Revision  Changes    Path
  1.3       +10 -13    jakarta-james/www/code-standards.html
  
  Index: code-standards.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/code-standards.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- code-standards.html       21 May 2001 13:24:48 -0000      1.2
  +++ code-standards.html       11 Jan 2002 14:50:40 -0000      1.3
  @@ -14,7 +14,7 @@
                                                       <meta name="author" 
value="Serge Knystautas">
               <meta name="email" value="[EMAIL PROTECTED]">
               
  -            <title>The Jakarta James Site - Coding Standards</title>
  +            <title>Jakarta James - Coding Standards</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  @@ -36,16 +36,16 @@
                   
                   <tr>
                       <!-- LEFT SIDE NAVIGATION -->
  -                    <td valign="top" nowrap="true">
  +                    <td width="20%" valign="top" nowrap="true">
                                   <p><strong>James</strong></p>
           <ul>
                       <li>    <a href="./index.html">Overview</a>
   </li>
                       <li>    <a href="./install.html">Install</a>
   </li>
  -                    <li>    <a href="./configuration_v1_2.html">Configuration</a>
  +                    <li>    <a href="./configuration_v2_0.html">Configuration</a>
   </li>
  -                    <li>    <a href="./architecture_v1_2.html">Architecture</a>
  +                    <li>    <a href="./architecture_v2_0.html">Architecture</a>
   </li>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
   </li>
  @@ -53,6 +53,8 @@
   </li>
                       <li>    <a href="./todo.html">TODO</a>
   </li>
  +                    <li>    <a href="./changelog.html">Changelog</a>
  +</li>
                   </ul>
               <p><strong>Download</strong></p>
           <ul>
  @@ -67,14 +69,10 @@
   </li>
                       <li>    <a href="./usingLDAP_v1_2.html">Using LDAP</a>
   </li>
  -                    <li>    <a href="./usingTown.html">Using RDBMS</a>
  +                    <li>    <a href="./usingJDBC_v2.0.html">Using JDBC</a>
   </li>
                       <li>    <a href="./usingTLS_v1_2.html">Using TLS</a>
   </li>
  -                    <li>    <a href="./listservs.html">List Servers</a>
  -</li>
  -                    <li>    <a href="./matchers.html">Bundled Matchers</a>
  -</li>
                       <li>    <a 
href="http://jakarta.apache.org/james/rfclist";>Useful RFCs {web}</a>
   </li>
                   </ul>
  @@ -112,14 +110,13 @@
   </li>
                   </ul>
                           </td>
  -                    <td align="left" valign="top">
  +                    <td width="80%" align="left" valign="top">
                                                                       <table 
border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
             <a name="Coding Standards"><strong>Coding Standards</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <p>
  @@ -154,7 +151,7 @@
   ]]></source>
   </p>
                                                   <p>
  -2. Four spaces. <strong>NO</strong> tabs. Period. The James
  +2. Four spaces. <strong>NO tabs</strong>. Period. The James
   mailing list receives cvs commit messages that are almost impossible
   to read if tabs are used.
   </p>
  @@ -190,7 +187,7 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2001, Apache Software Foundation
  +                    Copyright &#169; 1999-2002, Apache Software Foundation
                       </em></font></div>
                   </td></tr>
               </table>
  
  
  
  1.3       +9 -14     jakarta-james/www/commandsIMAP.html
  
  Index: commandsIMAP.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/commandsIMAP.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- commandsIMAP.html 21 May 2001 13:24:49 -0000      1.2
  +++ commandsIMAP.html 11 Jan 2002 14:50:40 -0000      1.3
  @@ -14,7 +14,7 @@
                                                       <meta name="author" 
value="Charles Benett">
               <meta name="email" value="[EMAIL PROTECTED]">
               
  -            <title>The Jakarta James Site - Java Apache Mail Enterprise 
Server</title>
  +            <title>Jakarta James - Java Apache Mail Enterprise Server</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  @@ -36,16 +36,16 @@
                   
                   <tr>
                       <!-- LEFT SIDE NAVIGATION -->
  -                    <td valign="top" nowrap="true">
  +                    <td width="20%" valign="top" nowrap="true">
                                   <p><strong>James</strong></p>
           <ul>
                       <li>    <a href="./index.html">Overview</a>
   </li>
                       <li>    <a href="./install.html">Install</a>
   </li>
  -                    <li>    <a href="./configuration_v1_2.html">Configuration</a>
  +                    <li>    <a href="./configuration_v2_0.html">Configuration</a>
   </li>
  -                    <li>    <a href="./architecture_v1_2.html">Architecture</a>
  +                    <li>    <a href="./architecture_v2_0.html">Architecture</a>
   </li>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
   </li>
  @@ -53,6 +53,8 @@
   </li>
                       <li>    <a href="./todo.html">TODO</a>
   </li>
  +                    <li>    <a href="./changelog.html">Changelog</a>
  +</li>
                   </ul>
               <p><strong>Download</strong></p>
           <ul>
  @@ -67,14 +69,10 @@
   </li>
                       <li>    <a href="./usingLDAP_v1_2.html">Using LDAP</a>
   </li>
  -                    <li>    <a href="./usingTown.html">Using RDBMS</a>
  +                    <li>    <a href="./usingJDBC_v2.0.html">Using JDBC</a>
   </li>
                       <li>    <a href="./usingTLS_v1_2.html">Using TLS</a>
   </li>
  -                    <li>    <a href="./listservs.html">List Servers</a>
  -</li>
  -                    <li>    <a href="./matchers.html">Bundled Matchers</a>
  -</li>
                       <li>    <a 
href="http://jakarta.apache.org/james/rfclist";>Useful RFCs {web}</a>
   </li>
                   </ul>
  @@ -112,14 +110,13 @@
   </li>
                   </ul>
                           </td>
  -                    <td align="left" valign="top">
  +                    <td width="80%" align="left" valign="top">
                                                                       <table 
border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
             <a name="Summary"><strong>Summary</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <h3>An overview of IMAP command implementation 
proposed for JAMES</h3>
  @@ -144,7 +141,6 @@
             <a name="Background - IMAP commands"><strong>Background - IMAP 
commands</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <p>The IMAP protocol is based on single socket 
connections. Each connection may be in one of four official states: Non-Authenticated, 
Authenticated, Selected and Logout.  In addition, there is an on-connection 'state'. 
Connections may be pre-authenticated, in which case they transition directly to the 
Authenticated state. Connections may also be rejected arbitrarily, in which case a 
response is sent and the connection tranistions directly to Logout. Once a connection 
enters the Logout state it must terminate and will terminate without further client 
input.
  @@ -162,7 +158,6 @@
             <a name="Commands by State, Effect and Sensitivity"><strong>Commands by 
State, Effect and Sensitivity</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <p>Clients are, in general, permitted to issue 
multiple commands in a single connection.  That is they can issue a second command 
without waiting for a response to the first command. Servers may process multiple 
commands in parallel or in series. However, some combinations of commands cannot be 
processed in parallel, because they are ambiguous. According to RFC2060,
  @@ -2138,7 +2133,7 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2001, Apache Software Foundation
  +                    Copyright &#169; 1999-2002, Apache Software Foundation
                       </em></font></div>
                   </td></tr>
               </table>
  
  
  
  1.4       +33 -24    jakarta-james/www/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/index.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.html        30 Nov 2001 09:53:47 -0000      1.3
  +++ index.html        11 Jan 2002 14:50:40 -0000      1.4
  @@ -14,7 +14,7 @@
                                                       <meta name="author" 
value="Serge Knystautas">
               <meta name="email" value="[EMAIL PROTECTED]">
               
  -            <title>The Jakarta James Site - Java Apache Mail Enterprise 
Server</title>
  +            <title>Jakarta James - - Overview</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  @@ -36,16 +36,16 @@
                   
                   <tr>
                       <!-- LEFT SIDE NAVIGATION -->
  -                    <td valign="top" nowrap="true">
  +                    <td width="20%" valign="top" nowrap="true">
                                   <p><strong>James</strong></p>
           <ul>
                       <li>    <a href="./index.html">Overview</a>
   </li>
                       <li>    <a href="./install.html">Install</a>
   </li>
  -                    <li>    <a href="./configuration_v1_2.html">Configuration</a>
  +                    <li>    <a href="./configuration_v2_0.html">Configuration</a>
   </li>
  -                    <li>    <a href="./architecture_v1_2.html">Architecture</a>
  +                    <li>    <a href="./architecture_v2_0.html">Architecture</a>
   </li>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
   </li>
  @@ -53,6 +53,8 @@
   </li>
                       <li>    <a href="./todo.html">TODO</a>
   </li>
  +                    <li>    <a href="./changelog.html">Changelog</a>
  +</li>
                   </ul>
               <p><strong>Download</strong></p>
           <ul>
  @@ -63,20 +65,14 @@
                   </ul>
               <p><strong>Guides</strong></p>
           <ul>
  -                    <li>    <a href="./javadocs/index.html">API Docs</a>
  -</li>
                       <li>    <a href="./mailet/index.html">Mailet API</a>
   </li>
                       <li>    <a href="./usingLDAP_v1_2.html">Using LDAP</a>
   </li>
  -                    <li>    <a href="./usingTown.html">Using RDBMS</a>
  +                    <li>    <a href="./usingJDBC_v2.0.html">Using JDBC</a>
   </li>
                       <li>    <a href="./usingTLS_v1_2.html">Using TLS</a>
   </li>
  -                    <li>    <a href="./listservs.html">List Servers</a>
  -</li>
  -                    <li>    <a href="./matchers.html">Bundled Matchers</a>
  -</li>
                       <li>    <a 
href="http://jakarta.apache.org/james/rfclist";>Useful RFCs {web}</a>
   </li>
                   </ul>
  @@ -114,22 +110,37 @@
   </li>
                   </ul>
                           </td>
  -                    <td align="left" valign="top">
  +                    <td width="80%" align="left" valign="top">
                                                                       <table 
border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
             <a name="What is it?"><strong>What is it?</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
  -                                    <p>
  -  The Java Apache Mail Enterprise Server (a.k.a. Apache James) is a 100% pure
  -  Java server, designed to be a complete and portable enterprise mail engine 
solution
  -  based on currently available open protocols (SMTP, POP3, IMAP, HTTP).  It requires
  -  Java 2 (minimum requirement is the JRE 1.2).
  +                                    <p> The Java Apache Mail Enterprise Server 
(a.k.a. Apache James) is a 100% pure 
  +  Java server, designed to be a complete and portable enterprise mail engine 
solution 
  +  based on currently available open protocols (SMTP, POP3, NTTP). It requires 
  +  Java 2 (specific requirement is the JRE 1.3, JRE 1.4 is not yet fully supported). 
  +</p>
  +                                                    <table border="0" 
cellspacing="0" cellpadding="2" width="100%">
  +      <tr><td bgcolor="#828DA6">
  +        <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <a name="news"><strong>news</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p><!--Version 2.0a2 is available.  Significant 
changes have gone into this new release, and we appreciate everyone's contribution! 
Please let us know what you think.-->
  +  A new Nightly build of source and binary distributions has been made, and is 
available at <a 
href="http://jakarta.apache.org/builds/jakarta-james/release/";>nightly</a><br />
  +  This is a release candidate for the next Milestone release which will be released 
as soon as any issues raised by the release candidate have been resolved.<br /> We 
welcome any feedback (send mail to the lists) on this version, please use <A 
href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=James";>bugzilla</A> for 
reporting bugs in the application and documentation.
     </p>
  +                                                <p><a 
href="/builds/jakarta-james/release/v2.0a1/">Binary release of 2.0a1</a> 
<strong>Note:</strong> a last minute bug is preventing POP3 retrieval. This issue has 
been resolved in the lastest nightly build.</p>
  +                            </blockquote>
  +      </td></tr>
  +      <tr><td><br/></td></tr>
  +    </table>
                               </blockquote>
           </p>
         </td></tr>
  @@ -141,7 +152,6 @@
             <a name="Design Objectives"><strong>Design Objectives</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <p>These are some of the currently implemented 
features:</p>
  @@ -161,9 +171,9 @@
          a Mailet-compliant mail-server's processing. This easy-to-write,
          easy-to-use pattern allows developers to build powerful customized mail
          systems. Examples of the services a Mailet might provide include: a
  -       mail-to-fax or mail-to-phone transformer, a filter, a language translator, a 
mailling
  +       mail-to-fax or mail-to-phone transformer, a filter, a language translator, a 
mailing
          list manager, etc. Several Mailets are included in the JAMES
  -       distribution (see <a href="configuration_v1_2.html">Configuration</a>).</p>
  +       distribution (see <a href="configuration_v2_0.html">Configuration</a>).</p>
                                                   <p><i><b>Resource 
abstraction</b></i>  Like protocols, resources are abstracted and,
          accessed through defined interfaces (JavaMail for transport, JDBC for
          spool storage or user accounts in RDBMS's, Apache Mailet API). The server is
  @@ -184,7 +194,6 @@
             <a name="Feature Status"><strong>Feature Status</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <table>
  @@ -196,7 +205,7 @@
   </td>
                                   <td bgcolor="#039acc" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Status (v1.2.1)
  +                Status (v2.0a2)
               </font>
   </td>
                                   <td bgcolor="#039acc" colspan="" rowspan="" 
valign="top" align="left">
  @@ -467,7 +476,7 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2001, Apache Software Foundation
  +                    Copyright &#169; 1999-2002, Apache Software Foundation
                       </em></font></div>
                   </td></tr>
               </table>
  
  
  
  1.3       +44 -50    jakarta-james/www/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/install.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- install.html      21 May 2001 13:24:53 -0000      1.2
  +++ install.html      11 Jan 2002 14:50:40 -0000      1.3
  @@ -14,7 +14,7 @@
                                                       <meta name="author" 
value="Serge Knystautas">
               <meta name="email" value="[EMAIL PROTECTED]">
               
  -            <title>The Jakarta James Site - Installation</title>
  +            <title>Jakarta James - Installation</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  @@ -36,16 +36,16 @@
                   
                   <tr>
                       <!-- LEFT SIDE NAVIGATION -->
  -                    <td valign="top" nowrap="true">
  +                    <td width="20%" valign="top" nowrap="true">
                                   <p><strong>James</strong></p>
           <ul>
                       <li>    <a href="./index.html">Overview</a>
   </li>
                       <li>    <a href="./install.html">Install</a>
   </li>
  -                    <li>    <a href="./configuration_v1_2.html">Configuration</a>
  +                    <li>    <a href="./configuration_v2_0.html">Configuration</a>
   </li>
  -                    <li>    <a href="./architecture_v1_2.html">Architecture</a>
  +                    <li>    <a href="./architecture_v2_0.html">Architecture</a>
   </li>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
   </li>
  @@ -53,6 +53,8 @@
   </li>
                       <li>    <a href="./todo.html">TODO</a>
   </li>
  +                    <li>    <a href="./changelog.html">Changelog</a>
  +</li>
                   </ul>
               <p><strong>Download</strong></p>
           <ul>
  @@ -67,14 +69,10 @@
   </li>
                       <li>    <a href="./usingLDAP_v1_2.html">Using LDAP</a>
   </li>
  -                    <li>    <a href="./usingTown.html">Using RDBMS</a>
  +                    <li>    <a href="./usingJDBC_v2.0.html">Using JDBC</a>
   </li>
                       <li>    <a href="./usingTLS_v1_2.html">Using TLS</a>
   </li>
  -                    <li>    <a href="./listservs.html">List Servers</a>
  -</li>
  -                    <li>    <a href="./matchers.html">Bundled Matchers</a>
  -</li>
                       <li>    <a 
href="http://jakarta.apache.org/james/rfclist";>Useful RFCs {web}</a>
   </li>
                   </ul>
  @@ -112,36 +110,36 @@
   </li>
                   </ul>
                           </td>
  -                    <td align="left" valign="top">
  +                    <td width="80%" align="left" valign="top">
                                                                       <table 
border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
             <a name="Step 0: Building. (only necessary for daily 
snapshots)"><strong>Step 0: Building. (only necessary for daily snapshots)</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
  -                                    <p>
  -    If you have downloaded a regular distribution, you do not need to
  -    build James.  Proceed directory to Step 1.
  -  </p>
  -                                                <p>
  -    To compile James from sources you will need <a 
href="http://jakarta.apache.org/ant/";>Ant</a>.
  -    This is a Java-tailored, XML-configured, extensible build or make system.
  -    We are currently using Ant 1.1, although documentation generation requires Ant 
1.2.
  -  </p>
  -                                                <p>
  -    If you have downloaded a daily snapshot, you need to build a
  -    distribution.  James uses Ant (<a 
href="http://jakarta.apache.org/ant/";>http://jakarta.apache.org/ant/</a>) to
  -    compile and package its distribution.  Once you have installed Ant,
  -    extracted the snapshot to your favorite folder, cd to that folder
  -    and run the "dist" task by calling "ant dist".  This will create the
  -    distribution in the "./dist" folder as well as create .tgz and .zip
  -    copies of this folder.  This "./dist" folder is the distribution
  -    folder used in Step 1 and beyond.  You may either cd to ./dist, or
  -    you may copy and rename the dist folder to your new favorite folder.
  -  </p>
  +                                    <p> If you have downloaded a binary 
distribution, you do not need to build James. 
  +  Proceed directory to Step 1. </p>
  +                                                <p> To compile James from sources 
you need <a href="http://jakarta.apache.org/ant/";>Ant</a>. 
  +  This is a Java-tailored, XML-configured, extensible build or make system. We 
  +  are currently using Ant 1.4, which is included in the source distribution.</p>
  +                                                <p> If you have downloaded a daily 
snapshot, you need to build a distribution. 
  +  James includes Ant to compile and package its distribution. Extract the snapshot 
  +  to your favorite directory, cd to that directory and run the build by calling 
"build" 
  +  or "./build.sh" which will create an unpacked binary distribution 
  +  in the dist directory, but no archives.</p>
  +                                                <p>This "./dist" directory is the 
distribution directory used in Step 1 and beyond. 
  +  You may either cd to ./dist, or you may copy and rename the dist directory to 
your 
  +  installation directory.</p>
  +                                                <p>If you prefer you can run build 
with the "dist" task "build dist" 
  +  (or "./build.sh dist"). This will create the distribution in the "./dist" 
  +  directory as well as create .tgz and .zip copies of this directory, however it 
may 
  +  require other resources to build the documentation. </p>
  +                                                <p> <strong>Warning!</strong> Any 
changes you've made in the 'dist' directory 
  +  will be lost after a recompilation. If you are making changes to the config.xml 
  +  or other files, we recommend you backup and then change the copies in src to 
  +  avoid losing work. </p>
                               </blockquote>
           </p>
         </td></tr>
  @@ -153,12 +151,10 @@
             <a name="Step 1: Installation."><strong>Step 1: Installation.</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
  -                                    <p>
  -    Download distibution. Extract all files in your favorite folder.
  -  </p>
  +                                    <p> Download distibution. Extract or copy all 
the files in the archive or dist 
  +  directory intto your installation directory. </p>
                               </blockquote>
           </p>
         </td></tr>
  @@ -170,7 +166,6 @@
             <a name="Step 2: Configuration."><strong>Step 2: 
Configuration.</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <p>
  @@ -180,11 +175,11 @@
                                                   <p>
       <b>Summary</b> (for impatient people)
     </p>
  -                                                <p>
  -    M$ users should just run /bin/run.bat. Unix users will find run.sh
  -    under the same folder. A JVM must be in the path.
  -    Running [run* -help] will provide a simple command line help.
  -  </p>
  +                                                <p> M$ users should just run 
/bin/run.bat. Unix users will find run.sh under the 
  +  same directory. A JVM must be present and its location specified in the JAVA_HOME 
  +  environment variable. Set this on windows at the command prompt with something 
  +  similar to "set JAVA_HOME=\jdk1.3\bin" on *nix with JAVA_HOME=/jdk1.3/</p>
  +                                                <p> Running [run* --help] will 
provide a simple command line help. </p>
                                                   <p>
       Most UNIX systems require superuser privileges to open sockets below 1024,
       which includes the IANA-standard SMTP (on port 25) and POP3 (on port 110).
  @@ -192,13 +187,13 @@
       would then need to reconfigure your clients. This may not be an option if
       you want to receive mail from external mailservers.)
     </p>
  -                                                <p>
  -    The Avalon framework will unpack the neccessay configuration files and wait
  -    for you to configure them. For basic use, you only need to set two items
  -    in the JAMES.conf.xml file: a root password for the remote administration
  -    facility and the IP address of a DNS server. Once you have edited the
  -    configuration files, press 'Enter' on the terminal where Avalon is waiting.
  -  </p>
  +                                                <p> The Avalon framework will 
unpack the neccessay configuration files you will 
  +  need to start the server, wait until it is running stop it again (ctrl-c) and 
  +  edit the configuration (thereafter *nix users can run the server in the 
background 
  +  using ./run.sh &amp;). For basic use, you only need to set two items in the 
  +  JAMES.conf.xml file: a root password for the remote administration facility 
  +  and the IP address of a DNS server. Once you have edited the configuration files, 
  +  press 'Enter' on the terminal where Avalon is waiting. </p>
                               </blockquote>
           </p>
         </td></tr>
  @@ -210,7 +205,6 @@
             <a name="Step 4: Kickstart."><strong>Step 4: Kickstart.</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <p>
  @@ -253,7 +247,7 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2001, Apache Software Foundation
  +                    Copyright &#169; 1999-2002, Apache Software Foundation
                       </em></font></div>
                   </td></tr>
               </table>
  
  
  
  1.3       +9 -12     jakarta-james/www/license.html
  
  Index: license.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/license.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- license.html      21 May 2001 13:24:54 -0000      1.2
  +++ license.html      11 Jan 2002 14:50:40 -0000      1.3
  @@ -14,7 +14,7 @@
                                                       <meta name="author" 
value="Serge Knystautas">
               <meta name="email" value="[EMAIL PROTECTED]">
               
  -            <title>The Jakarta James Site - Apache Software License</title>
  +            <title>Jakarta James - Apache Software License</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  @@ -36,16 +36,16 @@
                   
                   <tr>
                       <!-- LEFT SIDE NAVIGATION -->
  -                    <td valign="top" nowrap="true">
  +                    <td width="20%" valign="top" nowrap="true">
                                   <p><strong>James</strong></p>
           <ul>
                       <li>    <a href="./index.html">Overview</a>
   </li>
                       <li>    <a href="./install.html">Install</a>
   </li>
  -                    <li>    <a href="./configuration_v1_2.html">Configuration</a>
  +                    <li>    <a href="./configuration_v2_0.html">Configuration</a>
   </li>
  -                    <li>    <a href="./architecture_v1_2.html">Architecture</a>
  +                    <li>    <a href="./architecture_v2_0.html">Architecture</a>
   </li>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
   </li>
  @@ -53,6 +53,8 @@
   </li>
                       <li>    <a href="./todo.html">TODO</a>
   </li>
  +                    <li>    <a href="./changelog.html">Changelog</a>
  +</li>
                   </ul>
               <p><strong>Download</strong></p>
           <ul>
  @@ -67,14 +69,10 @@
   </li>
                       <li>    <a href="./usingLDAP_v1_2.html">Using LDAP</a>
   </li>
  -                    <li>    <a href="./usingTown.html">Using RDBMS</a>
  +                    <li>    <a href="./usingJDBC_v2.0.html">Using JDBC</a>
   </li>
                       <li>    <a href="./usingTLS_v1_2.html">Using TLS</a>
   </li>
  -                    <li>    <a href="./listservs.html">List Servers</a>
  -</li>
  -                    <li>    <a href="./matchers.html">Bundled Matchers</a>
  -</li>
                       <li>    <a 
href="http://jakarta.apache.org/james/rfclist";>Useful RFCs {web}</a>
   </li>
                   </ul>
  @@ -112,14 +110,13 @@
   </li>
                   </ul>
                           </td>
  -                    <td align="left" valign="top">
  +                    <td width="80%" align="left" valign="top">
                                                                       <table 
border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
             <a name="Apache Software License"><strong>Apache Software 
License</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <p>
  @@ -212,7 +209,7 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2001, Apache Software Foundation
  +                    Copyright &#169; 1999-2002, Apache Software Foundation
                       </em></font></div>
                   </td></tr>
               </table>
  
  
  
  1.3       +20 -30    jakarta-james/www/todo.html
  
  Index: todo.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/todo.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- todo.html 21 May 2001 13:24:58 -0000      1.2
  +++ todo.html 11 Jan 2002 14:50:40 -0000      1.3
  @@ -16,7 +16,7 @@
                                           <meta name="author" value="Charles Benett">
               <meta name="email" value="[EMAIL PROTECTED]">
               
  -            <title>The Jakarta James Site - TODO</title>
  +            <title>Jakarta James - TODO</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  @@ -38,16 +38,16 @@
                   
                   <tr>
                       <!-- LEFT SIDE NAVIGATION -->
  -                    <td valign="top" nowrap="true">
  +                    <td width="20%" valign="top" nowrap="true">
                                   <p><strong>James</strong></p>
           <ul>
                       <li>    <a href="./index.html">Overview</a>
   </li>
                       <li>    <a href="./install.html">Install</a>
   </li>
  -                    <li>    <a href="./configuration_v1_2.html">Configuration</a>
  +                    <li>    <a href="./configuration_v2_0.html">Configuration</a>
   </li>
  -                    <li>    <a href="./architecture_v1_2.html">Architecture</a>
  +                    <li>    <a href="./architecture_v2_0.html">Architecture</a>
   </li>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
   </li>
  @@ -55,6 +55,8 @@
   </li>
                       <li>    <a href="./todo.html">TODO</a>
   </li>
  +                    <li>    <a href="./changelog.html">Changelog</a>
  +</li>
                   </ul>
               <p><strong>Download</strong></p>
           <ul>
  @@ -69,14 +71,10 @@
   </li>
                       <li>    <a href="./usingLDAP_v1_2.html">Using LDAP</a>
   </li>
  -                    <li>    <a href="./usingTown.html">Using RDBMS</a>
  +                    <li>    <a href="./usingJDBC_v2.0.html">Using JDBC</a>
   </li>
                       <li>    <a href="./usingTLS_v1_2.html">Using TLS</a>
   </li>
  -                    <li>    <a href="./listservs.html">List Servers</a>
  -</li>
  -                    <li>    <a href="./matchers.html">Bundled Matchers</a>
  -</li>
                       <li>    <a 
href="http://jakarta.apache.org/james/rfclist";>Useful RFCs {web}</a>
   </li>
                   </ul>
  @@ -114,18 +112,17 @@
   </li>
                   </ul>
                           </td>
  -                    <td align="left" valign="top">
  +                    <td width="80%" align="left" valign="top">
                                                                       <table 
border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
             <a name="TODO"><strong>TODO</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <p>This is a living document that will give new 
and existing volunteers some areas where we need help.  As always, any help is 
appreciated, be it documentation, code, suggestions, or feedback.
  -Last Updated 17 May 2001.</p>
  +Last Updated  30 October 2001.</p>
                               </blockquote>
           </p>
         </td></tr>
  @@ -137,13 +134,12 @@
             <a name="High Priority"><strong>High Priority</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
  -                                    <p>Port existing documentation to xdocs 
format</p>
  -                                                <p>Bundle docs in dist</p>
  -                                                <p>Allow RemoteManager to change 
passwords of users (change attribute)<b> In proposals dir </b> </p>
  -                                                <p>Revive RDBMS support for 
messages and users. Possibly move from town to straight jdbc, or jakarta-turbine.</p>
  +                                    <p>Get classloaders working so custom mailets 
don't have to be in james.bar</p>
  +                                                <p>Update and write more 
documentation, including  a) how to setup user accounts for pop3 delivery/retrieval, 
b) how to setup a database for message storage, c) how to setup a database for user 
accounts, d) how to write a mailet.</p>
  +                                                <p>Make JamesSpoolManager 
disposable, calling destroy on mailets, for a graceful shutdown.</p>
  +                                                <p>Add regex matchers</p>
                               </blockquote>
           </p>
         </td></tr>
  @@ -155,27 +151,22 @@
             <a name="Medium Priority"><strong>Medium Priority</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
  -                                    <p>Enable multiple domains/ virtual hosting</p>
  -                                                <p>Rewrite SMTP and POP3 handlers 
to use streams not MimeMessage objects</p>
  -                                                <p>Let RemoteDelivery send all 
messages to a single remote server (acting like a gateway, relay or 'smart' host) </p>
  -                                                <p>Improve exception management in 
RemoteDelivery mailet and general notices of why delivery failures occur.</p>
  -                                                <p>Add support for regex inside 
most matchers and thereby consolidate a few of them.</p>
  +                                    <p>Determine a way to support multiple 
domains</p>
  +                                                <p>Fix NNTP authentication</p>
  +                                                <p>Fix NNTP ssl</p>
  +                                                <p>Write more documentation. </p>
                                                   <p>Write more documentation. </p>
  -                                                <p>Make James stoppable 
(elegantly)</p>
                                                   <p>Get IMAP server to alpha 
standard, ie basic interoperation with e-mail clients.</p>
                                                   <p>Add #news namespace to IMAP 
system</p>
                                                   <p>Revisit UserRepository - after 
doing IMAP List &amp; Subscribe</p>
  -                                                <p>Make James 
reconfigurable/contextualizable/composable.</p>
  -                                                <p>Reinject error/spam mails 
incorrecty handled.</p>
                                                   <p>Add needed functions to 
RemoteManager, Including Stop and ReConfigure, Reinject mail, Store RemoteManger 
password securely.</p>
                                                   <p>Add support for better mailet 
router/processing (maybe like RequestDispatcher) - Use Stage/Pipline pattern</p>
                                                   <p>Add support for deployable 
message processing apps using Camelot pattern</p>
                                                   <p>Give admins option to enforce 
one access at a time to a POP3 mailbox.</p>
  -                                                <p>Simplify email aliasing</p>
                                                   <p>Tie in the NNTP Repository with 
POP/SMTP/IMAP repository structure.</p>
  +                                                <p>Test and move RMI interface from 
proposal directory to main branch.</p>
                               </blockquote>
           </p>
         </td></tr>
  @@ -187,12 +178,11 @@
             <a name="Low Priority"><strong>Low Priority</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <p>Add support for DRAC login/relay allowing</p>
  -                                                <p>Review threadpooling - is it 
dynamic?</p>
                                                   <p>Enable read receipts to be 
handled properly</p>
  +                                                <p>Add support for mbox mail 
repository format.</p>
                               </blockquote>
           </p>
         </td></tr>
  @@ -207,7 +197,7 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2001, Apache Software Foundation
  +                    Copyright &#169; 1999-2002, Apache Software Foundation
                       </em></font></div>
                   </td></tr>
               </table>
  
  
  
  1.2       +9 -14     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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- usingLDAP_v1_2.html       21 May 2001 13:25:01 -0000      1.1
  +++ usingLDAP_v1_2.html       11 Jan 2002 14:50:40 -0000      1.2
  @@ -14,7 +14,7 @@
                                                       <meta name="author" 
value="Charles Benett">
               <meta name="email" value="[EMAIL PROTECTED]">
               
  -            <title>The Jakarta James Site - James 1.2.1 - Using LDAP</title>
  +            <title>Jakarta James - James 1.2.1 - Using LDAP</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  @@ -36,16 +36,16 @@
                   
                   <tr>
                       <!-- LEFT SIDE NAVIGATION -->
  -                    <td valign="top" nowrap="true">
  +                    <td width="20%" valign="top" nowrap="true">
                                   <p><strong>James</strong></p>
           <ul>
                       <li>    <a href="./index.html">Overview</a>
   </li>
                       <li>    <a href="./install.html">Install</a>
   </li>
  -                    <li>    <a href="./configuration_v1_2.html">Configuration</a>
  +                    <li>    <a href="./configuration_v2_0.html">Configuration</a>
   </li>
  -                    <li>    <a href="./architecture_v1_2.html">Architecture</a>
  +                    <li>    <a href="./architecture_v2_0.html">Architecture</a>
   </li>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
   </li>
  @@ -53,6 +53,8 @@
   </li>
                       <li>    <a href="./todo.html">TODO</a>
   </li>
  +                    <li>    <a href="./changelog.html">Changelog</a>
  +</li>
                   </ul>
               <p><strong>Download</strong></p>
           <ul>
  @@ -67,14 +69,10 @@
   </li>
                       <li>    <a href="./usingLDAP_v1_2.html">Using LDAP</a>
   </li>
  -                    <li>    <a href="./usingTown.html">Using RDBMS</a>
  +                    <li>    <a href="./usingJDBC_v2.0.html">Using JDBC</a>
   </li>
                       <li>    <a href="./usingTLS_v1_2.html">Using TLS</a>
   </li>
  -                    <li>    <a href="./listservs.html">List Servers</a>
  -</li>
  -                    <li>    <a href="./matchers.html">Bundled Matchers</a>
  -</li>
                       <li>    <a 
href="http://jakarta.apache.org/james/rfclist";>Useful RFCs {web}</a>
   </li>
                   </ul>
  @@ -112,14 +110,13 @@
   </li>
                   </ul>
                           </td>
  -                    <td align="left" valign="top">
  +                    <td width="80%" align="left" valign="top">
                                                                       <table 
border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
             <a name="James 1.2 - Using an LDAP Directory as a Users 
Repository"><strong>James 1.2 - Using an LDAP Directory as a Users 
Repository</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <p>
  @@ -137,7 +134,6 @@
             <a name="Summary"><strong>Summary</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <p>
  @@ -317,7 +313,6 @@
             <a name="Installation"><strong>Installation</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <p>
  @@ -344,7 +339,7 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2001, Apache Software Foundation
  +                    Copyright &#169; 1999-2002, Apache Software Foundation
                       </em></font></div>
                   </td></tr>
               </table>
  
  
  
  1.2       +9 -15     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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- usingTLS_v1_2.html        21 May 2001 13:25:03 -0000      1.1
  +++ usingTLS_v1_2.html        11 Jan 2002 14:50:40 -0000      1.2
  @@ -14,7 +14,7 @@
                                                       <meta name="author" 
value="Charles Benett">
               <meta name="email" value="[EMAIL PROTECTED]">
               
  -            <title>The Jakarta James Site - James 1.2.1 - Using TLS</title>
  +            <title>Jakarta James - James 1.2.1 - Using TLS</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  @@ -36,16 +36,16 @@
                   
                   <tr>
                       <!-- LEFT SIDE NAVIGATION -->
  -                    <td valign="top" nowrap="true">
  +                    <td width="20%" valign="top" nowrap="true">
                                   <p><strong>James</strong></p>
           <ul>
                       <li>    <a href="./index.html">Overview</a>
   </li>
                       <li>    <a href="./install.html">Install</a>
   </li>
  -                    <li>    <a href="./configuration_v1_2.html">Configuration</a>
  +                    <li>    <a href="./configuration_v2_0.html">Configuration</a>
   </li>
  -                    <li>    <a href="./architecture_v1_2.html">Architecture</a>
  +                    <li>    <a href="./architecture_v2_0.html">Architecture</a>
   </li>
                       <li>    <a href="./code-standards.html">Coding Standards</a>
   </li>
  @@ -53,6 +53,8 @@
   </li>
                       <li>    <a href="./todo.html">TODO</a>
   </li>
  +                    <li>    <a href="./changelog.html">Changelog</a>
  +</li>
                   </ul>
               <p><strong>Download</strong></p>
           <ul>
  @@ -67,14 +69,10 @@
   </li>
                       <li>    <a href="./usingLDAP_v1_2.html">Using LDAP</a>
   </li>
  -                    <li>    <a href="./usingTown.html">Using RDBMS</a>
  +                    <li>    <a href="./usingJDBC_v2.0.html">Using JDBC</a>
   </li>
                       <li>    <a href="./usingTLS_v1_2.html">Using TLS</a>
   </li>
  -                    <li>    <a href="./listservs.html">List Servers</a>
  -</li>
  -                    <li>    <a href="./matchers.html">Bundled Matchers</a>
  -</li>
                       <li>    <a 
href="http://jakarta.apache.org/james/rfclist";>Useful RFCs {web}</a>
   </li>
                   </ul>
  @@ -112,14 +110,13 @@
   </li>
                   </ul>
                           </td>
  -                    <td align="left" valign="top">
  +                    <td width="80%" align="left" valign="top">
                                                                       <table 
border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
             <a name="James 1.2.1 - Using TLS"><strong>James 1.2.1 - Using 
TLS</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <p>
  @@ -137,7 +134,6 @@
             <a name="Obtain JSSE"><strong>Obtain JSSE</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <p>
  @@ -162,7 +158,6 @@
             <a name="Enable TLS"><strong>Enable TLS</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <p>
  @@ -195,7 +190,6 @@
             <a name="Verify TLS-enabled JAMES"><strong>Verify TLS-enabled 
JAMES</strong></a>
           </font>
         </td></tr>
  -      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
                                       <p>
  @@ -228,7 +222,7 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2001, Apache Software Foundation
  +                    Copyright &#169; 1999-2002, Apache Software Foundation
                       </em></font></div>
                   </td></tr>
               </table>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to