jon         01/08/15 10:57:49

  Modified:    docs     contributors.html veltag.html
               xdocs    contributors.xml veltag.xml
  Log:
  fixed jason's email (jason, fix independent if you want...)
  
  cleaned up some of the XHTML for veltag...geir take note. :-)
  
  -jon
  
  Revision  Changes    Path
  1.34      +2 -2      jakarta-velocity/docs/contributors.html
  
  Index: contributors.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/contributors.html,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- contributors.html 2001/08/14 02:40:22     1.33
  +++ contributors.html 2001/08/15 17:57:49     1.34
  @@ -145,12 +145,12 @@
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a>
  +                <a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a>
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Periapt
  +                Independent
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
  
  
  
  1.6       +16 -30    jakarta-velocity/docs/veltag.html
  
  Index: veltag.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/veltag.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- veltag.html       2001/08/15 11:43:18     1.5
  +++ veltag.html       2001/08/15 17:57:49     1.6
  @@ -118,9 +118,7 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <p>
  -<ol>
  -
  +                                    <ol>
   <li>
   <a href="#So You Have To Use JSP...">So You Have To Use JSP...</a>
   <ul>
  @@ -157,9 +155,7 @@
   <li>
   <a href="#Configuration">Configuration</a>
   </li>
  -
   </ol>
  -</p>
                               </blockquote>
           </p>
         </td></tr>
  @@ -195,7 +191,6 @@
       <tr>
         <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
         <td bgcolor="#ffffff"><pre>
  -
   &lt;%@ taglib uri=&quot;/WEB-INF/veltag.tld&quot; prefix=&quot;vel&quot; %&gt;
   
   &lt;html&gt;
  @@ -227,8 +222,6 @@
       &lt;/vel:velocity&gt;
   &lt;/body&gt;
   &lt;/html&gt;
  -
  -
   </pre></td>
         <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
       </tr>
  @@ -259,8 +252,8 @@
   The advantages, then, are found in a JSP-centric environment, where an
   existing application is already written in JSP and you wish to add or
   maintain functionality.  Some things that Velocity provides :
  -
  -<ul>
  +</p>
  +                                                <ul>
   <li> 
        Simple access to Java objects, without any need to create a taglib
        shell.  If it has public methods on a public interface, you can 
  @@ -296,8 +289,6 @@
        If nothing else, there are always the Velocimacros.
   </li>
   </ul>
  -
  -</p>
                               </blockquote>
           </p>
         </td></tr>
  @@ -334,14 +325,14 @@
   object is referenced (via a VTL 'reference'), the scopes are searched
   to find an object with the same id.  The scopes are searched in the 
   order of :
  -
  -<ol>
  +</p>
  +                                                <ol>
   <li> page scope </li>
   <li> request scope </li>
   <li> session scope </li>
   <li> application scope </li>
   </ol>
  - 
  +                                                <p> 
   Automatic scope access is enabled by default.  To use 
   automatic scope access, just access the bean by name. For example :
   </p>
  @@ -355,7 +346,6 @@
       <tr>
         <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
         <td bgcolor="#ffffff"><pre>
  -
   &lt;!-- place a bean in page scope --&gt;
   &lt;jsp:useBean id=&quot;mybean&quot;  class=&quot;GeirBean&quot; /&gt;
   
  @@ -414,8 +404,6 @@
       <tr>
         <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
         <td bgcolor="#ffffff"><pre>
  -
  -
   &lt;jsp:useBean id=&quot;beaninrequest&quot; class=&quot;GeirBean&quot; 
scope=&quot;request&quot; /&gt;
   
   &lt;vel:velocity strictaccess=&quot;true&quot;&gt;
  @@ -483,8 +471,8 @@
   </p>
                                                   <p>
   To build with JJAR :
  -
  -<ol>
  +</p>
  +                                                <ol>
   <li> 
     <a href="http://jakarta.apache.org/ant/";>Ant</a>, the fabulous
     Jakarta build tool, must be installed.
  @@ -512,9 +500,8 @@
       which will build the veltag-XX.jar (XX = current version).
   </li>
   </ol>
  -
  +                                                <p>
   That's it.  Pretty easy.
  -
   </p>
                                                   <a name="nonJJAR build"><strong>The 
