Annotation of 2002/css-validator/documentation.html.it, revision 1.16

1.3       ot          1: <?xml version="1.0" encoding="utf-8"?>
                      2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
                      3:     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
                      4: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" lang="it">
                      5: <head>
1.16    ! ot          6: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1.3       ot          7:   <title>Documentazione per il servizio di validazione CSS del W3C</title>
                      8:   <link rev="made" href="mailto:www-validator-css@w3.org" />
                      9:   <link rev="start" href="./" title="Pagina iniziale" />
                     10:   <style type="text/css" media="all">
                     11:     @import "style/base.css";    
                     12:     @import "style/docs.css";    
                     13:   </style>
1.16    ! ot         14:   <meta name="revision" content="$Id: documentation.html.it,v 1.15 2009/01/08 22:40:33 ot Exp $" />
1.3       ot         15:   <meta name="translator" content="Roberto Scano - International Webmasters Association / The HTML Writers Guild" />
1.16    ! ot         16:   <!-- SSI Template Version: $Id: documentation.html.it,v 1.15 2009/01/08 22:40:33 ot Exp $ -->
1.3       ot         17: </head>
                     18: 
                     19: <body>
1.7       ot         20:   <div id="banner">
                     21:    <h1 id="title"><a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a>
                     22:    <a href="./"><span>Servizio di validazione CSS</span></a></h1>
                     23:    <p id="tagline">
                     24:      Check Cascading Style Sheets (CSS) and (X)HTML documents with style sheets
                     25:    </p>
                     26:   </div>
1.3       ot         27: 
                     28: <div id="main">
                     29: <!-- This DIV encapsulates everything in this page - necessary for the positioning -->
                     30: 
                     31: <div class="doc">
                     32: <h2>Indice della documentazione per il validatore CSS</h2>
                     33: 
                     34: <p id="skip"></p>
                     35: 
                     36: <h3 id="use">Risorse per gli utenti</h3>
                     37: 
                     38: <dl>
                     39:     <dt><a href="./manual.html">Manuale utente</a></dt>
                     40:     <dd>La documentazione su come utilizzare il validatore CSS del W3C</dd>
                     41:     <dt><a href="about.html">Informazioni sul servizio</a></dt>
                     42:     <dd>Informazioni riguardo al validatore CSS e risposte ad alcune domande generali</dd>
                     43:     <dt><a href="http://www.websitedev.de/css/validator-faq">
                     44:        Domande più frequenti sul validatore CSS
                     45:     </a></dt>
                     46:     <dd>Risposte alle domande tecniche più frequenti.</dd>
                     47:     
                     48: </dl>
                     49: 
                     50: <h3 id="devel">Risorse per gli sviluppatori</h3>
                     51: 
                     52: 
                     53: <dl>
                     54:     <dt><a href="DOWNLOAD.html">Scarica/installa</a></dt>
                     55:     <dd>Come ottenere il sorgente del validatore CSS e come eseguirlo, sia come applicazione da riga di comando, o come servlet Web.</dd>
                     56:     
                     57:     <dt><a href="README">README per sviluppatori</a></dt>
                     58:     <dd>Una panoramica del codice per il validatore CSS</dd>
                     59: 
                     60:     <dt><a href="./api.html">Web Service API</a></dt>
                     61:     <dd>Documentazione SOAP 1.2 per l'interfacciamento alla validazione</dd>
                     62:     
                     63:     <dt><a href="http://www.w3.org/Bugs/Public/buglist.cgi?bug_status=__open__;product=CSSValidator">Problemi</a></dt>
                     64:     <dd>Problematiche conosciute nella versione corrente del validatore, nonché un'interfaccia per segnalare nuovi problemi o argomenti di discussione. 
1.5       ot         65:     Consultare anche le <a href="Email.html">istruzioni per l'invio di commenti</a>.</dd>
1.3       ot         66: 
                     67: </dl>
                     68: 
                     69: 
                     70: 
                     71: </div>
                     72: </div>
                     73: <!-- End of "main" DIV. -->
                     74: 
                     75:    <ul class="navbar"  id="menu">
1.6       ylafon     76:        <li><strong><a href="./" title="Pagina iniziale del servizio di validazione CSS del W3C">Pagina iniziale</a> <span class="hideme">|</span></li>
1.3       ot         77:        <li><a href="about.html" title="Informazioni sul servizio">Informazioni</a> <span class="hideme">|</span></li>
1.4       ot         78:         <li><a href="DOWNLOAD.html" title="Scarica il Validatore CSS" xml:lang="en" lang="en">Download</a> <span class="hideme">|</span></li>
                     79:         <li><a href="Email.html" title="Come fornire commenti al servizio">Commenti</a> <span class="hideme">|</span></li>
                     80:         <li><a href="thanks.html" title="Crediti e ringraziamenti">Riconoscimenti</a><span class="hideme">|</span></li>
1.3       ot         81:       </ul>
                     82: 
                     83:    <ul id="lang_choice">
