You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2007/03/25 22:54:01 UTC

svn commit: r522345 - in /tapestry/tapestry-site/trunk: ./ maven-skin/pom.xml maven-skin/src/main/resources/css/maven-theme.css src/site/apt/download.apt src/site/site.xml src/site/xdoc/articles.xml src/site/xdoc/news.xml

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>
           



Re: svn commit: r522345 - in /tapestry/tapestry-site/trunk: ./ maven-skin/pom.xml maven-skin/src/main/resources/css/maven-theme.css src/site/apt/download.apt src/site/site.xml src/site/xdoc/articles.xml src/site/xdoc/news.xml

Posted by Rahul Akolkar <ra...@gmail.com>.
On 3/26/07, Jesse Kuhnert <jk...@gmail.com> wrote:
> I wasn't suggesting that the md5 / asc sigs shouldn't be available,
> just that from a UI pov they don't make as much sense to stress as the
> actual download. imho ...
>
> Maybe I'm not understanding you though, are you an Apache officer and
> this is an order or are just throwing your 2 cents in?
>
<snip/>

Bah, no, that wouldn't work very well in any environment, and I
suspect will work even poorly here. And no, I'm not an officer of the
Foundation (but all that is public information anyway).

There seemed to be a question in your previous email (which has now
been snipped) about the need and placement of sums and sigs relative
to the main download. FWIW, I responded with my opinion. *shrug*

-Rahul


> On 3/26/07, Rahul Akolkar <ra...@gmail.com> wrote:
> <snipped>
> > This is not a distraction, but a necessity. Please continue to provide
> > these links such that they are conspicuous, and continue to stress the
> > importance of using these on the downloads page(s).
> >
> > -Rahul
> >
>
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>

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


Re: svn commit: r522345 - in /tapestry/tapestry-site/trunk: ./ maven-skin/pom.xml maven-skin/src/main/resources/css/maven-theme.css src/site/apt/download.apt src/site/site.xml src/site/xdoc/articles.xml src/site/xdoc/news.xml

Posted by Jesse Kuhnert <jk...@gmail.com>.
I wasn't suggesting that the md5 / asc sigs shouldn't be available,
just that from a UI pov they don't make as much sense to stress as the
actual download. imho ...

Maybe I'm not understanding you though, are you an Apache officer and
this is an order or are just throwing your 2 cents in?

On 3/26/07, Rahul Akolkar <ra...@gmail.com> wrote:
<snipped>
> This is not a distraction, but a necessity. Please continue to provide
> these links such that they are conspicuous, and continue to stress the
> importance of using these on the downloads page(s).
>
> -Rahul
>



-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

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


Re: svn commit: r522345 - in /tapestry/tapestry-site/trunk: ./ maven-skin/pom.xml maven-skin/src/main/resources/css/maven-theme.css src/site/apt/download.apt src/site/site.xml src/site/xdoc/articles.xml src/site/xdoc/news.xml

Posted by Rahul Akolkar <ra...@gmail.com>.
On 3/26/07, Jesse Kuhnert <jk...@gmail.com> wrote:
> Arghh!! It just looks so ridiculous! ..Who decided that we need all of
> these retarded lists of md5 / asc / etc / etc anyways...? When I
> download a "professional product" from a company I'm usually presented
> with one choice. (maybe two at most for different file formats)
>
> F-!$ this...I'm sick of these ugly tables anyways. We can do better.
>
> What about something fancier like
> http://www.adobe.com/products/acrobat/readstep2.html ?
>
> The md5/asc links and other things will be available of course, but
> the core content and most important download links will remain the
> sole focus while these other secondary things are somewhere else less
> distracting..
>
> ?
>
<snip/>

There is an important distinction between the professional (quotes or
not) product downloads and our downloads -- the grid of (external)
mirrors that help save us bandwidth.

This means it is somewhere between harder and impossible to ensure
that our downloads are not compromised, without providing sigs and
sums. We actually treat our /dist space as backup only, encouraging
folks to download off of our mirrors. Many of our download pages
stress the importance of verifying the authenticity of downloads, and
downloading sigs and sums from the /dist space (not from a mirror).

There is also the usability aspect, where people are more inclined to
grab the meta-data if it is right next to the main download.

This is not a distraction, but a necessity. Please continue to provide
these links such that they are conspicuous, and continue to stress the
importance of using these on the downloads page(s).

