- Convert web-pages to well-formed and valid XHTML 1.0

Approved by:	doceng (implicit)
This commit is contained in:
Gabor Kovesdan 2012-07-15 10:46:37 +00:00
parent 74923b72b9
commit 5e40201d19
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39213
447 changed files with 6595 additions and 5901 deletions

View file

@ -1,57 +1,60 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
<!ENTITY base "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD &java; Project: FAQ">
<!ENTITY % navinclude.developers "INCLUDE">
]>
<html>
&header;
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>&title;</title></head>
<body class="navinclude.developers">
<table border="0">
<tr>
<td>
<h2>Contents</h2>
<ol>
<li> <a href="#q1">Is there a &jdk; 1.3 for FreeBSD?</a>
<li> <a href="#q2">Can I use the Linux-Port from the Blackdown people?</a>
<li> <a href="#q1">Is there a &jdk; 1.3 for FreeBSD?</a></li>
<li> <a href="#q2">Can I use the Linux-Port from the Blackdown people?</a></li>
</ol>
<h2>Full Text </h2>
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<TD BGCOLOR="#990000" WIDTH="10">
<td bgcolor="#990000" width="10">
<font color="#FFFFFF"><a name="q1"> 1.</a></font>
</TD>
<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#ffcc66" colspan=3>
</td>
<td align="left" valign="top" bgcolor="#ffcc66" colspan="3">
Is there a &jdk; 1.3 for FreeBSD?
</TD>
</td>
</tr>
<tr>
<TD BGCOLOR="#990000" WIDTH="10"> <br> </TD>
<TD ALIGN="LEFT" VALIGN="TOP" colspan=3>
<td bgcolor="#990000" width="10"> <br/> </td>
<td align="left" valign="top" colspan="3">
Yes. You can build a native FreeBSD JDK from source, or download
pre-compiled binaries. See the FreeBSD Java front page for more
information.
</TD>
</td>
</tr>
<tr bgcolor="#ffcc66">
<TD BGCOLOR="#990000" WIDTH="10"><br></td>
<td bgcolor="#990000" width="10"><br/></td>
<td><font color="#990000"><strong>Prev</strong></font></td>
<td align=center><font color="#990000"><strong>Top</strong></font></td>
<td align=right><font color="#990000"><strong>Next</strong></font></td>
<td align="center"><font color="#990000"><strong>Top</strong></font></td>
<td align="right"><font color="#990000"><strong>Next</strong></font></td>
</tr>
<tr><td colspan=4><br></td></tr>
<tr><td colspan="4"><br/></td></tr>
<tr>
<TD BGCOLOR="#990000" WIDTH="10">
<FONT color="#FFFFFF"><a name="q2"> 2.</a></font></TD>
<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#ffcc66" colspan=3>
<td bgcolor="#990000" width="10">
<font color="#FFFFFF"><a name="q2"> 2.</a></font></td>
<td align="left" valign="top" bgcolor="#ffcc66" colspan="3">
Can I use the Linux-Port from the Blackdown people?
</TD>
</td>
</tr>
<tr>
<TD BGCOLOR="#990000" WIDTH="10"> <BR> </TD>
<TD ALIGN="LEFT" VALIGN="TOP" colspan=3>
<td bgcolor="#990000" width="10"> <br/> </td>
<td align="left" valign="top" colspan="3">
Some people reported success in doing so. Try the following:
Get the archive, extract it somewhere. Then apply the following diff: <br>
Get the archive, extract it somewhere. Then apply the following diff: <br/>
<pre>
--- bin/.java_wrapper.dist Thu Jun 3 01:14:34 1999
+++ bin/.java_wrapper Thu Oct 14 19:17:11 1999
@ -70,11 +73,11 @@
# Select vm type (if classic vm, also select thread type).
unset vmtype
unset ttype
-DEFAULT_THREADS_FLAG=native
+DEFAULT_THREADS_FLAG=green
-DEFAULT_THREADS_FLAG="native"
+DEFAULT_THREADS_FLAG="green"
if [ "x$1" = "x-hotspot" ]; then
vmtype=hotspot
ttype=native_threads
vmtype="hotspot"
ttype="native"_threads
--- jre/bin/.java_wrapper.dist Thu Jun 3 01:14:34 1999
+++ jre/bin/.java_wrapper Thu Oct 14 19:32:06 1999
@@ -31,8 +31,8 @@
@ -92,24 +95,23 @@
# Select vm type (if classic vm, also select thread type).
unset vmtype
unset ttype
-DEFAULT_THREADS_FLAG=native
+DEFAULT_THREADS_FLAG=green
-DEFAULT_THREADS_FLAG="native"
+DEFAULT_THREADS_FLAG="green"
if [ "x$1" = "x-hotspot" ]; then
vmtype=hotspot
ttype=native_threads</pre><br>
vmtype="hotspot"
ttype="native"_threads</pre><br/>
Thanks to Makoto MATSUSHITA (matusita@ics.es.osaka-u.ac.jp)
</TD>
</td>
</tr>
<tr bgcolor="#ffcc66">
<TD BGCOLOR="#990000" WIDTH="10"><br></td>
<td bgcolor="#990000" width="10"><br/></td>
<td><font color="#990000"><strong>Prev</strong></font></td>
<td align=center><font color="#990000"><strong>Top</strong></font></td>
<td align=right><font color="#990000"><strong>Next</strong></font></td>
<td align="center"><font color="#990000"><strong>Top</strong></font></td>
<td align="right"><font color="#990000"><strong>Next</strong></font></td>
</tr>
</table>
</td>
</tr>
</table>
&footer;
</BODY>
</HTML>
</body>
</html>

