jhm         2004/02/20 00:13:37

  Modified:    xdocs    projects.xml external.xml
  Log:
  Antelope new url; new tasks: antariel, rundoc
  
  Revision  Changes    Path
  1.14      +5 -5      ant/xdocs/projects.xml
  
  Index: projects.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/projects.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- projects.xml      16 Feb 2004 16:38:06 -0000      1.13
  +++ projects.xml      20 Feb 2004 08:13:37 -0000      1.14
  @@ -22,7 +22,7 @@
     </properties>
   
     <body>
  -    
  +
       <section name="Related Projects">
   
         <p>Nothing listed here is directly supported by the Ant
  @@ -99,11 +99,11 @@
           <table>
             <tr>
               <th>Compatibility:</th>
  -            <td>Tested extensively with Ant 1.5.x.</td>
  +            <td>Ant 1.5 and higher.</td>
             </tr>
             <tr>
               <th>URL:</th>
  -            <td><a 
href="http://antelope.sourceforge.net/";>http://antelope.sourceforge.net/</a></td>
  +            <td><a 
href="http://antelope.tigris.org/";>http://antelope.tigris.org/</a></td>
             </tr>
             <tr>
               <th>Contact:</th>
  @@ -240,7 +240,7 @@
             </tr>
           </table>
         </subsection>
  -      
  +
         <subsection name="NAnt">
   
           <p>NAnt is a .NET based build tool. In theory it is kind of
  @@ -322,4 +322,4 @@
       </section>
   
     </body>
  -</document>
  +</document>
  \ No newline at end of file
  
  
  
  1.119     +58 -0     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- external.xml      19 Feb 2004 11:46:58 -0000      1.118
  +++ external.xml      20 Feb 2004 08:13:37 -0000      1.119
  @@ -92,6 +92,32 @@
           </table>
         </subsection>
   
  +      <subsection name="Antariel">
  +
  +        <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">
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.5.4 and newer</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://andariel.uworks.net/";>http://andariel.uworks.net/</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td>josep DOT rio AT uworks DOT net</td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>Apache Software License 1.1</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="AntDoc">
   
           <p>AntDoc is a tool that generates HTML documentation from Ant
  @@ -1771,6 +1797,38 @@
             <tr>
               <th>License:</th>
               <td>GNU General Public License (GPL)</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
  +      <subsection name="rundoc">
  +        <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">
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Tested with 1.6  Should work with all versions.</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://www.martiansoftware.com/lab/index.html#rundoc";>http://www.martiansoftware.com/lab/index.html#rundoc</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a href="http://www.martiansoftware.com/contact.html";>Marty 
Lamb</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>Revised BSD</td>
             </tr>
           </table>
         </subsection>
  
  
  

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

Reply via email to