Author: jkuhnert
Date: Sun Mar 25 13:54:00 2007
New Revision: 522345

URL: http://svn.apache.org/viewvc?view=rev&rev=522345
Log:
Updated theme , cleaned up the books / articles sections and re-organized the 
download page slightly to make it easier for people to figure out what's what.

Modified:
    tapestry/tapestry-site/trunk/   (props changed)
    tapestry/tapestry-site/trunk/maven-skin/pom.xml
    
tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css
    tapestry/tapestry-site/trunk/src/site/apt/download.apt
    tapestry/tapestry-site/trunk/src/site/site.xml
    tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml
    tapestry/tapestry-site/trunk/src/site/xdoc/news.xml

Propchange: tapestry/tapestry-site/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Mar 25 13:54:00 2007
@@ -1,2 +1,4 @@
-
 target
+*.iml
+*.ipr
+*.iws

Modified: tapestry/tapestry-site/trunk/maven-skin/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/maven-skin/pom.xml?view=diff&rev=522345&r1=522344&r2=522345
==============================================================================
--- tapestry/tapestry-site/trunk/maven-skin/pom.xml (original)
+++ tapestry/tapestry-site/trunk/maven-skin/pom.xml Sun Mar 25 13:54:00 2007
@@ -1,13 +1,12 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>maven-skin</artifactId>
     <version>1.1</version>
     <name>Tapestry Site Skin</name>
     <description>Tapestry Maven2 Site Skin</description>
-    
+
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-site</artifactId>

Modified: 
tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css?view=diff&rev=522345&r1=522344&r2=522345
==============================================================================
--- 
tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css 
(original)
+++ 
tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css 
Sun Mar 25 13:54:00 2007
@@ -18,10 +18,11 @@
     font-size: 12px;
 }
 
