Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2015 20:05:03 +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: r46227 - head/en_US.ISO8859-1/htdocs
Message-ID:  <201501232005.t0NK53jT070192@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Fri Jan 23 20:05:02 2015
New Revision: 46227
URL: https://svnweb.freebsd.org/changeset/doc/46227

Log:
  Add 10.1-STABLE to the list of development snapshots.
  Note, 9.3-STABLE is intentionally excluded since there
  will not be any further releases from stable/9, despite
  snapshot availability.
  
  Add a 'Documentation' section to the 'Development
  Snapshots' section, providing a URL to the changelog
  for 11-CURRENT and 10.1-STABLE.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/where.xml

Modified: head/en_US.ISO8859-1/htdocs/where.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/where.xml	Thu Jan 22 12:19:52 2015	(r46226)
+++ head/en_US.ISO8859-1/htdocs/where.xml	Fri Jan 23 20:05:02 2015	(r46227)
@@ -184,6 +184,7 @@
 	<tr>
 	  <th>Installer Images</th>
 	  <th>Virtual Machine Images</th>
+	  <th>Documentation</th>
 	</tr>
 	<tr>
 	  <td>
@@ -202,6 +203,49 @@
 	      <li><a href="&url.snapshot;/VM-IMAGES/&rel.head;-CURRENT/i386/Latest/">i386</a></li>
 	    </ul>
 	  </td>
+	  <td>
+	    <ul class="txtdocslist">
+	      <li><a href="&base;/relnotes/CURRENT/relnotes/article.html">Release Notes</a></li>
+	    </ul>
+	  </td>
+	</tr>
+      </tbody>
+    </table>
+
+    <p>&nbsp;</p>
+
+    <h1>&os; &rel.current;-STABLE</h1>
+
+    <table class="tblbasic tblwide tbldownload">
+      <tbody>
+	<tr>
+	  <th>Installer Images</th>
+	  <th>Virtual Machine Images</th>
+	  <th>Documentation</th>
+	</tr>
+	<tr>
+	  <td>
+	    <ul class="txtdownloadlist">
+	      <li><a href="&url.snapshot;/amd64/amd64/ISO-IMAGES/&rel.current;/">amd64</a></li>
+	      <li><a href="&url.snapshot;/i386/i386/ISO-IMAGES/&rel.current;/">i386</a></li>
+	      <li><a href="&url.snapshot;/ia64/ia64/ISO-IMAGES/&rel.current;/">ia64</a></li>
+	      <li><a href="&url.snapshot;/arm/armv6/ISO-IMAGES/&rel.current;/">armv6</a></li>
+	      <li><a href="&url.snapshot;/powerpc/powerpc/ISO-IMAGES/&rel.current;/">powerpc</a></li>
+	      <li><a href="&url.snapshot;/powerpc/powerpc64/ISO-IMAGES/&rel.current;/">powerpc64</a></li>
+	      <li><a href="&url.snapshot;/sparc64/sparc64/ISO-IMAGES/&rel.current;/">sparc64</a></li>
+	    </ul>
+	  </td>
+	  <td>
+	    <ul class="txtdownloadlist">
+	      <li><a href="&url.snapshot;/VM-IMAGES/&rel.current;-STABLE/amd64/Latest/">amd64</a></li>
+	      <li><a href="&url.snapshot;/VM-IMAGES/&rel.current;-STABLE/i386/Latest/">i386</a></li>
+	    </ul>
+	  </td>
+	  <td>
+	    <ul class="txtdocslist">
+	      <li><a href="&base;/relnotes/&rel.current.major;-STABLE/relnotes/article.html">Release Notes</a></li>
+	    </ul>
+	  </td>
 	</tr>
       </tbody>
     </table>



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