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/04/19 12:10:34 UTC

svn commit: r395192 - in /jakarta/httpcomponents/httpcore/trunk/src/site: apt/download.apt site.xml

Author: olegk
Date: Wed Apr 19 03:10:32 2006
New Revision: 395192

URL: http://svn.apache.org/viewcvs?rev=395192&view=rev
Log:
Added download page

Added:
    jakarta/httpcomponents/httpcore/trunk/src/site/apt/download.apt
Modified:
    jakarta/httpcomponents/httpcore/trunk/src/site/site.xml

Added: jakarta/httpcomponents/httpcore/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/httpcore/trunk/src/site/apt/download.apt?rev=395192&view=auto
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/src/site/apt/download.apt (added)
+++ jakarta/httpcomponents/httpcore/trunk/src/site/apt/download.apt Wed Apr 19 03:10:32 2006
@@ -0,0 +1,25 @@
+    ----------
+    HttpComponents HttpCore Download Page
+    ----------
+    ----------
+    ----------
+
+HttpCore Downloads
+
+    The latest release available for download:
+
+    {{{http://jakarta.apache.org/site/downloads/downloads_httpcomponents-httpcore.cgi}4.0-alpha1}} - 
+    {{{http://www.apache.org/dist/jakarta/httpcomponents/httpcore/RELEASE_NOTES.txt}Release Notes}}
+
+    If you are using {{{http://maven.apache.org}Maven}} for your project, you can create a dependency 
+    in your {{{http://maven.apache.org/guides/introduction/introduction-to-the-pom.html}pom.xml}} 
+    by adding the following block to the dependency descriptor:
+
+-------------------------
+  <dependency>
+    <groupId>org.apache.jakarta.httpcomponents</groupId>
+    <artifactId>jakarta-httpcore</artifactId>
+    <version>4.0-alpha1</version>
+    <scope>compile</scope>
+  </dependency>
+-------------------------

Modified: jakarta/httpcomponents/httpcore/trunk/src/site/site.xml
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/httpcore/trunk/src/site/site.xml?rev=395192&r1=395191&r2=395192&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/src/site/site.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/src/site/site.xml Wed Apr 19 03:10:32 2006
@@ -26,6 +26,7 @@
     </menu>
     <menu name="HttpCore Overview">
       <item name="Description" href="index.html"/>
+      <item name="Download" href="download.html"/>
       <item name="Examples" href="examples.html"/>
     </menu>
     ${reports}