Author: apetrelli
Date: Fri May  4 08:43:33 2007
New Revision: 535295

URL: http://svn.apache.org/viewvc?view=rev&rev=535295
Log:
Fixed typos and wrong references in home page.
Removed the reference to Velocity since the Velocity integration has not been 
developed yet.

Modified:
    tiles/site/src/site/xdoc/index.xml

Modified: tiles/site/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/tiles/site/src/site/xdoc/index.xml?view=diff&rev=535295&r1=535294&r2=535295
==============================================================================
--- tiles/site/src/site/xdoc/index.xml (original)
+++ tiles/site/src/site/xdoc/index.xml Fri May  4 08:43:33 2007
@@ -24,7 +24,7 @@
 <document>
 
     <properties>
-        <title>Apache Tiles 2</title>
+        <title>Home</title>
     </properties>
 
     <body>
@@ -68,22 +68,21 @@
         </div>
 
         <p><strong><a href="http://tiles.apache.org";>Apache Tiles</a></strong>
-        is a templating framework built to simplfy the development of web
+        is a templating framework built to simplify the development of web
         application user interfaces.</p>
 
         <p>Tiles allows authors to define page fragments which can be assembled
         into a complete page at runtime.  These fragments, or tiles, can be 
used
         as simple includes in order to reduce the duplication of common page
-        elements or embeded within other tiles to develop a series of reusable
+        elements or embedded within other tiles to develop a series of reusable
         templates. These templates streamline the development of a consistent
         look and feel across an entire application.</p>
 
         <p>Tiles grew in popularity as a component of the popular
-        <a href="http://struts.apache.org";>Struts</a> framework.  It has since
+        <a href="http://struts.apache.org/";>Struts</a> framework.  It has since
         been extracted from Struts and is now integrated with various 
frameworks,
-        such as <a href="http://struts.apache.org";>Struts2</a>,
-        <a href="http://shale.apache.org";>Shale</a>, and
-        <a href="http://velocity.apache.org";>Velocity</a>.</p>
+        such as <a href="http://struts.apache.org/";>Struts 2</a> and
+        <a href="http://shale.apache.org/";>Shale</a>.</p>
 
     <a name="downloads"/>
 </section>


Reply via email to