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

Revision 6785, 2.1 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<project name="mime4j">
24    <title>mime4j - the Java stream based MIME message parser</title>
25    <body>
26        <links>
27            <item name="Home Page" href="http://www.mime4j.org/"/>
28            <item name="Browse Source Code" href="http://svn.apache.org/viewcvs.cgi/james/mime4j/trunk/"/>
29        </links>       
30        <menu name="Overview">
31            <!--<item name="Features" href="/features.html"/>-->
32            <item name="News and Status" href="/status.html"/>
33            <item name="Getting Started" href="/start/index.html" collapse="true">
34                <item name="Download" href="/start/download.html"/>
35                <item name="Build" href="/start/build.html"/>
36            </item>
37        </menu>
38        <menu name="Documentation">
39<!--            <item name="Samples" href="/samples.html"/>-->
40            <item name="API docs (Javadoc)" href="/apidocs/"/>
41        </menu>
42    </body>
43</project>
Note: See TracBrowser for help on using the repository browser.