geirm       01/02/07 21:46:17

  Modified:    docs     developer-guide.html
  Log:
  Small update
  
  Revision  Changes    Path
  1.9       +5 -5      jakarta-velocity/docs/developer-guide.html
  
  Index: developer-guide.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/developer-guide.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- developer-guide.html      2001/02/08 05:43:02     1.8
  +++ developer-guide.html      2001/02/08 05:46:16     1.9
  @@ -26,8 +26,8 @@
   <DIV align="right"><TABLE border="0" cellpadding="0" cellspacing="0" 
width="98%"><TR><TD bgcolor="#023264" width="100%"><FONT color="#ffffff" 
face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="5" hspace="0" 
src="resources/void.gif" vspace="0" 
width="5"><B>Introduction</B></FONT></TD></TR><TR><TD><IMG border="0" height="5" 
hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE><TABLE 
border="0" cellpadding="0" cellspacing="0" width="98%"><TR><TD><FONT color="#000000" 
face="arial,helvetica,sanserif">
   <P align="justify">
   Velocity is a Java-based template engine, a simple and powerful development tool 
that allows you to easily create and render
  -'documents' that format and present your data.
  -In this document, we hope to give an overview of the basics of development using 
Velocity, focusing on the two main areas for Velocity usage :
  +documents that format and present your data.
  +In this guide, we hope to give an overview of the basics of development using 
Velocity, focusing on the two main areas for Velocity usage :
   
   <BLOCKQUOTE><UL>
   <LI> servlet-based WWW development</LI>
  @@ -176,7 +176,7 @@
   This feature has many uses, the most common so far is providing layered data access 
and toolsets.
   </P>
   <P align="justify">
  -As mentioned before, the Velocity context mechanism is also extendable, but beyond 
the current scope of this document.
  +As mentioned before, the Velocity context mechanism is also extendable, but beyond 
the current scope of this guide.
   If you are interested, please see the classes in the package
   org.apache.velocity.context to see how the provided contexts are put together.  
Futher, there are a few examples in the examples
   directory in the distribution which show alternate implementaions, including [a 
goofy] one 
  @@ -234,7 +234,7 @@
   <P align="justify">
   Look familiar?  With the exception of creating the context object, which is done 
for you by the VelocityServlet base class,
    and  the  merge() step which is also done for you by the VelocityServlet base 
class, 
  -it's identical to the basic code pattern we mentioned at the beginning of this 
document.  
  +it's identical to the basic code pattern we mentioned at the beginning of this 
guide.  
   We take the context, add our application data, and return a template. 
   </P>
   <B>Deployment</B>
  @@ -279,7 +279,7 @@
   <DIV align="right"><TABLE border="0" cellpadding="0" cellspacing="0" 
width="98%"><TR><TD bgcolor="#023264" width="100%"><FONT color="#ffffff" 
face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="5" hspace="0" 
src="resources/void.gif" vspace="0" 
width="5"><B>Summary</B></FONT></TD></TR><TR><TD><IMG border="0" height="5" hspace="0" 
src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE><TABLE border="0" 
cellpadding="0" cellspacing="0" width="98%"><TR><TD><FONT color="#000000" 
face="arial,helvetica,sanserif">
   
   <P align="justify">
  -We hope this brief document was a helpful introduction to using Velocity in your 
Java projects, and thank you for you interest
  +We hope this brief guide was a helpful introduction to using Velocity in your Java 
projects, and thank you for you interest
   in Velocity.  We welcome any and all comments
   you may have about this documentation and the Velocity template engine itself.  
   </P>
  
  
  

Reply via email to