source: contrib/MailArchiver/sources/vendor/mime4j/apache-mime4j-0.7-SNAPSHOT-20110327.010440-17/src/site/site.xml @ 6785

Revision 6785, 2.0 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  Licensed to the Apache Software Foundation (ASF) under one
4  or more contributor license agreements.  See the NOTICE file
5  distributed with this work for additional information
6  regarding copyright ownership.  The ASF licenses this file
7  to you under the Apache License, Version 2.0 (the
8  "License"); you may not use this file except in compliance
9  with the License.  You may obtain a copy of the License at
10
11    http://www.apache.org/licenses/LICENSE-2.0
12
13  Unless required by applicable law or agreed to in writing,
14  software distributed under the License is distributed on an
15  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16  KIND, either express or implied.  See the License for the
17  specific language governing permissions and limitations
18  under the License.
19-->
20<project name="James mime4j">
21    <skin>
22        <groupId>org.apache.james</groupId>
23        <artifactId>maven-skin</artifactId>
24        <version>1.6</version>
25    </skin>
26
27    <bannerLeft>
28        <name>JAMES Mime4J</name>
29        <src>images/james-mime4j-logo.gif</src>
30        <href>http://james.apache.org/</href>
31        <alt>james-mime4j-logo.gif</alt>
32    </bannerLeft>
33
34    <bannerRight>
35        <name>The Apache Software Foundation</name>
36        <src>/images/logos/asf-logo-reduced.gif</src>
37        <href>http://www.apache.org/index.html</href>
38    </bannerRight>
39
40  <body>
41    <menu name="mime4j">
42      <item name="Overview" href="/index.html"/>
43      <item name="Status" href="/status.html"/>
44      <item name="Example" href="/samples.html"/>
45      <item name="Usage" href="/usage.html"/>
46      <item name="Start" href="/start/index.html" collapse="true">
47        <item name="Download" href="/start/download.html" collapse="true"/>
48        <item name="Build" href="/start/build.html" collapse="true"/>
49      </item>
50    </menu>
51   
52    <menu ref="reports" />
53   
54    <menu name="Related Projects">
55        <item name="httpmime" href="http://hc.apache.org/httpcomponents-client/httpmime/index.html" />
56    </menu>
57  </body>
58</project>
Note: See TracBrowser for help on using the repository browser.