View file

@ -1,25 +1,21 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
<!ENTITY base "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD &java; Project: How To Make a Port">
<!ENTITY % navinclude.developers "INCLUDE">
<!ENTITY url.books "../../doc/en_US.ISO8859-1/books">
]>
<html>
&header;
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>&title;</title></head>
<body class="navinclude.developers">
<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>.
<a href="&url.books;/porters-handbook/index.html">Porter's Handbook</a>.</p>
<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>
<a href="&url.books;/porters-handbook/using-java.html">Using Java</a> section.</p>
<p>The more ported applications we have, the better.</p>
&footer;
</body>
</html>

View file

@ -1,22 +1,19 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
<!ENTITY base "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD &java; Project: Newbies Guide">
<!ENTITY % navinclude.developers "INCLUDE">
]>
<html>
&header;
<table border="0">
<tr>
<td>
<P>What kind of &quot;Newbie&quot; are you?</P>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>&title;</title></head>
<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 book. One of the most often recommended books is Bruce Eckel's <A HREF="http://mindview.net/Books/TIJ4">Thinking in Java</A>.
</td>
</tr>
</table>
<body class="navinclude.developers">
&footer;
</BODY>
</HTML>
<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>
<p><b>New to &java;?</b> -- Learn Java using a <a href="tutorials.html">tutorial</a> or from a book. One of the most often recommended books is Bruce Eckel's <a href="http://mindview.net/Books/TIJ4">Thinking in Java</a>.</p>
</body>
</html>

View file

@ -1,11 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
<!ENTITY base "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD &java; Project: Performance Comparison">
<!ENTITY % navinclude.developers "INCLUDE">
]>
<html>
&header;
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>&title;</title></head>
<body class="navinclude.developers">
<h3>Introduction:</h3>
<p>Much has been talked about recently with Sun's decision to release an
@ -31,10 +34,10 @@ Caffeine Mark</a> 3.0 software using the "Run all tests locally" option.</p>
<h3>Software Versions:</h3>
<p>The following is a list of the software used in this test:
<br>FreeBSD JDK 1.1.8
<br>Blackdown's JDK 1.2.2-RC3 (under Linux emulation)
<br><a href="http://www.shudo.net/jit/">ShuJIT</a> 0.3.13
<br><a href="ftp://gonzalez.cyberus.ca/pub/Linux/java/tya15.tgz">TYA</a> 1.5
<br/>FreeBSD JDK 1.1.8
<br/>Blackdown's JDK 1.2.2-RC3 (under Linux emulation)
<br/><a href="http://www.shudo.net/jit/">ShuJIT</a> 0.3.13
<br/><a href="ftp://gonzalez.cyberus.ca/pub/Linux/java/tya15.tgz">TYA</a> 1.5
</p>
<h3>Summary Results</h3>
@ -179,6 +182,5 @@ The same JITs will be used with the Linux JDK to test their effects as well.</p>
<h3>Tester:</h3>
<p>These tests were conducted by Patrick Gardella <a href="mailto:patrick@FreeBSD.org">patrick@FreeBSD.org</a> in December 1999.</p>
&footer;
</BODY>
</HTML>
</body>
</html>

View file

@ -1,21 +1,17 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
<!ENTITY base "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD &java; Project: Tutorials">
<!ENTITY % navinclude.developers "INCLUDE">
]>
<html>
&header;
<table border="0">
<tr>
<td>
<P>We currently do not have any FreeBSD specific tutorials. If you would like to see one, send a message to <A HREF="mailto:freebsd-java@FreeBSD.org">freebsd-java@FreeBSD.org</A>.
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>&title;</title></head>
<P>Other tutorials may be found <A HREF="../links/tutorials.html">here</A>.
</td>
</tr>
</table>
<body class="navinclude.developers">
<p>We currently do not have any FreeBSD specific tutorials. If you would like to see one, send a message to <a href="mailto:freebsd-java@FreeBSD.org">freebsd-java@FreeBSD.org</a>.</p>
&footer;
</BODY>
</HTML>
<p>Other tutorials may be found <a href="../links/tutorials.html">here</a>.</p>
</body>
</html>