From d45342c2d3fd5b8385c0790af5e139ab3586853b Mon Sep 17 00:00:00 2001 From: Addison Phillips Date: Thu, 21 Nov 2024 08:23:21 -0800 Subject: [PATCH 1/3] Convert Acknowlegements to Contributors - Add respec goo cribbed from clreq - Add Richard to the contributors to the 2011 version - Fix linking to where the "intro" material is in this document - 'cite' TOOJ presentation (I didn't link to the YouTube video of one version) - Move acks to contribs with appropriate IDs --- index.html | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index a6a9d7b..8464489 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,17 @@ { name: "Addison Phillips", mailto: "addisonI18N@gmail.com", company: "Invited Expert", w3cid: 33573 } ], - + otherLinks: [ + { + key: "Contributors:", + data: [ + { + value: "See the Contributors section.", + href: "#contributors", + }, + ], + }, + ], github: "w3c/timezone", group: "i18n", @@ -99,6 +109,12 @@

We welcome comments on this document, but to make it easier to track them, please raise separate issues for each comment, and point to the section you are commenting on using a URL.

+
+

Contributors

+ +

This document is based on several previous documents. The original Working Group Note (Working With Timezones) was by Martin Dürst, Mark Davis, Felix Sasaki, and Addison Phillips. A later revision was written by Martin Dürst, Mark Davis, Felix Sasaki, Richard Ishida, and Addison Phillips. Sections [[[#history]]] and [[[#what-is-time-zone]]] were adapted from an article and later a Unicode conference presentation (Time Out of Joint) by Addison Phillips. Information on time zone scenarios is based on work by Norbert Lindenberg. Information about temporal serializations and use cases is based on work by CJ Butenhoff.

+
+

Introduction

@@ -793,11 +809,5 @@

Leap Seconds

- -
-

Acknowledgements

- -

This document is based on several previous documents. The original Working Group Note (Working With Timezones) and a later revision were written by Martin Dürst, Mark Davis, Felix Sasaki, and Addison Phillips. Portions of this document, notably the introduction, were adapted from an older document ("It's about time") and from a Unicode conference presentation ("Time Out of Joint") by Addison Phillips. Information on time zone scenarios is based on work by Norbert Lindenberg. Information about temporal serializations and use cases is based on work by CJ Butenhoff.

-
From bbdd6a4e08fa5a3457a79b34e7cabe53d96cd48e Mon Sep 17 00:00:00 2001 From: Addison Phillips Date: Thu, 21 Nov 2024 08:36:48 -0800 Subject: [PATCH 2/3] Fix some formatting and organization - Group the concepts into "concepts" section - Add 'example' to the note at the top because the colors are so similar --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8464489..bbe938f 100644 --- a/index.html +++ b/index.html @@ -124,6 +124,7 @@

Introduction