You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ro...@apache.org on 2007/12/28 14:12:53 UTC

svn commit: r607234 - in /httpcomponents/httpcore/trunk: module-main/src/site/apt/index.apt module-nio/src/site/apt/index.apt src/site/apt/download.apt src/site/apt/examples.apt src/site/apt/index.apt

Author: rolandw
Date: Fri Dec 28 05:12:52 2007
New Revision: 607234

URL: http://svn.apache.org/viewvc?rev=607234&view=rev
Log:
added Apache header to apt files, minor rephrasing

Modified:
    httpcomponents/httpcore/trunk/module-main/src/site/apt/index.apt
    httpcomponents/httpcore/trunk/module-nio/src/site/apt/index.apt
    httpcomponents/httpcore/trunk/src/site/apt/download.apt
    httpcomponents/httpcore/trunk/src/site/apt/examples.apt
    httpcomponents/httpcore/trunk/src/site/apt/index.apt

Modified: httpcomponents/httpcore/trunk/module-main/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/module-main/src/site/apt/index.apt?rev=607234&r1=607233&r2=607234&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/module-main/src/site/apt/index.apt (original)
+++ httpcomponents/httpcore/trunk/module-main/src/site/apt/index.apt Fri Dec 28 05:12:52 2007
@@ -1,3 +1,31 @@
+~~ $HeadURL$
+~~ $Revision$
+~~ $Date$
+~~ 
+~~ ====================================================================
+~~ 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 HttpCore Base Module
     ----------
@@ -6,10 +34,10 @@
 
 HttpCore (base module)
 
-    This is the base module of HttpCore, which contains its public API and the default
-    implementation based on classic java I/O model. The HttpCore API and the default 
-    implementation require Java 1.3 compatible runtime and have no dependency on any 
-    external libraries.
+    This is the base module of HttpCore, which contains its public API and the
+    default implementation based on the classic Java I/O model.
+    The HttpCore API and the default implementation require a Java 1.3
+    compatible runtime and have no dependency on any external libraries.
 
     {{{apidocs/index.html}Javadocs}}
     

Modified: httpcomponents/httpcore/trunk/module-nio/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/module-nio/src/site/apt/index.apt?rev=607234&r1=607233&r2=607234&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/module-nio/src/site/apt/index.apt (original)
+++ httpcomponents/httpcore/trunk/module-nio/src/site/apt/index.apt Fri Dec 28 05:12:52 2007
@@ -1,3 +1,31 @@
+~~ $HeadURL$
+~~ $Revision$
+~~ $Date$
+~~ 
+~~ ====================================================================
+~~ 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 HttpCore NIO Extensions Module
     ----------
@@ -6,9 +34,10 @@
 
 HttpCore (NIO Extensions Module)
 
-    This module contains optional extensions to the HttpCore API that leverage event driven, 
-    non-blocking I/O (NIO) model. HttpCore NIO extensions require Java 1.5 compatible 
-    runtime and HttpCore {{{../httpcomponents-core/index.html}base}} module.
+    This module contains optional extensions to the HttpCore API that
+    leverage the event driven, non-blocking I/O (NIO) model.
+    HttpCore NIO extensions require a Java 1.5 compatible runtime and
+    the HttpCore {{{../httpcomponents-core/index.html}base}} module.
 
     {{{apidocs/index.html}Javadocs}}
     

Modified: httpcomponents/httpcore/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/site/apt/download.apt?rev=607234&r1=607233&r2=607234&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/site/apt/download.apt (original)
+++ httpcomponents/httpcore/trunk/src/site/apt/download.apt Fri Dec 28 05:12:52 2007
@@ -1,3 +1,31 @@
+~~ $HeadURL$
+~~ $Revision$
+~~ $Date$
+~~ 
+~~ ====================================================================
+~~ 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 HttpCore Download Page
     ----------

Modified: httpcomponents/httpcore/trunk/src/site/apt/examples.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/site/apt/examples.apt?rev=607234&r1=607233&r2=607234&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/site/apt/examples.apt (original)
+++ httpcomponents/httpcore/trunk/src/site/apt/examples.apt Fri Dec 28 05:12:52 2007
@@ -1,3 +1,31 @@
+~~ $HeadURL$
+~~ $Revision$
+~~ $Date$
+~~ 
+~~ ====================================================================
+~~ 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 HttpCore Examples
     ----------

Modified: httpcomponents/httpcore/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/site/apt/index.apt?rev=607234&r1=607233&r2=607234&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/site/apt/index.apt (original)
+++ httpcomponents/httpcore/trunk/src/site/apt/index.apt Fri Dec 28 05:12:52 2007
@@ -1,3 +1,31 @@
+~~ $HeadURL$
+~~ $Revision$
+~~ $Date$
+~~ 
+~~ ====================================================================
+~~ 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 HttpCore Overview
     ----------