git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@735616 13f79535-47bb-0310-9956-ffa450edef68master
@@ -753,6 +753,36 @@ | |||||
Articles | Articles | ||||
</h3> | </h3> | ||||
<h4 class="subsection"> | <h4 class="subsection"> | ||||
<a name="Ant + DocBook HOWTO"></a> | |||||
Ant + DocBook HOWTO | |||||
</h4> | |||||
<p>Pure Java DocBook Systems, including Ant Integration</p> | |||||
<p>The DocBook team documents how to use "make" for DocBook. | |||||
This HOWTO document is an attempt to cover the neglected case of using | |||||
DocBook for pure Java projects.</p> | |||||
<table class="externals" cellspacing="1" cellpadding="4"> | |||||
<tr> | |||||
<th colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
Author: | |||||
</th> | |||||
<td colspan="1" rowspan="1" | |||||
valign="top" align="left"> | |||||
Blaine Simpson | |||||
</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://pub.admc.com/howtos/ant-docbook-howto/">http://pub.admc.com/howtos/ant-docbook-howto/</a> | |||||
</td> | |||||
</tr> | |||||
</table> | |||||
<h4 class="subsection"> | |||||
<a name="Extending Ant Input Abilities"></a> | <a name="Extending Ant Input Abilities"></a> | ||||
Extending Ant Input Abilities | Extending Ant Input Abilities | ||||
</h4> | </h4> | ||||
@@ -363,6 +363,23 @@ | |||||
<section name="Articles"> | <section name="Articles"> | ||||
<subsection name="Ant + DocBook HOWTO"> | |||||
<p>Pure Java DocBook Systems, including Ant Integration</p> | |||||
<p>The DocBook team documents how to use "make" for DocBook. | |||||
This HOWTO document is an attempt to cover the neglected case of using | |||||
DocBook for pure Java projects.</p> | |||||
<table class="externals"> | |||||
<tr> | |||||
<th>Author:</th> | |||||
<td>Blaine Simpson </td> | |||||
</tr> | |||||
<tr> | |||||
<th>URL:</th> | |||||
<td><a href="http://pub.admc.com/howtos/ant-docbook-howto/">http://pub.admc.com/howtos/ant-docbook-howto/</a></td> | |||||
</tr> | |||||
</table> | |||||
</subsection> | |||||
<subsection name="Extending Ant Input Abilities"> | <subsection name="Extending Ant Input Abilities"> | ||||
<p>The contents of this document is the following:<ul> | <p>The contents of this document is the following:<ul> | ||||
<li>Section 2 provides a simple example how InputHandlers are created,</li> | <li>Section 2 provides a simple example how InputHandlers are created,</li> | ||||