Author: dongjoon
Date: Sat Jan 2 23:25:04 2016
New Revision: 1722679
URL: http://svn.apache.org/viewvc?rev=1722679&view=rev
Log:
Add doap.rdf on websites
Added:
reef/site/doap.rdf
Added: reef/site/doap.rdf
URL: http://svn.apache.org/viewvc/reef/site/doap.rdf?rev=1722679&view=auto
==============================================================================
--- reef/site/doap.rdf (added)
+++ reef/site/doap.rdf Sat Jan 2 23:25:04 2016
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+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.
+-->
+<?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/">
+ <Project rdf:about="http://reef.apache.org/">
+ <created>2014-08-12</created>
+ <license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0" />
+ <name>Apache REEF</name>
+ <homepage rdf:resource="http://reef.apache.org/" />
+ <asfext:pmc rdf:resource="http://reef.apache.org/" />
+ <shortdesc>
+ Apache REEF (Retainable Evaluator Execution Framework) is
+ a scale-out computing fabric that eases the development of Big Data
+ applications on top of resource managers such as Apache YARN and Mesos.
+ </shortdesc>
+ <description>
+ Apache REEF (Retainable Evaluator Execution Framework) is a development
+ framework that provides a control-plane for scheduling and coordinating
+ task-level (data-plane) work on cluster resources obtained from a
+ Resource Manager. REEF provides mechanisms that facilitate resource
+ reuse for data caching, and state management abstractions that greatly
+ ease the development of elastic data processing workflows on cloud
+ platforms that support a Resource Manager service.
+ </description>
+ <bug-database rdf:resource="http://issues.apache.org/jira/browse/REEF" />
+ <mailing-list rdf:resource="http://reef.apache.org/mailing-list.html" />
+ <download-page rdf:resource="http://reef.apache.org/downloads.html" />
+ <programming-language>Java</programming-language>
+ <programming-language>C#</programming-language>
+ <programming-language>C++</programming-language>
+ <category rdf:resource="http://projects.apache.org/category/big-data" />
+ <release>
+ <Version>
+ <name>0.13.0-incubating</name>
+ <created>2015-10-14</created>
+ <revision>0.13.0-incubating</revision>
+ </Version>
+ </release>
+ <repository>
+ <GitRepository>
+ <location
rdf:resource="https://git-wip-us.apache.org/repos/asf/reef.git"/>
+ <browse
rdf:resource="https://git-wip-us.apache.org/repos/asf?p=reef.git"/>
+ </GitRepository>
+ </repository>
+ </Project>
+</rdf:RDF>