svn commit: r43011 - head/en_US.ISO8859-1/htdocs
Glen Barber
gjb at FreeBSD.org
Sun Oct 20 21:02:34 UTC 2013
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>
More information about the svn-doc-head
mailing list