morgand     01/05/07 14:17:45

  Modified:    src/doc  index.xml
  Log:
  moved the news section "above the fold"
  
  Revision  Changes    Path
  1.5       +18 -15    jakarta-taglibs/src/doc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/src/doc/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml 2001/05/05 18:24:50     1.4
  +++ index.xml 2001/05/07 21:17:41     1.5
  @@ -12,20 +12,8 @@
     <section name="Welcome to Jakarta Taglibs" href="Welcome">
   
     <p>Welcome to Jakarta Taglibs! The goal of this project is to provide an 
open-source
  -  taglib repository.</p>
  +  taglib repository.  See the <a href="#Overview">Taglibs Overview</a> for more 
information!</p>
   
  -  <p>Tag Library Overview</p>
  -  
  -  <p>Tag libraries are composed of a set of custom tags. These custom tags help 
separate 
  -  presentation from implementation. What this means is that web designers can 
change the 
  -  layout without worrying about modifying the underlying logic. Custom tags also 
help developers avoid
  -  embedding scripting code within the JSP page as well as encourage reuse and ease
  -  maintainability.</p>
  -  
  -  <p>Custom tags are not just bean tags. Custom tags can modify the content within 
the tag
  -  body and have access to the application context. Some of the ways they can be 
used include dynamically generating
  -  page content and implementing flow of control. They can interact with each other 
including being nested.</p>
  -
     </section>
   
     <section name="Taglibs News" href="News">
  @@ -54,8 +42,23 @@
           the latest info on our tags.
         </newsitem>
       </news>
  -  </section>
  -  
  +  </section>
  +  
  +  <section name="Taglibs Overview" href="Overview">
  +
  +    <p>Tag libraries are composed of a set of custom tags. These custom tags help 
separate 
  +      presentation from implementation. What this means is that web designers can 
change the 
  +      layout without worrying about modifying the underlying logic. Custom tags 
also help developers avoid
  +      embedding scripting code within the JSP page as well as encourage reuse and 
ease
  +      maintainability.</p>
  +
  +    <p>Custom tags are not just bean tags. Custom tags can modify the content 
within the tag
  +      body and have access to the application context. Some of the ways they can be 
used include 
  +      dynamically generating page content and implementing flow of control. They 
can interact with 
  +      each other including being nested.</p>
  +
  +  </section>
  +
     <section name="Taglibs Descriptions" href="Libs">
       <tagindex>
       
  
  
  

Reply via email to