Browse Source

Add link to wiki pages.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275198 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 22 years ago
parent
commit
edace77ba0
2 changed files with 57 additions and 5 deletions
  1. +31
    -0
      docs/resources.html
  2. +26
    -5
      xdocs/resources.xml

+ 31
- 0
docs/resources.html View File

@@ -233,6 +233,37 @@
valign="top" align="left">
<a href="http://www.moussaud.org/ejbjar.html">http://www.moussaud.org/ejbjar.html</a>
</td>
</tr>
</table>
<h3 class="section">
<a name="WIKIs"></a>
WIKIs
</h3>
<h4 class="subsection">
<a name="Apache"></a>
Apache
</h4>
<p>The ASF provides a Wiki for several topics. </p>
<table class="externals" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Main page:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://nagoya.apache.org/wiki/apachewiki.cgi">http://nagoya.apache.org/wiki/apachewiki.cgi</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Ant main page:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://nagoya.apache.org/wiki/apachewiki.cgi?AntProjectPages">http://nagoya.apache.org/wiki/apachewiki.cgi?AntProjectPages</a>
</td>
</tr>
</table>
<h3 class="section">


+ 26
- 5
xdocs/resources.xml View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml version="1.0" encoding="ISO-8859-1" ?>
<document>

<properties>
@@ -52,11 +52,32 @@
</subsection>
</section>

<section name="WIKIs">
<subsection name="Apache">

<p>The ASF provides a Wiki for several topics. </p>

<table class="externals">
<tr>
<th>Main page:</th>
<td><a href="http://nagoya.apache.org/wiki/apachewiki.cgi">http://nagoya.apache.org/wiki/apachewiki.cgi</a></td>
</tr>
<tr>
<th>Ant main page:</th>
<td><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?AntProjectPages">http://nagoya.apache.org/wiki/apachewiki.cgi?AntProjectPages</a></td>
</tr>
</table>
</subsection>
</section>




<section name="Books">
<p>Listed by descending publication date.</p>
<!-- TODO: reorganize as a table? -->
<subsection name="Extreme Programming with Ant">
<p> This book shows how to implement an XP project using Ant 1.5.3, and many other 3rd party tools. Covers:</p>
<p> This book shows how to implement an XP project using Ant 1.5.3, and many other 3rd party tools. Covers:</p>
<ul>
<li>The fundamentals of Ant: concepts, core and optional tasks</li>
<li>How to write custom Ant components, including custom Tasks, Loggers, Listeners, Input Handlers, Selectors, Filters, Mappers and Data Types</li>
@@ -73,8 +94,8 @@
</ul>
<table class="externals">
<tr>
<th>Authors:</th>
<td>Glenn Niemeyer and Jeremy Poteet</td>
<th>Authors:</th>
<td>Glenn Niemeyer and Jeremy Poteet</td>
</tr>
<tr>
<th>URL:</th>
@@ -536,4 +557,4 @@

</section>
</body>
</document>
</document>

Loading…
Cancel
Save