svn commit: r42029 - in head/en_US.ISO8859-1/htdocs/java: . docs

Eitan Adler eadler at FreeBSD.org
Mon Jun 24 20:51:22 UTC 2013


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>


More information about the svn-doc-head mailing list