Author: chipchilders
Date: Thu Mar 21 03:20:55 2013
New Revision: 1459142
URL: http://svn.apache.org/r1459142
Log:
Initial load of a project doap file and the ppmc rdf
Added:
incubator/cloudstack/cloudstack_pmc.rdf
incubator/cloudstack/doap_CloudStack.rdf
Removed:
incubator/cloudstack/project_admin/process/
Added: incubator/cloudstack/cloudstack_pmc.rdf
URL:
http://svn.apache.org/viewvc/incubator/cloudstack/cloudstack_pmc.rdf?rev=1459142&view=auto
==============================================================================
--- incubator/cloudstack/cloudstack_pmc.rdf (added)
+++ incubator/cloudstack/cloudstack_pmc.rdf Thu Mar 21 03:20:55 2013
@@ -0,0 +1,120 @@
+<?xml version="1.0"?>
+<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/">
+ <asfext:PMC rdf:about="cloudstack">
+ <asfext:name>Apache CloudStack</asfext:name>
+ <asfext:chair>
+ <foaf:Person>
+ <foaf:name>Chip Childers</foaf:name>
+ </foaf:Person>
+ </asfext:chair>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Joe Brockmeier</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Will Chan</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Chip Childers</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Mohammad Nour El-Din</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Sebastien Goasguen</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Matt Richard Hogstrom</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Wido den Hollander</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Alex Huang</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Jim Jagielski</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Alex Karasulu</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>John Kinsella</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Kevin Kluge</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Olivier Lamy</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>David Nalley</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Brett Porter</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Noah Slater</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Marcus Sorensen</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Edison Su</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Hugo Trippaers</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:member>
+ <foaf:person>
+ <foaf:name>Chiradeep Vittal</foaf:name>
+ </foaf:person>
+ </asfext:member>
+ <asfext:charter>The Apache CloudStack Project be and hereby is
+ responsible for the creation and maintenance of software related to
+ providing and supporting Infrastructure-as-a-Service (IaaS) cloud
+ computing platforms.
+ </asfext:charter>
+ </asfext:PMC>
+</rdf:RDF>
Added: incubator/cloudstack/doap_CloudStack.rdf
URL:
http://svn.apache.org/viewvc/incubator/cloudstack/doap_CloudStack.rdf?rev=1459142&view=auto
==============================================================================
--- incubator/cloudstack/doap_CloudStack.rdf (added)
+++ incubator/cloudstack/doap_CloudStack.rdf Thu Mar 21 03:20:55 2013
@@ -0,0 +1,55 @@
+<?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://cloudstack.apache.org">
+ <created>2013-03-20</created>
+ <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+ <name>Apache CloudStack</name>
+ <homepage rdf:resource="http://cloudstack.apache.org" />
+ <asfext:pmc rdf:resource="http://incubator.apache.org" />
+ <shortdesc>Apache CloudStack is an IaaS (âInfrastracture as a
Serviceâ) cloud orchestration platform.</shortdesc>
+ <description>Apache CloudStack is open source software designed to deploy
and manage large
+ networks of virtual machines, as a highly available, highly scalable
Infrastructure as
+ a Service (IaaS) cloud computing platform. CloudStack is used by a
number of service
+ providers to offer public cloud services, and by many companies to
provide an
+ on-premises (private) cloud offering, or as part of a hybrid cloud
solution.
+
+ CloudStack is a turnkey solution that includes the entire "stack" of
features most
+ organizations want with an IaaS cloud: compute orchestration,
Network-as-a-Service,
+ user and account management, a full and open native API, resource
accounting, and a
+ first-class User Interface (UI).
+
+ CloudStack currently supports the most popular hypervisors: VMware,
KVM, XenServer and
+ Xen Cloud Platform (XCP).
+
+ Users can manage their cloud with an easy to use Web interface,
command line tools, and
+ / or a full-featured RESTful API. In addition, CloudStack provides an
API that's
+ compatible with AWS EC2 and S3 for organizations that wish to deploy
hybrid clouds.</description>
+ <bug-database
rdf:resource="https://issues.apache.org/jira/browse/CLOUDSTACK" />
+ <mailing-list
rdf:resource="http://cloudstack.apache.org/mailing-lists.html" />
+ <download-page rdf:resource="http://cloudstack.apache.org/downloads.html"
/>
+ <programming-language>Java</programming-language>
+ <programming-language>Python</programming-language>
+ <category rdf:resource="http://projects.apache.org/category/cloud" />
+ </Project>
+</rdf:RDF>