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

1.6       ot          1: <?xml version="1.0" encoding="utf-8"?>
1.1       ot          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="pl" lang="pl">
                      5: <head>
                      6:   <title>Dokumantacja Walidatora CSS W3C</title>
                      7:   <link rev="made" href="mailto:www-validator-css@w3.org" />
1.3       ot          8:   <link rev="start" href="./" title="Strona Główna" />
1.1       ot          9:   <style type="text/css" media="all">
1.2       ot         10:     @import "style/base.css";    
                     11:     @import "style/docs.css";    
1.1       ot         12:   </style>
1.16    ! ot         13:   <meta name="revision" content="$Id: documentation.html.pl-PL,v 1.15 2008/04/24 07:07:22 ot Exp $" />
        !            14:   <!-- SSI Template Version: $Id: documentation.html.pl-PL,v 1.15 2008/04/24 07:07:22 ot Exp $ -->
1.1       ot         15: </head>
                     16: 
                     17: <body>
1.11      ot         18:   <div id="banner">
                     19:    <h1 id="title"><a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a>
                     20:    <a href="./"><span>Usługa Walidacji CSS</span></a></h1>
                     21:    <p id="tagline">
                     22:      Check Cascading Style Sheets (CSS) and (X)HTML documents with style sheets
                     23:    </p>
                     24:   </div>
1.1       ot         25: 
                     26: <div id="main">
                     27: <!-- This DIV encapsulates everything in this page - necessary for the positioning -->
                     28: 
                     29: <div class="doc">
                     30: <h2>Spis Dokumentacji Walidatora CSS</h2>
                     31: 
                     32: <p id="skip"></p>
                     33: 
1.3       ot         34: <h3 id="use">Zasoby dla Użytkownika</h3>
1.1       ot         35: 
                     36: <dl>
1.7       ot         37:     <dt><a href="manual.html">Instrukacja Obsługi dla Użytkownika</a></dt>
1.3       ot         38:     <dd>Dokumentacja dotycząca informacji na temat jak używać walidatora CSS</dd>
1.7       ot         39:     <dt><a href="./about.html">O usłudze</a></dt>
1.3       ot         40:     <dd>Informacje na temat walidatora CSS oraz odpowiedzi na niektóre ogólne pytania</dd>
1.1       ot         41:     <dt><a href="http://www.websitedev.de/css/validator-faq">
1.3       ot         42:        Najczęsciej zadawane pytania na temat walidatora CSS</a></dt>
                     43:     <dd>Odpowiedzi na częste pytania dotyczące aspektu technicznego.</dd>
1.1       ot         44:     
                     45: </dl>
                     46: 
1.3       ot         47: <h3 id="devel">Zasoby dla Deweloperów</h3>
1.1       ot         48: 
                     49: 
                     50: <dl>
1.7       ot         51:     <dt><a href="./DOWNLOAD.html">Download/Instalacja</a></dt>
1.3       ot         52:     <dd>Jak ściągnąć i uruchomić źródło walidatora CSS, zarówno w formie programu typu &quot;command line&quot; lub serwletu sieciowego.</dd>
1.1       ot         53:     
1.7       ot         54:     <dt><a href="./README">README dla Deweloperów</a></dt>
1.3       ot         55:     <dd>Przegląd kodu walidatora CSS</dd>
1.1       ot         56: 
1.7       ot         57:     <dt><a href="./api.html">API Usługi</a></dt>
1.1       ot         58:     <dd>Dokumentacja interfejsu walidatora SOAP 1.2</dd>
                     59:     
1.3       ot         60:     <dt><a href="http://www.w3.org/Bugs/Public/buglist.cgi?bug_status=__open__;product=CSSValidator">Błędy (bugs)</a></dt>
1.10      ot         61:     <dd>Znane problemy w obecnej wersji walidatora oraz interfejs do zgłaszania błędów i problemów. Zobacz także <a href="./Email.html">instrukcje na temat dostarczania opinii.</a></dd>
1.1       ot         62: 
                     63: </dl>
                     64: 
                     65: 
                     66: 
                     67: </div>
                     68: </div>
                     69: <!-- End of "main" DIV. -->
                     70: 
                     71:    <ul class="navbar"  id="menu">
                     72:         <li><a href="about.html" title="O serwisie">O nas</a> <span class="hideme">|</span></li>
1.3       ot         73:         <li><a href="documentation.html" title="Dokumentacja Usługi Walidacji CSS">Dokumentacja</a> <span class="hideme">|</span></li>
                     74:         <li><a href="DOWNLOAD.html" title="Ściągnij i zainstaluj walidator CSS">Download</a> <span class="hideme">|</span></li>
                     75:         <li><a href="Email.html" title="Jak wysłać opinię na temat tej usługi">Opinie</a> <span class="hideme">|</span></li>
                     76:         <li><a href="thanks.html" title="Podziękowania">Podziękowania</a><span class="hideme">|</span></li>
1.1       ot         77:       </ul>
                     78: 