1.12      ot         84:      
1.13      ot         85:      <li><a href="documentation.html.de"
1.12      ot         86:          lang="de"
                     87:          xml:lang="de"
                     88:          hreflang="de"
                     89:          rel="alternate">Deutsch</a>
                     90:      </li>
                     91:      
1.13      ot         92:      <li><a href="documentation.html.en"
1.12      ot         93:          lang="en"
                     94:          xml:lang="en"
                     95:          hreflang="en"
                     96:          rel="alternate">English</a>
                     97:      </li>
                     98:      
1.13      ot         99:      <li><a href="documentation.html.es"
1.12      ot        100:          lang="es"
                    101:          xml:lang="es"
                    102:          hreflang="es"
                    103:          rel="alternate">Español</a>
                    104:      </li>
                    105:      
1.13      ot        106:      <li><a href="documentation.html.fr"
1.12      ot        107:          lang="fr"
                    108:          xml:lang="fr"
                    109:          hreflang="fr"
                    110:          rel="alternate">Français</a>
                    111:      </li>
                    112:      
1.13      ot        113:      <li><a href="documentation.html.ko"
1.12      ot        114:          lang="ko"
                    115:          xml:lang="ko"
                    116:          hreflang="ko"
                    117:          rel="alternate">한국어</a>
                    118:      </li>
                    119:      
1.13      ot        120:      <li><a href="documentation.html.it"
1.12      ot        121:          lang="it"
                    122:          xml:lang="it"
                    123:          hreflang="it"
                    124:          rel="alternate">Italiano</a>
                    125:      </li>
                    126:      
1.13      ot        127:      <li><a href="documentation.html.nl"
1.12      ot        128:          lang="nl"
                    129:          xml:lang="nl"
                    130:          hreflang="nl"
                    131:          rel="alternate">Nederlands</a>
                    132:      </li>
                    133:      
1.13      ot        134:      <li><a href="documentation.html.ja"
1.12      ot        135:          lang="ja"
                    136:          xml:lang="ja"
                    137:          hreflang="ja"
                    138:          rel="alternate">日本語</a>
                    139:      </li>
                    140:      
1.13      ot        141:      <li><a href="documentation.html.pl-PL"
1.12      ot        142:          lang="pl-PL"
                    143:          xml:lang="pl-PL"
                    144:          hreflang="pl-PL"
                    145:          rel="alternate">Polski</a>
                    146:      </li>
                    147:      
1.13      ot        148:      <li><a href="documentation.html.pt-BR"
1.12      ot        149:          lang="pt-BR"
                    150:          xml:lang="pt-BR"
                    151:          hreflang="pt-BR"
                    152:          rel="alternate">Português</a>
                    153:      </li>
                    154:      
1.13      ot        155:      <li><a href="documentation.html.ru"
1.12      ot        156:          lang="ru"
                    157:          xml:lang="ru"
                    158:          hreflang="ru"
                    159:          rel="alternate">Русский</a>
                    160:      </li>
                    161:      
1.13      ot        162:      <li><a href="documentation.html.sv"
1.12      ot        163:          lang="sv"
                    164:          xml:lang="sv"
                    165:          hreflang="sv"
                    166:          rel="alternate">Svenska</a>
                    167:      </li>
                    168:      
1.13      ot        169:      <li><a href="documentation.html.zh-cn"
1.12      ot        170:          lang="zh-cn"
                    171:          xml:lang="zh-cn"
                    172:          hreflang="zh-cn"
                    173:          rel="alternate">简体中文</a>
                    174:      </li>
                    175: </ul>
                    176: 
1.3       ot        177: 
1.7       ot        178:    <div id="footer">
1.3       ot        179:    <p id="activity_logos">
1.7       ot        180: 
1.3       ot        181:       <a href="http://www.w3.org/QA/" title="Attività di garanzia di qualità del W3C, che ti fornisce strumenti di qualità gratuiti per il Web e molto altro"><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="Maggiori informazioni sui fogli di stile a cascata"><img src="images/woolly-icon" alt="CSS" /></a>
                    182:    </p>
                    183:    <p id="support_logo">
1.15      ot        184:    <a href="http://www.w3.org/QA/Tools/Donate">
                    185:    <img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
                    186:    </a>
1.3       ot        187:    </p>
                    188: 
                    189:     <p class="copyright">
1.14      ot        190:       <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2009
1.3       ot        191:       <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>&reg;
                    192: 
                    193:       (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
                    194:       <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
                    195:       <a href="http://www.keio.ac.jp/">Keio</a>),
                    196:       Tutti i diritti riservati.
                    197:       Si applicano le regole del W3C riguardanti la <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">responsabilità</a>,
                    198:       <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">marchi depositati</a>,
                    199:       <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">l'utilizzo dei documenti</a>
                    200: 
                    201:       e le <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">licenze software</a>. L'interazione con i contenuti di questi siti è in accordo con le nostre definizioni di <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">pubblico</a> e <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">privato</a> per quanto riguarda la riservatezza delle informazioni. 
                    202:     </p>
                    203: 
1.7       ot        204: </div>
1.3       ot        205:   </body>
                    206: </html>
                    207: 
                    208: 

Webmaster