Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
DOAP file added
Browse files Browse the repository at this point in the history
  • Loading branch information
lakwarus committed Jun 9, 2014
1 parent 3a767ef commit 157b0c3
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions doap_Stratos.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
<rdf:RDF xml:lang="en"
xmlns="http:https://usefulinc.com/ns/doap#"
xmlns:rdf="http:https://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:asfext="http:https://projects.apache.org/ns/asfext#"
xmlns:foaf="http:https://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:https://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:https://stratos.apache.org/">
<created>2014-06-09</created>
<license rdf:resource="http:https://spdx.org/licenses/Apache-2.0" />
<name>Apache Stratos</name>
<homepage rdf:resource="http:https://stratos.apache.org/" />
<asfext:pmc rdf:resource="http:https://stratos.apache.org" />
<shortdesc>Apache Stratos is a highly-extensible Platform-as-a-Service (PaaS) framework that helps run Apache Tomcat, PHP, and MySQL applications and can be extended to support many more environments on all major cloud infrastructures. </shortdesc>
<description>Apache Stratos is a highly-extensible Platform-as-a-Service (PaaS) framework that helps run Apache Tomcat, PHP, and MySQL applications and can be extended to support many more environments on all major cloud infrastructures. For developers, Stratos provides a cloud-based environment for developing, testing, and running scalable applications. IT providers benefit from high utilization rates, automated resource management, and platform-wide insight including monitoring and billing.</description>
<bug-database rdf:resource="https://issues.apache.org/jira/browse/stratos" />
<mailing-list rdf:resource="http:https://stratos.apache.org/community/mailing-lists.html" />
<download-page rdf:resource="http:https://stratos.apache.org/releases/index.html" />
<programming-language>Java</programming-language>
<category rdf:resource="http:https://projects.apache.org/category/cloud" />
<release>
<Version>
<name>Apache Stratos 3.0.0-incubating</name>
<created>2013-11-09</created>
<revision></revision>
</Version>
</release>
<repository>
<SVNRepository>
<location rdf:resource="https://git-wip-us.apache.org/repos/asf/stratos.git"/>
<browse rdf:resource="http:https://stratos.apache.org/development/source.html"/>
</SVNRepository>
</repository>
<maintainer>
<foaf:Person>
<foaf:name>Lakmal Warusawithana</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
</foaf:Person>
</maintainer>
</Project>
</rdf:RDF>

0 comments on commit 157b0c3

Please sign in to comment.