Author: uli
Date: Wed Jan 19 09:57:37 2011
New Revision: 1060734

URL: http://svn.apache.org/viewvc?rev=1060734&view=rev
Log:
update tapestry doap file

Modified:
    tapestry/tapestry-site/branches/post-5.2-site/publish/doap_Tapestry.rdf

Modified: 
tapestry/tapestry-site/branches/post-5.2-site/publish/doap_Tapestry.rdf
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry-site/branches/post-5.2-site/publish/doap_Tapestry.rdf?rev=1060734&r1=1060733&r2=1060734&view=diff
==============================================================================
--- tapestry/tapestry-site/branches/post-5.2-site/publish/doap_Tapestry.rdf 
(original)
+++ tapestry/tapestry-site/branches/post-5.2-site/publish/doap_Tapestry.rdf Wed 
Jan 19 09:57:37 2011
@@ -6,37 +6,79 @@
          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.
-
-  =======================================================================
+    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://tapestry.apache.org";>
-    <created>2006-11-07</created>
+    <created>2011-01-19</created>
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
     <name>Apache Tapestry</name>
     <homepage rdf:resource="http://tapestry.apache.org"; />
     <asfext:pmc rdf:resource="http://tapestry.apache.org"; />
-    <shortdesc>Component based web application framework.</shortdesc>
-    <description>Component based web application framework, featuring simple 
yet sophisticated templates, excellent client and server-side state management, 
best of breed exception reporting, input validation, and more. Tapestry is a 
developer productivity tool, it allows much more functionality with much less 
effort.</description>
-    <bug-database rdf:resource="http://issues.apache.org/jira/browse/TAPESTRY"; 
/>
-    <mailing-list rdf:resource="http://tapestry.apache.org/mail-lists.html"; />
+    <shortdesc>Component oriented framework for creating dynamic, robust, 
highly scalable web applications in Java.</shortdesc>
+    <description>What is Tapestry 5?
+
+Pure Java and Polyglot
+
+Written in pure Java: code your pages and components in Java, Groovy or Scala.
+
+Convention Over Configuration
+
+Say goodbye to endless XML configuration files: dependency injection and 
meta-programming through annotations.
+
+Highly Productive
+
+Live class reloading means that the time between seeing an error and providing 
the fix is seconds, not minutes.
+
+Scalable
+
+Scales up big on a single server, and works great in a cluster. Keeps session 
state minimal by design.
+
+Advanced Exception Reporting
+
+Gives you all the tools you need to fix your problem: not just a stack trace, 
but every bit of information you need to know about what Tapestry was doing, 
why it was doing it, what went wrong, and how to fix it.
+
+Testable
+
+Committed to testability throughout design; built-in utilities to enhance TDD. 
Support for Selenium for integration testing. See Tapestry's code coverage 
report
+
+Fast
+
+Pure Java; no reflection, not even for property expressions. Built to cleanly 
support large numbers of concurrent threads without contention. Automatic GZip 
content compression, JavaScript aggregation, and client-side caching.
+
+Adaptable And Modular
+
+Architecture is open and extensible. There's a clean way to add your own 
extensions, or override built-in logic. Provides integration with Hibernate and 
Spring. Third-party integrations with other tools, such as Quartz and Lucene.
+</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/TAP5"; />
+    <mailing-list 
rdf:resource="http://tapestry.apache.org/community.html#Community-GettingInvolved";
 />
     <download-page rdf:resource="http://tapestry.apache.org/download.html"; />
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/web-framework"; 
/>
+    <release>
+      <Version>
+        <name>Apache Tapestry</name>
+        <created>2010-12-17</created>
+        <revision>5.2.4</revision>
+      </Version>
+    </release>
     <repository>
       <SVNRepository>
-        <location rdf:resource="http://svn.apache.org/repos/asf/tapestry/"/>
-        <browse rdf:resource="http://svn.apache.org/viewvc/tapestry/"/>
+        <location 
rdf:resource="http://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/"/>
+        <browse 
rdf:resource="http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/"/>
       </SVNRepository>
     </repository>
-    <maintainer>
-      <foaf:Person>
-        <foaf:name>Howard M. Lewis Ship</foaf:name>
-          <foaf:mbox rdf:resource="mailto:hls...@apache.org"/>
-      </foaf:Person>
-    </maintainer>
   </Project>
 </rdf:RDF>


Reply via email to