1.16    ! ot         79:        <ul id="lang_choice">
        !            80:      
        !            81:      <li><a href="$filename.de"
        !            82:          lang="de"
        !            83:          xml:lang="de"
        !            84:          hreflang="de"
        !            85:          rel="alternate">Deutsch</a>
        !            86:      </li>
        !            87:      
        !            88:      <li><a href="$filename.en"
        !            89:          lang="en"
        !            90:          xml:lang="en"
        !            91:          hreflang="en"
        !            92:          rel="alternate">English</a>
        !            93:      </li>
        !            94:      
        !            95:      <li><a href="$filename.es"
        !            96:          lang="es"
        !            97:          xml:lang="es"
        !            98:          hreflang="es"
        !            99:          rel="alternate">Español</a>
        !           100:      </li>
        !           101:      
        !           102:      <li><a href="$filename.fr"
        !           103:          lang="fr"
        !           104:          xml:lang="fr"
        !           105:          hreflang="fr"
        !           106:          rel="alternate">Français</a>
        !           107:      </li>
        !           108:      
        !           109:      <li><a href="$filename.ko"
        !           110:          lang="ko"
        !           111:          xml:lang="ko"
        !           112:          hreflang="ko"
        !           113:          rel="alternate">한국어</a>
        !           114:      </li>
        !           115:      
        !           116:      <li><a href="$filename.it"
        !           117:          lang="it"
        !           118:          xml:lang="it"
        !           119:          hreflang="it"
        !           120:          rel="alternate">Italiano</a>
        !           121:      </li>
        !           122:      
        !           123:      <li><a href="$filename.nl"
        !           124:          lang="nl"
        !           125:          xml:lang="nl"
        !           126:          hreflang="nl"
        !           127:          rel="alternate">Nederlands</a>
        !           128:      </li>
        !           129:      
        !           130:      <li><a href="$filename.ja"
        !           131:          lang="ja"
        !           132:          xml:lang="ja"
        !           133:          hreflang="ja"
        !           134:          rel="alternate">日本語</a>
        !           135:      </li>
        !           136:      
        !           137:      <li><a href="$filename.pl-PL"
        !           138:          lang="pl-PL"
        !           139:          xml:lang="pl-PL"
        !           140:          hreflang="pl-PL"
        !           141:          rel="alternate">Polski</a>
        !           142:      </li>
        !           143:      
        !           144:      <li><a href="$filename.pt-BR"
        !           145:          lang="pt-BR"
        !           146:          xml:lang="pt-BR"
        !           147:          hreflang="pt-BR"
        !           148:          rel="alternate">Português</a>
        !           149:      </li>
        !           150:      
        !           151:      <li><a href="$filename.ru"
        !           152:          lang="ru"
        !           153:          xml:lang="ru"
        !           154:          hreflang="ru"
        !           155:          rel="alternate">Русский</a>
        !           156:      </li>
        !           157:      
        !           158:      <li><a href="$filename.sv"
        !           159:          lang="sv"
        !           160:          xml:lang="sv"
        !           161:          hreflang="sv"
        !           162:          rel="alternate">Svenska</a>
        !           163:      </li>
        !           164:      
        !           165:      <li><a href="$filename.zh-cn"
        !           166:          lang="zh-cn"
        !           167:          xml:lang="zh-cn"
        !           168:          hreflang="zh-cn"
        !           169:          rel="alternate">简体中文</a>
        !           170:      </li>
        !           171: </ul>
        !           172: 
1.5       ot        173: 
1.3       ot        174: 
1.11      ot        175:          <div id="footer">
                    176:    <p id="activity_logos">
                    177: 
1.9       ot        178:             <a href="http://www.w3.org/QA/" title="Kontrola jakości W3C dostarcza narzędzi najwyższej jakości i o wiele więcej"><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>
                    179:          </p>
                    180: 
                    181:          <p id="support_logo">
                    182:       Wspierając to narzędzie zastaniesz<br />
                    183:       <a href="http://www.w3.org/Consortium/supporters"><img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="Przyjaciel W3C" /></a>
                    184:          </p>
1.1       ot        185: 
                    186:     <p class="copyright">
1.14      ot        187:       <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2008
1.1       ot        188:       <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>&reg;
                    189: 
                    190:       (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
                    191:       <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
                    192:       <a href="http://www.keio.ac.jp/">Keio</a>),
1.3       ot        193:       Wszystkie prawa zastrzeżone. W3C stosuje zasady dotyczące    .<a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">odpowiedzialności cywilnej</a>,
1.1       ot        194:       <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
1.3       ot        195:       <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">używania dokumentu</a>
                    196:       i <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">licencji oprogramowania.</a>. Wszelkie interakcje z tą witryną są zgodne z naszą <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">publiczną</a> i
                    197:       <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Członkowską</a> ochroną prywatności.
1.1       ot        198:     </p>
                    199: 
1.11      ot        200: </div>
1.1       ot        201: </body>
                    202: </html>

Webmaster