Now that the book is gone the only link on the newbiews page is "how to install" so remove the page entirely.
Discussed with: Allan Jude
This commit is contained in:
parent
809c27eb55
commit
45e9820851
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42029
3 changed files with 0 additions and 22 deletions
|
@ -9,7 +9,6 @@
|
|||
|
||||
DOCS = faq.xml
|
||||
DOCS+= howtoports.xml
|
||||
DOCS+= newbies.xml
|
||||
DOCS+= performance.xml
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
<?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/xml/xhtml10-freebsd.dtd" [
|
||||
<!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 "Newbie" are you?</p>
|
||||
|
||||
<p><b>New to FreeBSD's &jdk;?</b> -- <a href="../install.html">Learn how to install the JDK</a></p>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -56,7 +56,6 @@
|
|||
<h2>Documentation</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="docs/newbies.html">For Newbies</a></li>
|
||||
<li><a href="docs/faq.html">FAQ</a></li>
|
||||
<li><a href="docs/performance.html">Performance Comparison</a></li>
|
||||
<li><a href="docs/howtoports.html">Creating Ports...</a></li>
|
||||
|
|
Loading…
Reference in a new issue