From ec44b2c26e354503a648db7fddefebfecee2f47d Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Tue, 18 May 2010 18:59:49 +0000 Subject: [PATCH] Added site for HttpClient cache module git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@945824 13f79535-47bb-0310-9956-ffa450edef68 --- httpclient-cache/src/site/apt/index.apt | 42 +++++++++++++++ .../src/site/resources/css/site.css | 1 + httpclient-cache/src/site/site.xml | 53 +++++++++++++++++++ httpmime/src/site/apt/index.apt | 4 +- 4 files changed, 98 insertions(+), 2 deletions(-) create mode 100644 httpclient-cache/src/site/apt/index.apt create mode 100644 httpclient-cache/src/site/resources/css/site.css create mode 100644 httpclient-cache/src/site/site.xml diff --git a/httpclient-cache/src/site/apt/index.apt b/httpclient-cache/src/site/apt/index.apt new file mode 100644 index 000000000..91ece88ad --- /dev/null +++ b/httpclient-cache/src/site/apt/index.apt @@ -0,0 +1,42 @@ +~~ ==================================================================== +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. +~~ ==================================================================== +~~ +~~ This software consists of voluntary contributions made by many +~~ individuals on behalf of the Apache Software Foundation. For more +~~ information on the Apache Software Foundation, please see +~~ . + + ---------- + HttpComponents HttpClient Cache Module + ---------- + ---------- + ---------- + +HttpClient Cache + + This module provides support for HTTP/1.1 response caching. + + {{{apidocs/index.html}Javadocs}} + + {{{xref/index.html}Project sources}} + + {{{dependencies.html}Dependencies}} + + {{{issue-tracking.html}Issue Tracking}} + diff --git a/httpclient-cache/src/site/resources/css/site.css b/httpclient-cache/src/site/resources/css/site.css new file mode 100644 index 000000000..42654a360 --- /dev/null +++ b/httpclient-cache/src/site/resources/css/site.css @@ -0,0 +1 @@ +@import url("http://hc.apache.org/css/hc-maven.css"); diff --git a/httpclient-cache/src/site/site.xml b/httpclient-cache/src/site/site.xml new file mode 100644 index 000000000..c12259343 --- /dev/null +++ b/httpclient-cache/src/site/site.xml @@ -0,0 +1,53 @@ + + + + + + Apache + http://www.apache.org/images/asf_logo_wide.gif + http://www.apache.org/ + + + + HttpComponents + http://hc.apache.org/images/logos/httpcomponents.png + http://hc.apache.org/ + + + + + + + + + + + + + + + diff --git a/httpmime/src/site/apt/index.apt b/httpmime/src/site/apt/index.apt index 64b57ae64..c80c66dd8 100644 --- a/httpmime/src/site/apt/index.apt +++ b/httpmime/src/site/apt/index.apt @@ -23,12 +23,12 @@ ~~ . ---------- - HttpComponents HttpClient Module + HttpComponents HttpMime Module ---------- ---------- ---------- -HttpClient +HttpMime This module provides support for MIME multipart encoded entities.