From 65247b69e46794eb7a655a04b077e9718eb36ef6 Mon Sep 17 00:00:00 2001 From: Mark Davis Date: Mon, 16 Sep 2024 21:06:52 -0700 Subject: [PATCH] CLDR-17947 Add stub pages to site (#4057) --- docs/site/cldr-tc.md | 12 ++++++ docs/site/cldr-tc/design-wg.md | 10 +++++ docs/site/cldr-tc/infrastructure-wg.md | 7 ++++ docs/site/cldr-tc/message-format-wg.md | 7 ++++ docs/site/cldr-tc/person-name-wg.md | 9 +++++ .../cldr-big-red-switch/brs-post-items.md | 9 +++++ .../cldr-big-red-switch/cldrmodify-passes.md | 7 ++++ .../cldrmodify-using-config-file.md | 7 ++++ .../coding-cldr-tools/cldr-file.md | 7 ++++ docs/site/development/getting-started.md | 8 ++++ docs/site/development/tests-and-tools.md | 8 ++++ .../updating-codes/adding-new-territory.md | 7 ++++ .../adding-transforms-transliterators.md | 7 ++++ .../updating-codes/testattributevalues.md | 7 ++++ .../updating-language-groups.md | 7 ++++ docs/site/development/updating.md | 8 ++++ docs/site/downloads/previous-releases.md | 3 ++ docs/site/general-information.md | 8 ++++ docs/site/index/draft-schedule.md | 39 +++---------------- .../getting-started/fixing-errors.md | 7 ++++ docs/site/translation/miscellaneous.md | 8 ++++ 21 files changed, 159 insertions(+), 33 deletions(-) create mode 100644 docs/site/cldr-tc.md create mode 100644 docs/site/cldr-tc/design-wg.md create mode 100644 docs/site/cldr-tc/infrastructure-wg.md create mode 100644 docs/site/cldr-tc/message-format-wg.md create mode 100644 docs/site/cldr-tc/person-name-wg.md create mode 100644 docs/site/development/cldr-big-red-switch/brs-post-items.md create mode 100644 docs/site/development/cldr-big-red-switch/cldrmodify-passes.md create mode 100644 docs/site/development/cldr-big-red-switch/cldrmodify-using-config-file.md create mode 100644 docs/site/development/coding-cldr-tools/cldr-file.md create mode 100644 docs/site/development/getting-started.md create mode 100644 docs/site/development/tests-and-tools.md create mode 100644 docs/site/development/updating-codes/adding-new-territory.md create mode 100644 docs/site/development/updating-codes/adding-transforms-transliterators.md create mode 100644 docs/site/development/updating-codes/testattributevalues.md create mode 100644 docs/site/development/updating-codes/updating-language-groups.md create mode 100644 docs/site/development/updating.md create mode 100644 docs/site/downloads/previous-releases.md create mode 100644 docs/site/general-information.md create mode 100644 docs/site/translation/getting-started/fixing-errors.md create mode 100644 docs/site/translation/miscellaneous.md diff --git a/docs/site/cldr-tc.md b/docs/site/cldr-tc.md new file mode 100644 index 00000000000..5fa0fde14d4 --- /dev/null +++ b/docs/site/cldr-tc.md @@ -0,0 +1,12 @@ +--- +CLDR Technical Committee +--- + +# CLDR Technical Committee + +The CLDR Technical Committee is responsible for the Unicode Common Locale Data Repository data repository, +which encompasses: +- the data repostory itself, in XML, +- the specification for the data and structure (LDML) +- the tooling used to gather locale data, test the data and structure, and provide test data for implementations +- additional other formats for the locale data (eg, JSON) diff --git a/docs/site/cldr-tc/design-wg.md b/docs/site/cldr-tc/design-wg.md new file mode 100644 index 00000000000..0a44b094e87 --- /dev/null +++ b/docs/site/cldr-tc/design-wg.md @@ -0,0 +1,10 @@ +--- +title: CLDR Design Working Group +--- + +# CLDR Design Working Group + +The Design WG is responsible for assessing and investigating issues that require design work. +This includes issues that affect the ICU-TC and ICU4X TC. +The results are recommendations to the CLDR-TC (and possibly the ICU-TC and ICU4X TC) for resolution of the issue. +The recommendation may be to close the issue, or to produce design that can meet the goals of the issue. diff --git a/docs/site/cldr-tc/infrastructure-wg.md b/docs/site/cldr-tc/infrastructure-wg.md new file mode 100644 index 00000000000..74a0c0ddfa7 --- /dev/null +++ b/docs/site/cldr-tc/infrastructure-wg.md @@ -0,0 +1,7 @@ +--- +title: CLDR Infrastructure Working Group +--- + +# CLDR Infrastructure Working Group + +The CLDR Infrastructure WG is responsible for maintaining and extending the code and tools that support the Survey Tool and processing/production of the CLDR data (including test Data). diff --git a/docs/site/cldr-tc/message-format-wg.md b/docs/site/cldr-tc/message-format-wg.md new file mode 100644 index 00000000000..0c471fb068f --- /dev/null +++ b/docs/site/cldr-tc/message-format-wg.md @@ -0,0 +1,7 @@ +--- +title: CLDR MessageFormat Working Group +--- + +# CLDR MessageFormat Working Group + +The main page for the Message Format WG is in the [Message Format Repository](https://github.com/unicode-org/message-format-wg). diff --git a/docs/site/cldr-tc/person-name-wg.md b/docs/site/cldr-tc/person-name-wg.md new file mode 100644 index 00000000000..d5020859012 --- /dev/null +++ b/docs/site/cldr-tc/person-name-wg.md @@ -0,0 +1,9 @@ +--- +title: CLDR Person Name Working Group +--- + +# CLDR Person Name Working Group + +The Person Name WG is responsible for the development of recommendations for person name formating structure and data. +These recommendations, once approved, are incorporated into the CLDR data and tooling, and the LDML specification [Part 8: Person Names](https://www.unicode.org/reports/tr35/tr35-personNames.html#Contents). +There is a development version at [Part 8: Person Names (development)](https://cldr-smoke.unicode.org/spec/main/ldml/tr35-personNames.html#Contents). diff --git a/docs/site/development/cldr-big-red-switch/brs-post-items.md b/docs/site/development/cldr-big-red-switch/brs-post-items.md new file mode 100644 index 00000000000..fd64d1fe2c3 --- /dev/null +++ b/docs/site/development/cldr-big-red-switch/brs-post-items.md @@ -0,0 +1,9 @@ +--- +title: CLDR BRS Post Items +--- + +# CLDR BRS Post Items + +Title was: CLDR BRS Post Items (Section E) for Rick + +This file has not yet been converted: see https://sites.google.com/unicode.org/cldr/development/brs-post-items diff --git a/docs/site/development/cldr-big-red-switch/cldrmodify-passes.md b/docs/site/development/cldr-big-red-switch/cldrmodify-passes.md new file mode 100644 index 00000000000..3ce8239f03c --- /dev/null +++ b/docs/site/development/cldr-big-red-switch/cldrmodify-passes.md @@ -0,0 +1,7 @@ +--- +title: CLDRModify Passes +--- + +# CLDRModify Passes + +This file has not yet been converted: see https://sites.google.com/unicode.org/cldr/development/cldr-big-red-switch/cldrmodify-passes diff --git a/docs/site/development/cldr-big-red-switch/cldrmodify-using-config-file.md b/docs/site/development/cldr-big-red-switch/cldrmodify-using-config-file.md new file mode 100644 index 00000000000..c13968bd0b1 --- /dev/null +++ b/docs/site/development/cldr-big-red-switch/cldrmodify-using-config-file.md @@ -0,0 +1,7 @@ +--- +title: CLDRModify using Config file +--- + +# CLDRModify using Config file + +This file has not yet been converted: see https://sites.google.com/unicode.org/cldr/development/cldr-big-red-switch/cldrmodify-passes/cldrmodify-using-config-file diff --git a/docs/site/development/coding-cldr-tools/cldr-file.md b/docs/site/development/coding-cldr-tools/cldr-file.md new file mode 100644 index 00000000000..14bd4f827dc --- /dev/null +++ b/docs/site/development/coding-cldr-tools/cldr-file.md @@ -0,0 +1,7 @@ +--- +title: CLDR File +--- + +# CLDR File + +This file has not yet been converted: see https://sites.google.com/unicode.org/cldr/development/coding-cldr-tools/cldr-file diff --git a/docs/site/development/getting-started.md b/docs/site/development/getting-started.md new file mode 100644 index 00000000000..35ebf3f712f --- /dev/null +++ b/docs/site/development/getting-started.md @@ -0,0 +1,8 @@ +--- +title: Getting Started +--- + +# Getting Started + +This section provides information about getting started with CLDR development. +See the subpages, using the ≡ menu at the top of this page. diff --git a/docs/site/development/tests-and-tools.md b/docs/site/development/tests-and-tools.md new file mode 100644 index 00000000000..90581e4fcfb --- /dev/null +++ b/docs/site/development/tests-and-tools.md @@ -0,0 +1,8 @@ +--- +title: Tests and Tools +--- + +# Tests and Tools + +This section provides information to internal developers about tests and tools. +See the subpages, using the ≡ menu at the top of this page. diff --git a/docs/site/development/updating-codes/adding-new-territory.md b/docs/site/development/updating-codes/adding-new-territory.md new file mode 100644 index 00000000000..553a9cb2dc5 --- /dev/null +++ b/docs/site/development/updating-codes/adding-new-territory.md @@ -0,0 +1,7 @@ +--- +title: Adding New Territory +--- + +# Adding New Territory + +This file has not yet been converted: see https://sites.google.com/unicode.org/cldr/development/adding-new-territory diff --git a/docs/site/development/updating-codes/adding-transforms-transliterators.md b/docs/site/development/updating-codes/adding-transforms-transliterators.md new file mode 100644 index 00000000000..f7dea02bda0 --- /dev/null +++ b/docs/site/development/updating-codes/adding-transforms-transliterators.md @@ -0,0 +1,7 @@ +--- +title: Adding Transforms / Transliterators +--- + +# Adding Transforms / Transliterators + +This file has not yet been converted: see https://sites.google.com/unicode.org/cldr/development/adding-transforms-transliterators diff --git a/docs/site/development/updating-codes/testattributevalues.md b/docs/site/development/updating-codes/testattributevalues.md new file mode 100644 index 00000000000..24b0b4cc88e --- /dev/null +++ b/docs/site/development/updating-codes/testattributevalues.md @@ -0,0 +1,7 @@ +--- +title: TestAttributeValues +--- + +# TestAttributeValues + +This file has not yet been converted: see https://sites.google.com/unicode.org/cldr/development/cldr-development-site/testattributevalues diff --git a/docs/site/development/updating-codes/updating-language-groups.md b/docs/site/development/updating-codes/updating-language-groups.md new file mode 100644 index 00000000000..8bc02e66355 --- /dev/null +++ b/docs/site/development/updating-codes/updating-language-groups.md @@ -0,0 +1,7 @@ +--- +title: Updating Language Groups +--- + +# Updating Language Groups + +This file has not yet been converted: see https://sites.google.com/unicode.org/cldr/development/updating-codes/updating-language-groups diff --git a/docs/site/development/updating.md b/docs/site/development/updating.md new file mode 100644 index 00000000000..04316d1cf5a --- /dev/null +++ b/docs/site/development/updating.md @@ -0,0 +1,8 @@ +--- +title: Updating Data +--- + +# Updating Data + +This section provides information to internal developers about updating CLDR data, typically with external data. +See the subpages, using the ≡ menu at the top of this page. diff --git a/docs/site/downloads/previous-releases.md b/docs/site/downloads/previous-releases.md new file mode 100644 index 00000000000..6d7e34286f3 --- /dev/null +++ b/docs/site/downloads/previous-releases.md @@ -0,0 +1,3 @@ +--- +title: Previous Releases +--- diff --git a/docs/site/general-information.md b/docs/site/general-information.md new file mode 100644 index 00000000000..1271aaf03a8 --- /dev/null +++ b/docs/site/general-information.md @@ -0,0 +1,8 @@ +--- +title: General Information +--- + +# General Information + +This section provides general information about CLDR. +See the subpages, using the ≡ menu at the top of this page. diff --git a/docs/site/index/draft-schedule.md b/docs/site/index/draft-schedule.md index 236f6b36779..b1ee577de80 100644 --- a/docs/site/index/draft-schedule.md +++ b/docs/site/index/draft-schedule.md @@ -1,38 +1,11 @@ --- -title: Draft Schedule +title: Schedule --- -# Draft Schedule +# Schedule -1. We are planning on a different process for the future, with the following changes: A consistent release schedule each year. -2. Two releases per year: Spring and Fall -3. Making the survey tool open most of the year. - -| | Q2-Q3 Phase | | | -|---|---|---|---| -| Apr | Submission | | | -| May | Submission | | | -| Jun | Vetting | | | -| Jul | Resolution | | | -| Aug | Production | 15 | Final candidate tagged | -| Sep | Production | 15 | Release | -| | | 30 | Survey Tool updated | - -| | Q4-Q1 Phase | | | -|---|---|---|---| -| Oct | Submission | | | -| Nov | Submission | | | -| Dec | Vetting | | | -| Jan | Resolution | | | -| Feb | Production | 15 | Final candidate tagged | -| Mar | Production | 15 | Release | -| | | 30 | Survey Tool updated | - - -The Spring release is intended to be less data-intensive, with a shorter vetting period because of the December holidays. The 2013 Spring release has just a limited internal data phase, because it needs to be shortened to adjust to the new schedule. - -Rather than having the Survey tool unavailable except during the Main Submission and Vetting periods, it would be available most of the year: It would be taken down during the Resolution phase, and occasionally for a week for updates or structural changes before the Main Submission phase. The two important periods for translators would be: - -- Submission: translators are asked to flesh out missing data, and check for consistency. -- Vetting: translators are asked to review all changed or conflicted values, and reach consensus. +Two releases are regularly scheduled each year, currently one in mid-October, and one in mid-March. +The March release is intended to be less data-intensive, and sometimes involves little or no vetting. +The current release is found at [Current CLDR Dev Version](https://docs.google.com/spreadsheets/d/1N6inI5R84UoYlRwuCNPBOAP7ri4q2CmJmh8DC5g-S6c/edit?gid=1680747936#gid=1680747936). +For more information about the various phases of the release, see [Survey Tool stages](../translation/getting-started/survey-tool-phases.md) diff --git a/docs/site/translation/getting-started/fixing-errors.md b/docs/site/translation/getting-started/fixing-errors.md new file mode 100644 index 00000000000..442bbfbd65b --- /dev/null +++ b/docs/site/translation/getting-started/fixing-errors.md @@ -0,0 +1,7 @@ +--- +title: Fixing Errors +--- + +# Fixing Errors + +This file has not yet been converted: see https://sites.google.com/unicode.org/cldr/development/fixing-errors diff --git a/docs/site/translation/miscellaneous.md b/docs/site/translation/miscellaneous.md new file mode 100644 index 00000000000..c3eda824b31 --- /dev/null +++ b/docs/site/translation/miscellaneous.md @@ -0,0 +1,8 @@ +--- +title: Miscellaneous +--- + +# Miscellaneous + +This section provides translation information about miscellaneous pages in the Survey Tool. +See the subpages, using the ≡ menu at the top of this page.