Remove the hardcoded "width=600" and other pixel values from these files.

It was unnecessary, and inconsistent with the rest of the site.
This commit is contained in:
Nik Clayton 2000-04-30 22:57:46 +00:00
parent f0cb0c5d35
commit 2aa46577a8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=7127
25 changed files with 52 additions and 52 deletions

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/java/advocacy.sgml,v 1.2 2000/01/29 23:53:39 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/advocacy.sgml,v 1.3 2000/03/12 14:51:45 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Advocacy">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<P>We would like to have FreeBSD known as the stable Java platform.

View file

@ -1,13 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/dists/10.sgml,v 1.2 2000/01/29 23:53:42 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/dists/10.sgml,v 1.3 2000/03/12 14:51:47 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: JDK 1.0 - UNSUPPORTED">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<H2>JDK 1.0.x</H2>

View file

@ -1,13 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/dists/11.sgml,v 1.3 2000/02/02 15:32:07 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/dists/11.sgml,v 1.4 2000/03/12 14:51:47 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: JDK 1.1">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<P>The latest version is

View file

@ -1,13 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/dists/12.sgml,v 1.5 2000/04/04 12:37:16 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/dists/12.sgml,v 1.6 2000/04/05 11:25:33 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: JDK 2 (aka JDK 1.2)">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<p>

View file

@ -1,13 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/dists/13.sgml,v 1.1 2000/01/29 23:55:06 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/dists/13.sgml,v 1.2 2000/03/12 14:51:48 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: JDK 1.3">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<P>

View file

@ -1,13 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/dists/index.sgml,v 1.2 2000/01/29 23:53:44 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/dists/index.sgml,v 1.3 2000/03/12 14:51:48 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Distributions">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<table width="100%" border="0">

View file

@ -1,13 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/docs/faq.sgml,v 1.2 2000/01/29 23:53:47 patrick Exp $">
<!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 % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<h2>Contents</h2>
@ -16,7 +16,7 @@
<li> <a href="#q2">Can I use the Linux-Port from the Blackdown people?</a>
</ol>
<h2>Full Text </h2>
<table border="0" cellspacing="0" cellpadding="2" width=500>
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<TD BGCOLOR="#990000" WIDTH="10">
<font color="#FFFFFF"><a name="q1"> 1.</a></font>

View file

@ -1,13 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/docs/howtoports.sgml,v 1.2 2000/01/29 23:53:47 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/docs/howtoports.sgml,v 1.3 2000/03/12 14:51:49 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: How To Make a Port">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<P>General instructions can be found in the FreeBSD Handbook, under <A HREF="http://www.freebsd.org/handbook/porting.html">Porting Applications</A>.

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/docs/newbies.sgml,v 1.2 2000/01/29 23:53:48 patrick Exp $">
<!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 % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<P>What kind of &quot;Newbie&quot; are you?</P>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/docs/tutorials.sgml,v 1.2 2000/01/29 23:53:48 patrick Exp $">
<!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 % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<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>.

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/java/howhelp.sgml,v 1.5 2000/04/04 12:44:24 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/howhelp.sgml,v 1.6 2000/04/05 11:25:22 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: How To Help">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<P><B>I want to</B>:

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/java/index.sgml,v 1.3 2000/03/09 13:21:57 ache Exp $">
<!ENTITY date "$FreeBSD: www/en/java/index.sgml,v 1.4 2000/03/12 14:51:45 patrick Exp $">
<!ENTITY title "FreeBSD Java Project">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="2">
@ -66,7 +66,7 @@
</tr>
</table>
</TD>
<TD VALIGN="TOP" WIDTH="500">
<TD VALIGN="TOP">
<TABLE border="0" WIDTH="100%">
<TR>
<TD>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/java/install.sgml,v 1.4 2000/01/30 23:05:48 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/install.sgml,v 1.5 2000/03/12 14:51:46 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: How To Install">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<P>Installing FreeBSD's JDK is typically straightforward:</P>

View file

@ -1,13 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/api.sgml,v 1.3 2000/03/09 13:22:05 ache Exp $">
<!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 % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<h2> API - Extensions by Sun Microsystems </h2>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/development.sgml,v 1.3 2000/03/12 14:51:50 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/links/development.sgml,v 1.4 2000/03/12 15:10:04 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Development Tools">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<P> Included below are links to some tools that can be used on FreeBSD. It is not intended to be a comprehensive list.

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/documentation.sgml,v 1.2 2000/01/29 23:53:50 patrick Exp $">
<!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 % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<ul>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/freebsd.sgml,v 1.3 2000/03/09 13:22:05 ache Exp $">
<!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 % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<ul>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/index.sgml,v 1.3 2000/03/09 13:22:05 ache Exp $">
<!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 % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<p>This page presents different categories of links to

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/resources.sgml,v 1.3 2000/03/09 13:22:06 ache Exp $">
<!ENTITY date "$FreeBSD: www/en/java/links/resources.sgml,v 1.4 2000/03/12 14:51:51 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Other Resources">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<ul>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/servlets.sgml,v 1.2 2000/01/29 23:53:51 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/links/servlets.sgml,v 1.3 2000/03/12 14:51:52 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Servlets">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/tools.sgml,v 1.2 2000/01/29 23:53:52 patrick Exp $">
<!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 % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<ul>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/tutorials.sgml,v 1.2 2000/01/29 23:53:52 patrick Exp $">
<!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 % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<ul>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/vendor.sgml,v 1.2 2000/01/29 23:53:53 patrick Exp $">
<!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 % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<p>This page contains links sorted by Vendors.</p>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/java/newsflash.sgml,v 1.5 2000/04/04 12:44:25 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/newsflash.sgml,v 1.6 2000/04/05 11:25:22 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Newsflash">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<H2>March, 2000</H2>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/java/press.sgml,v 1.2 2000/01/29 23:53:41 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/press.sgml,v 1.3 2000/03/12 14:51:46 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: In The Press...">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<html>
&header;
<table width="600" border="0">
<table border="0">
<tr>
<td>
<P><B>Java World March, 1999</B>:<A HREF="http://www.javaworld.com/javaworld/jw-03-1999/jw-03-volanomark-2.html">(link)</A>