Author: jmitchell
Date: Fri Jul  7 18:52:25 2006
New Revision: 420032

URL: http://svn.apache.org/viewvc?rev=420032&view=rev
Log:
Add doap file for site-dev

Added:
    shale/trunk/src/site/resources/doap_Shale.rdf   (with props)

Added: shale/trunk/src/site/resources/doap_Shale.rdf
URL: 
http://svn.apache.org/viewvc/shale/trunk/src/site/resources/doap_Shale.rdf?rev=420032&view=auto
==============================================================================
--- shale/trunk/src/site/resources/doap_Shale.rdf (added)
+++ shale/trunk/src/site/resources/doap_Shale.rdf Fri Jul  7 18:52:25 2006
@@ -0,0 +1,36 @@
+<?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/";>
+<!--
+  =======================================================================
+
+   Copyright (c) 2006 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://Shale.rdf.apache.org/";>
+    <created>2006-03-16</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
+    <name>Apache Shale</name>
+    <homepage rdf:resource="http://shale.apache.org"; />
+    <asfext:pmc rdf:resource="http://shale.apache.org"; />
+    <shortdesc>Home of several MVC Web Frameworks</shortdesc>
+    <description>The goal of the Apache Shale project is to encourage 
application architectures based on the "Model 2" approach, a variation of the 
classic Model-View-Controller (MVC) design paradigm.</description>
+    <bug-database rdf:resource="http://issues.apache.org/struts/"; />
+    <mailing-list rdf:resource="http://shale.apache.org/mail.html"; />
+    <download-page rdf:resource="http://shale.apache.org/downloads.html"; />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/web-framework"; 
/>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/shale/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/shale/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Propchange: shale/trunk/src/site/resources/doap_Shale.rdf
------------------------------------------------------------------------------
    svn:executable = *


Reply via email to