You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2006/11/07 17:48:58 UTC

svn commit: r472161 - in /tapestry/tapestry-site/trunk/src/site: resources/doap_Tapestry.rdf xdoc/index.xml xdoc/news.xml

Author: hlship
Date: Tue Nov  7 08:48:58 2006
New Revision: 472161

URL: http://svn.apache.org/viewvc?view=rev&rev=472161
Log:
Add the Tapestry DOAP (project descriptor) to the tapestry-site project.

Added:
    tapestry/tapestry-site/trunk/src/site/resources/doap_Tapestry.rdf
Modified:
    tapestry/tapestry-site/trunk/src/site/xdoc/index.xml
    tapestry/tapestry-site/trunk/src/site/xdoc/news.xml

Added: tapestry/tapestry-site/trunk/src/site/resources/doap_Tapestry.rdf
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/resources/doap_Tapestry.rdf?view=auto&rev=472161
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/resources/doap_Tapestry.rdf (added)
+++ tapestry/tapestry-site/trunk/src/site/resources/doap_Tapestry.rdf Tue Nov  7 08:48:58 2006
@@ -0,0 +1,42 @@
+<?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://tapestry.apache.org">
+    <created>2006-11-07</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" />
+    <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" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/tapestry/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/tapestry/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Howard M. Lewis Ship</foaf:name>
+          <foaf:mbox rdf:resource="mailto:hlship@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Modified: tapestry/tapestry-site/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/xdoc/index.xml?view=diff&rev=472161&r1=472160&r2=472161
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/xdoc/index.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/xdoc/index.xml Tue Nov  7 08:48:58 2006
@@ -34,9 +34,11 @@
 
                 <br/>
 
+                <!-- Leave the last few news items here -->
+
                 <h5>New! BeanForm</h5>
                 <p>
-                    <a href="news.html"> BeanForm component released </a>
+                    <a href="news.html#beanform"> BeanForm component released </a>
                 </p>
 
                 <!--

Modified: tapestry/tapestry-site/trunk/src/site/xdoc/news.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/xdoc/news.xml?view=diff&rev=472161&r1=472160&r2=472161
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/xdoc/news.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/xdoc/news.xml Tue Nov  7 08:48:58 2006
@@ -8,6 +8,7 @@
     <section name="General">
       <p>Keep up to date with the latest events in the Tapestry world.</p>
       
+      <a name="beanform"/>
       <section name="BeanForm component released: write 47% less boilerplate code!">
         <p><a href="http://beanform.sourceforge.net">BeanForm Site</a></p>
         <p>



Re: svn commit: r472161 - in /tapestry/tapestry-site/trunk/src/site: resources/doap_Tapestry.rdf xdoc/index.xml xdoc/news.xml

Posted by andyhot <an...@di.uoa.gr>.
In maven1, in such cases one could simply use

<section name="BeanForm component released: write 47% less boilerplate code!" id="beanform">

as described in
http://maven.apache.org/maven-1.x/plugins/xdoc/reference/xdocs.html

Too bad this doesn't seem to work in maven2 + even the generated html is
invalid
>        
> +      <a name="beanform"/>
>        <section name="BeanForm component released: write 47% less boilerplate code!">
>   


-- 
Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org