dlr         01/03/19 22:40:04

  Modified:    docs     migration.html
  Log:
  Clarifications to script usage against a directory structure.
  
  Revision  Changes    Path
  1.16      +9 -9      jakarta-velocity/docs/migration.html
  
  Index: migration.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/migration.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- migration.html    2001/03/19 02:52:24     1.15
  +++ migration.html    2001/03/20 06:40:04     1.16
  @@ -25,7 +25,7 @@
   <a href="http://jakarta.apache.org"><img 
src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a>
   </td>
   <td align="right">
  -<a href="http://jakarta.apache.org/velocity/"><img src="./images/logo.gif" 
alt="Velocity" border="0"/></a>
  +<a href="http://jakarta.apache.org/velocity/"><img src="/images/logo.gif" 
alt="Velocity" border="0"/></a>
   </td>
                   </tr>
               </table>
  @@ -37,7 +37,7 @@
                   <tr>
                       <!-- LEFT SIDE NAVIGATION -->
                       <td valign="top" nowrap="true">
  -                                <p><strong>About</strong></p>
  +                                <strong>About</strong>
           <ul>
                       <li>    <a href="./index.html">Overview</a>
   </li>
  @@ -58,7 +58,7 @@
                       <li>    <a href="./todo.html">TODO</a>
   </li>
                   </ul>
  -            <p><strong>Community</strong></p>
  +            <strong>Community</strong>
           <ul>
                       <li>    <a 
href="http://jakarta.apache.org/site/getinvolved.html">Get Involved</a>
   </li>
  @@ -67,7 +67,7 @@
                       <li>    <a 
href="http://jakarta.apache.org/site/cvsindex.html">CVS Repositories</a>
   </li>
                   </ul>
  -            <p><strong>Docs</strong></p>
  +            <strong>Docs</strong>
           <ul>
                       <li>    <a href="./user-guide.html">User's Guide</a>
   </li>
  @@ -78,14 +78,14 @@
                       <li>    <a href="./specification.html">Specification</a>
   </li>
                   </ul>
  -            <p><strong>Comparisons</strong></p>
  +            <strong>Comparisons</strong>
           <ul>
                       <li>    <a href="./ymtd/ymtd.html">YMTD</a>
   </li>
                       <li>    <a href="./differences.html">VM/WM Differences</a>
   </li>
                   </ul>
  -            <p><strong>Tools</strong></p>
  +            <strong>Tools</strong>
           <ul>
                       <li>    <a href="./anakia.html">Anakia</a>
   </li>
  @@ -178,7 +178,7 @@
       <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>
  -./convert-wm.sh template.wm
  +./convert-wm.sh templates
   </pre></td>
         <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
       </tr>
  @@ -191,8 +191,8 @@
       </div>
                                                   <p>
       This will produce a directory structure of templates named
  -    <code>templates.vm</code>. The original WebMacro templates will be
  -    preserved during the conversion process.
  +    <code>templates/[template].vm</code>. The original WebMacro templates
  +    will be preserved during the conversion process.
   </p>
                               </blockquote>
         </td></tr>
  
  
  

Reply via email to