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

Glen Barber gjb at FreeBSD.org
Fri Jan 23 20:05:03 UTC 2015


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> </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>


More information about the svn-doc-head mailing list