Browse Source

Add pointer to CVSGrab.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272722 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
20bc8f2649
2 changed files with 107 additions and 0 deletions
  1. +76
    -0
      docs/external.html
  2. +31
    -0
      xdocs/external.xml

+ 76
- 0
docs/external.html View File

@@ -487,6 +487,82 @@
</table> </table>
</blockquote> </blockquote>
</td></tr> </td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="CVSGrab"><strong>CVSGrab</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>A little CVS client that can be useful when people are
behind corporate firewall that blocks any cvs
communications. It uses the ViewCVS web interface to access
the CVS repository via standard http, and downloads all the
files present in it.</p>
<p>It works from the command line or as an Ant task.</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Compatibility:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Ant 1.3 or higher
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
URL:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="http://cvsgrab.sourceforge.net/">http://cvsgrab.sourceforge.net/</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Contact:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="mailto:cvsgrab-users@lists.sourceforge.net">CVSGrab
user mailing list</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
License:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
LGPL
</font>
</td>
</tr>
</table>
</blockquote>
</td></tr>
</table> </table>
<table border="0" cellspacing="0" cellpadding="2" width="100%"> <table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6"> <tr><td bgcolor="#828DA6">


+ 31
- 0
xdocs/external.xml View File

@@ -159,6 +159,37 @@
</table> </table>
</subsection> </subsection>


<subsection name="CVSGrab">

<p>A little CVS client that can be useful when people are
behind corporate firewall that blocks any cvs
communications. It uses the ViewCVS web interface to access
the CVS repository via standard http, and downloads all the
files present in it.</p>

<p>It works from the command line or as an Ant task.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.3 or higher</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://cvsgrab.sourceforge.net/">http://cvsgrab.sourceforge.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:cvsgrab-users@lists.sourceforge.net">CVSGrab
user mailing list</a></td>
</tr>
<tr>
<th>License:</th>
<td>LGPL</td>
</tr>
</table>
</subsection>

<subsection name="Doxygen task"> <subsection name="Doxygen task">
<p>Ant task for running the Doxygen documentation system.</p> <p>Ant task for running the Doxygen documentation system.</p>




Loading…
Cancel
Save