forked from bortzmeyer/Web-LangTag
Start to HTTPSize links
This commit is contained in:
parent
43b0484c88
commit
0383522a2c
3
TODO
3
TODO
@ -1,3 +1,4 @@
|
||||
* HTTPS for all links
|
||||
* HTTPS for all links (grep http:// *.xml)
|
||||
* lsr.atom (requires some porting)
|
||||
* Email
|
||||
* link to find-subtags (search engine first?)
|
||||
|
@ -7,7 +7,7 @@
|
||||
<li>Tag <a href="tag-wisely.html">wisely</a></li>
|
||||
<li>The <wikipedia name="IETF language code">Wikipedia article</wikipedia></li>
|
||||
<li>The <a
|
||||
href="http://www.w3.org/International/articles/language-tags/">excellent
|
||||
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="http://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">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>
|
||||
@ -19,12 +19,12 @@ article from the W3C</a> about language tags</li>
|
||||
<ul>
|
||||
<li>The subtag registry (version <em><lsr-version/></em>) in <a href="registries.html">various formats</a></li>
|
||||
<li>Martin Dü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="http://www.bortzmeyer.org/gabuzomeu-parsing-language-tags.html">Stéphane Bortzmeyer's implementation</a> in <wikipedia name="Haskell (programming language)">Haskell</wikipedia>.</li>
|
||||
<li><a href="https://www.bortzmeyer.org/gabuzomeu-parsing-language-tags.html">Sté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="http://www.sasakiatcf.com/felix/lta/05/lta.xsl">implementation</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="http://www.sasakiatcf.com/felix/lta/">Web page it powers</a> (by Felix Sasaki).</li>
|
||||
<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>
|
||||
@ -35,7 +35,6 @@ in <wikipedia>XSLT</wikipedia> (requires a XSLT 2.0 processor) and the
|
||||
<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>The IETF <a href="http://www.ietf.org/html.charters/ltru-charter.html">LTRU Working Group</a></li>
|
||||
<li>Working on <a href="web-site.html">this Web site</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user