You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2010/05/18 20:59:49 UTC

svn commit: r945824 - in /httpcomponents/httpclient/trunk: httpclient-cache/src/site/ httpclient-cache/src/site/apt/ httpclient-cache/src/site/resources/ httpclient-cache/src/site/resources/css/ httpmime/src/site/apt/

Author: olegk
Date: Tue May 18 18:59:49 2010
New Revision: 945824

URL: http://svn.apache.org/viewvc?rev=945824&view=rev
Log:
Added site for HttpClient cache module

Added:
    httpcomponents/httpclient/trunk/httpclient-cache/src/site/
    httpcomponents/httpclient/trunk/httpclient-cache/src/site/apt/
    httpcomponents/httpclient/trunk/httpclient-cache/src/site/apt/index.apt
    httpcomponents/httpclient/trunk/httpclient-cache/src/site/resources/
    httpcomponents/httpclient/trunk/httpclient-cache/src/site/resources/css/
    httpcomponents/httpclient/trunk/httpclient-cache/src/site/resources/css/site.css
    httpcomponents/httpclient/trunk/httpclient-cache/src/site/site.xml
Modified:
    httpcomponents/httpclient/trunk/httpmime/src/site/apt/index.apt

Added: httpcomponents/httpclient/trunk/httpclient-cache/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient-cache/src/site/apt/index.apt?rev=945824&view=auto
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient-cache/src/site/apt/index.apt (added)
+++ httpcomponents/httpclient/trunk/httpclient-cache/src/site/apt/index.apt Tue May 18 18:59:49 2010
@@ -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
+~~ <http://www.apache.org/>.
+
+    ----------
+    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}}    
+

Added: httpcomponents/httpclient/trunk/httpclient-cache/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient-cache/src/site/resources/css/site.css?rev=945824&view=auto
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient-cache/src/site/resources/css/site.css (added)
+++ httpcomponents/httpclient/trunk/httpclient-cache/src/site/resources/css/site.css Tue May 18 18:59:49 2010
@@ -0,0 +1 @@
+@import url("http://hc.apache.org/css/hc-maven.css");

Added: httpcomponents/httpclient/trunk/httpclient-cache/src/site/site.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient-cache/src/site/site.xml?rev=945824&view=auto
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient-cache/src/site/site.xml (added)
+++ httpcomponents/httpclient/trunk/httpclient-cache/src/site/site.xml Tue May 18 18:59:49 2010
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+   ====================================================================
+   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
+   <http://www.apache.org/>.
+ -->
+
+<project name="HttpClient">
+  <bannerLeft>
+    <name>Apache</name>
+    <src>http://www.apache.org/images/asf_logo_wide.gif</src>
+    <href>http://www.apache.org/</href>
+  </bannerLeft>
+
+  <bannerRight>
+    <name>HttpComponents</name>
+    <src>http://hc.apache.org/images/logos/httpcomponents.png</src>
+    <href>http://hc.apache.org/</href>
+  </bannerRight>
+
+  <body>
+    <menu name="HttpComponents">
+      <item name="Home" href="../.."/>
+    </menu>
+    <menu name="HttpClient Overview">
+      <item name="Description" href="../index.html"/>
+      <item name="Download" href="../download.html"/>
+      <item name="Examples" href="../examples.html"/>
+    </menu>
+    <menu ref="modules" />
+    <menu ref="reports"/>      
+  </body>
+</project>

Modified: httpcomponents/httpclient/trunk/httpmime/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpmime/src/site/apt/index.apt?rev=945824&r1=945823&r2=945824&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpmime/src/site/apt/index.apt (original)
+++ httpcomponents/httpclient/trunk/httpmime/src/site/apt/index.apt Tue May 18 18:59:49 2010
@@ -23,12 +23,12 @@
 ~~ <http://www.apache.org/>.
 
     ----------
-    HttpComponents HttpClient Module
+    HttpComponents HttpMime Module
     ----------
     ----------
     ----------
 
-HttpClient
+HttpMime
 
     This module provides support for MIME multipart encoded entities.