JJAR-Is-A-Work-In-Progress Way</strong></a>
                                                   <p>
  @@ -523,8 +510,8 @@
   </p>
                                                   <p>
   To build, you need the following :
  -
  -<ul>
  +</p>
  +                                                <ul>
   <li> 
     <a href="http://jakarta.apache.org/ant/";>Ant</a>, the fabulous
     Jakarta build tool, must be installed.
  @@ -556,7 +543,6 @@
     for you.
   </li>
   </ul>
  -</p>
                               </blockquote>
           </p>
         </td></tr>
  @@ -580,18 +566,18 @@
   </p>
                                                   <p>
   To test the Velocity Taglib :
  -
  -<blockquote>
  +</p>
  +                                                <blockquote>
      You need to copy the veltag-XX.jar to the
      <code>WEB-INF/lib</code> directory of your webapp. (Where XX 
      is the current version number.
   </blockquote>
  -<blockquote>
  +                                                <blockquote>
      Take the example taglib descriptor,
      <code> /examples/veltag.tld</code> and place in WEB-INF of your
      webapp.
   </blockquote>
  -<blockquote>
  +                                                <blockquote>
     Finally, add 
     <pre>
       &lt;taglib&gt;
  @@ -601,7 +587,7 @@
     </pre>
     to your web.xml file, within the &lt;webapp&gt; section.
   </blockquote>
  -
  +                                                <p>
   If you wish to use the included example JSP, you will also need to compile
   <code>examples/SimpleBean.java</code> and place the resulting 
   <code>SimpleBean.class</code> into the <code>WEB-INF/classes</code>
  
  
  
  1.16      +122 -122  jakarta-velocity/xdocs/contributors.xml
  
  Index: contributors.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/contributors.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- contributors.xml  2001/02/26 06:38:54     1.15
  +++ contributors.xml  2001/08/15 17:57:49     1.16
  @@ -1,122 +1,122 @@
  -<?xml version="1.0"?>
  -
  -<document>
  -
  - <properties>
  -  <title>Velocity Contributors</title>
  -  <author email="[EMAIL PROTECTED]">Velocity Documentation Team</author>
  - </properties>
  -
  -<body>
  -
  -<section name="Contributors">
  -
  -<p>
  -    The people listed below have made significant contributions to Velocity by
  -    working long and hard to make quality software for the rest of the world to
  -    use.
  -</p>
  -
  -<p>
  -    If you would like to contribute to Velocity, please see the
  -    <a href="todo.html">to do</a> list to find areas where you can contribute.
  -    If there is nothing in there that suits your interest, but you still have
  -    ideas, please feel free to suggest them on the mailing list.
  -</p>
  -
  -<p>
  -    Velocity follows a certification scheme similar to the one that is outlined
  -    on
  -    <a 
href="http://www.advogato.org/certs.html";>http://www.advogato.org/certs.html</a>.
  -    Names on this list are ordered from first contributor at the top to the most 
recent contributor
  -    at the bottom.
  -</p>
  -
  -<table>
  -
  -<tr>
  -    <td>Jason van Zyl</td>
  -    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  -    <td>Periapt</td>
  -    <td>Master</td>
  -</tr>
  -
  -<tr>
  -    <td>Jon S. Stevens</td>
  -    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  -    <td>CollabNet</td>
  -    <td>Master</td>
  -</tr>
  -
  -<tr>
  -    <td>Daniel L. Rall</td>
  -    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  -    <td>CollabNet</td>
  -    <td>Master</td>
  -</tr>
  -
  -<tr>
  -    <td>Dave Bryson</td>
  -    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  -    <td>Miceda-Data</td>
  -    <td>Master</td>
  -</tr>
  -
  -<tr>
  -    <td>Josh Lucas</td>
  -    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  -    <td>CollabNet</td>
  -    <td>Master</td>
  -</tr>
  -
  -<tr>
  -    <td>Bob McWhirter</td>
  -    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  -    <td>Werken &amp; Sons Company</td>
  -    <td>Master</td>
  -</tr>
  -
  -<tr>
  -    <td>Terence Parr</td>
  -    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  -    <td>JGuru</td>
  -    <td>Master</td>
  -</tr>
  -
  -<tr>
  -    <td>Geir Magnusson Jr.</td>
  -    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  -    <td>Independent</td>
  -    <td>Master</td>
  -</tr>
  -
  -<tr>
  -    <td>John Castura</td>
  -    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  -    <td></td>
  -    <td>Apprentice</td>
  -</tr>
  -
  -<tr>
  -    <td>Leon Messerschmidt</td>
  -    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  -    <td></td>
  -    <td>Journeyer</td>
  -</tr>
  -
  -</table>
  -
  -
  -<p>
  -    Velocity is a new implementation of the Model-View-Controller
  -    architecture,
  -    concept, and syntax of the WebMacro Servlet Framework
  -    (<a href="http://www.webmacro.org";>www.webmacro.org</a>),
  -    which was originally envisioned and implemented by Justin Wells at
  -    Semiotek, Inc.
  -</p>
  -
  -</section>
  -
  -</body>
  -</document>
  +<?xml version="1.0"?>
  +
  +<document>
  +
  + <properties>
  +  <title>Velocity Contributors</title>
  +  <author email="[EMAIL PROTECTED]">Velocity Documentation Team</author>
  + </properties>
  +
  +<body>
  +
  +<section name="Contributors">
  +
  +<p>
  +    The people listed below have made significant contributions to Velocity by
  +    working long and hard to make quality software for the rest of the world to
  +    use.
  +</p>
  +
  +<p>
  +    If you would like to contribute to Velocity, please see the
  +    <a href="todo.html">to do</a> list to find areas where you can contribute.
  +    If there is nothing in there that suits your interest, but you still have
  +    ideas, please feel free to suggest them on the mailing list.
  +</p>
  +
  +<p>
  +    Velocity follows a certification scheme similar to the one that is outlined
  +    on
  +    <a 
href="http://www.advogato.org/certs.html";>http://www.advogato.org/certs.html</a>.
  +    Names on this list are ordered from first contributor at the top to the most 
recent contributor
  +    at the bottom.
  +</p>
  +
  +<table>
  +
  +<tr>
  +    <td>Jason van Zyl</td>
  +    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  +    <td>Independent</td>
  +    <td>Master</td>
  +</tr>
  +
  +<tr>
  +    <td>Jon S. Stevens</td>
  +    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  +    <td>CollabNet</td>
  +    <td>Master</td>
  +</tr>
  +
  +<tr>
  +    <td>Daniel L. Rall</td>
  +    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  +    <td>CollabNet</td>
  +    <td>Master</td>
  +</tr>
  +
  +<tr>
  +    <td>Dave Bryson</td>
  +    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  +    <td>Miceda-Data</td>
  +    <td>Master</td>
  +</tr>
  +
  +<tr>
  +    <td>Josh Lucas</td>
  +    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  +    <td>CollabNet</td>
  +    <td>Master</td>
  +</tr>
  +
  +<tr>
  +    <td>Bob McWhirter</td>
  +    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  +    <td>Werken &amp; Sons Company</td>
  +    <td>Master</td>
  +</tr>
  +
  +<tr>
  +    <td>Terence Parr</td>
  +    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  +    <td>JGuru</td>
  +    <td>Master</td>
  +</tr>
  +
  +<tr>
  +    <td>Geir Magnusson Jr.</td>
  +    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  +    <td>Independent</td>
  +    <td>Master</td>
  +</tr>
  +
  +<tr>
  +    <td>John Castura</td>
  +    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  +    <td></td>
  +    <td>Apprentice</td>
  +</tr>
  +
  +<tr>
  +    <td>Leon Messerschmidt</td>
  +    <td><a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></td>
  +    <td></td>
  +    <td>Journeyer</td>
  +</tr>
  +
  +</table>
  +
  +
  +<p>
  +    Velocity is a new implementation of the Model-View-Controller
  +    architecture,
  +    concept, and syntax of the WebMacro Servlet Framework
  +    (<a href="http://www.webmacro.org";>www.webmacro.org</a>),
  +    which was originally envisioned and implemented by Justin Wells at
  +    Semiotek, Inc.
  +</p>
  +
  +</section>
  +
  +</body>
  +</document>
  
  
  
  1.6       +11 -15    jakarta-velocity/xdocs/veltag.xml
  
  Index: veltag.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/veltag.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- veltag.xml        2001/08/15 11:43:18     1.5
  +++ veltag.xml        2001/08/15 17:57:49     1.6
  @@ -11,9 +11,7 @@
   
   <section name="Contents">
   
  -<p>
   <ol>
  -
   <li>
   <a href="#So You Have To Use JSP...">So You Have To Use JSP...</a>
   <ul>
  @@ -50,9 +48,7 @@
   <li>
   <a href="#Configuration">Configuration</a>
   </li>
  -
   </ol>
  -</p>
   
   </section>
   
  @@ -73,7 +69,6 @@
   </p>
   
   <source><![CDATA[
  -
   <%@ taglib uri="/WEB-INF/veltag.tld" prefix="vel" %>
   
   <html>
  @@ -105,8 +100,6 @@
       </vel:velocity>
   </body>
   </html>
  -
  -
   ]]></source>
   
   <p>
  @@ -132,6 +125,7 @@
   The advantages, then, are found in a JSP-centric environment, where an
   existing application is already written in JSP and you wish to add or
   maintain functionality.  Some things that Velocity provides :
  +</p>
   
   <ul>
   <li> 
  @@ -170,8 +164,6 @@
   </li>
   </ul>
   
  -</p>
  -
   </section>
   
   <section name="Using The Velocity Taglib">
  @@ -202,6 +194,7 @@
   object is referenced (via a VTL 'reference'), the scopes are searched
   to find an object with the same id.  The scopes are searched in the 
   order of :
  +</p>
   
   <ol>
   <li> page scope </li>
  @@ -209,13 +202,13 @@
   <li> session scope </li>
   <li> application scope </li>
   </ol>
  - 
  +
  +<p> 
   Automatic scope access is enabled by default.  To use 
   automatic scope access, just access the bean by name. For example :
   </p>
   
   <source><![CDATA[
  -
   <!-- place a bean in page scope -->
   <jsp:useBean id="mybean"  class="GeirBean" />
   
  @@ -260,8 +253,6 @@
     </p>
   
   <source><![CDATA[
  -
  -
   <jsp:useBean id="beaninrequest" class="GeirBean" scope="request" />
   
   <vel:velocity strictaccess="true">
  @@ -300,12 +291,14 @@
   </p>
   
   <a name="JJAR build"><strong>The Easy, JJAR Way</strong></a>
  +
   <p>
   The Veltag taglib can be built using a new, <b>experimental</b> 
   jar management tool called <em>JJAR</em>
   (Jakarta Jar Archive &amp; Repository) which makes finding and retrieving the
   dependencies to build the taglib simple.
   </p>
  +
   <p>
    <i>Please note that JJAR is 
   currently a work in progress - while every effort will be made to ensure
  @@ -315,6 +308,7 @@
   
   <p>
   To build with JJAR :
  +</p>
   
   <ol>
   <li> 
  @@ -345,8 +339,8 @@
   </li>
   </ol>
   
  +<p>
   That's it.  Pretty easy.
  -
   </p>
   
   <a name="nonJJAR build"><strong>The JJAR-Is-A-Work-In-Progress Way</strong></a>
  @@ -358,6 +352,7 @@
   
   <p>
   To build, you need the following :
  +</p>
   
   <ul>
   <li> 
  @@ -391,7 +386,6 @@
     for you.
   </li>
   </ul>
  -</p>
   </section>
   
   <section name="Configuration">
  @@ -407,6 +401,7 @@
   
   <p>
   To test the Velocity Taglib :
  +</p>
   
   <blockquote>
      You need to copy the veltag-XX.jar to the
  @@ -429,6 +424,7 @@
     to your web.xml file, within the &lt;webapp&gt; section.
   </blockquote>
   
  +<p>
   If you wish to use the included example JSP, you will also need to compile
   <code>examples/SimpleBean.java</code> and place the resulting 
   <code>SimpleBean.class</code> into the <code>WEB-INF/classes</code>
  
  
  

Reply via email to