You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2010/03/25 20:05:28 UTC

svn commit: r927544 - /qpid/doap_qpid.rdf

Author: astitcher
Date: Thu Mar 25 19:05:28 2010
New Revision: 927544

URL: http://svn.apache.org/viewvc?rev=927544&view=rev
Log:
Added a doap file for qpid

Added:
    qpid/doap_qpid.rdf

Added: qpid/doap_qpid.rdf
URL: http://svn.apache.org/viewvc/qpid/doap_qpid.rdf?rev=927544&view=auto
==============================================================================
--- qpid/doap_qpid.rdf (added)
+++ qpid/doap_qpid.rdf Thu Mar 25 19:05:28 2010
@@ -0,0 +1,62 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<!--
+   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.
+-->
+<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/">
+  <Project rdf:about="http://qpid.apache.org">
+    <created>2009-01-21</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Qpid</name>
+    <homepage rdf:resource="http://qpid.apache.org" />
+    <asfext:pmc rdf:resource="http://qpid.apache.org" />
+    <shortdesc>AMQP enterprise messaging implementation.</shortdesc>
+    <description>Apache Qpid implements the latest AMQP specification, the first open standard for enterprise messaging, and provides transaction management, queuing, distribution, security, management, clustering, federation and heterogeneous multi-platform support and a lot more.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/qpid" />
+    <mailing-list rdf:resource="http://qpid.apache.org/mailing-lists.html" />
+    <download-page rdf:resource="http://qpid.apache.org/download.html" />
+    <programming-language>C++</programming-language>
+    <programming-language>Java</programming-language>
+    <programming-language>C#</programming-language>
+    <programming-language>Python</programming-language>
+    <programming-language>Ruby</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-server" />
+    <category rdf:resource="http://projects.apache.org/category/network-client" />
+    <release>
+      <Version>
+        <name>Apache Qpid 0.6</name>
+        <created>2010-03-25</created>
+        <revision>0.6</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/qpid/trunk/qpid/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/qpid/trunk/qpid"/>
+      </SVNRepository>
+    </repository>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Advanced Message Queing Protocol</asfext:title>
+      <asfext:body>AMQP Working Group</asfext:body>
+      <asfext:id>AMQP 0-8, AMQP 0-9, AMQP 0-9-1, AMQP 0-10</asfext:id>
+      <asfext:url rdf:resource="http://www.amqp.org"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org