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:56:44 UTC

git commit: Adding doap .rdf file to resolve JIRA DTACLOUD_193

Updated Branches:
  refs/heads/master c3dd00f17 -> c79de54d6


Adding doap .rdf file to resolve JIRA DTACLOUD_193

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


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/c79de54d
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/c79de54d
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/c79de54d

Branch: refs/heads/master
Commit: c79de54d623158ede99d3a25f9729b9104717092
Parents: c3dd00f
Author: marios <ma...@redhat.com>
Authored: Thu May 10 18:53:53 2012 +0300
Committer: marios <ma...@redhat.com>
Committed: Thu May 10 18:53:53 2012 +0300

----------------------------------------------------------------------
 site/content/doap_Deltacloud.rdf |   57 +++++++++++++++++++++++++++++++++
 site/output/doap_Deltacloud.rdf  |   57 +++++++++++++++++++++++++++++++++
 2 files changed, 114 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c79de54d/site/content/doap_Deltacloud.rdf
----------------------------------------------------------------------
diff --git a/site/content/doap_Deltacloud.rdf b/site/content/doap_Deltacloud.rdf
new file mode 100644
index 0000000..cccc13b
--- /dev/null
+++ b/site/content/doap_Deltacloud.rdf
@@ -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>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c79de54d/site/output/doap_Deltacloud.rdf
----------------------------------------------------------------------
diff --git a/site/output/doap_Deltacloud.rdf b/site/output/doap_Deltacloud.rdf
new file mode 100644
index 0000000..cccc13b
--- /dev/null
+++ b/site/output/doap_Deltacloud.rdf
@@ -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>