Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2017 00:40:26 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50566 - in head/en_US.ISO8859-1: books/handbook htdocs htdocs/releases
Message-ID:  <201707260040.v6Q0eQYH075799@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Wed Jul 26 00:40:26 2017
New Revision: 50566
URL: https://svnweb.freebsd.org/changeset/doc/50566

Log:
  en_US.ISO8859-1/books/handbook/book.xml:
  
  - Add 11.1-RELEASE to the Handbook index page.
  
  en_US.ISO8859-1/htdocs/index.xsl:
  
  - Add 11.1-RELEASE to the website index page.
  
  en_US.ISO8859-1/htdocs/releases/index.xml:
  
  - Uncomment 'Legacy Releases' on the releases page.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/books/handbook/book.xml
  head/en_US.ISO8859-1/htdocs/index.xsl
  head/en_US.ISO8859-1/htdocs/releases/index.xml

Modified: head/en_US.ISO8859-1/books/handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/book.xml	Wed Jul 26 00:36:18 2017	(r50565)
+++ head/en_US.ISO8859-1/books/handbook/book.xml	Wed Jul 26 00:40:26 2017	(r50566)
@@ -92,6 +92,7 @@
       <para>Welcome to &os;! This handbook covers the installation
 	and day to day use of
 	<emphasis>&os; &rel.current;-RELEASE</emphasis>,
+	<emphasis>&os; &rel0.current;-RELEASE</emphasis>, and
 	<emphasis>&os; &rel2.current;-RELEASE</emphasis>. This book is
 	the result of ongoing work by many individuals.  Some sections
 	might be outdated.  Those interested in helping to update and

Modified: head/en_US.ISO8859-1/htdocs/index.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/index.xsl	Wed Jul 26 00:36:18 2017	(r50565)
+++ head/en_US.ISO8859-1/htdocs/index.xsl	Wed Jul 26 00:40:26 2017	(r50566)
@@ -102,7 +102,9 @@
 					<li>Production:&nbsp;<a
 				href="&u.rel.announce;">&rel.current;</a>,
 					<a
-				href="&u.rel0.announce;">&rel0.current;</a></li>
+				href="&u.rel0.announce;">&rel0.current;</a>,
+					<a
+				href="&u.rel1.announce;">&rel1.current;</a></li>
 			    <xsl:if test="'&beta.upcoming;' != 'IGNORE'">
 					<li>Upcoming: <a
 				href="&u.betarel.schedule;">&betarel.current;</a></li>

Modified: head/en_US.ISO8859-1/htdocs/releases/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/index.xml	Wed Jul 26 00:36:18 2017	(r50565)
+++ head/en_US.ISO8859-1/htdocs/releases/index.xml	Wed Jul 26 00:40:26 2017	(r50566)
@@ -61,9 +61,18 @@
 	<a href="&u.rel0.signatures;">Checksums</a>
 	</em></p>
 
-<!--
     <h3>Legacy Release</h3>
--->
+      <p><b>Release &rel1.current;</b> (&rel1.current.date;)
+	<em>
+	<a href="&u.rel1.announce;">Announcement</a> :
+	<a href="&u.rel1.notes;">Release Notes</a> :
+	<a href="&u.rel1.installation;">Installation
+	Instructions</a> :
+	<a href="&u.rel1.hardware;">Hardware Notes</a> :
+	<a href="&u.rel1.readme;">Readme</a> :
+	<a href="&u.rel1.errata;">Errata</a> :
+	<a href="&u.rel1.signatures;">Checksums</a>
+	</em></p>
 
   <a name="future"></a>
   <h2>Future Releases</h2>



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