svn commit: r45016 - head/en_US.ISO8859-1/htdocs

Allan Jude allanjude at FreeBSD.org
Thu Jun 5 21:56:23 UTC 2014


Author: allanjude
Date: Thu Jun  5 21:56:23 2014
New Revision: 45016
URL: http://svnweb.freebsd.org/changeset/doc/45016

Log:
  Removed the word 'Legacy' from the front page re: 9.2/8.4
  Under the heading 'Latest Releases', be more clear that 9.2 and 8.4 are
  supported releases, not dead legacy code, and that they can still be used.
  
  Reviewed by:	gjb
  Approved by:	bcr (mentor), eadler (mentor)

Modified:
  head/en_US.ISO8859-1/htdocs/index.xsl

Modified: head/en_US.ISO8859-1/htdocs/index.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/index.xsl	Thu Jun  5 16:36:12 2014	(r45015)
+++ head/en_US.ISO8859-1/htdocs/index.xsl	Thu Jun  5 21:56:23 2014	(r45016)
@@ -78,8 +78,8 @@
 				  <h2><a href="&base;/releases/">LATEST RELEASES</a></h2>
 				  <ul id="frontreleaseslist">
 					<li>Production: <a
-				href="&u.rel.announce;">&rel.current;</a></li>
-					<li>Legacy: <a
+				href="&u.rel.announce;">&rel.current;</a>,<br />
+					<a
 				href="&u.rel2.announce;">&rel2.current;</a>,
 					<a
 				href="&u.rel3.announce;">&rel3.current;</a></li>
@@ -91,6 +91,7 @@
 					<li>Upcoming: <a
 				href="&u.betarel2.schedule;">&betarel2.current;</a></li>
 			    </xsl:if>
+					<li><a href="&base;/security/security.html#sup">Support Lifecycle</a></li>
 				  </ul>
 			  </div> <!-- FRONTRELEASESCONTENT -->
 			</div> <!-- FRONTRELEASES -->


More information about the svn-doc-head mailing list