doc/en/java/docs/howtoports.sgml
Christian Brueffer 5b2c784fb1 - Replace "unofficial standard" section with a link to the
porters's handbook (1)
- Fix a broken link
- use lowercase tags for consistent style
- add a url.books entity for convenience

PR:		75680 (1)
Submitted by:	hq
2004-12-31 11:29:29 +00:00

25 lines
762 B
Text

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/docs/howtoports.sgml,v 1.6 2003/06/18 23:37:37 murray Exp $">
<!ENTITY title "FreeBSD &java; Project: How To Make a Port">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY url.books "../../doc/en_US.ISO8859-1/books">
]>
<html>
&header;
<table border="0">
<tr>
<td>
<p>General instructions can be found in the
<a href="&url.books;/porters-handbook/index.html">Porter's Handbook</a>.
<p>For &java; ports, please refer to the
<a href="&url.books;/porters-handbook/using-java.html">Using Java</a> section.
<p>The more ported applications we have, the better.
</td>
</tr>
</table>
&footer;
</body>
</html>