noel        2003/01/16 21:48:00

  Modified:    src/xdocs index.xml mailet_api_2_1.xml
                        provided_mailets_2_1.xml
                        serverwide_configuration_2_1.xml
  Log:
  Corrected links (changes already present in branch_2_1_fcs)
  
  Revision  Changes    Path
  1.25      +1 -1      jakarta-james/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/xdocs/index.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- index.xml 8 Jan 2003 06:05:46 -0000       1.24
  +++ index.xml 17 Jan 2003 05:48:00 -0000      1.25
  @@ -56,7 +56,7 @@
          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 
mailing
          list manager, etc. Several Mailets are included in the JAMES
  -       distribution (see <a href="configuration_v2_0.html">Configuration</a>).</p>
  +       distribution (see <a href="documentation_2_1.html">documentation</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
  
  
  
  1.4       +1 -1      jakarta-james/src/xdocs/mailet_api_2_1.xml
  
  Index: mailet_api_2_1.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/xdocs/mailet_api_2_1.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mailet_api_2_1.xml        7 Dec 2002 20:38:20 -0000       1.3
  +++ mailet_api_2_1.xml        17 Jan 2003 05:48:00 -0000      1.4
  @@ -23,7 +23,7 @@
   or pass the message to an external API or component.  This can include delivering a 
message to its destination 
   repository or SMTP server.</p>
   <p>The Mailet API is currently in its second revision.  Although, the Mailet API is 
expected to undergo substantial changes in the near future, it is our aim that 
existing Mailets that abided purely by the prior Mailet API interfaces will continue 
to run with the revised specification.</p>
  -<p>The Javadoc for the Mailet API can be found <a 
href="/mailet/index.html">here</a>.</p>
  +<p>The Javadoc for the Mailet API can be found <a 
href="mailet/index.html">here</a>.</p>
   <p>James bundles a number of Matchers and Mailets in its distribution.  
Descriptions of provided matchers 
   can be found <a href="provided_matchers_2_1.html">here</a>, while descriptions of 
provided mailets can be found 
   <a href="provided_mailets_2_1.html">here</a>.</p>
  
  
  
  1.6       +1 -1      jakarta-james/src/xdocs/provided_mailets_2_1.xml
  
  Index: provided_mailets_2_1.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/xdocs/provided_mailets_2_1.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- provided_mailets_2_1.xml  7 Dec 2002 20:38:20 -0000       1.5
  +++ provided_mailets_2_1.xml  17 Jan 2003 05:48:00 -0000      1.6
  @@ -13,7 +13,7 @@
   <p>James provides a number of implemented Mailets for use by James administrators 
in their 
   configurations.  These are primarily mailets that members of the James developer or 
user 
   communities have found useful in their own configurations.  A description of how to 
configure 
  -Mailets and use them in the James SpoolManager can be found <a 
href="/spoolmanager_configuration_2_1.html">here</a>.</p>
  +Mailets and use them in the James SpoolManager can be found <a 
href="spoolmanager_configuration_2_1.html">here</a>.</p>
   
   <subsection name="AddFooter">
   <p>Description: This mailet adds a text footer to the message.</p>
  
  
  
  1.4       +1 -1      jakarta-james/src/xdocs/serverwide_configuration_2_1.xml
  
  Index: serverwide_configuration_2_1.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/xdocs/serverwide_configuration_2_1.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- serverwide_configuration_2_1.xml  7 Dec 2002 20:38:20 -0000       1.3
  +++ serverwide_configuration_2_1.xml  17 Jan 2003 05:48:00 -0000      1.4
  @@ -44,7 +44,7 @@
   <li><strong>repository</strong> - this defines the mail repository that will be 
used to store 
   mail delivered locally.  This element has no body.  The required attribute 
<strong>type</strong> 
   is always set to "MAIL".  The required attribute <strong>repositoryURL</strong> 
addresses the
  -repository as described in <a href="repository_configuration.html">the repository 
configuration section</a>.</li>
  +repository as described in <a href="repositories_2_1.html">the repository 
configuration section</a>.</li>
   </ul>
   </ul>
   </p>
  
  
  

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

Reply via email to