Browse Source

Antelope new url; new tasks: antariel, rundoc

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276122 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
e13da426b1
2 changed files with 63 additions and 5 deletions
  1. +58
    -0
      xdocs/external.xml
  2. +5
    -5
      xdocs/projects.xml

+ 58
- 0
xdocs/external.xml View File

@@ -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
@@ -1775,6 +1801,38 @@
</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>

<subsection name="SerialVer">

<p>SerialVer adds the Java serialver functionality to Apache


+ 5
- 5
xdocs/projects.xml View File

@@ -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>

Loading…
Cancel
Save