jon         01/03/09 01:40:55

  Modified:    docs     index.html
  Log:
  rebuilt with latest jakarta-site2 module
  
  Revision  Changes    Path
  1.5       +21 -25    jakarta-ecs/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ecs/docs/index.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.html        2000/12/11 02:51:57     1.4
  +++ index.html        2001/03/09 09:40:54     1.5
  @@ -1,3 +1,5 @@
  +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd">
  +
   <!-- Content Stylesheet for Site -->
   
           
  @@ -23,7 +25,7 @@
   <a href="http://jakarta.apache.org"><img 
src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a>
   </td>
   <td align="right">
  -<a href="http://jakarta.apache.org/"><img src="./images/ecs-small.jpg" alt="Element 
Construction Set" border="0"/></a>
  +<a href="http://jakarta.apache.org/"><img src="././images/ecs-small.jpg" 
alt="Element Construction Set" border="0"/></a>
   </td>
                   </tr>
               </table>
  @@ -35,12 +37,12 @@
                   <tr>
                       <!-- LEFT SIDE NAVIGATION -->
                       <td valign="top" nowrap="true">
  -                                <strong>Download</strong>
  +                                <p><strong>Download</strong></p>
           <ul>
                       <li>    <a 
href="http://jakarta.apache.org/site/binindex.html">Binaries</a>
   </li>
                   </ul>
  -            <strong>Get Involved</strong>
  +            <p><strong>Get Involved</strong></p>
           <ul>
                       <li>    <a 
href="http://jakarta.apache.org/site/getinvolved.html">Overview</a>
   </li>
  @@ -59,8 +61,7 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                    
  -                <p>
  +                                    <p>
   The <strong>Element Construction Set</strong> is a Java API for generating 
   elements for various markup languages it directly supports HTML 4.0 and XML, but 
   can easily be extended to create tags for any markup language. It is designed 
  @@ -77,8 +78,7 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                    
  -                <p>
  +                                    <p>
   The <b>E</b>lement <b>C</b>onstruction <b>S</b>et allows you to use Java 
   Objects to generate markup code.  Gone is the need for writing code that looks 
   like the following:
  @@ -113,8 +113,7 @@
       </tr>
       </table>
       </div>
  -                                
  -                <p>
  +                                                <p>
   You can do this instead:
   </p>
                                                       <div align="left">
  @@ -150,8 +149,7 @@
       </tr>
       </table>
       </div>
  -                                
  -                <p>
  +                                                <p>
   This creates the HTML:
   </p>
                                                       <div align="left">
  @@ -177,8 +175,7 @@
       </tr>
       </table>
       </div>
  -                                
  -                <p>
  +                                                <p>
   Or even easier, use the Document object:
   </p>
                                                       <div align="left">
  @@ -212,16 +209,13 @@
       </tr>
       </table>
       </div>
  -                                
  -                <p>
  +                                                <p>
   This creates the same HTML as above.
   </p>
  -                                
  -                <p>
  +                                                <p>
   There are some subtleties in the above code that are worth commenting on.
   </p>
  -                                
  -                <p>
  +                                                <p>
   <ol>
   <li>You don't need to know the Hex value of the color you want.  HtmlColor is an 
   interface that defines more than 200 colors.</li>
  @@ -233,8 +227,7 @@
   method that can be overridden to provide custom rendering of elements.</li>
   </ol>
   </p>
  -                                
  -                <p>
  +                                                <p>
   <B>ECS</B> also gives you the ability to create your own elements on the fly 
   using the XML element.  So you can do the following:
   </p>
  @@ -274,8 +267,7 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                    
  -                <p>
  +                                    <p>
   The javadoc documentation and a TestBed.java file 
   comes with the distribution download. Both resources combined give example code 
usage 
   that covers every single element. The TestBed.java file is located in 
  @@ -292,14 +284,18 @@
                       <hr noshade="" size="1"/>
                   </td></tr>
                   <tr><td colspan="2">
  -                    <div align="center"><font color="{#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2000, Apache Software Foundation
  +                    <div align="center"><font color="#525D76" size="-1"><em>
  +                    Copyright &#169; 1999-2001, Apache Software Foundation
                       </em></font></div>
                   </td></tr>
               </table>
           </body>
       </html>
   <!-- end the processing -->
  +
  +
  +
  +
   
   
   
  
  
  

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

Reply via email to