-a {
+a,a:link,a:visited, a:active, a:hover{
     text-decoration: none;
+    color: #47a;
 }
-
+/*
 a:link {
     color: #47a;
 }
@@ -29,9 +30,9 @@
 a:visited {
     color: #666666;
 }
-
+*/
 a:active,a:hover {
-    color: #990000;
+    text-decoration: underline;
 }
 
 #legend li.externalLink {

Modified: tapestry/tapestry-site/trunk/src/site/apt/download.apt
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/apt/download.apt?view=diff&rev=522345&r1=522344&r2=522345
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/apt/download.apt (original)
+++ tapestry/tapestry-site/trunk/src/site/apt/download.apt Sun Mar 25 13:54:00 
2007
@@ -2,9 +2,9 @@
 Download Tapestry
  ------
 
- Tapestry releases are available from the Apache Mirrors.
- 
- Each file is available for download from a mirror. Click any <<Download>> 
link below to be directed to the closest available mirror site.
+Download
+
+ Tapestry releases are available from the Apache Mirrors. Each file is 
available for download from a mirror. Click any <<Download>> link below to be 
directed to the closest available mirror site.
  
  Once you've downloaded a file, you should check it for authenticity.  The 
<<MD5>> link is an MD5 checksum file, used to ensure that the file downloaded 
properly.  The <<ASC>> link is a {{{http://www.gnupg.org/}GnuPG}} (GNU Privacy 
Guard)
  detached signature file, which can be authenticated against the file
@@ -12,17 +12,21 @@
 
 License and Dependencies
 
-    Tapestry is distributed under the 
{{{http://tapestry.apache.org/license.html} Apache License, version 2.0}}.
+  Tapestry is distributed under the 
{{{http://tapestry.apache.org/license.html} Apache License, version 2.0}}.
     
-    Tapestry incorporates additional software from the Apache project. In 
addition, Tapestry makes use of some non-Apache open source products, including
-    {{{http://www.jboss.com/products/javassist}Javassist}} (Mozilla Public 
License) and
-    {{{http://www.ognl.org/}OGNL}} ({{{http://www.ognl.org/copyright.html}OGNL 
license}}).  
+  Tapestry incorporates additional software from the Apache project. In 
addition, Tapestry makes use of some non-Apache open source products, including
+  {{{http://www.jboss.com/products/javassist}Javassist}} (Mozilla Public 
License) and
+  {{{http://www.ognl.org/}OGNL}} ({{{http://www.ognl.org/copyright.html}OGNL 
license}}).  
     
-    <<You will need to download some dependencies seperately.>>
+  <<You will need to download some dependencies seperately.>>
+
+Stable Releases
 
-Download Tapestry 4.0.2 [stable]
+ Stable releases should be relatively free of critical bugs and are considered 
the <safest> option if stability is a requirement.
 
-  Tapestry is distributed in several formats for your convenience.
+* Tapestry 4.0.2
+
+  The current last known stable release for the 4.0.x series of Tapestry.
 
 *-------------------------+---------+----------+-----------+
 |                         | Mirrors | Checksum | Signature |
@@ -34,8 +38,25 @@
 | Tapestry 4.0.2 Documentation (zip)         | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-4.0.2-docs.tar.gz} 
Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-4.0.2-docs.tar.gz.md5} MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-4.0.2-docs.tar.gz.asc} ASC}} |
 *-------------------------+---------+----------+-----------+
 
+* Tapestry 3.0.4
+
+  The last release in the 3.X series. There is no planned future development 
for this series currently.
+
+*-------------------------+---------+----------+-----------+
+|                         | Mirrors | Checksum | Signature |
+*-------------------------+---------+----------+-----------+
+| Tapestry 3.0.4 (tar.gz)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/Tapestry-3.0.4-bin.tar.gz} 
Download}} | 
{{{http://www.apache.org/dist/tapestry/Tapestry-3.0.4-bin.tar.gz.md5} TMD5}} | 
{{{http://www.apache.org/dist/tapestry/Tapestry-3.0.4-bin.tar.gz.asc}ASC}} |
+*-------------------------+---------+----------+-----------+
+| Tapestry 3.0.4 (zip)         | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/Tapestry-3.0.4-bin.zip} 
Download}} | {{{http://www.apache.org/dist/tapestry/Tapestry-3.0.4-bin.zip.md5} 
MD5}} | {{{{http://www.apache.org/dist/tapestry/Tapestry-3.0.4-bin.zip.asc} 
ASC}} |
+*-------------------------+---------+----------+-----------+
+| Tapestry 3.0.4 source (zip)         | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/Tapestry-3.0.4-src.zip} 
Download}} | {{{http://www.apache.org/dist/tapestry/Tapestry-3.0.4-src.zip.md5} 
MD5}} | {{{http://www.apache.org/dist/tapestry/Tapestry-3.0.4-src.zip.asc} 
ASC}} |
+*-------------------------+---------+----------+-----------+
+
+Preview Releases
+
+  Preview releases vary in stability and are always actively being developed / 
modified. Look here for most new development activity.
 
-Tapestry 4.1.1 [active]
+* Tapestry 4.1.1
 
   Tapestry 4.1.1 is still undergoing lots of active development, but an 
initial release has been made. For
   more specifics please see the 
{{{http://tapestry.apache.org/tapestry4.1/}Tapestry 4.1}} web site.
@@ -56,13 +77,15 @@
 | 4.1.1 source (zip)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-project-4.1.1-project.zip}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-project-4.1.1-project.zip.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-project-4.1.1-project.zip.asc} 
ASC}} 
 *-------------------------+---------+----------+-----------+
 
-Tapestry 5.0.3 [preview]
+* Tapestry 5.0.3
 
   Tapestry 5.0.3 is the second preview release of
   {{{http://tapestry.apache.org/tapestry5/}Tapestry 5}}.  It includes only a 
subset of the eventual functionality of 
   Tapestry 5, but what's available is solid and useable and increasingly 
stable. Feedback on the mailing lists is encouraged.
-  
-  
+
+  {{{http://tapestry.apache.org/tapestry5/tapestry-core/index.html} 
Tapestry-core}} is the core implementation of the Tapestry framework, including 
all the primary
+  built-in components. 
{{{http://tapestry.apache.org/tapestry5/tapestry-ioc/index.html} Tapestry-ioc}} 
is the Tapestry Inversion of Control Container.
+
 *-------------------------+---------+----------+-----------+
 |                                        | Mirrors | Checksum | Signature |
 *-------------------------+---------+----------+-----------+
@@ -90,51 +113,67 @@
 *-------------------------+---------+----------+-----------+
 | tapestry-core 5.0.3 source (zip)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-core-5.0.3-src.zip} 
Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-core-5.0.3-src.zip.md5} MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-core-5.0.3-src.zip.asc} ASC}} 
 *-------------------------+---------+----------+-----------+
-| tapestry-test 5.0.3 binary (tar.bz2)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-test-5.0.3-bin.tar.bz2}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-bin.tar.bz2.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-bin.tar.bz2.asc} 
ASC}} 
-*-------------------------+---------+----------+-----------+
-| tapestry-test 5.0.3 binary (tar.gz)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-test-5.0.3-bin.tar.gz}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-bin.tar.gz.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-bin.tar.gz.asc} 
ASC}} 
-*-------------------------+---------+----------+-----------+
-| tapestry-test 5.0.3 binary (zip)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-test-5.0.3-bin.zip} 
Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-bin.zip.md5} MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-bin.zip.asc} ASC}} 
+
+** Tapestry 5 Plugins
+
+  Tapestry 5 comes with many useful drop in plugins that you may use to help 
with testing / database access / IoC containers / etc.. 
+ 
+*** {{{http://tapestry.apache.org/tapestry5/tapestry-test/index.html} 
tapestry-test}}
+
+  This library is just a couple of base classes to make it easier to build 
integration test suites around {{{http://www.openqa.org/selenium/}Selenium}}.. 
See {{{http://tapestry.apache.org/tapestry5/tapestry-test/index.html} 
tapestry-test}}.
+
 *-------------------------+---------+----------+-----------+
-| tapestry-test 5.0.3 source (tar.bz2)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-test-5.0.3-src.tar.bz2}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-src.tar.bz2.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-src.tar.bz2.asc} 
ASC}} 
+|                                        | Mirrors | Checksum | Signature |
 *-------------------------+---------+----------+-----------+
-| tapestry-test 5.0.3 source (tar.gz)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-test-5.0.3-src.tar.gz}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-src.tar.gz.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-src.tar.gz.asc} 
ASC}} 
+| tapestry-test 5.0.3 binary (tar.bz2)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-test-5.0.3-bin.tar.bz2}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-bin.tar.bz2.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-bin.tar.bz2.asc} 
ASC}}
 *-------------------------+---------+----------+-----------+
