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

Revision 6785, 1.9 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>Downloading mime4j</title>
26    </properties>
27    <body>
28        <section name="Downloading mime4j">
29            <p> Go to the <a href="http://james.apache.org/download.cgi">download
30              pages</a> and download the most recent
31                release in your preferred format, either
32                <code>james-mime4j-x.y.tar.gz</code> or <code>james-mime4j-x.y.zip</code>.
33                Extracting the archive will create the directory
34                <code>james-mime4j-x.y/</code> which contains the mime4j jar file and
35                the API docs.</p>
36        </section>
37    </body>
38</document>
Note: See TracBrowser for help on using the repository browser.