Ran these through the W3C validator and fixed the problems I found.
This commit is contained in:
parent
7f58884706
commit
b66f6b1756
2 changed files with 30 additions and 8 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<!-- @author David Chandler -->
|
<!-- @author David Chandler -->
|
||||||
|
@ -5,6 +6,7 @@
|
||||||
<!-- @editor Emacs, baby! -->
|
<!-- @editor Emacs, baby! -->
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||||
<title>THDL Tools at SourceForge</title>
|
<title>THDL Tools at SourceForge</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -81,6 +83,8 @@
|
||||||
<p>
|
<p>
|
||||||
Once again, your two best bets for information related to the THDL
|
Once again, your two best bets for information related to the THDL
|
||||||
software tools are:
|
software tools are:
|
||||||
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
|
||||||
|
@ -102,7 +106,6 @@
|
||||||
at SourceForge (a very technical, hard-to-use site).
|
at SourceForge (a very technical, hard-to-use site).
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
|
||||||
|
|
||||||
<!-- THDLTools FOOTER: -->
|
<!-- THDLTools FOOTER: -->
|
||||||
<hr>
|
<hr>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<!-- @author David Chandler -->
|
<!-- @author David Chandler -->
|
||||||
|
@ -5,6 +6,7 @@
|
||||||
<!-- @editor Emacs, baby! -->
|
<!-- @editor Emacs, baby! -->
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||||
<title>Info for THDL Tools Developers</title>
|
<title>Info for THDL Tools Developers</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -26,16 +28,23 @@
|
||||||
<p>
|
<p>
|
||||||
The only thing we personally have got up on the web that's any use
|
The only thing we personally have got up on the web that's any use
|
||||||
thus far are
|
thus far are
|
||||||
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
our Javadoc <a href="api/">API docs</a>.
|
our Javadoc <a href="api/">API docs</a>.
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
a description of our <a href="BuildSystems.html"> build
|
||||||
|
systems</a> that tells you how to compile, run, and cut releases
|
||||||
|
for our tools.
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Here are some links to tools of interest:
|
Here are some links to tools of interest:
|
||||||
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Jskad, Savant and QuillDriver use an Ant build system. See
|
Jskad, Savant and QuillDriver use an Ant build system. See
|
||||||
|
@ -62,7 +71,10 @@
|
||||||
Savant and QuillDriver make use of the
|
Savant and QuillDriver make use of the
|
||||||
|
|
||||||
<a href="http://java.sun.com/products/java-media/jmf/">
|
<a href="http://java.sun.com/products/java-media/jmf/">
|
||||||
Java(TM) Media Framework API</a>.
|
Java(TM) Media Framework API</a>
|
||||||
|
|
||||||
|
and <a href="http://www.apple.com/quicktime/"> QuickTime for
|
||||||
|
Java</a>.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
In our Java(TM) code, we load some classes at run-time. To
|
In our Java(TM) code, we load some classes at run-time. To
|
||||||
|
@ -87,9 +99,16 @@
|
||||||
<a href="http://xml.apache.org/xerces2-j/index.html">
|
<a href="http://xml.apache.org/xerces2-j/index.html">
|
||||||
Xerces</a>.
|
Xerces</a>.
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
We use the Ant Task Suite provided by Venus Application
|
||||||
|
Publisher (Vamp) to make putting releases up via Java Web Start
|
||||||
|
less painful. See
|
||||||
|
|
||||||
|
<a href="http://www.vamphq.com/ant.html">
|
||||||
|
VampHQ</a>.
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h3>Related Projects<a name="related"></a></h3>
|
<h3>Related Projects<a name="related"></a></h3>
|
||||||
<p>
|
<p>
|
||||||
|
@ -97,15 +116,16 @@
|
||||||
might learn from or integrate with. This list is by no means
|
might learn from or integrate with. This list is by no means
|
||||||
comprehensive. I started my search from
|
comprehensive. I started my search from
|
||||||
|
|
||||||
<a href="http://sourceforge.net/softwaremap/trove_list.php?form_cat=63&discrim=198">
|
<a href="http://sourceforge.net/softwaremap/trove_list.php?form_cat=63&discrim=198">
|
||||||
SF.net's software map</a>,
|
SF.net's software map</a>,
|
||||||
|
|
||||||
by the way (and see
|
by the way (and see
|
||||||
|
|
||||||
<a href="http://sourceforge.net/softwaremap/trove_list.php?form_cat=70&discrim=198">
|
<a href="http://sourceforge.net/softwaremap/trove_list.php?form_cat=70&discrim=198">
|
||||||
this corner of the map</a>,
|
this corner of the map</a>,
|
||||||
|
|
||||||
too), and haven't yet done anything more.
|
too), and haven't yet done anything more.
|
||||||
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
@ -181,7 +201,6 @@
|
||||||
Java."
|
Java."
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Finally, the
|
Finally, the
|
||||||
|
|
Loading…
Reference in a new issue