bodewig     2004/02/20 00:33:24

  Modified:    docs     external.html projects.html
  Log:
  regenerate site
  
  Revision  Changes    Path
  1.158     +104 -0    ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.157
  retrieving revision 1.158
  diff -u -r1.157 -r1.158
  --- external.html     19 Feb 2004 11:46:58 -0000      1.157
  +++ external.html     20 Feb 2004 08:33:23 -0000      1.158
  @@ -284,6 +284,55 @@
         </tr>
           </table>
                                                       <h4 class="subsection">
  +        <a name="Antariel"></a>
  +        Antariel
  +      </h4>
  +                        <p>Andariel is a set of tasks designed to help the 
generation of HTML
  +        (and other markup languages) pages from Ant. Includes a XPath 
processor,
  +        an image information retriever, and others.</p>
  +                                      <table class="externals" 
cellspacing="1" cellpadding="4">
  +              <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Compatibility:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Ant 1.5.4 and newer
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          URL:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a 
href="http://andariel.uworks.net/";>http://andariel.uworks.net/</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Contact:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          josep DOT rio AT uworks DOT net
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Apache Software License 1.1
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="AntDoc"></a>
           AntDoc
         </h4>
  @@ -3302,6 +3351,61 @@
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
             GNU General Public License (GPL)
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
  +        <a name="rundoc"></a>
  +        rundoc
  +      </h4>
  +                        <p>A task designed to help with the single-sourcing 
of program
  +        documentation. Rundoc replaces special commands
  +        (in the format <i>@@rundoc:command param1 param2...@@</i>) embedded
  +        within text files with their output in a
  +        specified format. Currently, only Docbook format is supported.</p>
  +                                <p>Rundoc was written to keep sample code 
output in program
  +        documentation synchronized with the actual output
  +        of the current code, by running the referenced code when the
  +        documentation is built.</p>
  +                                      <table class="externals" 
cellspacing="1" cellpadding="4">
  +              <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Compatibility:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Tested with 1.6  Should work with all versions.
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          URL:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a 
href="http://www.martiansoftware.com/lab/index.html#rundoc";>http://www.martiansoftware.com/lab/index.html#rundoc</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Contact:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a href="http://www.martiansoftware.com/contact.html";>Marty 
Lamb</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Revised BSD
         </td>
         </tr>
           </table>
  
  
  
  1.53      +2 -2      ant/docs/projects.html
  
  Index: projects.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/projects.html,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- projects.html     7 Jan 2004 07:27:59 -0000       1.52
  +++ projects.html     20 Feb 2004 08:33:23 -0000      1.53
  @@ -297,7 +297,7 @@
         </th>
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
  -          Tested extensively with Ant 1.5.x.
  +          Ant 1.5 and higher.
         </td>
         </tr>
                     <tr>
  @@ -307,7 +307,7 @@
         </th>
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
  -          <a 
href="http://antelope.sourceforge.net/";>http://antelope.sourceforge.net/</a>
  +          <a 
href="http://antelope.tigris.org/";>http://antelope.tigris.org/</a>
         </td>
         </tr>
                     <tr>
  
  
  

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

Reply via email to