-| tapestry-test 5.0.3 source (zip)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-test-5.0.3-src.zip} 
Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-src.zip.md5} MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-src.zip.asc} ASC}} 
+| tapestry-test 5.0.3 binary (tar.gz)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-test-5.0.3-bin.tar.gz}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-bin.tar.gz.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-bin.tar.gz.asc} ASC}}
 *-------------------------+---------+----------+-----------+
-| tapestry-spring 5.0.3 binary (tar.bz2)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-spring-5.0.3-bin.tar.bz2}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-bin.tar.bz2.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-bin.tar.bz2.asc} 
ASC}} 
+| tapestry-test 5.0.3 binary (zip)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-test-5.0.3-bin.zip} 
Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-bin.zip.md5} MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-bin.zip.asc} ASC}}
 *-------------------------+---------+----------+-----------+
-| tapestry-spring 5.0.3 binary (tar.gz)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-spring-5.0.3-bin.tar.gz}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-bin.tar.gz.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-bin.tar.gz.asc} 
ASC}} 
+| tapestry-test 5.0.3 source (tar.bz2)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-test-5.0.3-src.tar.bz2}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-src.tar.bz2.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-src.tar.bz2.asc} 
ASC}}
 *-------------------------+---------+----------+-----------+
-| tapestry-spring 5.0.3 binary (zip)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-spring-5.0.3-bin.zip} 
Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-bin.zip.md5} MD5}} 
| {{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-bin.zip.asc} 
ASC}} 
+| tapestry-test 5.0.3 source (tar.gz)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-test-5.0.3-src.tar.gz}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-src.tar.gz.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-src.tar.gz.asc} ASC}}
 *-------------------------+---------+----------+-----------+
-| tapestry-spring 5.0.3 source (tar.bz2)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-spring-5.0.3-src.tar.bz2}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-src.tar.bz2.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-src.tar.bz2.asc} 
ASC}} 
+| tapestry-test 5.0.3 source (zip)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-test-5.0.3-src.zip} 
Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-src.zip.md5} MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-test-5.0.3-src.zip.asc} ASC}}
 *-------------------------+---------+----------+-----------+
