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 2006/08/13 14:36:07 UTC

svn commit: r431166 - in /jakarta/httpcomponents/httpcore/trunk: ./ module-main/ module-main/src/site/ module-main/src/site/apt/ module-nio/ module-nio/src/site/ module-nio/src/site/apt/ src/site/ src/site/apt/

Author: olegk
Date: Sun Aug 13 05:36:07 2006
New Revision: 431166

URL: http://svn.apache.org/viewvc?rev=431166&view=rev
Log:
Updated HttpCore web site

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

Modified: jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml?rev=431166&r1=431165&r2=431166&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml Sun Aug 13 05:36:07 2006
@@ -7,7 +7,7 @@
     <version>4.0-alpha3-SNAPSHOT</version>
   </parent>
   <artifactId>jakarta-httpcore</artifactId>
-  <name>HttpCore (Main module)</name>
+  <name>HttpCore (base module)</name>
   <inceptionYear>2005</inceptionYear>
   <description>
    Core HTTP components (Java 1.3 compatible)
@@ -22,6 +22,12 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-main</connection>
+    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-main</developerConnection>
+    <url>http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-main</url>
+  </scm>
 
   <dependencies>
     <dependency>

Modified: jakarta/httpcomponents/httpcore/trunk/module-main/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-main/src/site/apt/index.apt?rev=431166&r1=431165&r2=431166&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-main/src/site/apt/index.apt (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-main/src/site/apt/index.apt Sun Aug 13 05:36:07 2006
@@ -1,12 +1,12 @@
     ----------
-    HttpComponents HttpCore Main Module
+    HttpComponents HttpCore Base Module
     ----------
     ----------
     ----------
 
-HttpCore (Main Module)
+HttpCore (base module)
 
-    This is the main module of HttpCore, which contains its public API and the default
+    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.
@@ -17,4 +17,4 @@
     
     {{{dependencies.html}Dependencies}}    
     
-    {{{issue-tracking.html}Issue Tracking}}    
\ No newline at end of file
+    {{{issue-tracking.html}Issue Tracking}}    

Modified: jakarta/httpcomponents/httpcore/trunk/module-main/src/site/site.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-main/src/site/site.xml?rev=431166&r1=431165&r2=431166&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-main/src/site/site.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-main/src/site/site.xml Sun Aug 13 05:36:07 2006
@@ -13,17 +13,10 @@
   </bannerRight>
 
   <body>
-    <links>
-      <item name="Apache" href="http://www.apache.org/" />
-      <item name="Jakarta" href="http://jakarta.apache.org/"/>
-      <item name="HttpComponents" href="../.."/>
-      <item name="HttpCore" href=".."/>
-    </links>
-
     <menu name="HttpCore">
       <item name="Home" href=".."/>
     </menu>
     ${reports}
 
   </body>
-</project>
\ No newline at end of file
+</project>

Modified: jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml?rev=431166&r1=431165&r2=431166&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml Sun Aug 13 05:36:07 2006
@@ -23,6 +23,12 @@
     </license>
   </licenses>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-nio</connection>
+    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-nio</developerConnection>
+    <url>http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-nio</url>
+  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>

Modified: jakarta/httpcomponents/httpcore/trunk/module-nio/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-nio/src/site/apt/index.apt?rev=431166&r1=431165&r2=431166&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-nio/src/site/apt/index.apt (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-nio/src/site/apt/index.apt Sun Aug 13 05:36:07 2006
@@ -8,7 +8,7 @@
 
     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.4 compatible 
-    runtime and HttpCore main module.
+    runtime and HttpCore {{{../jakarta-httpcore/index.html}base}} module.
 
     {{{apidocs/index.html}Javadocs}}
     
@@ -16,4 +16,4 @@
     
     {{{dependencies.html}Dependencies}}    
     
-    {{{issue-tracking.html}Issue Tracking}}    
\ No newline at end of file
+    {{{issue-tracking.html}Issue Tracking}}    

Modified: jakarta/httpcomponents/httpcore/trunk/module-nio/src/site/site.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-nio/src/site/site.xml?rev=431166&r1=431165&r2=431166&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-nio/src/site/site.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-nio/src/site/site.xml Sun Aug 13 05:36:07 2006
@@ -13,17 +13,10 @@
   </bannerRight>
 
   <body>
-    <links>
-      <item name="Apache" href="http://www.apache.org/" />
-      <item name="Jakarta" href="http://jakarta.apache.org/"/>
-      <item name="HttpComponents" href="../.."/>
-      <item name="HttpCore" href=".."/>
-    </links>
-
     <menu name="HttpCore">
       <item name="Home" href=".."/>
     </menu>
     ${reports}
 
   </body>
-</project>
\ No newline at end of file
+</project>

Modified: jakarta/httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/pom.xml?rev=431166&r1=431165&r2=431166&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/pom.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/pom.xml Sun Aug 13 05:36:07 2006
@@ -81,21 +81,6 @@
         <artifactId>maven-javadoc-plugin</artifactId>
       </plugin>
       <plugin>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>dependencies</report>
-              <report>issue-tracking</report>
-              <report>license</report>
-              <report>scm</report>
-              <report>project-team</report>
-              <report>mailing-list</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>jxr-maven-plugin</artifactId>
       </plugin>

Modified: jakarta/httpcomponents/httpcore/trunk/src/site/apt/examples.apt
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/src/site/apt/examples.apt?rev=431166&r1=431165&r2=431166&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/src/site/apt/examples.apt (original)
+++ jakarta/httpcomponents/httpcore/trunk/src/site/apt/examples.apt Sun Aug 13 05:36:07 2006
@@ -6,16 +6,16 @@
 
 HttpCore Examples
 
-    * {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/src/examples/org/apache/http/examples/ElementalHttpGet.java}Simple HTTP GET}}
+    * {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/ElementalHttpGet.java}Simple HTTP GET}}
     
     This example demonstrates how to execute a series of simple HTTP GET requests.
 
