Author: bobharner
Date: Tue Feb 12 01:43:43 2013
New Revision: 1445012

URL: http://svn.apache.org/r1445012
Log:
Updated DOAP file.
See http://projects.apache.org/create.html.
Probably should be moved to Git some day.

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=1445012&r1=1445011&r2=1445012&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 Tue 
Feb 12 01:43:43 2013
@@ -22,45 +22,20 @@
     limitations under the License.
 -->
   <Project rdf:about="http://tapestry.apache.org";>
-    <created>2011-01-19</created>
+    <created>2013-02-11</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 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>Tapestry is a component-oriented Java web application 
framework.
+    Its design emphasizes ease of use and developer productivity. Component
+    classes are simple POJOs, with Tapestry using byte code manipulation to
+    enhance classes at runtime. Configuration is via annotations and naming
+    conventions rather than XML. Web page and component templates use regular
+    (X)HTML that can be edited by any web designer. Live Class Reloading 
enables
+    you to edit Java code and immediately see results by reloading the page in
+    the web browser, resulting in a very "code it - see it - fix it" loop.
 </description>
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/TAP5"; />
     <mailing-list 
rdf:resource="http://tapestry.apache.org/community.html#Community-GettingInvolved";
 />
@@ -70,14 +45,14 @@ Architecture is open and extensible. The
     <release>
       <Version>
         <name>Apache Tapestry</name>
-        <created>2010-12-17</created>
-        <revision>5.2.4</revision>
+        <created>2012-10-12</created>
+        <revision>5.3.6</revision>
       </Version>
     </release>
     <repository>
       <SVNRepository>
-        <location 
rdf:resource="http://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/"/>
-        <browse 
rdf:resource="http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/"/>
+        <location 
rdf:resource="https://git-wip-us.apache.org/repos/asf/tapestry-5.git"/>
+        <browse 
rdf:resource="https://git-wip-us.apache.org/repos/asf?p=tapestry-5.git"/>
       </SVNRepository>
     </repository>
   </Project>


Reply via email to