You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by mc...@apache.org on 2011/08/28 13:24:51 UTC

svn commit: r1162497 - in /tiles/framework/trunk: tiles-autotag/src/site/xdoc/index.xml tiles-parent/src/site/apt/whats-new.apt tiles-request/src/site/xdoc/index.xml

Author: mck
Date: Sun Aug 28 11:24:50 2011
New Revision: 1162497

URL: http://svn.apache.org/viewvc?rev=1162497&view=rev
Log:
http://thread.gmane.org/gmane.comp.apache.tiles.devel/233

Modified:
    tiles/framework/trunk/tiles-autotag/src/site/xdoc/index.xml
    tiles/framework/trunk/tiles-parent/src/site/apt/whats-new.apt
    tiles/framework/trunk/tiles-request/src/site/xdoc/index.xml

Modified: tiles/framework/trunk/tiles-autotag/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-autotag/src/site/xdoc/index.xml?rev=1162497&r1=1162496&r2=1162497&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-autotag/src/site/xdoc/index.xml (original)
+++ tiles/framework/trunk/tiles-autotag/src/site/xdoc/index.xml Sun Aug 28 11:24:50 2011
@@ -29,7 +29,7 @@
 
     <body>
 
-        <section name="Apache Autotag&#8482; project">
+        <section name="Apache Autotag project">
 
             <p>Tiles-3 introduces a feature complete
                 <a href="http://svn.eu.apache.org/repos/asf/tiles/sandbox/trunk/tiles-autotag/" title="Autotag SVN directory">Autotag project</a>,
@@ -49,7 +49,7 @@
                 <li>the others (generate-jsp, generate-freemarker, generate-velocity) produce boilerplate code.</li>
             </ul>
                 <p>The projects using the latter mojos must include some runtime dependencies.</p>
-                <p>The result boilerplate code has been removed and uses the plugin instead: it's a lot of boilerplate, boring code, now generated automatically.
+                <p>The boilerplate code has been removed and uses the plugin instead: it's a lot of boilerplate, boring code, now generated automatically.
                 </p>
         </section>
     </body>

Modified: tiles/framework/trunk/tiles-parent/src/site/apt/whats-new.apt
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-parent/src/site/apt/whats-new.apt?rev=1162497&r1=1162496&r2=1162497&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-parent/src/site/apt/whats-new.apt (original)
+++ tiles/framework/trunk/tiles-parent/src/site/apt/whats-new.apt Sun Aug 28 11:24:50 2011
@@ -25,9 +25,9 @@ What's new in Tiles 3.0
 
 * New features in Tiles 3.0
 
-  * Apache Request: a framework independent request abstraction. Implementations for Servlet, Portlet, JSP, Velocity and FreeMarker.
+  * {{{/request/}Apache Request}}: a framework independent request abstraction. Implementations for Servlet, Portlet, JSP, Velocity and FreeMarker.
 
-  * Apache Autotag: a project that automatically generates tags (or tag-like) artifact from a common template code for a range of templating languages.
+  * {{{/autotag/}Apache Autotag}}: a project that automatically generates tags (or tag-like) artifact from a common template code for a range of templating languages.
   All the Tiles 3 boilerplate code to templating models has been removed and uses the Autotag plugins instead:
   it's a lot of boilerplate, boring code, now generated automatically.
 

Modified: tiles/framework/trunk/tiles-request/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-request/src/site/xdoc/index.xml?rev=1162497&r1=1162496&r2=1162497&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-request/src/site/xdoc/index.xml (original)
+++ tiles/framework/trunk/tiles-request/src/site/xdoc/index.xml Sun Aug 28 11:24:50 2011
@@ -29,7 +29,7 @@
 
     <body>
 
-        <section name="Apache Request&#8482; microframework project">
+        <section name="Apache Request microframework project">
 
             <p>Tiles-3 introduces a complete standalone and super simple abstraction around request/response objects.
                 <p>We've all seen that the various technologies like Servlet, Portlet, JSP, Velocity, FreeMarker seem to have a different abstraction of a common pattern.