bodewig     01/11/23 04:32:07

  Modified:    docs     faq.html
               xdocs    faq.xml
  Log:
  how to render the FAQ.
  
  Revision  Changes    Path
  1.12      +31 -0     jakarta-ant/docs/faq.html
  
  Index: faq.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/faq.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- faq.html  2001/11/23 12:01:35     1.11
  +++ faq.html  2001/11/23 12:32:07     1.12
  @@ -107,6 +107,10 @@
                       <li><a href="#adding-faqs">
     How can I contribute to this FAQ?
     </a></li>
  +                    <li><a href="#creating-faq">
  +  How do you create the HTML version of this
  +        FAQ?
  +  </a></li>
                   </ul>
         </blockquote>
       </td></tr>
  @@ -321,6 +325,33 @@
                                           <p>If you don't know how to create a 
patch, see the patches
             section of <a 
href="http://jakarta.apache.org/site/source.html";>this
             page</a>.</p>
  +                        </blockquote>
  +    </td></tr>
  +  </table>
  +  </a>
  +        <a name="creating-faq">
  +  <table border="0" cellspacing="0" cellpadding="2" width="100%">
  +    <tr><td bgcolor="#828DA6">
  +      <font color="#ffffff" face="arial,helvetica,sanserif">
  +        <strong>
  +          How do you create the HTML version of this
  +        FAQ?
  +        </strong>
  +      </font>
  +    </td></tr>
  +    <tr><td>
  +      <blockquote>
  +                              <p>We use 
  +        <a href="http://jakarta.apache.org/velocity/anakia.html";>Anakia</a>
  +        to render the HTML version from the original XML file.</p>
  +                                        <p>The Velocity stylesheets used to 
process the XML files can
  +        be found in the <code>xdocs/stylesheets</code> subdirectory of
  +        Ant's CVS repository - the build file <code>docs.xml</code> is
  +        used to drive Anakia.  This file assumes that you have the
  +        <code>jakarta-site2</code> module checked out from CVS as
  +        well, but if you follow the instruction from Anakia's
  +        homepage, you should get it to work without that.  Just make
  +        sure all required jars are in the task's classpath.</p>
                           </blockquote>
       </td></tr>
     </table>
  
  
  
  1.11      +21 -0     jakarta-ant/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/xdocs/faq.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- faq.xml   2001/11/23 12:01:35     1.10
  +++ faq.xml   2001/11/23 12:32:07     1.11
  @@ -30,6 +30,27 @@
             page</a>.</p>
         </answer>
       </faq>
  +
  +    <faq id="creating-faq">
  +      <question>How do you create the HTML version of this
  +        FAQ?</question>
  +
  +      <answer>
  +        <p>We use 
  +        <a href="http://jakarta.apache.org/velocity/anakia.html";>Anakia</a>
  +        to render the HTML version from the original XML file.</p>
  +
  +        <p>The Velocity stylesheets used to process the XML files can
  +        be found in the <code>xdocs/stylesheets</code> subdirectory of
  +        Ant's CVS repository - the build file <code>docs.xml</code> is
  +        used to drive Anakia.  This file assumes that you have the
  +        <code>jakarta-site2</code> module checked out from CVS as
  +        well, but if you follow the instruction from Anakia's
  +        homepage, you should get it to work without that.  Just make
  +        sure all required jars are in the task's classpath.</p>
  +      </answer>
  +    </faq>
  +
     </faqsection>
   
     <faqsection title="General">
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to