[prev in list] [next in list] [prev in thread] [next in thread] 

List:       velocity-dev
Subject:    cvs commit: jakarta-velocity/xdocs index.xml
From:       jon () apache ! org
Date:       2001-05-23 20:57:24
[Download RAW message or body]

jon         01/05/23 13:57:23

  Modified:    docs     index.html
               xdocs    index.xml
  Log:
  minor clarification to stress the point that velocity can be used for more
  than just web development
  
  Revision  Changes    Path
  1.36      +22 -21    jakarta-velocity/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/index.html,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- index.html	2001/05/20 23:37:46	1.35
  +++ index.html	2001/05/23 20:57:19	1.36
  @@ -177,16 +177,18 @@
         <tr><td>
           <blockquote>
                                       <p>
  -    Velocity is a Java-based template engine. It permits web page designers
  -    to use simple yet powerful template language to reference objects
  -    defined in Java code. Web designers can work in parallel with Java
  -    programmers to develop web sites according to the Model-View-Controller
  -    (MVC) model, meaning that web page designers can focus solely on creating
  -    a site that looks good, and programmers can focus solely on writing
  -    top-notch code. Velocity separates Java code from the web pages,
  -    making the web site more maintainable over the long run and providing
  -    a viable alternative to
  -    <a href="http://java.sun.com/products/jsp/">Java Server Pages</a>
  +    Velocity is a Java-based template engine. It permits anyone to use
  +    the simple yet powerful template language to reference objects
  +    defined in Java code.
  + </p>
  +                                                <p>
  +    When Velocity is used for web development, Web designers can work in
  +    parallel with Java programmers to develop web sites according to the
  +    Model-View-Controller (MVC) model, meaning that web page designers
  +    can focus solely on creating a site that looks good, and programmers
  +    can focus solely on writing top-notch code. Velocity separates Java
  +    code from the web pages, making the web site more maintainable over
  +    the long run and providing a viable alternative to <a \
href="http://java.sun.com/products/jsp/">Java Server Pages</a>  (JSPs) or <a \
href="http://www.php.net/">PHP</a>.  </p>
                                                   <p>
  @@ -246,17 +248,16 @@
       <a href="http://jakarta.apache.org/builds/jakarta-velocity/nightly/">here</a>.
   </p>
                                                   <p>
  -  These are meant to provide easy access to the actual project CVS tree. 
  -As this is our live development workspace, there are 
  -no guarantees as to what you will find there,although we do our best to maintain 
  -a buildable source tree. 
  -If you are looking for the stable supported release, please use the current 
  -release of Velocity.
  +These are meant to provide easy access to the actual project CVS tree.
  +As this is our live development workspace, there are no guarantees as to
  +what you will find there,although we do our best to maintain a buildable
  +source tree. If you are looking for the stable supported release, please
  +use the current release of Velocity.
   </p>
                                                   <p>
  -If you are willing to risk getting dirty, we invite you to try the nightly \
                snapshot 
  -to see the current state of affairs (and help out!) 
  -<a href="http://jakarta.apache.org/site/cvsindex.html">Public CVS access</a> is \
also available.  +If you are willing to risk getting dirty, we invite you to try the
  +nightly snapshot to see the current state of affairs (and help out!) <a \
href="http://jakarta.apache.org/site/cvsindex.html">Public CVS  +access</a> is also \
available.  </p>
                               </blockquote>
           </p>
  @@ -283,8 +284,8 @@
           There is a list of <a href="contributors.html">Active Developers</a>.
           Submit some code and get your name added!</li>
       <li>
  -        Discussion occurs on the <a \
                href="http://jakarta.apache.org/getinvolved/mail.html">Velocity \
                mailing
  -        list</a>.</li>
  +        Discussion occurs on the <a \
href="http://jakarta.apache.org/getinvolved/mail.html">Velocity  +        mailing \
list</a>.</li>  <li>
           Access to the CVS <strong>jakarta-velocity</strong> repository is \
                available both
           <a href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-velocity/">online</a>
  
  
  
  1.21      +26 -21    jakarta-velocity/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/index.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- index.xml	2001/05/20 23:37:46	1.20
  +++ index.xml	2001/05/23 20:57:22	1.21
  @@ -61,16 +61,20 @@
    <section name="What is Velocity?">
   
    <p>
  -    Velocity is a Java-based template engine. It permits web page designers
  -    to use simple yet powerful template language to reference objects
  -    defined in Java code. Web designers can work in parallel with Java
  -    programmers to develop web sites according to the Model-View-Controller
  -    (MVC) model, meaning that web page designers can focus solely on creating
  -    a site that looks good, and programmers can focus solely on writing
  -    top-notch code. Velocity separates Java code from the web pages,
  -    making the web site more maintainable over the long run and providing
  -    a viable alternative to
  -    <a href="http://java.sun.com/products/jsp/">Java Server Pages</a>
  +    Velocity is a Java-based template engine. It permits anyone to use
  +    the simple yet powerful template language to reference objects
  +    defined in Java code.
  + </p>
  + 
  + <p>
  +    When Velocity is used for web development, Web designers can work in
  +    parallel with Java programmers to develop web sites according to the
  +    Model-View-Controller (MVC) model, meaning that web page designers
  +    can focus solely on creating a site that looks good, and programmers
  +    can focus solely on writing top-notch code. Velocity separates Java
  +    code from the web pages, making the web site more maintainable over
  +    the long run and providing a viable alternative to <a
  +    href="http://java.sun.com/products/jsp/">Java Server Pages</a>
       (JSPs) or <a href="http://www.php.net/">PHP</a>.
    </p>
   
  @@ -120,18 +124,18 @@
   </p>
   
   <p>
  -  These are meant to provide easy access to the actual project CVS tree. 
  -As this is our live development workspace, there are 
  -no guarantees as to what you will find there,although we do our best to maintain 
  -a buildable source tree. 
  -If you are looking for the stable supported release, please use the current 
  -release of Velocity.
  +These are meant to provide easy access to the actual project CVS tree.
  +As this is our live development workspace, there are no guarantees as to
  +what you will find there,although we do our best to maintain a buildable
  +source tree. If you are looking for the stable supported release, please
  +use the current release of Velocity.
   </p>
   
   <p>
  -If you are willing to risk getting dirty, we invite you to try the nightly \
                snapshot 
  -to see the current state of affairs (and help out!) 
  -<a href="http://jakarta.apache.org/site/cvsindex.html">Public CVS access</a> is \
also available.  +If you are willing to risk getting dirty, we invite you to try the
  +nightly snapshot to see the current state of affairs (and help out!) <a
  +href="http://jakarta.apache.org/site/cvsindex.html">Public CVS
  +access</a> is also available.
   </p>
   
   </section>
  @@ -150,8 +154,9 @@
           There is a list of <a href="contributors.html">Active Developers</a>.
           Submit some code and get your name added!</li>
       <li>
  -        Discussion occurs on the <a \
                href="http://jakarta.apache.org/getinvolved/mail.html">Velocity \
                mailing
  -        list</a>.</li>
  +        Discussion occurs on the <a
  +        href="http://jakarta.apache.org/getinvolved/mail.html">Velocity
  +        mailing list</a>.</li>
       <li>
           Access to the CVS <strong>jakarta-velocity</strong> repository is \
                available both
           <a href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-velocity/">online</a>
  
  
  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic