You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/02/20 00:21:41 UTC

cvs commit: jakarta-commons-sandbox/email/xdocs/style project.css

scolebourne    2004/02/19 15:21:41

  Modified:    email    project.properties STATUS.html project.xml
                        maven.xml README.txt .cvsignore LICENSE.txt
               email/xdocs examples.xml index.xml downloads.xml
                        navigation.xml
  Added:       email    NOTICE.txt
               email/xdocs/style project.css
  Removed:     email    NOTES
  Log:
  Change to Apache License 2.0
  Update website
  
  Revision  Changes    Path
  1.2       +21 -7     jakarta-commons-sandbox/email/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/email/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	7 Mar 2003 16:15:07 -0000	1.1
  +++ project.properties	19 Feb 2004 23:21:41 -0000	1.2
  @@ -1,3 +1,17 @@
  +#   Copyright 2001-2004 The Apache Software Foundation
  +#
  +#   Licensed under the Apache License, Version 2.0 (the "License");
  +#   you may not use this file except in compliance with the License.
  +#   You may obtain a copy of the License at
  +#
  +#       http://www.apache.org/licenses/LICENSE-2.0
  +#
  +#   Unless required by applicable law or agreed to in writing, software
  +#   distributed under the License is distributed on an "AS IS" BASIS,
  +#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +#   See the License for the specific language governing permissions and
  +#   limitations under the License.
  +
   ##############################################################################
   #
   #  Master configuration file for maven builds
  @@ -12,9 +26,9 @@
   # Used to generate the checkstyle reports
   maven.checkstyle.format = turbine
   
  -# Display the date on the Maven web site
  -maven.xdoc.date = left
  -
  -# Display the maven version the web site is documenting
  -maven.xdoc.version = ${pom.name}-${pom.currentVersion}
  -
  +# Standard settings
  +maven.xdoc.jsl=../commons-build/commons-site.jsl
  +maven.xdoc.date=left
  +maven.xdoc.poweredby.image=maven-feather.png
  +maven.xdoc.version=${pom.currentVersion}
  +maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
  
  
  
  1.2       +16 -1     jakarta-commons-sandbox/email/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/email/STATUS.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- STATUS.html	17 Sep 2002 22:08:21 -0000	1.1
  +++ STATUS.html	19 Feb 2004 23:21:41 -0000	1.2
  @@ -1,3 +1,18 @@
  +<!--
  +   Copyright 2001-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   <html>
   <head>
   <title>Status File for Jakarta Commons "Email" Component</title>
  
  
  
  1.11      +35 -3     jakarta-commons-sandbox/email/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/email/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml	10 Mar 2003 06:29:55 -0000	1.10
  +++ project.xml	19 Feb 2004 23:21:41 -0000	1.11
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +   Copyright 2001-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   
   <project>
   
  @@ -8,9 +23,9 @@
     <currentVersion>1.0-dev</currentVersion>
   
     <organization>
  -    <name>Apache Software Foundation</name>
  -    <url>http://jakarta.apache.org/commons/#The%20Sandbox</url>
  -    <logo>http://jakarta.apache.org/images/jakarta-logo-blue.gif</logo>
  +    <name>The Apache Software Foundation</name>
  +    <url>http://jakarta.apache.org/</url>
  +    <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
     </organization>
   
     <inceptionYear>2002</inceptionYear>
  @@ -103,4 +118,21 @@
       </unitTest>
       <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
     </build>
  +  
  +  <reports>
  +     <report>maven-changelog-plugin</report>
  +     <report>maven-changes-plugin</report>
  +     <!--report>maven-checkstyle-plugin</report-->
  +     <!--report>maven-clover-plugin</report-->
  +     <report>maven-developer-activity-plugin</report>
  +     <report>maven-file-activity-plugin</report>
  +     <report>maven-javadoc-plugin</report>
  +     <!--report>maven-jellydoc-plugin</report-->
  +     <report>maven-junit-report-plugin</report>
  +     <report>maven-jxr-plugin</report>
  +     <report>maven-license-plugin</report>
  +     <!--report>maven-linkcheck-plugin</report-->
  +     <!--report>maven-statcvs-plugin</report-->
  +     <!--report>maven-tasklist-plugin</report-->
  +  </reports>
   </project>
  
  
  
  1.2       +15 -0     jakarta-commons-sandbox/email/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/email/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	7 Mar 2003 15:42:48 -0000	1.1
  +++ maven.xml	19 Feb 2004 23:21:41 -0000	1.2
  @@ -1,3 +1,18 @@
  +<!--
  +   Copyright 2001-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   <project
     xmlns:j="jelly:core"
     xmlns:m="maven"
  
  
  
  1.4       +17 -1     jakarta-commons-sandbox/email/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/email/README.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- README.txt	17 Mar 2003 21:52:29 -0000	1.3
  +++ README.txt	19 Feb 2004 23:21:41 -0000	1.4
  @@ -1,5 +1,21 @@
  +<!--
  +   Copyright 2001-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
  +
   Email Sandbox
  -------------
  +--------------
   
   Getting started:
   
  
  
  
  1.3       +4 -1      jakarta-commons-sandbox/email/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/email/.cvsignore,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- .cvsignore	7 Mar 2003 16:16:07 -0000	1.2
  +++ .cvsignore	19 Feb 2004 23:21:41 -0000	1.3
  @@ -4,4 +4,7 @@
   target
   test-reports
   velocity.log*
  -maven.log
  \ No newline at end of file
  +maven.log
  +bin
  +.classpath
  +.project
  
  
  
  1.4       +201 -53   jakarta-commons-sandbox/email/LICENSE.txt
  
  Index: LICENSE.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/email/LICENSE.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LICENSE.txt	12 Oct 2003 09:41:36 -0000	1.3
  +++ LICENSE.txt	19 Feb 2004 23:21:41 -0000	1.4
  @@ -1,54 +1,202 @@
  -/* ====================================================================
  - * The Apache Software License, Version 1.1
  - *
  - * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
  - * reserved.
  - *
  - * Redistribution and use in source and binary forms, with or without
  - * modification, are permitted provided that the following conditions
  - * are met:
  - *
  - * 1. Redistributions of source code must retain the above copyright
  - *    notice, this list of conditions and the following disclaimer.
  - *
  - * 2. Redistributions in binary form must reproduce the above copyright
  - *    notice, this list of conditions and the following disclaimer in
  - *    the documentation and/or other materials provided with the
  - *    distribution.
  - *
  - * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowledgement:
  - *       "This product includes software developed by the
  - *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowledgement may appear in the software itself,
  - *    if and wherever such third-party acknowledgements normally appear.
  - *
  - * 4. The names "The Jakarta Project", "Commons", and "Apache Software
  - *    Foundation" must not be used to endorse or promote products derived
  - *    from this software without prior written permission. For written
  - *    permission, please contact apache@apache.org.
  - *
  - * 5. Products derived from this software may not be called "Apache"
  - *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Software Foundation.
  - *
  - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  - * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  - * SUCH DAMAGE.
  - * ====================================================================
  - *
  - * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation.  For more
  - * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  - */
   
  +                                 Apache License
  +                           Version 2.0, January 2004
  +                        http://www.apache.org/licenses/
  +
  +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  +
  +   1. Definitions.
  +
  +      "License" shall mean the terms and conditions for use, reproduction,
  +      and distribution as defined by Sections 1 through 9 of this document.
  +
  +      "Licensor" shall mean the copyright owner or entity authorized by
  +      the copyright owner that is granting the License.
  +
  +      "Legal Entity" shall mean the union of the acting entity and all
  +      other entities that control, are controlled by, or are under common
  +      control with that entity. For the purposes of this definition,
  +      "control" means (i) the power, direct or indirect, to cause the
  +      direction or management of such entity, whether by contract or
  +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
  +      outstanding shares, or (iii) beneficial ownership of such entity.
  +
  +      "You" (or "Your") shall mean an individual or Legal Entity
  +      exercising permissions granted by this License.
  +
  +      "Source" form shall mean the preferred form for making modifications,
  +      including but not limited to software source code, documentation
  +      source, and configuration files.
  +
  +      "Object" form shall mean any form resulting from mechanical
  +      transformation or translation of a Source form, including but
  +      not limited to compiled object code, generated documentation,
  +      and conversions to other media types.
  +
  +      "Work" shall mean the work of authorship, whether in Source or
  +      Object form, made available under the License, as indicated by a
  +      copyright notice that is included in or attached to the work
  +      (an example is provided in the Appendix below).
  +
  +      "Derivative Works" shall mean any work, whether in Source or Object
  +      form, that is based on (or derived from) the Work and for which the
  +      editorial revisions, annotations, elaborations, or other modifications
  +      represent, as a whole, an original work of authorship. For the purposes
  +      of this License, Derivative Works shall not include works that remain
  +      separable from, or merely link (or bind by name) to the interfaces of,
  +      the Work and Derivative Works thereof.
  +
  +      "Contribution" shall mean any work of authorship, including
  +      the original version of the Work and any modifications or additions
  +      to that Work or Derivative Works thereof, that is intentionally
  +      submitted to Licensor for inclusion in the Work by the copyright owner
  +      or by an individual or Legal Entity authorized to submit on behalf of
  +      the copyright owner. For the purposes of this definition, "submitted"
  +      means any form of electronic, verbal, or written communication sent
  +      to the Licensor or its representatives, including but not limited to
  +      communication on electronic mailing lists, source code control systems,
  +      and issue tracking systems that are managed by, or on behalf of, the
  +      Licensor for the purpose of discussing and improving the Work, but
  +      excluding communication that is conspicuously marked or otherwise
  +      designated in writing by the copyright owner as "Not a Contribution."
  +
  +      "Contributor" shall mean Licensor and any individual or Legal Entity
  +      on behalf of whom a Contribution has been received by Licensor and
  +      subsequently incorporated within the Work.
  +
  +   2. Grant of Copyright License. Subject to the terms and conditions of
  +      this License, each Contributor hereby grants to You a perpetual,
  +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  +      copyright license to reproduce, prepare Derivative Works of,
  +      publicly display, publicly perform, sublicense, and distribute the
  +      Work and such Derivative Works in Source or Object form.
  +
  +   3. Grant of Patent License. Subject to the terms and conditions of
  +      this License, each Contributor hereby grants to You a perpetual,
  +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  +      (except as stated in this section) patent license to make, have made,
  +      use, offer to sell, sell, import, and otherwise transfer the Work,
  +      where such license applies only to those patent claims licensable
  +      by such Contributor that are necessarily infringed by their
  +      Contribution(s) alone or by combination of their Contribution(s)
  +      with the Work to which such Contribution(s) was submitted. If You
  +      institute patent litigation against any entity (including a
  +      cross-claim or counterclaim in a lawsuit) alleging that the Work
  +      or a Contribution incorporated within the Work constitutes direct
  +      or contributory patent infringement, then any patent licenses
  +      granted to You under this License for that Work shall terminate
  +      as of the date such litigation is filed.
  +
  +   4. Redistribution. You may reproduce and distribute copies of the
  +      Work or Derivative Works thereof in any medium, with or without
  +      modifications, and in Source or Object form, provided that You
  +      meet the following conditions:
  +
  +      (a) You must give any other recipients of the Work or
  +          Derivative Works a copy of this License; and
  +
  +      (b) You must cause any modified files to carry prominent notices
  +          stating that You changed the files; and
  +
  +      (c) You must retain, in the Source form of any Derivative Works
  +          that You distribute, all copyright, patent, trademark, and
  +          attribution notices from the Source form of the Work,
  +          excluding those notices that do not pertain to any part of
  +          the Derivative Works; and
  +
  +      (d) If the Work includes a "NOTICE" text file as part of its
  +          distribution, then any Derivative Works that You distribute must
  +          include a readable copy of the attribution notices contained
  +          within such NOTICE file, excluding those notices that do not
  +          pertain to any part of the Derivative Works, in at least one
  +          of the following places: within a NOTICE text file distributed
  +          as part of the Derivative Works; within the Source form or
  +          documentation, if provided along with the Derivative Works; or,
  +          within a display generated by the Derivative Works, if and
  +          wherever such third-party notices normally appear. The contents
  +          of the NOTICE file are for informational purposes only and
  +          do not modify the License. You may add Your own attribution
  +          notices within Derivative Works that You distribute, alongside
  +          or as an addendum to the NOTICE text from the Work, provided
  +          that such additional attribution notices cannot be construed
  +          as modifying the License.
  +
  +      You may add Your own copyright statement to Your modifications and
  +      may provide additional or different license terms and conditions
  +      for use, reproduction, or distribution of Your modifications, or
  +      for any such Derivative Works as a whole, provided Your use,
  +      reproduction, and distribution of the Work otherwise complies with
  +      the conditions stated in this License.
  +
  +   5. Submission of Contributions. Unless You explicitly state otherwise,
  +      any Contribution intentionally submitted for inclusion in the Work
  +      by You to the Licensor shall be under the terms and conditions of
  +      this License, without any additional terms or conditions.
  +      Notwithstanding the above, nothing herein shall supersede or modify
  +      the terms of any separate license agreement you may have executed
  +      with Licensor regarding such Contributions.
  +
  +   6. Trademarks. This License does not grant permission to use the trade
  +      names, trademarks, service marks, or product names of the Licensor,
  +      except as required for reasonable and customary use in describing the
  +      origin of the Work and reproducing the content of the NOTICE file.
  +
  +   7. Disclaimer of Warranty. Unless required by applicable law or
  +      agreed to in writing, Licensor provides the Work (and each
  +      Contributor provides its Contributions) on an "AS IS" BASIS,
  +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  +      implied, including, without limitation, any warranties or conditions
  +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  +      PARTICULAR PURPOSE. You are solely responsible for determining the
  +      appropriateness of using or redistributing the Work and assume any
  +      risks associated with Your exercise of permissions under this License.
  +
  +   8. Limitation of Liability. In no event and under no legal theory,
  +      whether in tort (including negligence), contract, or otherwise,
  +      unless required by applicable law (such as deliberate and grossly
  +      negligent acts) or agreed to in writing, shall any Contributor be
  +      liable to You for damages, including any direct, indirect, special,
  +      incidental, or consequential damages of any character arising as a
  +      result of this License or out of the use or inability to use the
  +      Work (including but not limited to damages for loss of goodwill,
  +      work stoppage, computer failure or malfunction, or any and all
  +      other commercial damages or losses), even if such Contributor
  +      has been advised of the possibility of such damages.
  +
  +   9. Accepting Warranty or Additional Liability. While redistributing
  +      the Work or Derivative Works thereof, You may choose to offer,
  +      and charge a fee for, acceptance of support, warranty, indemnity,
  +      or other liability obligations and/or rights consistent with this
  +      License. However, in accepting such obligations, You may act only
  +      on Your own behalf and on Your sole responsibility, not on behalf
  +      of any other Contributor, and only if You agree to indemnify,
  +      defend, and hold each Contributor harmless for any liability
  +      incurred by, or claims asserted against, such Contributor by reason
  +      of your accepting any such warranty or additional liability.
  +
  +   END OF TERMS AND CONDITIONS
  +
  +   APPENDIX: How to apply the Apache License to your work.
  +
  +      To apply the Apache License to your work, attach the following
  +      boilerplate notice, with the fields enclosed by brackets "[]"
  +      replaced with your own identifying information. (Don't include
  +      the brackets!)  The text should be enclosed in the appropriate
  +      comment syntax for the file format. We also recommend that a
  +      file or class name and description of purpose be included on the
  +      same "printed page" as the copyright notice for easier
  +      identification within third-party archives.
  +
  +   Copyright [yyyy] [name of copyright owner]
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  
  
  
  1.1                  jakarta-commons-sandbox/email/NOTICE.txt
  
  Index: NOTICE.txt
  ===================================================================
  This product includes software developed by
  The Apache Software Foundation (http://www.apache.org/).
  
  
  
  1.3       +16 -1     jakarta-commons-sandbox/email/xdocs/examples.xml
  
  Index: examples.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/email/xdocs/examples.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- examples.xml	17 Mar 2003 21:50:10 -0000	1.2
  +++ examples.xml	19 Feb 2004 23:21:41 -0000	1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +   Copyright 2003-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   <document>
     <properties>
       <title>Examples</title>
  
  
  
  1.2       +89 -45    jakarta-commons-sandbox/email/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/email/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	10 Mar 2003 06:31:46 -0000	1.1
  +++ index.xml	19 Feb 2004 23:21:41 -0000	1.2
  @@ -1,47 +1,91 @@
   <?xml version="1.0"?>
  +<!--
  +   Copyright 2003-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
  +
   <document>
  -  <properties>
  -    <title>Home</title>
  -    <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
  -    <author email="quintonm@apache.org">Quinton McCombs</author>
  -    <revision>$Id$</revision>
  -  </properties>
  -
  -  <body>
  -    <section name="Overview">
  -      <p>
  -        This package provides a simplified way to send email than using the
  -        JavaMail API directly.  Some of the mail classes that are provided
  -        are as follows:
  -        <ol>
  -          <li>
  -            <b>SimpleEmail</b> - This class is used to send basic text based
  -            emails.
  -          </li>
  -          <li>
  -            <b>MultiPartEmail</b> - This class is used to send multipart
  -            messages.  This allows a text message with attachments either
  -            inline or attached.
  -          </li>
  -          <li>
  -            <b>HtmlEmail</b> - This class is used to send HTML formatted emails.
  -            It has all of the capabilities as MultiPartEmail allowing
  -            attachments to be easily added.  It also supports embedded images.
  -          </li>
  -          <li>
  -            <b>EmailAttachment</b> - This is a simple container class to allow
  -            for easy handling of attachments.  It is for use with
  -            instances of MultiPartEmail and HtmlEmail.
  -          </li>
  -        </ol>
  -      </p>
  -      <p>
  -          See the javadocs for more information on how to use these classes.
  -      </p>
  -      <p>
  -        See the <a href="downloads.html">downloads</a> page for information
  -        on obtaining releases.
  -      </p>
  -    </section>
  -  </body>
  -</document>
  \ No newline at end of file
  +
  + <properties>
  +  <title>Commons Email</title>
  +  <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
  + </properties>
  +
  + <body>
  +
  +<section name="Commons Email">
  +
  +<p>
  +Commons-Email aims to provide a API for sending email.
  +It is build on top of the Java Mail API, which it aims to simplify.
  +All help is gratefully received.
  +</p>
  +<p>
  +<ul>
  +<li>This code is in the commons <i>sandbox</i></li>
  +<li>The code is unreleased</li>
  +<li>Methods and classes can and will appear and disappear without warning</li>
  +<li>If you like the code and want to push it towards a release, join the mailing list!</li>
  +</ul>
  +</p>
  +<p>
  +Some of the mail classes that are provided are as follows:
  +<ul>
  +<li>
  +<b>SimpleEmail</b> -
  +This class is used to send basic text based emails.
  +</li>
  +<li>
  +<b>MultiPartEmail</b> -
  +This class is used to send multipart messages.
  +This allows a text message with attachments either inline or attached.
  +</li>
  +<li>
  +<b>HtmlEmail</b> -
  +This class is used to send HTML formatted emails.
  +It has all of the capabilities as MultiPartEmail allowing attachments to be easily added.
  +It also supports embedded images.
  +</li>
  +<li>
  +<b>EmailAttachment</b> -
  +This is a simple container class to allow for easy handling of attachments.
  +It is for use with instances of MultiPartEmail and HtmlEmail.
  +</li>
  +</ul>
  +</p>
  +</section>
  +
  +
  +<section name="Documentation">
  +<p>
  +The JavaDoc API documents are available online:
  +<ul>
  +<li>The <a href="apidocs/index.html">latest CVS</a></li>
  +</ul>
  +</p>
  +<p>
  +The <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/email/">CVS repository</a> can be browsed.
  +</p>
  +</section>
  +
  +
  +<section name="Releases">
  +<p>
  +None. This is a <i>sandbox</i> component.
  +</p>
  +</section>
  +
  +</body>
  +</document>
  +
  
  
  
  1.2       +16 -1     jakarta-commons-sandbox/email/xdocs/downloads.xml
  
  Index: downloads.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/email/xdocs/downloads.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- downloads.xml	10 Mar 2003 06:30:46 -0000	1.1
  +++ downloads.xml	19 Feb 2004 23:21:41 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +   Copyright 2003-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   <document>
      <properties>
         <title>Downloads</title>
  
  
  
  1.2       +42 -25    jakarta-commons-sandbox/email/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/email/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	10 Mar 2003 06:31:46 -0000	1.1
  +++ navigation.xml	19 Feb 2004 23:21:41 -0000	1.2
  @@ -1,29 +1,46 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<project name="Commons - Email"
  -        href="http://jakarta.apache.org/commons-snadbox/email/">
  +<!--
  +   Copyright 2003-2004 The Apache Software Foundation
   
  -  <title>Commons Email</title>
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
   
  -    <!--
  -      Note: Per the .vsl file, "/site" links will be prefixed with "http://jakarta.apache.org/site"
  -            Other links starting with "/" become "./...".
  -    -->
  -    <body>
  -       <menu name="Home">
  -           <item name="Jakarta Commons"          href="http://jakarta.apache.org/commons/index.html" />
  -           <item name="Commons Email"             href="/index.html" />
  -       </menu>
  -       <menu name="Information">
  -           <item name="API Documentation"        href="/apidocs/index.html"/>
  -           <item name="Examples"                      href="/examples.html"/>
  -       </menu>
  -       <menu name="Project Files">
  -           <item name="Releases"                      href="/downloads.html"/>
  -           <item name="Source (Browse)"               href="http://cvs.apache.org/viewcvs/jakarta-commons/pool/"/>
  -           <item name="Source (CVS)"                  href="http://jakarta.apache.org/site/cvsindex.html"/>
  -       </menu>
  -       <menu name="Administrivia">
  -           <item name="License"                       href="http://jakarta.apache.org/commons/license.html"/>
  -       </menu>
  -    </body>
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
  +
  +<!DOCTYPE project [
  +<!ENTITY commons-nav SYSTEM "../../commons-build/incl_nav.xml">
  +]>
  +
  +<project name="Email">
  +
  +  <title>Email</title>
  +  <organizationLogo href="/images/jakarta-logo-blue.gif">
  +   Jakarta
  +  </organizationLogo>
  +
  +  <body>
  +    <links>
  +      <item name="Jakarta Commons" href="http://jakarta.apache.org/commons/"/>
  +    </links>
  +
  +    <menu name="Commons Email">
  +      <item name="Overview" href="/index.html"/>
  +      <item name="Examples" href="/examples.html"/>
  +      <item name="Javadoc" href="apidocs/index.html"/>
  +      <item name="Mailing lists" href="/mail-lists.html"/>
  +      <item name="Team" href="/team-list.html"/>
  +      <item name="CVS" href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/email/"/>
  +    </menu>
  +    
  +    &commons-nav;
  +
  +  </body>
   </project>
  
  
  
  1.1                  jakarta-commons-sandbox/email/xdocs/style/project.css
  
  Index: project.css
  ===================================================================
  /* ============================================== */
  /* XDOC 1.4 */
  
  #banner, #banner td { 
    background: #fff;
    color: #000;
    border: 0px;
  }
  #banner td { 
    height: 100%;
    vertical-align: middle;
  }
  div#banner { 
    border: 0px;
  }
  #bodycol h3 {
    padding: 4px 4px 4px 6px;
    border: 1px solid #999;
    color: #000;
    background-color: #aaf;
    margin-top: 2px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
  }
  #bodycol h4 {
    padding: 4px 4px 4px 6px;
    border: 1px solid #999;
    color: #000;
    background-color: #ccf;
    margin-top: 2px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: normal;
  }
  .app h3, .app h4, .tabs td, .tabs th, .functnbar {
    background-image: none;
  }
  
  
  /* ============================================== */
  /* XDOC 1.5 */
  
  /* Controls font size on left */
  body, td, th, select, input, li{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
  }
  /* Logo position */
  #organizationLogo img, #projectLogo img {
    position: static;
    clear: both;
  } 
  #organizationLogo img {
    margin-top: 20px;
  } 
  #projectLogo img {
    margin-top: 5px;
  } 
  
  /* Hyperlinks */
  a {
    text-decoration: none;
  }
  a:link {
    color:#44f;
  }
  a:visited  {
    color:#47a;
  }
  #navcolumn a:visited, #breadcrumbs a:visited {
    color:#44f;
  }
  a:active, a:hover {
    color:#69c;
  }
  
  /* Titles */
  h2 {
    padding: 4px 4px 4px 6px;
    border: 1px solid #999;
    color: #000;
    background-color: #aaf;
    margin-top: 2px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
  }
  h3 {
    padding: 4px 4px 4px 6px;
    border: 1px solid #999;
    color: #000;
    background-color: #ccf;
    margin-top: 2px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: normal;
  }
  #bodycolumn p, #bodycolumn ul, #bodycolumn ol, #bodycolumn dl, #bodycolumn table {
    margin-top: .67em;
    margin-bottom: .67em;
    font-size: 13px;
  }
  #breadcrumbs {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background-color: #ccc;
  }
  #leftColumn {
    margin: 0 0 0 0;
    width: 19%;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #eee;
  }
  #navcolumn h5 {
     font-size: smaller;
     border-bottom: 1px solid #aaaaaa;
     padding-top: 2px;
  }
  
  table.bodyTable {
    border: 1px solid #000;
  }
  table.bodyTable th {
    color: white;
    background-color: #bbb;
    text-align: left;
    font-weight: bold;
  }
  table.bodyTable tr.a {
    background-color: #ddd;
  }
  table.bodyTable tr.b {
    background-color: #eee;
  }
  
  .source {
    border: 1px solid #999;
  }
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org