-| tapestry-spring 5.0.3 source (tar.gz)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-spring-5.0.3-src.tar.gz}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-src.tar.gz.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-src.tar.gz.asc} 
ASC}} 
+
+*** {{{http://tapestry.apache.org/tapestry5/tapestry-spring/index.html} 
tapestry-spring}}
+
+  Provides integration between Tapestry and Spring, allowing beans defined by 
Spring to be injected into Tapestry IoC services, and into Tapestry components.
+
 *-------------------------+---------+----------+-----------+
-| tapestry-spring 5.0.3 source (zip)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-spring-5.0.3-src.zip} 
Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-src.zip.md5} MD5}} 
| {{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-src.zip.asc} 
ASC}} 
+|                                        | Mirrors | Checksum | Signature |
 *-------------------------+---------+----------+-----------+
-| tapestry-hibernate 5.0.3 binary (tar.bz2)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-hibernate-5.0.3-bin.tar.bz2}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-bin.tar.bz2.md5}
 MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-bin.tar.bz2.asc}
 ASC}} 
+| tapestry-spring 5.0.3 binary (tar.bz2)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-spring-5.0.3-bin.tar.bz2}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-bin.tar.bz2.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-bin.tar.bz2.asc} 
ASC}}
 *-------------------------+---------+----------+-----------+
-| tapestry-hibernate 5.0.3 binary (tar.gz)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-hibernate-5.0.3-bin.tar.gz}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-bin.tar.gz.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-bin.tar.gz.asc} 
ASC}} 
+| tapestry-spring 5.0.3 binary (tar.gz)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-spring-5.0.3-bin.tar.gz}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-bin.tar.gz.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-bin.tar.gz.asc} 
ASC}}
 *-------------------------+---------+----------+-----------+
-| tapestry-hibernate 5.0.3 binary (zip)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-hibernate-5.0.3-bin.zip}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-bin.zip.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-bin.zip.asc} 
ASC}} 
+| tapestry-spring 5.0.3 binary (zip)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-spring-5.0.3-bin.zip} 
Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-bin.zip.md5} MD5}} 
| {{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-bin.zip.asc} 
ASC}}
 *-------------------------+---------+----------+-----------+
-| tapestry-hibernate 5.0.3 source (tar.bz2)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-hibernate-5.0.3-src.tar.bz2}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-src.tar.bz2.md5}
 MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-src.tar.bz2.asc}
 ASC}} 
+| tapestry-spring 5.0.3 source (tar.bz2)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-spring-5.0.3-src.tar.bz2}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-src.tar.bz2.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-src.tar.bz2.asc} 
ASC}}
 *-------------------------+---------+----------+-----------+
-| tapestry-hibernate 5.0.3 source (tar.gz)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-hibernate-5.0.3-src.tar.gz}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-src.tar.gz.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-src.tar.gz.asc} 
ASC}} 
+| tapestry-spring 5.0.3 source (tar.gz)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-spring-5.0.3-src.tar.gz}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-src.tar.gz.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-src.tar.gz.asc} 
ASC}}
 *-------------------------+---------+----------+-----------+
