From: marios <[email protected]>

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

Signed-off-by: marios <[email protected]>
---
 site/content/doap_Deltacloud.rdf |   57 ++++++++++++++++++++++++++++++++++++++
 site/output/doap_Deltacloud.rdf  |   57 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 114 insertions(+), 0 deletions(-)
 create mode 100644 site/content/doap_Deltacloud.rdf
 create mode 100644 site/output/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:[email protected]"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf: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:[email protected]"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>
-- 
1.7.6.5

Reply via email to