Author: bayard
Date: Tue Jan 31 07:27:29 2006
New Revision: 373837

URL: http://svn.apache.org/viewcvs?rev=373837&view=rev
Log:
doap file for projects.apache.org

Added:
    jakarta/tapestry/trunk/doap_Tapestry.rdf

Added: jakarta/tapestry/trunk/doap_Tapestry.rdf
URL: 
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/doap_Tapestry.rdf?rev=373837&view=auto
==============================================================================
--- jakarta/tapestry/trunk/doap_Tapestry.rdf (added)
+++ jakarta/tapestry/trunk/doap_Tapestry.rdf Tue Jan 31 07:27:29 2006
@@ -0,0 +1,34 @@
+<?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#">
+  <Project rdf:about="http://jakarta.apache.org/tapestry/";>
+    <created>2006-01-31</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
+    <name>Apache Jakarta Tapestry</name>
+    <homepage rdf:resource="http://jakarta.apache.org/tapestry/"; />
+    <asfext:pmc rdf:resource="http://jakarta.apache.org"; />
+    <shortdesc>Framework for creating dynamic, robust, highly scalable web 
applications</shortdesc>
+    <description>Tapestry is a component-based web application framework, 
written in Java. Tapestry is more than a simple templating system; Tapestry 
builds on the Java Servlet API to build a platform for creating dynamic, 
interactive web sites. More than just another templating language, Tapestry is 
a real framework for building complex applications from simple, reusable 
components. Tapestry offloads much of the error-prone work in creating web 
applications into the framework itself, taking over mundane tasks such as 
dispatching incoming requests, constructing and interpretting URLs encoded with 
information, handling localization and internationalization and much more 
besides.</description>
+    <bug-database 
rdf:resource="http://issues.apache.org/jira/secure/BrowseProject.jspa?id= 
10573" />
+    <mailing-list 
rdf:resource="http://jakarta.apache.org/site/mail2.html#Tapestry"; />
+    <download-page 
rdf:resource="http://jakarta.apache.org/tapestry/downloads.html"; />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/web-framework"; 
/>
+    <release>
+      <Version>
+        <name>tapestry</name>
+        <created>2006-01-07</created>
+        <revision>4.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location 
rdf:resource="http://svn.apache.org/repos/asf/jakarta/tapestry "/>
+        <browse 
rdf:resource="http://svn.apache.org/viewcvs.cgi/jakarta/tapestry "/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to