-    * {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/src/examples/org/apache/http/examples/ElementalHttpPost.java}Simple HTTP POST}}
+    * {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/ElementalHttpPost.java}Simple HTTP POST}}
     
     This example demonstrates how to execute a series of simple HTTP POST requests that enclose entity 
     content of various types: a string, a byte array, an arbitrary input stream.  
 
-    * {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/src/examples/org/apache/http/examples/ElementalHttpServer.java}Simple HTTP server}}
+    * {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/ElementalHttpServer.java}Simple HTTP server}}
     
     This is an example of a simple, but fully functional HTTP/1.1 server written with only a few dozens 
     lines of Java code.

Modified: jakarta/httpcomponents/httpcore/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/src/site/apt/index.apt?rev=431166&r1=431165&r2=431166&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/src/site/apt/index.apt (original)
+++ jakarta/httpcomponents/httpcore/trunk/src/site/apt/index.apt Sun Aug 13 05:36:07 2006
@@ -6,9 +6,26 @@
 
 HttpCore Overview
 
-    HttpCore components implement the most fundamental aspects of the HTTP protocol. They are nonetheless 
-    sufficient to develop basic client-side and server-side HTTP services with a minimal footprint and no 
-    external dependencies. HttpCore components require only Java 1.3 compatible JVM.
+    HttpCore components implement the most fundamental aspects of the HTTP protocol that 
+    are nonetheless sufficient to develop full-featured client-side and server-side HTTP 
+    services with a minimal footprint.
+
+Modules
+
+    HttpCore has a modular structure with a base module and a number of specialized 
+    extensions.
+
+* HttpCore base module
+
+    The {{{jakarta-httpcore/index.html}Base}} module contains HttpCore public API and the 
+    default implementation based on the classic java I/O model. HttpCore base module 
+    require Java 1.3 compatible runtime and have no dependency on any external libraries.
+
+* HttpCore NIO extensions
+
+    HttpCore {{{jakarta-httpcore-nio/index.html}NIO extensions}} contain optional 
+    components that leverage event driven, non-blocking I/O (NIO) model. HttpCore NIO 
+    extensions require Java 1.4 compatible runtime and HttpCore base module.
 
 Standards Compliance
 

Modified: jakarta/httpcomponents/httpcore/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/src/site/site.xml?rev=431166&r1=431165&r2=431166&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/src/site/site.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/src/site/site.xml Sun Aug 13 05:36:07 2006
@@ -27,6 +27,10 @@
       <item name="Download" href="download.html"/>
       <item name="Examples" href="examples.html"/>
     </menu>
+    <menu name="Modules">
+      <item name="Base" href="jakarta-httpcore/index.html"/>
+      <item name="NIO extensions" href="jakarta-httpcore-nio/index.html"/>
+    </menu>
     ${reports}
 
   </body>