Author: jmitchell Date: Thu Mar 16 03:34:30 2006 New Revision: 386311 URL: http://svn.apache.org/viewcvs?rev=386311&view=rev Log: Initial doap file.
See http://projects.apache.org/doap.html for more details on why this is needed. Thanks Anto Paul for pushing this back in front of my attention. Added: struts/site/trunk/xdocs/doap_Struts.rdf Added: struts/site/trunk/xdocs/doap_Struts.rdf URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/doap_Struts.rdf?rev=386311&view=auto ============================================================================== --- struts/site/trunk/xdocs/doap_Struts.rdf (added) +++ struts/site/trunk/xdocs/doap_Struts.rdf Thu Mar 16 03:34:30 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://Struts.rdf.apache.org/"> + <created>2006-03-16</created> + <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> + <name>http://Struts</name> + <homepage rdf:resource="http://struts.apache.org" /> + <asfext:pmc rdf:resource="http://struts.apache.org" /> + <shortdesc>Home of several MVC Web Frameworks</shortdesc> + <description>The goal of the Apache Struts 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/bugzilla/" /> + <mailing-list rdf:resource="http://struts.apache.org/mail.html" /> + <download-page rdf:resource="http://struts.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/struts/"/> + <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/struts/"/> + </SVNRepository> + </repository> + </Project> +</rdf:RDF> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]