Author: hlship Date: Sat Jun 9 17:56:34 2007 New Revision: 545824 URL: http://svn.apache.org/viewvc?view=rev&rev=545824 Log: TAPESTRY-1439: Convert Tutorial from Pages/PDF to new module using APT format
Added: tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/hilo.apt Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/site.xml Added: tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/hilo.apt URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/hilo.apt?view=auto&rev=545824 ============================================================================== --- tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/hilo.apt (added) +++ tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/hilo.apt Sat Jun 9 17:56:34 2007 @@ -0,0 +1,7 @@ + --- + Implementing the Hi/Lo Guessing Game + --- + +Chapter 3: Implementing the Hi/Lo Guessing Game + + <Coming soon. Please be patient.> \ No newline at end of file Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/site.xml URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/site.xml?view=diff&rev=545824&r1=545823&r2=545824 ============================================================================== --- tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/site.xml (original) +++ tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/site.xml Sat Jun 9 17:56:34 2007 @@ -48,6 +48,7 @@ <item name="Introduction" href="index.html"/> <item name="Envrionment" href="env.html"/> <item name="Your First Application" href="first.html"/> + <item name="Hi/Lo Game" href="hilo.html"/> </menu>