You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by ma...@apache.org on 2012/05/10 17:43:36 UTC

svn commit: r1336750 - in /deltacloud/trunk/site: content/doap_Deltacloud.rdf output/doap_Deltacloud.rdf

Author: marios
Date: Thu May 10 15:43:36 2012
New Revision: 1336750

URL: http://svn.apache.org/viewvc?rev=1336750&view=rev
Log:
Adding doap .rdf file to resolve JIRA DTACLOUD_193

https://issues.apache.org/jira/browse/DTACLOUD-193

Added:
    deltacloud/trunk/site/content/doap_Deltacloud.rdf
    deltacloud/trunk/site/output/doap_Deltacloud.rdf

Added: deltacloud/trunk/site/content/doap_Deltacloud.rdf
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/content/doap_Deltacloud.rdf?rev=1336750&view=auto
==============================================================================
--- deltacloud/trunk/site/content/doap_Deltacloud.rdf (added)
+++ deltacloud/trunk/site/content/doap_Deltacloud.rdf Thu May 10 15:43:36 2012
@@ -0,0 +1,57 @@
+<?xml version="1.0"?>
+<?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/">
+<!--
+    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.
+-->
+  <Project rdf:about="http://deltacloud.apache.org">
+    <created>2012-04-14</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache DeltaCloud</name>
+    <homepage rdf:resource="http://deltacloud.apache.org" />
+    <asfext:pmc rdf:resource="http://deltacloud.apache.org" />
+    <shortdesc>Apache DeltaCloud software provides a universal API to abstract differences between cloud providers.</shortdesc>
+    <description>Apache DeltaCloud software allows you to start an instance on an internal cloud, then with the same code start another on EC2 or Rackspace. Deltacloud protects your apps from cloud API changes and incompatibilities, so you can concentrate on managing cloud instances the way you want. .</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/DTACLOUD" />
+    <mailing-list rdf:resource="http://deltacloud.apache.org/contact.html" />
+    <download-page rdf:resource="http://deltacloud.apache.org/download.html" />
+    <programming-language>Ruby</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-client" />
+    <release>
+      <Version>
+        <name>Apache deltacloud 0.5</name>
+        <created>2012-02-03</created>
+        <revision>0.5</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/deltacloud.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/deltacloud.git"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache DeltaCloud PMC</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@deltacloud.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: deltacloud/trunk/site/output/doap_Deltacloud.rdf
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/doap_Deltacloud.rdf?rev=1336750&view=auto
==============================================================================
--- deltacloud/trunk/site/output/doap_Deltacloud.rdf (added)
+++ deltacloud/trunk/site/output/doap_Deltacloud.rdf Thu May 10 15:43:36 2012
@@ -0,0 +1,57 @@
+<?xml version="1.0"?>
+<?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/">
+<!--
+    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.
+-->
+  <Project rdf:about="http://deltacloud.apache.org">
+    <created>2012-04-14</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache DeltaCloud</name>
+    <homepage rdf:resource="http://deltacloud.apache.org" />
+    <asfext:pmc rdf:resource="http://deltacloud.apache.org" />
+    <shortdesc>Apache DeltaCloud software provides a universal API to abstract differences between cloud providers.</shortdesc>
+    <description>Apache DeltaCloud software allows you to start an instance on an internal cloud, then with the same code start another on EC2 or Rackspace. Deltacloud protects your apps from cloud API changes and incompatibilities, so you can concentrate on managing cloud instances the way you want. .</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/DTACLOUD" />
+    <mailing-list rdf:resource="http://deltacloud.apache.org/contact.html" />
+    <download-page rdf:resource="http://deltacloud.apache.org/download.html" />
+    <programming-language>Ruby</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-client" />
+    <release>
+      <Version>
+        <name>Apache deltacloud 0.5</name>
+        <created>2012-02-03</created>
+        <revision>0.5</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/deltacloud.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/deltacloud.git"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache DeltaCloud PMC</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@deltacloud.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>