doc/en_US.ISO8859-1/htdocs/java/docs/newbies.sgml
Gabor Kovesdan d7f1fde5eb - Add a cvs:keyword element to store the $FreeBSD$ keyword for later
processing
- Date is now obtained from cvs:keyword, so no need for the sed magic

Approved by:	doceng (implicit)
2012-08-04 22:42:35 +00:00

22 lines
885 B
XML

<?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 title "FreeBSD &java; Project: Newbies Guide">
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>&title;</title>
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
</head>
<body class="navinclude.developers">
<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>