>From 34f8fdff2645e3a979cd40e916bc9f78f83ca118 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Sun, 13 Dec 2015 00:46:33 -0800
Subject: [PROPOSED PATCH] Fix tz-link DC.Title and case

* tz-link.htm: Add DC.Title metdata.  (Suggested by Brian Inglis.)
Also, use consistent case for title as for rest of headers.
---
 tz-link.htm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/tz-link.htm b/tz-link.htm
index 37f2423..bd92f64 100644
--- a/tz-link.htm
+++ b/tz-link.htm
@@ -3,12 +3,14 @@
 	"http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head profile="http://dublincore.org/documents/2008/08/04/dc-html/">
-<title>Sources for Time Zone and Daylight Saving Time Data</title>
+<title>Sources for time zone and daylight saving time data</title>
 <link rel="schema.DC" href="http://purl.org/DC/elements/1.1/">
 <meta http-equiv="Content-type" content='text/html; charset="UTF-8"'>
+<meta name="DC.Title"
+ content="Sources for time zone and daylight saving time data">
 <meta name="DC.Creator" content="Eggert, Paul">
 <meta name="DC.Contributor" content="Olson, Arthur David">
-<meta name="DC.Date" content="2015-12-09">
+<meta name="DC.Date" content="2015-12-13">
 <meta name="DC.Description"
  content="Sources of information about time zones and daylight saving time">
 <meta name="DC.Identifier"
@@ -17,7 +19,7 @@
  content="database,daylight saving,DST,time zone,timezone,tz,zoneinfo">
 </head>
 <body>
-<h1>Sources for Time Zone and Daylight Saving Time Data</h1>
+<h1>Sources for time zone and daylight saving time data</h1>
 <h2>The <code><abbr title="time zone">tz</abbr></code> database</h2>
 <p>
 The <a href="https://en.wikipedia.org/wiki/Public_domain">public-domain</a>
-- 
2.5.0

