- Revision
- 220
- Author
- mauro
- Date
- 2007-07-03 12:24:08 -0500 (Tue, 03 Jul 2007)
Log Message
Removed redundant divs.
Modified Paths
Diff
Modified: trunk/distribution/src/site/content/index.html (219 => 220)
--- trunk/distribution/src/site/content/index.html 2007-07-03 13:56:46 UTC (rev 219) +++ trunk/distribution/src/site/content/index.html 2007-07-03 17:24:08 UTC (rev 220) @@ -5,10 +5,7 @@ <title>Waffle</title> </head> -<body class="composite"> -<div id="bodyColumn"> -<div id="contentBox"> -<div class="section"> +<body> <h2>Waffle Web Framework</h2> <p>Waffle is a Java web framework that makes the process of @@ -52,7 +49,6 @@ <li>Transparent REST functionality for controllers.</li> <li>Transparent JSON functionality for controllers.</li> </ul> -<div class="section"> <h3>Getting started</h3> <p>The best way to get started is to look at the examples</p> <ul> @@ -60,8 +56,6 @@ <li><a href="" Simple Calculator</a></li> </ul> -</div> -<div class="section"> <h3>Choices of markup language</h3> <p>As Waffle does not come with a HTML markup technology, it plays well with other 'best practice' solutions:</p> @@ -71,13 +65,6 @@ <li>Velocity</li> <li>Ruby's ERB</li> </ul> -</div> -</div> -</div> -</div> -<div class="clear"> -<hr /> -</div> </body>
To unsubscribe from this list please visit:
