source: contrib/MailArchiver/sources/vendor/mime4j/custom/src/site/xdoc/start/index.xml @ 6785

Revision 6785, 2.5 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado codigo do MailArchiver?. Documentação na subpasta DOCS.

Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!--
3/****************************************************************
4 * Licensed to the Apache Software Foundation (ASF) under one   *
5 * or more contributor license agreements.  See the NOTICE file *
6 * distributed with this work for additional information        *
7 * regarding copyright ownership.  The ASF licenses this file   *
8 * to you under the Apache License, Version 2.0 (the            *
9 * "License"); you may not use this file except in compliance   *
10 * with the License.  You may obtain a copy of the License at   *
11 *                                                              *
12 *   http://www.apache.org/licenses/LICENSE-2.0                 *
13 *                                                              *
14 * Unless required by applicable law or agreed to in writing,   *
15 * software distributed under the License is distributed on an  *
16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
17 * KIND, either express or implied.  See the License for the    *
18 * specific language governing permissions and limitations      *
19 * under the License.                                           *
20 ****************************************************************/
21
22 -->
23<document>
24    <properties>
25        <title>Getting Started with mime4j</title>
26    </properties>
27    <body>
28        <section name="Getting Started with mime4j">
29            <subsection name="Overview of the Getting Started Documentation">
30                <table>
31                    <tr>
32                        <th>Document</th>
33                        <th>Description</th>
34                    </tr>
35                    <tr>
36                        <td>
37                            <a href="download.html">Download</a>
38                        </td>
39                        <td> Before you can start using mime4j, you'll have to
40                            download the distribution to your system (unless you
41                            plan on building the project from source). This
42                            document provides links to the various distributions
43                            available. </td>
44                    </tr>
45                    <tr>
46                        <td>
47                            <a href="build.html">Building mime4j</a>
48                        </td>
49                        <td>
50                                Describes how to build mime4j from the sources.
51                        </td>
52                    </tr>
53                </table>
54            </subsection>
55        </section>
56    </body>
57</document>
Note: See TracBrowser for help on using the repository browser.