>From 335526c2245dd9db66cc3db723ab943e83a107ea Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Sun, 29 May 2016 19:18:26 -0700
Subject: [PROPOSED PATCH] Mention Tzdata for Elixir

* NEWS, tz-link.htm: Mention Tzdata for Elixir (thanks to Matt
Johnson) and reorder license refs accordingly.
---
 NEWS        |  2 ++
 tz-link.htm | 21 +++++++++++++--------
 2 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/NEWS b/NEWS
index 54a520d..3b2255f 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,8 @@ Unreleased, experimental changes
     tz-link.htm says why governments should give plenty of notice for
     time zone or DST changes, and refers to Matt Johnson's blog post.
 
+    tz-link.htm mentions Tzdata for Elixir.  (Thanks to Matt Johnson.)
+
 
 Release 2016d - 2016-04-17 22:50:29 -0700
 
diff --git a/tz-link.htm b/tz-link.htm
index 80f40bd..b925c95 100644
--- a/tz-link.htm
+++ b/tz-link.htm
@@ -10,7 +10,7 @@
  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="2016-04-24">
+<meta name="DC.Date" content="2016-05-29">
 <meta name="DC.Description"
  content="Sources of information about time zones and daylight saving time">
 <meta name="DC.Identifier"
@@ -327,18 +327,24 @@ and from <abbr title="Common Locale Data Repository">CLDR</abbr> data
 into an <abbr>ICU</abbr>-specific format.
 <abbr>ICU</abbr> is freely available under a
 <abbr>BSD</abbr>-style license.</li>
+<li>The <a href="https://github.com/lau/tzdata">Tzdata</a> package for
+the <a href="http://elixir-lang.org/">Elixir</a> language downloads
+and compiles tz source and exposes <abbr
+title="Application Program Interface">API</abbr>s for use. It is
+freely available under the <abbr
+title="Massachusetts Institute of Technology">MIT</abbr> license.</li>
 <li>The <a
 href="http://www.oracle.com/technetwork/java/javase/tzupdater-readme-136440.html">TZUpdater
 tool</a> compiles <code><abbr>tz</abbr></code> source into the format used by
 Oracle Java.</li>
 <li><a href="http://www.joda.org/joda-time/">Joda-Time &ndash; Java date
-and time <abbr title="Application Program Interface">API</abbr></a>
-contains a class
+and time <abbr>API</abbr></a> contains a class
 <code>org.joda.time.tz.ZoneInfoCompiler</code> that compiles
 <code><abbr>tz</abbr></code> source into a Joda-specific binary format. Joda Time
 is freely available under a <abbr>BSD</abbr>-style license.</li>
-<li><a href="http://nodatime.org">Noda Time &ndash; Date and time API for
-.NET</a> and <a href="http://www.babiej.demon.nl/Tz4Net/main.htm">TZ4Net</a>
+<li><a href="http://nodatime.org">Noda Time &ndash; Date and
+time <abbr>API</abbr> for .NET</a>
+and <a href="http://www.babiej.demon.nl/Tz4Net/main.htm">TZ4Net</a>
 are similar to Joda Time, but for the .NET framework instead of
 Java. They are freely available under the
 <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License</a>
@@ -348,8 +354,7 @@ compilers and libraries include:
 <ul>
 <li><a href="http://momentjs.com/timezone/">Moment Timezone</a> is a
 plugin for the <a href="http://momentjs.com">Moment.js</a> date
-manipulation library. It is freely available under
-the <abbr title="Massachusetts Institute of Technology">MIT</abbr>
+manipulation library. It is freely available under the <abbr>MIT</abbr>
 license.</li>
 <li><a href="https://github.com/mde/timezone-js">TimezoneJS.Date</a>'s
 <abbr>API</abbr> is upward compatible with standard JavaScript
@@ -429,7 +434,7 @@ are not supported.</li>
 href="http://hackage.haskell.org/package/timezone-olson">timezone-olson</a>
 package contains <a href="http://haskell.org">Haskell</a> code that
 parses and uses <code><abbr>tz</abbr></code> binary data. It is freely
-available under a BSD-style license.</li>
+available under a <abbr>BSD</abbr>-style license.</li>
 </ul>
 <h2>Other <code><abbr>tz</abbr></code>-based time zone software</h2>
 <ul>
-- 
2.5.5

