Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2013 20:51:22 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r42029 - in head/en_US.ISO8859-1/htdocs/java: . docs
Message-ID:  <201306242051.r5OKpM0G032380@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Mon Jun 24 20:51:21 2013
New Revision: 42029
URL: http://svnweb.freebsd.org/changeset/doc/42029

Log:
  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

Deleted:
  head/en_US.ISO8859-1/htdocs/java/docs/newbies.xml
Modified:
  head/en_US.ISO8859-1/htdocs/java/docs/Makefile
  head/en_US.ISO8859-1/htdocs/java/index.xml

Modified: head/en_US.ISO8859-1/htdocs/java/docs/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/java/docs/Makefile	Mon Jun 24 20:49:01 2013	(r42028)
+++ head/en_US.ISO8859-1/htdocs/java/docs/Makefile	Mon Jun 24 20:51:21 2013	(r42029)
@@ -9,7 +9,6 @@
 
 DOCS =	faq.xml
 DOCS+=	howtoports.xml
-DOCS+=	newbies.xml
 DOCS+=	performance.xml
 
 .include "${DOC_PREFIX}/share/mk/web.site.mk"

Modified: head/en_US.ISO8859-1/htdocs/java/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/java/index.xml	Mon Jun 24 20:49:01 2013	(r42028)
+++ head/en_US.ISO8859-1/htdocs/java/index.xml	Mon Jun 24 20:51:21 2013	(r42029)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306242051.r5OKpM0G032380>