2002/css-validator languages.html,NONE,1.1

Update of /sources/public/2002/css-validator
In directory hutz:/tmp/cvs-serv13506

Added Files:
	languages.html 
Log Message:
It has often been requested that all the (alternate) languages be linked from each page.
After some consideration:
 - this would take up a lot of space
 - the language switch would not be "recorded" as long as the user does not fix the browser prefs
 - we need space to explain, or at least link to, some browser prefs documentation

Hence... making a new explanation page, pointing to a pretty good info page on language prefs on the i18n site.



--- NEW FILE: languages.html ---
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>Language Options - W3C CSS Validation Service</title>
  <link rev="made" href="mailto:www-validator-css@w3.org" />
  <link rev="start" href="./" title="Home Page" />
  <style type="text/css" media="all">
    @import "base.css";    
    @import "docs.css";    
  </style>
  <meta name="revision" content="$Id: languages.html,v 1.1 2006/06/16 09:25:50 ot Exp $" />
  <!-- SSI Template Version: $Id: languages.html,v 1.1 2006/06/16 09:25:50 ot Exp $ -->
</head>

<body>

   <div id="banner">
    <h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home_nb" /></a>
    <a href="./"><img src="images/css_validation_service.png" alt="CSS Validation Service" /></a></h1>
   </div>

<h2>Language Options</h2>


<p>The CSS Validation service is available in the following languages:</p>
<ul>
	<li><a href="validator.html.de" hreflang="de">German / <span lang="de">Deutsch</span></a></li>
	<li><a href="validator.html.en" hreflang="en">English</li>
	<li><a href="validator.html.es" hreflang="es">Spanish / <span lang="de">Español</span></a></li>
	<li><a href="validator.html.fr" hreflang="fr">French / <span lang="fr">Français</span></a></li>
	<li><a href="validator.html.it" hreflang="it">Italian / <span lang="it">Italiano</span></a></li>
	<li><a href="validator.html.nl" hreflang="nl">Dutch / <span lang="nl">Nederlands</span></a></li>
	<li><a href="validator.html.ja" hreflang="ja">Japanese / <span lang="ja">日本語</span></a></li>
	<li><a href="validator.html.zh_cn" hreflang="zh-CN">Simplified Chinese / <span lang="zh-CN">&#20013;&#25991;</span></a></li>
</ul>

<p>You can set your browser preferences and have the validator automatically use your prefered language. 
	<a href="http://www.w3.org/International/questions/qa-lang-priorities">&raquo; Learn How</a>.</p>

   <ul class="navbar"  id="menu">
	<li><strong><a href="./" title="Home page for the W3C CSS Validation Service">Home</a></strong> <span class="hideme">|</span></li>
	<li><a href="about" title="About this service">About</a> <span class="hideme">|</span></li>
        <li><a href="DOWNLOAD" title="Download the CSS validator">Download</a> <span class="hideme">|</span></li>
        <li><a href="Email" title="How to provide feedback on this service">Feedback</a> <span class="hideme">|</span></li>
        <li><a href="thanks" title="Credits and Acknowlegments">Credits</a><span class="hideme">|</span></li>
      </ul>

   <p id="activity_logos">
      <a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more"><img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA" /></a><a href="http://www.w3.org/Style/CSS/learning" title="Learn more about Cascading Style Sheets"><img src="images/woolly-icon" alt="CSS" /></a>
   </p>
   <p id="support_logo">
Support this tool, become a<br />
<a href="http://www.w3.org/Consortium/supporters"><img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter" /></a>
   </p>

    <p class="copyright">
      <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2006
      <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>&reg;

      (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
      <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
      <a href="http://www.keio.ac.jp/">Keio</a>),
      All Rights Reserved.
      W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
      <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
      <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
      and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>

      rules apply. Your interactions with this site are in accordance
      with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
      <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
      statements.
    </p>


  </body>
</html>

Received on Friday, 16 June 2006 09:26:05 UTC