You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/02/04 02:00:44 UTC

svn commit: r503341 - in /tapestry/tapestry5/tapestry-project/trunk: pom.xml src/ src/site/apt/index.apt src/site/resources/t5-tutorial.pdf src/site/site.xml src/t5-tutorial.pages.tar.bz2

Author: hlship
Date: Sat Feb  3 17:00:43 2007
New Revision: 503341

URL: http://svn.apache.org/viewvc?view=rev&rev=503341
Log:
Add initial T5 Tutorial

Added:
    tapestry/tapestry5/tapestry-project/trunk/src/site/resources/t5-tutorial.pdf   (with props)
    tapestry/tapestry5/tapestry-project/trunk/src/t5-tutorial.pages.tar.bz2   (with props)
Modified:
    tapestry/tapestry5/tapestry-project/trunk/pom.xml
    tapestry/tapestry5/tapestry-project/trunk/src/   (props changed)
    tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt
    tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml

Modified: tapestry/tapestry5/tapestry-project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/pom.xml?view=diff&rev=503341&r1=503340&r2=503341
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Sat Feb  3 17:00:43 2007
@@ -5,7 +5,7 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
     <packaging>pom</packaging>
-    <version>5.0.1</version>
+    <version>5.0.2-SNAPSHOT</version>
     <name>Tapestry Project</name>
     <inceptionYear>2006</inceptionYear>
     <url>http://tapestry.apache.org/tapestry5/</url>

Propchange: tapestry/tapestry5/tapestry-project/trunk/src/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Feb  3 17:00:43 2007
@@ -0,0 +1 @@
+t5-tutorial.pages

Modified: tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt?view=diff&rev=503341&r1=503340&r2=503341
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt (original)
+++ tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt Sat Feb  3 17:00:43 2007
@@ -65,6 +65,8 @@
   
 Current Status
 
+  Howard Lewis Ship has begun work on a {{{t5-tutorial.pdf}Tapestry 5 Tutorial}} [PDF].
+  
   A preview release of Tapestry, Tapestry 5.0.1, is available via Maven, or for
   {{{http://tapestry.apache.org/download.html}download}}.  This preview release has limited functionality, and
   has been provided to gather feedback. Please post your observations to the Tapestry mailing lists.  This

Added: tapestry/tapestry5/tapestry-project/trunk/src/site/resources/t5-tutorial.pdf
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/src/site/resources/t5-tutorial.pdf?view=auto&rev=503341
==============================================================================
Binary file - no diff available.

Propchange: tapestry/tapestry5/tapestry-project/trunk/src/site/resources/t5-tutorial.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml?view=diff&rev=503341&r1=503340&r2=503341
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml Sat Feb  3 17:00:43 2007
@@ -27,7 +27,8 @@
         <menu name="Tapestry 5 Project">
             <item name="Screencasts" href="screencast.html"/>            
             <item name="Tapestry for Struts Developers" href="struts.html"/>
-            <item name="Download" href="http://tapestry.apache.org/download.html"/>
+            <item name="Download" href="http://tapestry.apache.org/download.html"/>
+            <item name="Tapestry 5 Tutorial" href="t5-tutorial.pdf"/>
         </menu>
 
         <menu name="Tapestry 5 Modules">

Added: tapestry/tapestry5/tapestry-project/trunk/src/t5-tutorial.pages.tar.bz2
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/src/t5-tutorial.pages.tar.bz2?view=auto&rev=503341
==============================================================================
Binary file - no diff available.

Propchange: tapestry/tapestry5/tapestry-project/trunk/src/t5-tutorial.pages.tar.bz2
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



Re: svn commit: r503341 - in /tapestry/tapestry5/tapestry-project/trunk: pom.xml src/ src/site/apt/index.apt src/site/resources/t5-tutorial.pdf src/site/site.xml src/t5-tutorial.pages.tar.bz2

Posted by Massimo Lusetti <ml...@gmail.com>.
On 2/4/07, hlship@apache.org <hl...@apache.org> wrote:

> Author: hlship
> Date: Sat Feb  3 17:00:43 2007
> New Revision: 503341
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=503341
> Log:
> Add initial T5 Tutorial

Very pleasant to read, it really shows how you are proud and
passionate of your work which is, IMHO, a great thing to attract
people.

Can't waiting to read you more.

-- 
Massimo
http://meridio.blogspot.com

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


Re: svn commit: r503341 - in /tapestry/tapestry5/tapestry-project/trunk: pom.xml src/ src/site/apt/index.apt src/site/resources/t5-tutorial.pdf src/site/site.xml src/t5-tutorial.pages.tar.bz2

Posted by Massimo Lusetti <ml...@gmail.com>.
On 2/4/07, hlship@apache.org <hl...@apache.org> wrote:

> Author: hlship
> Date: Sat Feb  3 17:00:43 2007
> New Revision: 503341
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=503341
> Log:
> Add initial T5 Tutorial

Oh... forgot... have you had fun with OmniGraffle? :)

-- 
Massimo
http://meridio.blogspot.com

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