You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by st...@apache.org on 2009/04/01 18:14:17 UTC

svn commit: r760947 - in /labs/clouds: ./ branches/ doap.rdf tags/ trunk/

Author: stevel
Date: Wed Apr  1 16:14:17 2009
New Revision: 760947

URL: http://svn.apache.org/viewvc?rev=760947&view=rev
Log:
created the clouds tree

Added:
    labs/clouds/
    labs/clouds/branches/
    labs/clouds/doap.rdf
    labs/clouds/tags/
    labs/clouds/trunk/

Added: labs/clouds/doap.rdf
URL: http://svn.apache.org/viewvc/labs/clouds/doap.rdf?rev=760947&view=auto
==============================================================================
--- labs/clouds/doap.rdf (added)
+++ labs/clouds/doap.rdf Wed Apr  1 16:14:17 2009
@@ -0,0 +1,42 @@
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/"
+xmlns:labs="http://labs.apache.org/doap-ext/1.0#"
+xmlns:projects="http://projects.apache.org/ns/asfext#">
+<Project rdf:about="http://labs.apache.org/labs#clouds">
+<name>Clouds</name>
+<shortname>clouds</shortname>
+<shortdesc xml:lang="en">Architecture, tools and tests for integrating Apache products into to "the cloud"</shortdesc>
+<description xml:lang="en">This project aims to be an architecture, testing and documentation
+project for integrating Apache applications on top of outsourced or privately hosted cloud computing
+infrastructures. It's aim is to enhance existing code to work better in this environment, provide
+some of the glue needed to manage them, and test the resulting Apache Cloud Computing Edition stack
+in some of the slowly emerging cloud infrastructures. It is multi-language, as a production system
+will need to intergate with mod_proxy, CouchDB, as well as the Apache Java portfolio. It will
+target Linux and other Unix platforms underneath only, and package and test on those 
+systems.</description> 
+<homepage rdf:resource="http://labs.apache.org/clouds/"/> 
+<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/> 
+<created>2009-3-30</created>
+<labs:status>active</labs:status> 
+<maintainer>
+  <foaf:Person rdf:about="http://people.apache.org/~stevel/#me">
+    foaf:name>Steve Loughran</foaf:name>
+    <foaf:homepage rdf:resource="http://people.apache.org/~stevel/"/>
+    <foaf:mbox_sha1sum>ac44f45824e62919f3c6732fc0aebaf54fbd518b</foaf:mbox_sha1sum>
+    </foaf:Person>
+</maintainer>
+<repository>
+  <SVNRepository>
+    <location
+      rdf:resource="http://svn.apache.org/repos/asf/labs/clouds/"/> 
+    <browse
+      rdf:resource="http://svn.apache.org/viewvc/labs/clouds/"/>
+    </SVNRepository>
+</repository>
+<programming-language>Java</programming-language>
+<programming-language>Erlang</programming-language>
+<programming-language>C++</programming-language>
+<os>unix</os>
+<os>linux</os>
+</Project>
+</rdf:RDF>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org