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