Use the &java entity.

Submitted by:	"Simon L. Nielsen" <simon@nitro.dk>
This commit is contained in:
Murray Stokely 2003-06-18 23:37:37 +00:00
parent 3bf2fe1cf5
commit 1cacc3d08e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17366
15 changed files with 37 additions and 37 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/docs/faq.sgml,v 1.3 2000/03/12 14:51:49 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: FAQ">
<!ENTITY date "$FreeBSD: www/en/java/docs/faq.sgml,v 1.4 2000/04/30 22:57:38 nik Exp $">
<!ENTITY title "FreeBSD &java; Project: FAQ">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
@ -12,7 +12,7 @@
<td>
<h2>Contents</h2>
<ol>
<li> <a href="#q1">Is there a JDK 1.2 for FreeBSD?</a>
<li> <a href="#q1">Is there a &jdk; 1.2 for FreeBSD?</a>
<li> <a href="#q2">Can I use the Linux-Port from the Blackdown people?</a>
</ol>
<h2>Full Text </h2>
@ -22,7 +22,7 @@
<font color="#FFFFFF"><a name="q1"> 1.</a></font>
</TD>
<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#ffcc66" colspan=3>
Is there a JDK 1.2 for FreeBSD?
Is there a &jdk; 1.2 for FreeBSD?
</TD>
</tr>
<tr>

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/docs/howtoports.sgml,v 1.4 2000/04/30 22:57:39 nik Exp $">
<!ENTITY title "FreeBSD Java Project: How To Make a Port">
<!ENTITY date "$FreeBSD: www/en/java/docs/howtoports.sgml,v 1.5 2002/06/29 09:07:07 nik Exp $">
<!ENTITY title "FreeBSD &java; Project: How To Make a Port">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
@ -11,7 +11,7 @@
<tr>
<td>
<P>General instructions can be found in the FreeBSD Handbook, under <A HREF="../doc/en_US.ISO8859-1/books/handbook/porting.html">Porting Applications</A>.
<P>For Java ports, there are unofficial standards:
<P>For &java; ports, there are unofficial standards:
<P><PRE>
1) If it's a library then jar files go into:
/usr/local/share/java/classes/

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/docs/newbies.sgml,v 1.3 2000/02/09 20:46:01 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Newbies Guide">
<!ENTITY date "$FreeBSD: www/en/java/docs/newbies.sgml,v 1.4 2000/04/30 22:57:40 nik Exp $">
<!ENTITY title "FreeBSD &java; Project: Newbies Guide">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
@ -11,8 +11,8 @@
<td>
<P>What kind of &quot;Newbie&quot; are you?</P>
<P><B>New to FreeBSD's JDK?</B> -- <A HREF="../install.html">Learn how to install the JDK</A>
<P><B>New to Java?</B> -- Learn Java using a <A HREF="tutorials.html">tutorial</A> or from a <A HREF="documentation.html">book</A>. One of the most often recommended books is Bruce Eckel's <A HREF="http://www.eckelobjects.com/TIJ2/index.html">Thinking in Java</A>.
<P><B>New to FreeBSD's &jdk;?</B> -- <A HREF="../install.html">Learn how to install the JDK</A>
<P><B>New to &java;?</B> -- Learn Java using a <A HREF="tutorials.html">tutorial</A> or from a <A HREF="documentation.html">book</A>. One of the most often recommended books is Bruce Eckel's <A HREF="http://www.eckelobjects.com/TIJ2/index.html">Thinking in Java</A>.
</td>
</tr>
</table>

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/docs/howtoports.sgml,v 1.4 2000/04/30 22:57:39 nik Exp $">
<!ENTITY title "FreeBSD Java Project: Performance Comparison">
<!ENTITY date "$FreeBSD: www/en/java/docs/performance.sgml,v 1.1 2000/05/03 14:14:02 patrick Exp $">
<!ENTITY title "FreeBSD &java; Project: Performance Comparison">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
@ -12,7 +12,7 @@
official port of Java for Linux. This study was done to compare the
actual performance of the <a href="http://www.blackdown.org">Blackdown</a>
Linux Port with the <a href="http://www.freebsd.org/java/">FreeBSD Port</a>
of the JDK.</p>
of the &jdk;.</p>
<h3>Summary:</h3>
<p>The Linux port is faster than the FreeBSD port, even when the JITs are taken

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/docs/tutorials.sgml,v 1.3 2000/03/12 14:51:50 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Tutorials">
<!ENTITY date "$FreeBSD: www/en/java/docs/tutorials.sgml,v 1.4 2000/04/30 22:57:40 nik Exp $">
<!ENTITY title "FreeBSD &java; Project: Tutorials">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/api.sgml,v 1.4 2000/03/12 14:51:50 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: API">
<!ENTITY date "$FreeBSD: www/en/java/links/api.sgml,v 1.5 2000/04/30 22:57:41 nik Exp $">
<!ENTITY title "FreeBSD &java; Project: API">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Java Project: Development Tools">
<!ENTITY date "$FreeBSD: www/en/java/links/development.sgml,v 1.7 2002/01/10 10:12:45 sobomax Exp $">
<!ENTITY title "FreeBSD &java; Project: Development Tools">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/documentation.sgml,v 1.3 2000/03/12 14:51:51 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Documentation">
<!ENTITY date "$FreeBSD: www/en/java/links/documentation.sgml,v 1.4 2000/04/30 22:57:42 nik Exp $">
<!ENTITY title "FreeBSD &java; Project: Documentation">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/freebsd.sgml,v 1.4 2000/03/12 14:51:51 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: FreeBSD Related Java Stuff">
<!ENTITY date "$FreeBSD: www/en/java/links/freebsd.sgml,v 1.5 2000/04/30 22:57:42 nik Exp $">
<!ENTITY title "FreeBSD &java; Project: FreeBSD Related Java Stuff">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/index.sgml,v 1.4 2000/03/12 14:51:51 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Java Links">
<!ENTITY date "$FreeBSD: www/en/java/links/index.sgml,v 1.5 2000/04/30 22:57:42 nik Exp $">
<!ENTITY title "FreeBSD &java; Project: Java Links">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/resources.sgml,v 1.5 2000/04/30 22:57:44 nik Exp $">
<!ENTITY title "FreeBSD Java Project: Other Resources">
<!ENTITY date "$FreeBSD: www/en/java/links/resources.sgml,v 1.6 2001/07/06 02:12:03 dd Exp $">
<!ENTITY title "FreeBSD &java; Project: Other Resources">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/servlets.sgml,v 1.4 2000/04/30 22:57:45 nik Exp $">
<!ENTITY title "FreeBSD Java Project: Servlets">
<!ENTITY date "$FreeBSD: www/en/java/links/servlets.sgml,v 1.5 2001/07/06 02:12:03 dd Exp $">
<!ENTITY title "FreeBSD &java; Project: Servlets">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
@ -10,7 +10,7 @@
<tr>
<td>
<P>Servlets are a Java API that can be used to replace Perl CGI scripts, or more specifically, to extend the capabilities of the web server.
<P>Servlets are a &java; API that can be used to replace Perl CGI scripts, or more specifically, to extend the capabilities of the web server.
<P>Servlets can also be used with XML and XSL.

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/tools.sgml,v 1.3 2000/03/12 14:51:52 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Tools">
<!ENTITY date "$FreeBSD: www/en/java/links/tools.sgml,v 1.4 2000/04/30 22:57:45 nik Exp $">
<!ENTITY title "FreeBSD &java; Project: Tools">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/tutorials.sgml,v 1.3 2000/03/12 14:51:52 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Tutorials">
<!ENTITY date "$FreeBSD: www/en/java/links/tutorials.sgml,v 1.4 2000/04/30 22:57:46 nik Exp $">
<!ENTITY title "FreeBSD &java; Project: Tutorials">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/vendor.sgml,v 1.3 2000/03/12 14:51:52 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Vendor Links">
<!ENTITY date "$FreeBSD: www/en/java/links/vendor.sgml,v 1.4 2000/04/30 22:57:46 nik Exp $">
<!ENTITY title "FreeBSD &java; Project: Vendor Links">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>