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/30 10:06:03 UTC

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

Author: rolandw
Date: Sun Dec 30 01:06:01 2007
New Revision: 607529

URL: http://svn.apache.org/viewvc?rev=607529&view=rev
Log:
newly generated DOAP for Commons HttpClient

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=607529&r1=607528&r2=607529&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/doap_httpclient.rdf (original)
+++ httpcomponents/oac.hc3x/trunk/doap_httpclient.rdf Sun Dec 30 01:06:01 2007
@@ -1,33 +1,124 @@
 <?xml version="1.0"?>
-<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+   $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 />.
+-->
+
   <Project rdf:about="http://hc.apache.org/httpclient-3.x/">
+    <created>2001-04-25</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
     <name>Apache Commons HttpClient</name>
-    <homepage rdf:resource="http://hc.apache.org/httpclient-3.x/"/>
+    <homepage rdf:resource="http://hc.apache.org/httpclient-3.x/" />
+    <asfext:pmc rdf:resource="http://httpcomponents.apache.org" />
+    <shortdesc>
+Client-side HTTP implementation in Java.
+    </shortdesc>
+    <description>
+Commons HttpClient is a library for client-side HTTP communication.
+It provides support for HTTP/1.1 and HTTP/1.0, plus
+various authentication schemes and cookie policies.
+Thanks to it's widespread use and years of development, it is a very
+mature and stable codebase. However, due to limitations in the API design,
+Commons HttpClient will eventually be replaced by HttpClient 4.0
+with a completely redesigned API based on HttpCore.
+    </description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/HTTPCLIENT" />
+    <mailing-list rdf:resource="http://httpcomponents.apache.org/httpclient-3.x/mail-lists.html" />
+    <download-page rdf:resource="http://httpcomponents.apache.org/downloads.cgi" />
     <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://hc.apache.org/downloads.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.
-  </description>
+    <category rdf:resource="http://projects.apache.org/category/http" />
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <category rdf:resource="http://projects.apache.org/category/network-client" />
+
+    <!-- multiple releases can be listed, each in it's own section -->
+    <release>
+      <Version>
+        <name>commons-httpclient-3.1</name>
+        <created>2007-08-22</created>
+        <revision>3.1</revision>
+      </Version>
+    </release>
+
     <repository>
       <SVNRepository>
-        <browse rdf:resource="http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk"/>
         <location rdf:resource="http://svn.apache.org/repos/asf/httpcomponents/oac.hc3x/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk"/>
       </SVNRepository>
     </repository>
-    <release>
-      <revision>
-        <name>commons-httpclient</name>
-        <created>2007-08-22</created>
-        <version>3.1</version>
-      </revision>
-    </release>
-    <mailing-list rdf:resource="http://hc.apache.org/httpclient-3.x/mail-lists.html"/>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Hypertext Transfer Protocol -- HTTP/1.1</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2616</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2616"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Hypertext Transfer Protocol -- HTTP/1.0</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 1945</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc1945"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Upgrading to TLS Within HTTP/1.1</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2817</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2817"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP Over TLS</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2818</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2818"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP Authentication: Basic and Digest Access Authentication</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2617</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2617"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP State Management Mechanism (Cookies)</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2109</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2109"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP State Management Mechanism (Cookie2)</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2965</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2965"/>
+    </asfext:Standard></asfext:implements>
+
   </Project>
 </rdf:RDF>