Skip to content

Commit

Permalink
Update the developer support page (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
xfq committed Mar 20, 2023
1 parent 9d086c2 commit 0a00fa8
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions nav/specdev.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
f.path = '../' // what you need to prepend to a URL to get to the /International directory

// AUTHORS AND TRANSLATORS should fill in these assignments:
f.thisVersion = { date:'2016-01-27', time:'12:18'} // date and time of latest edits to this document/translation
f.thisVersion = { date:'2023-03-07', time:'12:18'} // date and time of latest edits to this document/translation
f.contributors = ''; // people providing useful contributions or feedback during review or at other times
// also make sure that the lang attribute on the html tag is correct!

Expand Down Expand Up @@ -94,18 +94,19 @@ <h2>Resources</h2>
<dd>
<p>The Internationalization Activity also published additional documents that provide in-depth coverage of a particular area. You can find a complete set of <a class="highlightLink" href="https://www.w3.org/standards/techs/i18n#">Technical reports</a> produced by the Activity, but the following list highlights some especially useful ones.</p>
<p><a class="highlightLink" href="https://www.w3.org/TR/string-meta/">Strings on the Web: Language and Direction Metadata</a>. Describes the best practices for identifying language and base direction for <em>strings</em> that will be used on the Web.</p>
<p><a class="highlightLink" href="http://www.w3.org/TR/charmod/">Character Model for the World Wide Web: Fundamentals</a>. Architectural specification providing specification / software developers and content developers with a common reference for interoperable text manipulation on the World Wide Web. Topics addressed include use of the terms 'character', 'encoding' and 'string', a reference processing model, choice and identification of character encodings, character escaping, and string indexing.</p>
<p><a class="highlightLink" href="https://www.w3.org/TR/charmod/">Character Model for the World Wide Web: Fundamentals</a>. Architectural specification providing specification / software developers and content developers with a common reference for interoperable text manipulation on the World Wide Web. Topics addressed include use of the terms 'character', 'encoding' and 'string', a reference processing model, choice and identification of character encodings, character escaping, and string indexing.</p>
<p><a class="highlightLink" href="https://www.w3.org/TR/charmod-norm/">Character Model for the World Wide Web: String Matching</a>. Provides authors of specifications, software developers, and content developers a common reference on string identity matching on the World Wide Web. Topics include string identity matching and normalization.</p>
<p><a class="highlightLink" href="https://www.w3.org/TR/ltli/">Language Tags and Locale Identifiers for the World Wide Web</a>. Best practices for labelling natural language content and locale preferences in document formats, specifications, and implementations on the Web.</p>
<p><a class="highlightLink" href="http://www.w3.org/TR/xml-i18n-bp/">Best Practices for XML Internationalization</a>. A set of guidelines for developing XML documents and schemas that are internationalized properly. Following the best practices describes here allow both the developer of XML applications, as well as the author of XML content to create material in different languages.</p>
<p><a class="highlightLink" href="http://www.w3.org/TR/its20/">Internationalization Tag Set (ITS)</a>. Defines data categories and their implementation as a set of elements and attributes called the Internationalization Tag Set (ITS). ITS is designed to be used with HTML5 and schemas to support the internationalization and localization of schemas and documents. An implementation is provided for three schema languages: XML DTD, XML Schema and RELAX NG. </p>
<p><a class="highlightLink" href="http://www.w3.org/TR/timezone/">Working with Time Zones</a>. Guidelines for working with time and time zones in applications and document formats. Use cases help developers choose an approach to date and time values that works well with geographically distributed applications. Also provides a vocabulary for talking about time in software, a source of confusion for many developers and content authors on the Web.</p>
<p><a class="highlightLink" href="https://www.w3.org/TR/xml-i18n-bp/">Best Practices for XML Internationalization</a>. A set of guidelines for developing XML documents and schemas that are internationalized properly. Following the best practices describes here allow both the developer of XML applications, as well as the author of XML content to create material in different languages.</p>
<p><a class="highlightLink" href="https://www.w3.org/TR/its20/">Internationalization Tag Set (ITS)</a>. Defines data categories and their implementation as a set of elements and attributes called the Internationalization Tag Set (ITS). ITS is designed to be used with HTML5 and schemas to support the internationalization and localization of schemas and documents. An implementation is provided for three schema languages: XML DTD, XML Schema and RELAX NG. </p>
<p><a class="highlightLink" href="https://www.w3.org/TR/timezone/">Working with Time Zones</a>. Guidelines for working with time and time zones in applications and document formats. Use cases help developers choose an approach to date and time values that works well with geographically distributed applications. Also provides a vocabulary for talking about time in software, a source of confusion for many developers and content authors on the Web.</p>
<p><a class="highlightLink" href="https://www.w3.org/TR/localizable-manifests/">Developing Localizable Manifests</a>. Provides definitions and best practices related to the specification of manifest files and similar document formats on the Web.</p>
</dd>

<dt>Language enablement</dt>
<dd>
<p>Developers who want to better understand language or writing system features, and what must be taken into account to develop internationalized solutions, can find relevant information using the <a class="highlightLink" href="https://www.w3.org/TR/typography/">Language Enablement Index</a>.</p>
<p>Other useful resources include the <a class="highlightLink" href="https://www.w3.org/International/i18n-activity/textlayout/">Layout issue tracker</a>, which lists ongoing questions and discussions related to language enablement. Also, the <a class="highlightLink" href="http://w3c.github.io/type-samples/">Type Samples</a> library provides pictures of typographic features in the wild.</p>
<p>Other useful resources include the <a class="highlightLink" href="https://www.w3.org/International/i18n-activity/textlayout/">Layout issue tracker</a>, which lists ongoing questions and discussions related to language enablement. Also, the <a class="highlightLink" href="https://w3c.github.io/type-samples/">Type Samples</a> library provides pictures of typographic features in the wild.</p>
<p>For more details about the language enablement work of the Activity, see <a href="languagedev.html">this separate page</a>.</p>

</dd><dt>Tests</dt>
Expand All @@ -128,7 +129,7 @@ <h2>Reviews</h2>
<p>Horizontal review of specifications and documents is a key enabler for the W3C's mission to create a "Web for All". Horizontal reviews look at accessibility, privacy, security, device independence, architecture, and, of course, internationalization.</p>
<p>Working groups wanting to request a review should follow the instructions on the <a class="highlightLink" href="https://w3c.github.io/documentreview/#how_to_get_horizontal_review">Document Review</a> page.</p>
<p>We strongly recommend that before requesting a review you do a <a class="print highlightLink" href="https://www.w3.org/International/i18n-drafts/techniques/shortchecklist">Self-review</a>.</p>
<p>You can see what i18n reviews are in progress by looking at our <a class="print highlightLink" href="https://github.com/w3c/i18n-request/projects/1">Review radar</a>, and you can see what issues we are tracking, grouped by spec, using our <a class="print highlightLink" href="http://www.w3.org/International/i18n-activity/reviews/">Review comment tracker</a> or by looking at our <a class="print highlightLink" href="https://github.com/w3c/i18n-activity/issues/">Tracker repository</a> on GitHub.</p>
<p>You can see what i18n reviews are in progress by looking at our <a class="print highlightLink" href="https://github.com/w3c/i18n-request/projects/1">Review radar</a>, and you can see what issues we are tracking, grouped by spec, using our <a class="print highlightLink" href="https://www.w3.org/International/i18n-activity/reviews/">Review comment tracker</a> or by looking at our <a class="print highlightLink" href="https://github.com/w3c/i18n-activity/issues/">Tracker repository</a> on GitHub.</p>
</section>
</div>

Expand Down

0 comments on commit 0a00fa8

Please sign in to comment.