>From 62276a5f8535d686be102ebce5304063bf742f7e Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Fri, 16 Dec 2016 23:01:50 -0800
Subject: [PROPOSED] * tz-link.htm: Reorganize geolocation DBs and APIs

to reflect their relationships better.
---
 tz-link.htm | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/tz-link.htm b/tz-link.htm
index 1d15424..a09f3c0 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-12-12">
+<meta name="DC.Date" content="2016-12-16">
 <meta name="DC.Description"
  content="Sources of information about time zones and daylight saving time">
 <meta name="DC.Identifier"
@@ -577,19 +577,18 @@ boundaries of <code><abbr>tz</abbr></code> regions.
 Its code is freely available under the <abbr>MIT</abbr> license, and
 its data entries are freely available under the
 <a href="http://opendatacommons.org/licenses/odbl/">Open Data Commons
-Open Database License</a>. The maps' borders appear to be quite accurate.</li>
+Open Database License</a>. The maps' borders appear to be quite accurate.
+The <a href="https://www.npmjs.com/package/geo-tz">geo-tz module</a> for
+<a href="https://nodejs.org/en/">Node.js</a> uses the boundaries
+to map geographical coordinates to <code><abbr>tz</abbr></code> regions,
+and is freely available under the MIT license.</li>
 <li><a href="http://efele.net/maps/tz/"><abbr>TZ</abbr> timezones
 maps</a> contains <a
 href="https://en.wikipedia.org/wiki/Shapefile">shapefiles</a> of
 sets of <code><abbr>tz</abbr></code> regions. This includes
 <a href="http://efele.net/maps/tz/world/">tz_world</a>, a shapefile
-for all the world's regions</li>
-<li><a
-href="https://github.com/straup/whereonearth-timezone">Whereonearth-timezone</a>
-is in <a href="http://geojson.org">GeoJSON</a> form, and combines the
-the tz_world shapefiles with the GeoPlanet dataset.</li>
-</ul></li>
-<li>Programmatic interfaces that map geographical coordinates via tz_world to
+for all the world's regions.
+Programmatic interfaces that map geographical coordinates via tz_world to
 <code><abbr>tz</abbr></code> regions include:
 <ul>
 <li><a href="https://github.com/mj1856/GeoTimeZone">GeoTimeZone</a> is
@@ -602,21 +601,23 @@ is written in Go and is freely available under the Apache License.</li>
 in both Java and
 <a href="https://en.wikipedia.org/wiki/Swift_(programming_language)">Swift</a>
 form, is freely available under the MIT license.</li>
-<li>For <a href="https://nodejs.org/en/">Node.js</a>,
-the <a href="https://www.npmjs.com/package/geo-tz">geo-tz module</a>
-is freely available under the MIT license, and
-the <a href="https://www.npmjs.com/package/tz-lookup">tz-lookup module</a>
-is in the public domain.</li>
 <li>The <a
 href="https://github.com/MrMinimal64/timezonefinder">timezonefinder</a>
 library for Python is freely available under the MIT license.
 <li>The <a
 href="https://github.com/gunyarakun/timezone_finder">timezone_finder</a>
 library for Ruby is freely available under the MIT license.</li>
+<li>The <a href="https://www.npmjs.com/package/tz-lookup">tz-lookup module</a>
+for Node.js is in the public domain.</li>
 <li><a href="https://derickrethans.nl/what-time-is-it.html">What Time
 is It Here?</a> applies <a href="https://www.mongodb.com">MongoDB</a>
 geospatial query operators to shapefiles' data.</li>
 </ul></li>
+<li><a
+href="https://github.com/straup/whereonearth-timezone">Whereonearth-timezone</a>
+is in <a href="http://geojson.org">GeoJSON</a> form, and combines the
+the tz_world shapefiles with the GeoPlanet dataset.</li>
+</ul></li>
 <li>Free access via a network API, if you register a key, is provided by
 the <a href="http://www.geonames.org/export/web-services.html#timezone">GeoNames Timezone web service</a>,
 the <a href="https://developers.google.com/maps/documentation/timezone/intro">Google Maps Time Zone API</a>, and
-- 
2.7.4

