Author: jhm
Date: Sun Jan 18 22:22:28 2009
New Revision: 735616
URL: http://svn.apache.org/viewvc?rev=735616&view=rev
Log:
Add link to Ant+DocBook article.
Modified:
ant/core/trunk/docs/resources.html
ant/core/trunk/xdocs/resources.xml
Modified: ant/core/trunk/docs/resources.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/resources.html?rev=735616&r1=735615&r2=735616&view=diff
==============================================================================
--- ant/core/trunk/docs/resources.html (original)
+++ ant/core/trunk/docs/resources.html Sun Jan 18 22:22:28 2009
@@ -753,6 +753,36 @@
Articles
</h3>
<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>
Extending Ant Input Abilities
</h4>
Modified: ant/core/trunk/xdocs/resources.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/xdocs/resources.xml?rev=735616&r1=735615&r2=735616&view=diff
==============================================================================
--- ant/core/trunk/xdocs/resources.xml (original)
+++ ant/core/trunk/xdocs/resources.xml Sun Jan 18 22:22:28 2009
@@ -363,6 +363,23 @@
<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">
<p>The contents of this document is the following:<ul>
<li>Section 2 provides a simple example how InputHandlers are
created,</li>