Browse Source

Add pointers to JFlex and Syntax.

Submitted by:	1010ant at ostermiller dot org


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274108 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
e2d6f658d0
2 changed files with 156 additions and 0 deletions
  1. +100
    -0
      docs/external.html
  2. +56
    -0
      xdocs/external.xml

+ 100
- 0
docs/external.html View File

@@ -1530,6 +1530,49 @@
valign="top" align="left"> valign="top" align="left">
GNU General Public License GNU General Public License
</td> </td>
</tr>
</table>
<br/>
<a name="JFlex"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>JFlex</strong>
</font>
</td></tr>
</table>
<p>JFlex is a lexical analyzer generator (also known as
scanner generator) for Java, written in Java.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Ant 1.5
</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://jflex.de/">http://jflex.de/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
GNU General Public License (GPL)
</td>
</tr> </tr>
</table> </table>
<br/> <br/>
@@ -2104,6 +2147,63 @@
valign="top" align="left"> valign="top" align="left">
LGPL LGPL
</td> </td>
</tr>
</table>
<br/>
<a name="Syntax"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Syntax</strong>
</font>
</td></tr>
</table>
<p>Transforms source files into HTML documents with syntax
highlighting. It can handle a variety of source files
including Java, HTML, C/C++, SQL, and Java properties. Colors
for elements are specified using cascading style sheets. The
output can be templated for easy integration with a site's
look and feel.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Ant 1.5
</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://ostermiller.org/syntax/ant.html">http://ostermiller.org/syntax/ant.html</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Contact:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://ostermiller.org/contact.pl?regarding=Syntax+Highlighting">Stephen Ostermiller</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
GNU General Public License (GPL)
</td>
</tr> </tr>
</table> </table>
<br/> <br/>


+ 56
- 0
xdocs/external.xml View File

@@ -681,6 +681,33 @@
</table> </table>
</subsection> </subsection>


<subsection name="JFlex">

<p>JFlex is a lexical analyzer generator (also known as
scanner generator) for Java, written in Java.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.5</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://jflex.de/">http://jflex.de/</a></td>
</tr>
<!--
<tr>
<th>Contact:</th>
<td><a href="mailto:Rafal.Mantiuk@bellstream.pl">Rafal Mantiuk</a></td>
</tr>
-->
<tr>
<th>License:</th>
<td>GNU General Public License (GPL)</td>
</tr>
</table>
</subsection>

<subsection name="Jing Task"> <subsection name="Jing Task">


<p> Validates XML files against the RELAX NG alternative to XML Schema. <p> Validates XML files against the RELAX NG alternative to XML Schema.
@@ -982,6 +1009,35 @@
</table> </table>
</subsection> </subsection>


<subsection name="Syntax">

<p>Transforms source files into HTML documents with syntax
highlighting. It can handle a variety of source files
including Java, HTML, C/C++, SQL, and Java properties. Colors
for elements are specified using cascading style sheets. The
output can be templated for easy integration with a site's
look and feel.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.5</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://ostermiller.org/syntax/ant.html">http://ostermiller.org/syntax/ant.html</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://ostermiller.org/contact.pl?regarding=Syntax+Highlighting">Stephen Ostermiller</a></td>
</tr>
<tr>
<th>License:</th>
<td>GNU General Public License (GPL)</td>
</tr>
</table>
</subsection>

<subsection name="Tidy Imports (Tim)"> <subsection name="Tidy Imports (Tim)">


<p>Tim is a handy utility that can be executed on the command <p>Tim is a handy utility that can be executed on the command


Loading…
Cancel
Save