-Rahul


> It'll probably have to wait until next weekend though.. Guess I should
> revert the current site to at least make it not look worse.
>
> On 3/25/07, Howard Lewis Ship <hl...@gmail.com> wrote:
> > Yep, but we need md5 & asc for each file type; it gets ugly quick!
> >
> > On 3/25/07, Jesse Kuhnert <jk...@gmail.com> wrote:
>
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>

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


Re: svn commit: r522345 - in /tapestry/tapestry-site/trunk: ./ maven-skin/pom.xml maven-skin/src/main/resources/css/maven-theme.css src/site/apt/download.apt src/site/site.xml src/site/xdoc/articles.xml src/site/xdoc/news.xml

Posted by Jesse Kuhnert <jk...@gmail.com>.
That's too bad.. . They were the ones getting schooled on the jakarta
list, I guess they make better arguments for their ways behind closed
doors/lists.

On 3/26/07, Howard Lewis Ship <hl...@gmail.com> wrote:
> I've been getting schooled on the Board list about improper
> procedures. All that md5 and asc stuff is, alas, necessary to ensure
> that Apache is properly shielded, legally.
>
> On 3/25/07, Jesse Kuhnert <jk...@gmail.com> wrote:
> > Arghh!! It just looks so ridiculous! ..Who decided that we need all of
> > these retarded lists of md5 / asc / etc / etc anyways...? When I
> > download a "professional product" from a company I'm usually presented
> > with one choice. (maybe two at most for different file formats)
> >
><snipped>


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

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


Re: svn commit: r522345 - in /tapestry/tapestry-site/trunk: ./ maven-skin/pom.xml maven-skin/src/main/resources/css/maven-theme.css src/site/apt/download.apt src/site/site.xml src/site/xdoc/articles.xml src/site/xdoc/news.xml

Posted by Howard Lewis Ship <hl...@gmail.com>.
I've been getting schooled on the Board list about improper
procedures. All that md5 and asc stuff is, alas, necessary to ensure
that Apache is properly shielded, legally.

On 3/25/07, Jesse Kuhnert <jk...@gmail.com> wrote:
> Arghh!! It just looks so ridiculous! ..Who decided that we need all of
> these retarded lists of md5 / asc / etc / etc anyways...? When I
> download a "professional product" from a company I'm usually presented
> with one choice. (maybe two at most for different file formats)
>
> F-!$ this...I'm sick of these ugly tables anyways. We can do better.
>
> What about something fancier like
> http://www.adobe.com/products/acrobat/readstep2.html ?
>
> The md5/asc links and other things will be available of course, but
> the core content and most important download links will remain the
> sole focus while these other secondary things are somewhere else less
> distracting..
>
> ?
>
> It'll probably have to wait until next weekend though.. Guess I should
> revert the current site to at least make it not look worse.
>
> On 3/25/07, Howard Lewis Ship <hl...@gmail.com> wrote:
> > Yep, but we need md5 & asc for each file type; it gets ugly quick!
> >
> > On 3/25/07, Jesse Kuhnert <jk...@gmail.com> wrote:
>
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

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


Re: svn commit: r522345 - in /tapestry/tapestry-site/trunk: ./ maven-skin/pom.xml maven-skin/src/main/resources/css/maven-theme.css src/site/apt/download.apt src/site/site.xml src/site/xdoc/articles.xml src/site/xdoc/news.xml

Posted by Jesse Kuhnert <jk...@gmail.com>.
Arghh!! It just looks so ridiculous! ..Who decided that we need all of
these retarded lists of md5 / asc / etc / etc anyways...? When I
download a "professional product" from a company I'm usually presented
with one choice. (maybe two at most for different file formats)

F-!$ this...I'm sick of these ugly tables anyways. We can do better.

What about something fancier like
http://www.adobe.com/products/acrobat/readstep2.html ?

The md5/asc links and other things will be available of course, but
the core content and most important download links will remain the
sole focus while these other secondary things are somewhere else less
distracting..

?

It'll probably have to wait until next weekend though.. Guess I should
revert the current site to at least make it not look worse.

On 3/25/07, Howard Lewis Ship <hl...@gmail.com> wrote:
> Yep, but we need md5 & asc for each file type; it gets ugly quick!
>
> On 3/25/07, Jesse Kuhnert <jk...@gmail.com> wrote:



-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

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


