~ubuntu-branches/ubuntu/trusty/httpcomponents-core/trusty

« back to all changes in this revision

Viewing changes to httpcore-nio/src/site/site.xml

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2010-06-12 08:37:34 UTC
  • Revision ID: james.westby@ubuntu.com-20100612083734-1y8kp6qm4sjk60az
Tags: upstream-4.0.1
ImportĀ upstreamĀ versionĀ 4.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<!--
 
3
   $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.0.1/httpcore-nio/src/site/site.xml $
 
4
   $Revision: 620549 $
 
5
   $Date: 2008-02-11 18:47:12 +0100 (Mon, 11 Feb 2008) $
 
6
 
 
7
   ====================================================================
 
8
   Licensed to the Apache Software Foundation (ASF) under one
 
9
   or more contributor license agreements.  See the NOTICE file
 
10
   distributed with this work for additional information
 
11
   regarding copyright ownership.  The ASF licenses this file
 
12
   to you under the Apache License, Version 2.0 (the
 
13
   "License"); you may not use this file except in compliance
 
14
   with the License.  You may obtain a copy of the License at
 
15
 
 
16
     http://www.apache.org/licenses/LICENSE-2.0
 
17
 
 
18
   Unless required by applicable law or agreed to in writing,
 
19
   software distributed under the License is distributed on an
 
20
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 
21
   KIND, either express or implied.  See the License for the
 
22
   specific language governing permissions and limitations
 
23
   under the License.
 
24
   ====================================================================
 
25
 
 
26
   This software consists of voluntary contributions made by many
 
27
   individuals on behalf of the Apache Software Foundation.  For more
 
28
   information on the Apache Software Foundation, please see
 
29
   <http://www.apache.org/>.
 
30
 -->
 
31
 
 
32
<project name="HttpCore">
 
33
  <bannerLeft>
 
34
    <name>Apache</name>
 
35
    <src>http://www.apache.org/images/asf_logo_wide.gif</src>
 
36
    <href>http://www.apache.org/</href>
 
37
  </bannerLeft>
 
38
 
 
39
  <bannerRight>
 
40
    <name>HttpComponents</name>
 
41
    <src>http://hc.apache.org/images/logos/httpcomponents.png</src>
 
42
    <href>http://hc.apache.org/</href>
 
43
  </bannerRight>
 
44
 
 
45
  <body>
 
46
    <menu name="HttpComponents">
 
47
      <item name="Home" href="../.."/>
 
48
    </menu>
 
49
    <menu name="HttpCore Overview">
 
50
      <item name="Description" href="../index.html"/>
 
51
      <item name="Download" href="../download.html"/>
 
52
      <item name="Examples" href="../examples.html"/>
 
53
    </menu>
 
54
    <menu name="Modules">
 
55
      <item name="HttpCore" href="../httpcore/index.html"/>
 
56
      <item name="HttpCore NIO" href="index.html"/>
 
57
    </menu>
 
58
  </body>
 
59
</project>