-| tapestry-hibernate 5.0.3 source (zip)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-hibernate-5.0.3-src.zip}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-src.zip.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-src.zip.asc} 
ASC}} 
+| tapestry-spring 5.0.3 source (zip)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-spring-5.0.3-src.zip} 
Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-src.zip.md5} MD5}} 
| {{{http://www.apache.org/dist/tapestry/tapestry-spring-5.0.3-src.zip.asc} 
ASC}}
 *-------------------------+---------+----------+-----------+
 
-Tapestry 3.0.4
+*** {{{http://tapestry.apache.org/tapestry5/tapestry-hibernate/index.html} 
tapestry-hibernate}}
+
+  This library integrates into Tapestry 5 to provide out-of-the-box support 
for using Hibernate 3 as the backend for normal CRUD style applications.
 
 *-------------------------+---------+----------+-----------+
-|                         | Mirrors | Checksum | Signature |
+|                                        | Mirrors | Checksum | Signature |
 *-------------------------+---------+----------+-----------+
-| Tapestry 3.0.4 (tar.gz)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/Tapestry-3.0.4-bin.tar.gz} 
Download}} | 
{{{http://www.apache.org/dist/tapestry/Tapestry-3.0.4-bin.tar.gz.md5} TMD5}} | 
{{{http://www.apache.org/dist/tapestry/Tapestry-3.0.4-bin.tar.gz.asc}ASC}} |
+| tapestry-hibernate 5.0.3 binary (tar.bz2)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-hibernate-5.0.3-bin.tar.bz2}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-bin.tar.bz2.md5}
 MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-bin.tar.bz2.asc}
 ASC}}
 *-------------------------+---------+----------+-----------+
-| Tapestry 3.0.4 (zip)         | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/Tapestry-3.0.4-bin.zip} 
Download}} | {{{http://www.apache.org/dist/tapestry/Tapestry-3.0.4-bin.zip.md5} 
MD5}} | {{{{http://www.apache.org/dist/tapestry/Tapestry-3.0.4-bin.zip.asc} 
ASC}} |
+| tapestry-hibernate 5.0.3 binary (tar.gz)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-hibernate-5.0.3-bin.tar.gz}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-bin.tar.gz.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-bin.tar.gz.asc} 
ASC}}
 *-------------------------+---------+----------+-----------+
-| Tapestry 3.0.4 source (zip)         | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/Tapestry-3.0.4-src.zip} 
Download}} | {{{http://www.apache.org/dist/tapestry/Tapestry-3.0.4-src.zip.md5} 
MD5}} | {{{http://www.apache.org/dist/tapestry/Tapestry-3.0.4-src.zip.asc} 
ASC}} |
+| tapestry-hibernate 5.0.3 binary (zip)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-hibernate-5.0.3-bin.zip}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-bin.zip.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-bin.zip.asc} 
ASC}}
+*-------------------------+---------+----------+-----------+
+| tapestry-hibernate 5.0.3 source (tar.bz2)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-hibernate-5.0.3-src.tar.bz2}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-src.tar.bz2.md5}
 MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-src.tar.bz2.asc}
 ASC}}
+*-------------------------+---------+----------+-----------+
+| tapestry-hibernate 5.0.3 source (tar.gz)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-hibernate-5.0.3-src.tar.gz}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-src.tar.gz.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-src.tar.gz.asc} 
ASC}}
+*-------------------------+---------+----------+-----------+
+| tapestry-hibernate 5.0.3 source (zip)      | 
{{{http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-hibernate-5.0.3-src.zip}
 Download}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-src.zip.md5} 
