Web-LangTag/index.xml

64 lines
3.4 KiB
XML

<page title="Home" pagetitle="Language Tags">
<div class="menu3">
<h2>For users</h2>
<ul>
<li><a href="whatare.html">What are language tags?</a></li>
<li><a href="why-tagging.html">Why tagging</a>?</li>
<li>Tag <a href="tag-wisely.html">wisely</a></li>
<li>The <wikipedia name="IETF language code">Wikipedia
article</wikipedia></li>
<li><a href="search.html">Search the language registry</a></li>
<li>The <a
href="https://www.w3.org/International/articles/language-tags/">excellent
article from the W3C</a> about language tags</li>
<li>Also from the <wikipedia>W3C</wikipedia>, a <a href="https://www.w3.org/International/tutorials/language-decl/">tutorial "Declaring Language in XHTML and HTML"</a></li>
<li><a href="https://r12a.github.io/app-subtags/index.html">Another
way to search subtags online in the registry</a> (some explanations are provided, but this tool is more useful if you know the concepts behind the registry)</li>
<li>Browse <a href ="https://util.unicode.org/UnicodeJsps/languageid.jsp">language tags</a> and see their meaning</li>
</ul>
</div>
<div class="menu3">
<h2>For software developers</h2>
<ul>
<li>The subtag registry (version <em><lsr-version/></em>) in <a href="registries.html">various formats</a></li>
<li>Martin D&#xFC;rst's implementation in <wikipedia name="Ruby (programming language)">Ruby</wikipedia> is available as a <wikipedia name="RubyGems">Gem</wikipedia> named "langtag" at <wikipedia>RubyForge</wikipedia></li>
<li><a href="https://www.bortzmeyer.org/gabuzomeu-parsing-language-tags.html">St&#xE9;phane Bortzmeyer's implementation</a> in <wikipedia name="Haskell (programming language)">Haskell</wikipedia>.</li>
<li><a href="philips-regexp.html">Addison Phillips' code</a>, as a <wikipedia name="Regular expression">regexp</wikipedia> for <wikipedia name="Java (programming language)">Java</wikipedia></li>
<li>An <a
href="https://fsasaki.github.io/stuff/lta/documentation.html">implementation</a>
in <wikipedia>XSLT</wikipedia> (requires a XSLT 2.0 processor) and the
<a href="https://fsasaki.github.io/stuff/lta/">Web page it powers</a> (by Felix Sasaki).</li>
<li><a href="test-suites.html">Test suites</a></li>
</ul>
</div>
<div class="menu3">
<h2>For standard authors</h2>
<ul>
<li>The current standard: <a href="https://www.rfc-editor.org/info/rfc5646">RFC 5646</a> and <a href="https://www.rfc-editor.org/info/rfc4647">RFC 4647</a></li>
<li>How to <a href="register-new-subtag.html">register a new
subtag</a> (for instance, for a variant of a language),</li>
<li>A <a href="registries/lsr.atom">syndication feed</a> (<wikipedia name="Atom (standard)">Atom</wikipedia> format) of the changes in the registry</li>
<li>Working on <a href="web-site.html">this Web site</a></li>
</ul>
</div>
<div class="back-to-normal">
<p>To search a subtag, type a code or a description (for instance, "<code>fr</code>", or "german"):</p>
<form action="https://www.langtag.net/search" method="post">
<p>Name: <input type="text" name="string"/></p>
<p>Search in: <select name="what">
<option value="language">Languages</option>
<option value="script">Scripts</option>
<option value="region">Regions</option>
<option value="variant">Variants</option>
</select></p>
<p><input type="submit" value="Search"/></p>
</form>
</div>
<div class="back-to-normal">
<p xml:lang="fr"><cite>Tout est al&#xE9;a, confusion et
pr&#xE9;carit&#xE9;, sauf le Catalogue.</cite> (<wikipedia>Fred Vargas</wikipedia>)</p>
</div>
</page>