Import FreeBSD Java homepage into the web server.

Submitted by: Patrick Gardella	patrick@whetstonelogic.com
This commit is contained in:
Wolfram Schneider 2000-01-29 14:17:15 +00:00
parent 299f51d0b6
commit 95a47c416c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6447
29 changed files with 1801 additions and 0 deletions

19
en/java/docs/newbies.sgml Normal file
View file

@ -0,0 +1,19 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD Java Project: Newbies Guide">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<h1> <font color="#660000">For Newbies</font></h1>
<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>.
&footer;
</BODY>
</HTML>