Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2013 21:02:33 +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: r43011 - head/en_US.ISO8859-1/htdocs
Message-ID:  <201310202102.r9KL2XZK070943@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Sun Oct 20 21:02:33 2013
New Revision: 43011
URL: http://svnweb.freebsd.org/changeset/doc/43011

Log:
  Add a '5XX' page, to be used for 'Service Unavailble' messages during
  maintenance windows when needed.

Added:
  head/en_US.ISO8859-1/htdocs/5xx.xml   (contents, props changed)

Added: head/en_US.ISO8859-1/htdocs/5xx.xml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/en_US.ISO8859-1/htdocs/5xx.xml	Sun Oct 20 21:02:33 2013	(r43011)
@@ -0,0 +1,25 @@
+<?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/doc/share/xml/xhtml10-freebsd.dtd" [
+<!ENTITY title "Page not found.">
+]>
+
+<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>;
+
+    <base href="/" />
+  </head>
+
+  <body class="navinclude.about">
+    <h2>Service Unavailable</h2>
+
+    <p>The requested site is currently unavailable.</p>
+
+    <p>Please try your request again later, use one of the links in
+      the navigation menu, or the search box at the top of the
+      page.</p>
+  </body>
+</html>



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