Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jul 2015 20:18:34 +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: r47108 - head/en_US.ISO8859-1/htdocs/releases/10.2R
Message-ID:  <201507262018.t6QKIYnX047717@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Sun Jul 26 20:18:33 2015
New Revision: 47108
URL: https://svnweb.freebsd.org/changeset/doc/47108

Log:
  Add an index page so we do not return the '404' page when
  viewing '/releases/N.MR/' with directory listing disabled.
  
  Sponsored by:	The FreeBSD Foundation

Added:
  head/en_US.ISO8859-1/htdocs/releases/10.2R/index.xml   (contents, props changed)

Added: head/en_US.ISO8859-1/htdocs/releases/10.2R/index.xml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/en_US.ISO8859-1/htdocs/releases/10.2R/index.xml	Sun Jul 26 20:18:33 2015	(r47108)
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
+"http://www.FreeBSD.org/XML/share/sgml/xhtml10-freebsd.dtd" [
+<!ENTITY local.rel "10.2">
+<!ENTITY local.branch.stable "stable/10">
+<!ENTITY local.branch.releng "releng/10.2">
+<!ENTITY title "FreeBSD &local.rel; Release Information">
+]>
+
+<html xmlns="http://www.w3.org/1999/xhtml">;
+<head>
+      <title>&title;</title>
+
+      <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>;
+    </head>
+
+    <body class="navinclude.download">
+
+  <h1>Introduction</h1>
+
+  <p>This is the index page for &os;&nbsp;&local.rel;.  For more
+    information about the release engineering process, please see the
+    <a href="&base;/releng/index.html">Release Engineering</a> section
+    of the web site.</p>
+
+  <h1>Detailed Information</h1>
+
+  <p>More detailed information, such as release notes and hardware
+    notes can be found at these pages:</p>
+
+  <a
+    href="&base;/releases/&local.rel;R/hardware.html"
+    >&os;&nbsp;&local.rel;-RELEASE hardware information</a><br/>
+
+  <a
+    href="&base;/releases/&local.rel;R/relnotes.html"
+    >&os;&nbsp;&local.rel;-RELEASE release notes</a><br/>
+
+  <a
+    href="&base;/releases/&local.rel;R/readme.html"
+    >&os;&nbsp;&local.rel;-RELEASE readme</a><br/>
+
+  <a
+    href="&base;/releases/&local.rel;R/schedule.html"
+    >&os;&nbsp;&local.rel;-RELEASE schedule</a><br/>
+
+  <a href="&base;/releases/&local.rel;R/todo.html">&os; Release
+    Engineering TODO Page</a><br/>
+
+  </body>
+</html>



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