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/20 15:47:57 UTC

svn commit: r605945 - /httpcomponents/oac.hc3x/trunk/doap_httpclient.rdf

Author: rolandw
Date: Thu Dec 20 06:47:54 2007
New Revision: 605945

URL: http://svn.apache.org/viewvc?rev=605945&view=rev
Log:
more categories, fixed download link

Modified:
    httpcomponents/oac.hc3x/trunk/doap_httpclient.rdf

Modified: httpcomponents/oac.hc3x/trunk/doap_httpclient.rdf
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/doap_httpclient.rdf?rev=605945&r1=605944&r2=605945&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/doap_httpclient.rdf (original)
+++ httpcomponents/oac.hc3x/trunk/doap_httpclient.rdf Thu Dec 20 06:47:54 2007
@@ -5,13 +5,15 @@
     <homepage rdf:resource="http://hc.apache.org/httpclient-3.x/"/>
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/library"/>
+    <category rdf:resource="http://projects.apache.org/category/http"/>
+    <category rdf:resource="http://projects.apache.org/category/network-client"/>
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/HTTPCLIENT"/>
-    <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-httpclient.cgi"/>
+    <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-httpclient-3.x.cgi"/>
     <asfext:pmc rdf:resource="http://httpcomponents.apache.org/"/>
     <shortdesc xml:lang="en">Client-side HTTP implementation in Java.</shortdesc>
     <description xml:lang="en">
-    The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0)  and RFC 2616 (HTTP/1.1), several related specifications (RFC 2109 (Cookies), RFC 2617 (HTTP Authentication), etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
+    The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1), several related specifications (RFC 2109 (Cookies), RFC 2617 (HTTP Authentication), etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
   </description>
     <repository>
       <SVNRepository>