MD5}} | 
{{{http://www.apache.org/dist/tapestry/tapestry-hibernate-5.0.3-src.zip.asc} 
ASC}}
 *-------------------------+---------+----------+-----------+

Modified: tapestry/tapestry-site/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/site.xml?view=diff&rev=522345&r1=522344&r2=522345
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/site.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/site.xml Sun Mar 25 13:54:00 2007
@@ -25,7 +25,7 @@
             <item name="Apache" href="http://www.apache.org/"/>
         </links>
         <head>
-            <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"/>
+            <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
             <script type="text/javascript">_uacct = "UA-400821-1"; 
urchinTracker();</script>
         </head>
         <menu name="Quick Links">

Modified: tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml?view=diff&rev=522345&r1=522344&r2=522345
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/xdoc/articles.xml Sun Mar 25 13:54:00 
2007
@@ -7,9 +7,8 @@
   <body>
     <section name="Books on Tapestry">
 
-      <img src="images/t4chinese.jpg" width="120" height="172" title="Tapestry 
Complete Reference"
-        style="float:left;"/>
-      <div style="margin-left: 125px">
+      <img src="images/t4chinese.jpg" width="120" height="172" title="Tapestry 
Complete Reference" style="float:left;"/>
+      <div style="padding-left: 140px; display:block;">
         <p>
           <a 
href="http://product.dangdang.com/product.aspx?product_id=9264948";>
             <strong>Tapestry Complete Reference</strong>
@@ -30,14 +29,10 @@
         <p> The first Chinese-language book to cover Tapestry (though Tapestry 
in Action has been
           translated). As a non-Chinese speaker, it's a bit hard to know 
what's between the covers,
           but looks like it gets into the nitty gritty of Tapestry, Spring and 
Hibernate. </p>
-      
-      <br/> <br/> <br/>
+          <br/><br/><br/><br/>
       </div>
 
-
       <hr style="margin-top: 1em; margin-bottom: 1em;"/>
-
-
 
       <img src="images/tapestry101.jpg" title="Tapestry 101" 
style="float:left"/>
       <div style="padding-left: 140px;display:block">

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=522345&r1=522344&r2=522345
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/xdoc/news.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/xdoc/news.xml Sun Mar 25 13:54:00 2007
@@ -8,7 +8,7 @@
     <section name="General">
       <p>Keep up to date with the latest events in the Tapestry world.</p>
 
-      <subsection name="Tapestry 5.0.2 (preview release)">
+      <subsection name="Tapestry 5.0.3 (preview release)">
         
         <p> Yet another preview release, <a 
href="http://tapestry.apache.org/tapestry5";>Tapestry
           5.0.3</a>, reworks and simplifies the Tapestry 5 IoC container, 
improve exception 
@@ -91,8 +91,6 @@
       </subsection>
 
 
-
-
       <subsection name="Jumpstart 0.8">
         <p> Geoff Callender has released <a 
href="http://files.doublenegative.com.au/jumpstart";
             >Jumpstart 0.8</a>. Jumpstart is a sample CRUD application for 
Tapestry that features
@@ -111,14 +109,12 @@
       <subsection name="Enjoying Web Development with Tapestry updated for 
T4.1">
         <a href="http://www.agileskills2.org/EWDT";>
           <img src="http://www.agileskills2.org/EWDT/BookFront02Small.jpg"; 
alt="EWDT"
-            style="float:right; width: 60px; height: 80px;display:block;"/>
+            style="float:right;width: 60px; height: 80px;"/>
         </a>
         <p> Kent Tong's book has been updated for T4.1. A new chapter on AJAX 
is included. The first
           four chapters are freely available at <a 
href="http://www.agileskills2.org/EWDT";>here</a>.
           The whole book is available as a PDF or in hard copy. </p>
-        <br/>
-        <br/>
-        <br/>
+          <br/><br/><br/><br/>
       </subsection>
       <subsection name="HandyTapestry, IntelliJ Plugin">
         <p>
@@ -129,16 +125,16 @@
       </subsection>
 
       <subsection name="Tapestry NetBeans interview">
-        <a 
href="http://platform.netbeans.org/articles/nbm_interview_andreas.html";> 
Tapestry
+        <p><a 
href="http://platform.netbeans.org/articles/nbm_interview_andreas.html";> 
Tapestry
           NetBeans interview </a>
-        <br/>
+        </p><br/><br/>
         <p> One of the Tapestry developers - <a 
href="http://andyhot.di.uoa.gr";>Andreas Andreou</a>
           - was recently interviewed for his great work on the <a
             href="https://nbtapestrysupport.dev.java.net/";>Tapestry 
NetBeans</a> module. </p>
-
+          
         <p>Go check it out <a
             
href="http://platform.netbeans.org/articles/nbm_interview_andreas.html";>here</a>.</p>
-
+          <br/><br/>
         <a 
href="http://platform.netbeans.org/articles/nbm_interview_andreas.html";>
           <img src="images/netbeans-autocomplete.png" alt="Tapestry NetBeans"/>
         </a>
@@ -156,6 +152,7 @@
           should go a great way towards filling in the gaps in people's 
Tapestry knowlege. </p>
         <p> It's available for purchase <em>right now</em> as a <a
             href="http://sourcebeat.com/books/tapestrylive.html";>downloadable 
PDF</a>. </p>
+          <br/><br/><br/><br/><br/>
       </subsection>
 
       <subsection name="BeanForm component released: write 47% less 
boilerplate code!">
@@ -227,9 +224,7 @@
             </td>
             <td>Midwest City, OK</td>
             <td>
-              <td>
                 <a href="http://howardlewisship.com";>Howard M. Lewis Ship</a>
-              </td>     
             </td>
           </tr>
           


Reply via email to