hlship      2005/06/26 21:40:29

  Modified:    src/documentation/content/xdocs/QuickStart directlink.xml
                        index.xml helloworld.xml
               src/documentation/content/xdocs index.xml
  Log:
  Fix a number of minor problems with the documentation.
  
  Revision  Changes    Path
  1.2       +4 -7      
jakarta-tapestry/src/documentation/content/xdocs/QuickStart/directlink.xml
  
  Index: directlink.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tapestry/src/documentation/content/xdocs/QuickStart/directlink.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- directlink.xml    27 Jun 2005 04:06:54 -0000      1.1
  +++ directlink.xml    27 Jun 2005 04:40:29 -0000      1.2
  @@ -43,7 +43,7 @@
     This application simply counts the number of times we click a link.
   </p>  
   
  -<img src="../images/QuickStart/directlink1.png" alt="Initial DirectLink 
Tutorial"/>
  +<figure src="../images/QuickStart/directlink1.png" alt="Initial DirectLink 
Tutorial"/>
     
   <p>
     This requires a little more than we can accomplish with just an HTML 
template; we'll need
  @@ -221,7 +221,7 @@
     exception page:
   </p>  
   
  -<img src="../images/QuickStart/directlink2.png" alt="Exception report - 
missing property"/>
  +<figure src="../images/QuickStart/directlink2.png" alt="Exception report - 
missing property"/>
   
   <p>
   That's quite a lot of information.  The root cause of the exception is the 
fact
  @@ -371,7 +371,7 @@
     add a link to the page to do just that.  The end result will look like:
   </p>  
   
  -<img src="../images/QuickStart/directlink3.png" alt="Tutorial with clear 
link"/>
  +<figure src="../images/QuickStart/directlink3.png" alt="Tutorial with clear 
link"/>
   
   <p>
     To accomplish this we need to add a little to the Home page's HTML 
template, and connect that
  @@ -427,7 +427,7 @@
     Just invoking a single operation is a bit limiting; we should be able to 
increment by more than just 1:
   </p>  
   
  -<img src="../images/QuickStart/directlink4.png" alt="Multiple DirectLinks"/>
  +<figure src="../images/QuickStart/directlink4.png" alt="Multiple 
DirectLinks"/>
   
   <p>
   In this case, we want to have more than one DirectLink component  call the 
same listener.  And we
  @@ -507,9 +507,6 @@
   </section>
   
   
  -  
  -<hr/>
  -
   <p>
     <sup>1</sup>This is my (Howard Lewis Ship's) least favorite thing in 
Tapestry 4.0; it is something
     that should be erradicated from Tapestry (you should not have to extend a 
base class at all), but
  
  
  
  1.3       +3 -3      
jakarta-tapestry/src/documentation/content/xdocs/QuickStart/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tapestry/src/documentation/content/xdocs/QuickStart/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml 27 Jun 2005 04:06:54 -0000      1.2
  +++ index.xml 27 Jun 2005 04:40:29 -0000      1.3
  @@ -57,7 +57,7 @@
   inside lib/web).
   </p>  
   
  -<img src="tapestry-libraries.png" alt="Tapestry Libraries Directories"/>
  +<figure src="tapestry-libraries.png" alt="Tapestry Libraries Directories"/>
     
   </section>
   
  @@ -69,13 +69,13 @@
   used inside &Eclipse;).  Each should be expanded inside your tutorials 
directory:
   </p>
   
  -<img src="tutorials-structure.png" alt="Tutorial Workspace Structure"/>
  +<figure src="tutorials-structure.png" alt="Tutorial Workspace Structure"/>
   
   <p>
   Each individual tutorial has the same structure:
   </p>
   
  -<img src="single-tutorial.png" alt="Single Tutorial Structure"/>
  +<figure src="single-tutorial.png" alt="Single Tutorial Structure"/>
    
     
   <p>
  
  
  
  1.2       +5 -6      
jakarta-tapestry/src/documentation/content/xdocs/QuickStart/helloworld.xml
  
  Index: helloworld.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tapestry/src/documentation/content/xdocs/QuickStart/helloworld.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- helloworld.xml    27 Jun 2005 04:06:54 -0000      1.1
  +++ helloworld.xml    27 Jun 2005 04:40:29 -0000      1.2
  @@ -15,7 +15,7 @@
      limitations under the License.
   -->
   
  -<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"./dtd/document-v12.dtd"
  +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" 
"./dtd/document-v13.dtd"
   [
        <!ENTITY projectroot '../'>
     <!ENTITY % common.ent SYSTEM "common.ent">
  @@ -47,7 +47,7 @@
   Our first application will look like the following when it runs:
   </p>  
   
  -<img src="../images/QuickStart/helloworld1.png" alt="HelloWorld step 1 
screen shot."/>
  +<figure src="../images/QuickStart/helloworld1.png" alt="HelloWorld step 1 
screen shot."/>
     
   <p>
   Tapestry application always include a page named "Home".  The Home page is 
the first page
  @@ -138,7 +138,7 @@
   this:
   </p>
     
  -<img src="../images/QuickStart/helloworld2.png" alt="HelloWorld showing 
current date/time"/>
  +<figure src="../images/QuickStart/helloworld2.png" alt="HelloWorld showing 
current date/time"/>
   
   <p>
   In Tapestry, pretty much any time anything dynamic occurs, there's going to 
be a <em>component</em> involved. Tapestry components
  @@ -203,7 +203,7 @@
     we see the following:
   </p>
   
  -<img src="../images/QuickStart/helloworld3.png" alt="HelloWorld Home.html 
template"/>
  +<figure src="../images/QuickStart/helloworld3.png" alt="HelloWorld Home.html 
template"/>
   
   <p>
    That <em>provisional text</em>, "June 26 2005" is not <em>exactly</em> what 
the application will
  @@ -264,7 +264,7 @@
     instead of using the browser's refresh button. The end result looks like:
   </p>  
   
  -<img src="../images/QuickStart/helloworld4.png" alt="HelloWorld with refresh 
link"/>
  +<figure src="../images/QuickStart/helloworld4.png" alt="HelloWorld with 
refresh link"/>
   
   <p>
     We created this new link by adding the following to Home.html:
  @@ -330,7 +330,6 @@
   </p>
   </section>
   
  -<hr/>
   
   <!-- If default bindings go, so can this footnote! -->
   
  
  
  
  1.18      +1 -1      
jakarta-tapestry/src/documentation/content/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tapestry/src/documentation/content/xdocs/index.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- index.xml 27 Jun 2005 04:06:54 -0000      1.17
  +++ index.xml 27 Jun 2005 04:40:29 -0000      1.18
  @@ -190,7 +190,7 @@
   <p>
   Tapestry 4.0 should be production-ready soon.  It needs more exposure and 
more documentation. For the
   momement, it is still recommended that you stick with Tapestry 
  -  <a 
href="http://jakarta.apache.org/tapestry/3.0.3/";><strong>3.0.3</strong></a>,
  +  <link 
href="http://jakarta.apache.org/tapestry/3.0.3/";><strong>3.0.3</strong></link>,
   the latest stable release.
   </p>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to