There has not been a tutorial submitted since this page was created. Remove clutter.

Discussed with:	Allan Jude
This commit is contained in:
Eitan Adler 2013-06-24 20:47:41 +00:00
parent 793d9e1ceb
commit c0de696c7f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42027
3 changed files with 0 additions and 21 deletions
en_US.ISO8859-1/htdocs/java

View file

@ -10,7 +10,6 @@
DOCS = faq.xml
DOCS+= howtoports.xml
DOCS+= newbies.xml
DOCS+= tutorials.xml
DOCS+= performance.xml
.include "${DOC_PREFIX}/share/mk/web.site.mk"

View file

@ -1,19 +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: Tutorials">
]>
<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>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>
<p>Other tutorials may be found <a href="../links/tutorials.html">here</a>.</p>
</body>
</html>

View file

@ -57,7 +57,6 @@
<ul>
<li><a href="docs/newbies.html">For Newbies</a></li>
<li><a href="docs/tutorials.html">Tutorials</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>