jon         01/10/07 21:47:57

  Modified:    docs     anakia.html
               xdocs    anakia.xml
  Log:
  cleaned up anakia docs
  
  Revision  Changes    Path
  1.31      +6 -6      jakarta-velocity/docs/anakia.html
  
  Index: anakia.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/anakia.html,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- anakia.html       2001/09/24 19:05:58     1.30
  +++ anakia.html       2001/10/08 04:47:57     1.31
  @@ -213,18 +213,17 @@
   </p>
                                                   <p>
       After building Velocity, <code>cd</code> into the
  -    jakarta-velocity/examples/anakia/build directory and run
  -    <code>./build.sh</code>. (Shell scripts will work on the Windows
  -    platform if you install <a href="http://sources.redhat.com/cygwin/";>Cygwin</a>.)
  +    jakarta-velocity/examples/anakia/build directory and run 'ant'.
   </p>
                                                   <p>
  -    Output from the build.sh script, in this case HTML files, is placed
  +    Output from running ant, in this case HTML files, is placed
       into the jakarta-velocity/examples/anakia/docs/ directory.
   </p>
                                                   <p>
       The jakarta-velocity/examples/anakia/xdocs/ directory has all of the
       .xml source code. The xdocs/stylesheets directory contains the .vsl
  -    file, in which most of the magic happens. Understanding <a 
href="user-guide.html">Velocity Template Language</a> and JDOM is
  +    file, in which most of the magic happens. Understanding <a 
href="user-guide.html">Velocity Template Language</a> and 
  +    <a href="http://www.jdom.org/";>JDOM</a> is
       necessary to understand how the .vsl file works.
   </p>
                               </blockquote>
  @@ -691,7 +690,8 @@
         <tr><td>
           <blockquote>
                                       <p>
  -    Anakia was originally conceptualized and implemented by Jon S. Stevens.
  +    Anakia was originally conceptualized and implemented by 
  +        <a href="mailto:[EMAIL PROTECTED]";>Jon S. Stevens</a>.
   </p>
                                                   <p>
       The name <a href="http://www.kabalarians.com/female/anakia.htm";>Anakia</a> is a
  
  
  
  1.13      +6 -7      jakarta-velocity/xdocs/anakia.xml
  
  Index: anakia.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/anakia.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- anakia.xml        2001/09/24 19:05:58     1.12
  +++ anakia.xml        2001/10/08 04:47:57     1.13
  @@ -97,20 +97,18 @@
   </p>
   <p>
       After building Velocity, <code>cd</code> into the
  -    jakarta-velocity/examples/anakia/build directory and run
  -    <code>./build.sh</code>. (Shell scripts will work on the Windows
  -    platform if you install <a
  -    href="http://sources.redhat.com/cygwin/";>Cygwin</a>.)
  +    jakarta-velocity/examples/anakia/build directory and run 'ant'.
   </p>
   <p>
  -    Output from the build.sh script, in this case HTML files, is placed
  +    Output from running ant, in this case HTML files, is placed
       into the jakarta-velocity/examples/anakia/docs/ directory.
   </p>
   <p>
       The jakarta-velocity/examples/anakia/xdocs/ directory has all of the
       .xml source code. The xdocs/stylesheets directory contains the .vsl
       file, in which most of the magic happens. Understanding <a
  -    href="user-guide.html">Velocity Template Language</a> and JDOM is
  +    href="user-guide.html">Velocity Template Language</a> and 
  +    <a href="http://www.jdom.org/";>JDOM</a> is
       necessary to understand how the .vsl file works.
   </p>
   </section>
  @@ -367,7 +365,8 @@
   
   <section name="Credits">
   <p>
  -    Anakia was originally conceptualized and implemented by Jon S. Stevens.
  +    Anakia was originally conceptualized and implemented by 
  +        <a href="mailto:[EMAIL PROTECTED]";>Jon S. Stevens</a>.
   </p>
   <p>
       The name <a
  
  
  


Reply via email to