Re: svn commit: r522345 - in /tapestry/tapestry-site/trunk: ./ maven-skin/pom.xml maven-skin/src/main/resources/css/maven-theme.css src/site/apt/download.apt src/site/site.xml src/site/xdoc/articles.xml src/site/xdoc/news.xml

Posted by Howard Lewis Ship <hl...@gmail.com>.
Yep, but we need md5 & asc for each file type; it gets ugly quick!

On 3/25/07, Jesse Kuhnert <jk...@gmail.com> wrote:
> I think we can kill off having a separate line for each type of
> download type by having a simple list next to the name of tgz , zip.
>
> On 3/25/07, Jesse Kuhnert <jk...@gmail.com> wrote:
> > Heh...Yeah I'm not sure what I did made things any better. All of a
> > sudden it didn't feel clean & simple anymore.
> >
> > How do other projects do it? I think they just "archive" things off to
> > another page right?
> >
> > We could possibly have the core downloads page that has current stuff
> > only (ie focus on T5 with 4.1 in there somewhere)  - with an obvious
> > link at the top to the archives page that would list out the available
> > archived releases.
> >
> > What do you think?
> >
> > On 3/25/07, Howard Lewis Ship <hl...@gmail.com> wrote:
> > > It may be time to break the downloads page into three pages: 3, 4 and 5.
> > >
> > > On 3/25/07, jkuhnert@apache.org <jk...@apache.org> wrote:
> >
> >
> > --
> > Jesse Kuhnert
> > Tapestry/Dojo team member/developer
> >
> > Open source based consulting work centered around
> > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
> >
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

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


Re: svn commit: r522345 - in /tapestry/tapestry-site/trunk: ./ maven-skin/pom.xml maven-skin/src/main/resources/css/maven-theme.css src/site/apt/download.apt src/site/site.xml src/site/xdoc/articles.xml src/site/xdoc/news.xml

Posted by Jesse Kuhnert <jk...@gmail.com>.
I think we can kill off having a separate line for each type of
download type by having a simple list next to the name of tgz , zip.

On 3/25/07, Jesse Kuhnert <jk...@gmail.com> wrote:
> Heh...Yeah I'm not sure what I did made things any better. All of a
> sudden it didn't feel clean & simple anymore.
>
> How do other projects do it? I think they just "archive" things off to
> another page right?
>
> We could possibly have the core downloads page that has current stuff
> only (ie focus on T5 with 4.1 in there somewhere)  - with an obvious
> link at the top to the archives page that would list out the available
> archived releases.
>
> What do you think?
>
> On 3/25/07, Howard Lewis Ship <hl...@gmail.com> wrote:
> > It may be time to break the downloads page into three pages: 3, 4 and 5.
> >
> > On 3/25/07, jkuhnert@apache.org <jk...@apache.org> wrote:
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

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


Re: svn commit: r522345 - in /tapestry/tapestry-site/trunk: ./ maven-skin/pom.xml maven-skin/src/main/resources/css/maven-theme.css src/site/apt/download.apt src/site/site.xml src/site/xdoc/articles.xml src/site/xdoc/news.xml

Posted by Jesse Kuhnert <jk...@gmail.com>.
Heh...Yeah I'm not sure what I did made things any better. All of a
sudden it didn't feel clean & simple anymore.

How do other projects do it? I think they just "archive" things off to
another page right?

We could possibly have the core downloads page that has current stuff
only (ie focus on T5 with 4.1 in there somewhere)  - with an obvious
link at the top to the archives page that would list out the available
archived releases.

What do you think?

On 3/25/07, Howard Lewis Ship <hl...@gmail.com> wrote:
> It may be time to break the downloads page into three pages: 3, 4 and 5.
>
> On 3/25/07, jkuhnert@apache.org <jk...@apache.org> wrote:


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

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


Re: svn commit: r522345 - in /tapestry/tapestry-site/trunk: ./ maven-skin/pom.xml maven-skin/src/main/resources/css/maven-theme.css src/site/apt/download.apt src/site/site.xml src/site/xdoc/articles.xml src/site/xdoc/news.xml

Posted by Howard Lewis Ship <hl...@gmail.com>.
It may be time to break the downloads page into three pages: 3, 4 and 5.

On 3/25/07, jkuhnert@apache.org <jk...@apache.org> wrote:
> 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>
>
>
>
>


-- 
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

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