Browse Source

Add link to Ant+DocBook article.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@735616 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 16 years ago
parent
commit
4a89dbed59
2 changed files with 47 additions and 0 deletions
  1. +30
    -0
      docs/resources.html
  2. +17
    -0
      xdocs/resources.xml

+ 30
- 0
docs/resources.html View File

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


+ 17
- 0
xdocs/resources.xml View File

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


Loading…
Cancel
Save