You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jo...@apache.org on 2001/07/31 23:58:48 UTC

cvs commit: jakarta-velocity/xdocs texen.xml

jon         01/07/31 14:58:48

  Modified:    docs     texen.html
               xdocs    texen.xml
  Log:
  docs fixes...
  
  "M. Sean Gilligan" <Se...@catalla.com>
  
  Revision  Changes    Path
  1.21      +4 -4      jakarta-velocity/docs/texen.html
  
  Index: texen.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/texen.html,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- texen.html	2001/07/31 21:44:08	1.20
  +++ texen.html	2001/07/31 21:58:48	1.21
  @@ -123,8 +123,8 @@
   </p>
                                                   <p>
       Texen was created to deal with the source generating requirements of
  -    the Turbine web application framework. The <a href="http://java.apache.org/turbine/torque.html">Torque</a> utility
  -    in <a href="http://java.apache.org/turbine/">Turbine</a>, which is a
  +    the Turbine web application framework. The <a href="http://jakarta.apache.org/turbine/torque.html">Torque</a> utility
  +    in <a href="http://jakarta.apache.org/turbine/">Turbine</a>, which is a
       subclass of the TexenTask, is responsible for generating the SQL,
       and the Object-Relational mapping sources for a Turbine project.
       This is only one example; you can use Texen to generate almost any
  @@ -225,7 +225,7 @@
   
   #foreach ($planet in $Planets)
   
  -    $outputFile = strings.concat([$planet, &quot;.html&quot;])
  +    #set ($outputFile = strings.concat([$planet, &quot;.html&quot;]))
       $generator.parse(&quot;HtmlTemplate.vm&quot;, $outputFile, &quot;planet&quot;, $planet)
   
   #end
  @@ -294,7 +294,7 @@
   </p>
                                                   <p>
       See the Torque utility in Turbine for a full working example of
  -    Texen. A standalone version of Torque is available <a href="http://java.apache.org/turbine/tdk/">here</a>.
  +    Texen. A standalone version of Torque is available <a href="http://jakarta.apache.org/builds/jakarta-turbine/release/">here</a>.
   </p>
                               </blockquote>
           </p>
  
  
  
  1.6       +4 -4      jakarta-velocity/xdocs/texen.xml
  
  Index: texen.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/texen.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- texen.xml	2001/03/19 02:52:25	1.5
  +++ texen.xml	2001/07/31 21:58:48	1.6
  @@ -24,8 +24,8 @@
   <p>
       Texen was created to deal with the source generating requirements of
       the Turbine web application framework. The <a
  -    href="http://java.apache.org/turbine/torque.html">Torque</a> utility
  -    in <a href="http://java.apache.org/turbine/">Turbine</a>, which is a
  +    href="http://jakarta.apache.org/turbine/torque.html">Torque</a> utility
  +    in <a href="http://jakarta.apache.org/turbine/">Turbine</a>, which is a
       subclass of the TexenTask, is responsible for generating the SQL,
       and the Object-Relational mapping sources for a Turbine project.
       This is only one example; you can use Texen to generate almost any
  @@ -95,7 +95,7 @@
   
   #foreach ($planet in $Planets)
   
  -    $outputFile = strings.concat([$planet, ".html"])
  +    #set ($outputFile = strings.concat([$planet, ".html"]))
       $generator.parse("HtmlTemplate.vm", $outputFile, "planet", $planet)
   
   #end
  @@ -142,7 +142,7 @@
   <p>
       See the Torque utility in Turbine for a full working example of
       Texen. A standalone version of Torque is available <a
  -    href="http://java.apache.org/turbine/tdk/">here</a>.
  +    href="http://jakarta.apache.org/builds/jakarta-turbine/release/">here</a>.
   </p>
   
   </section>