Author: mfranklin
Date: Thu Apr  5 21:43:58 2012
New Revision: 1310084

URL: http://svn.apache.org/viewvc?rev=1310084&view=rev
Log:
Adding doap file for project

Added:
    rave/doap.rdf

Added: rave/doap.rdf
URL: http://svn.apache.org/viewvc/rave/doap.rdf?rev=1310084&view=auto
==============================================================================
--- rave/doap.rdf (added)
+++ rave/doap.rdf Thu Apr  5 21:43:58 2012
@@ -0,0 +1,50 @@
+<?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://rave.apache.org";>
+    <created>2012-04-05</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
+    <name>Apache Rave</name>
+    <homepage rdf:resource="http://rave.apache.org"; />
+    <asfext:pmc rdf:resource="http://rave.apache.org"; />
+    <shortdesc>Rave is a widgets-based, web-and-social mashup 
engine</shortdesc>
+    <description>Apache Rave is a new web and social mashup engine. It will 
provide an out-of-the-box as well as an extendible lightweight Java platform to 
host, serve and aggregate (Open)Social Gadgets and services through a highly 
customizable and Web 2.0 friendly front-end. Rave is targeted as engine for 
internet and intranet portals and as building block to provide context-aware 
personalization and collaboration features for multi-site/multi-channel 
(mobile) oriented and content driven websites and (social) network oriented 
services and platforms. For the OpenSocial container and services the (Java) 
Apache Shindig will be integrated. At a later stage further generalization is 
envisioned to also transparently support W3C Widgets using Apache 
Wookie.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/RAVE"; />
+    <mailing-list rdf:resource="http://rave.apache.org/mailing-lists.html"; />
+    <download-page rdf:resource="http://rave.apache.org/downloads.html"; />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/web-framework"; 
/>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/rave"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/rave/tags/0.10"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Matt Franklin</foaf:name>
+          <foaf:mbox rdf:resource="mailto:[email protected]"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>


Reply via email to