Annotation of 2002/css-validator/documentation.html.ja, revision 1.23
1.1 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="ja" lang="ja">
4: <head>
1.18 ot 5: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1.21 ylafon 6: <title>W3C CSS 検証サービスドキュメント</title>
1.1 ot 7: <link rev="made" href="mailto:www-validator-css@w3.org" />
8: <link rev="start" href="./" title="Home Page" />
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.23 ! ylafon 13: <meta name="revision" content="$Id: documentation.html.ja,v 1.22 2009-03-25 20:13:53 ot Exp $" />
! 14: <!-- SSI Template Version: $Id: documentation.html.ja,v 1.22 2009-03-25 20:13:53 ot Exp $ -->
1.1 ot 15: </head>
16:
17: <body>
1.9 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>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">
1.21 ylafon 30: <h2>CSS 検証サービスドキュメント: 目次</h2>
1.1 ot 31:
32: <p id="skip"></p>
33:
34: <h3 id="use">ユーザー向けリソース</h3>
35:
36: <dl>
37: <dt><a href="./manual.html">ユーザー・マニュアル</a></dt>
1.21 ylafon 38: <dd>CSS 検証サービスの使い方についての文書</dd>
1.1 ot 39: <dt><a href="about.html">このサービスについて</a></dt>
1.21 ylafon 40: <dd>CSS 検証サービスについての情報や、一般的な質問への回答など</dd>
1.1 ot 41: <dt><a href="http://www.websitedev.de/css/validator-faq">
1.21 ylafon 42: CSS 検証サービスFAQ
1.1 ot 43: </a></dt>
44: <dd>よくある技術的な質問への回答</dd>
45:
46: </dl>
47:
1.20 ylafon 48: <h3 id="translat">翻訳者のコーナー</h3>
49: <dl>
50: <dt><a href="http://qa-dev.w3.org:8001/css-validator/translations.html" title="CSS 検証サービスの翻訳">CSS 検証サービスの翻訳</a></dt>
51: <dd>現在のすべての翻訳の状況、未完成で助けを必要とする翻訳の一覧、および新たな言語で検証サービスを利用可能にする方法。</dd>
52: </dl>
53:
1.1 ot 54: <h3 id="devel">開発者向けリソース</h3>
55:
56:
57: <dl>
58: <dt><a href="DOWNLOAD.html">ダウンロードとインストール</a></dt>
1.21 ylafon 59: <dd>CSS 検証サービスのソースを入手して、コマンドラインプログラムやサーブレットとして動作させるまでの手順について。</dd>
60:
1.1 ot 61: <dt><a href="README">開発者向け README</a></dt>
1.21 ylafon 62: <dd>CSS 検証サービスのコードの概要</dd>
1.1 ot 63:
64: <dt><a href="./api.html">ウェブサービスAPI</a></dt>
65: <dd>SOAP 1.2 検査インターフェースについての文書</dd>
66:
67: <dt><a href="http://www.w3.org/Bugs/Public/buglist.cgi?bug_status=__open__;product=CSSValidator">バグ</a></dt>
1.21 ylafon 68: <dd>現バージョンの CSS 検証サービスに既知の問題と、新しいバグや問題を投稿するためのインターフェース。
1.8 ot 69: <a href="Email.html">フィードバックの手引き</a>も参照してください。</dd>
1.1 ot 70:
71: </dl>
72:
73:
74:
75: </div>
76: </div>
77: <!-- End of "main" DIV. -->
78:
79: <ul class="navbar" id="menu">
80: <li><strong><a href="./" title="W3C CSS 検証サービスのホーム">ホーム</a></strong> <span class="hideme">|</span></li>
81: <li><a href="about.html" title="このサービスについて">このサービスについて</a> <span class="hideme">|</span></li>
1.21 ylafon 82: <li><a href="DOWNLOAD.html" title="CSS 検証サービスのダウンロード">ダウンロード</a> <span class="hideme">|</span></li>
1.1 ot 83: <li><a href="Email.html" title="このサービスへのフィードバック">フィードバック</a> <span class="hideme">|</span></li>
84: <li><a href="thanks.html" title="クレジットと謝辞">謝辞</a><span class="hideme">|</span></li>
85: </ul>
1.5 ot 86:
1.6 ot 87: <ul id="lang_choice">
1.14 ot 88:
1.22 ot 89: <li><a href="documentation.html.bg"
90: lang="bg"
91: xml:lang="bg"
92: hreflang="bg"
93: rel="alternate">Български</a></li>
94: <li><a href="documentation.html.de"
1.14 ot 95: lang="de"
96: xml:lang="de"
97: hreflang="de"
98: rel="alternate">Deutsch</a>
99: </li>
100:
1.15 ot 101: <li><a href="documentation.html.en"
1.14 ot 102: lang="en"
103: xml:lang="en"
104: hreflang="en"
105: rel="alternate">English</a>
106: </li>
107:
1.15 ot 108: <li><a href="documentation.html.es"
1.14 ot 109: lang="es"
110: xml:lang="es"
111: hreflang="es"
112: rel="alternate">Español</a>
113: </li>
114:
1.15 ot 115: <li><a href="documentation.html.fr"
1.14 ot 116: lang="fr"
117: xml:lang="fr"
118: hreflang="fr"
119: rel="alternate">Français</a>
120: </li>
121:
1.15 ot 122: <li><a href="documentation.html.ko"
1.14 ot 123: lang="ko"
124: xml:lang="ko"
125: hreflang="ko"
126: rel="alternate">한국어</a>
127: </li>
128:
1.15 ot 129: <li><a href="documentation.html.it"
1.14 ot 130: lang="it"
131: xml:lang="it"
132: hreflang="it"
133: rel="alternate">Italiano</a>
134: </li>
135:
1.15 ot 136: <li><a href="documentation.html.nl"
1.14 ot 137: lang="nl"
138: xml:lang="nl"
139: hreflang="nl"
140: rel="alternate">Nederlands</a>
141: </li>
142:
1.15 ot 143: <li><a href="documentation.html.ja"
1.14 ot 144: lang="ja"
145: xml:lang="ja"
146: hreflang="ja"
147: rel="alternate">日本語</a>
148: </li>
149:
1.15 ot 150: <li><a href="documentation.html.pl-PL"
1.14 ot 151: lang="pl-PL"
152: xml:lang="pl-PL"
153: hreflang="pl-PL"
154: rel="alternate">Polski</a>
155: </li>
156:
1.15 ot 157: <li><a href="documentation.html.pt-BR"
1.14 ot 158: lang="pt-BR"
159: xml:lang="pt-BR"
160: hreflang="pt-BR"
161: rel="alternate">Português</a>
162: </li>
163:
1.15 ot 164: <li><a href="documentation.html.ru"
1.14 ot 165: lang="ru"
166: xml:lang="ru"
167: hreflang="ru"
168: rel="alternate">Русский</a>
169: </li>
170:
1.15 ot 171: <li><a href="documentation.html.sv"
1.14 ot 172: lang="sv"
173: xml:lang="sv"
174: hreflang="sv"
175: rel="alternate">Svenska</a>
176: </li>
177:
1.15 ot 178: <li><a href="documentation.html.zh-cn"
1.14 ot 179: lang="zh-cn"
180: xml:lang="zh-cn"
181: hreflang="zh-cn"
182: rel="alternate">简体中文</a>
183: </li>
184: </ul>
185:
1.5 ot 186:
1.4 ot 187:
1.9 ot 188: <div id="footer">
1.1 ot 189: <p id="activity_logos">
1.9 ot 190:
1.1 ot 191: <a href="http://www.w3.org/QA/" title="W3Cの品質保証活動は、フリーなウェブ品質管理ツールなどを提供します。"><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="カスケーディング・スタイルシートについてもっと知るには"><img src="images/woolly-icon" alt="CSS" /></a>
192: </p>
193: <p id="support_logo">
1.17 ot 194: <a href="http://www.w3.org/QA/Tools/Donate">
195: <img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
196: </a>
1.1 ot 197: </p>
198:
199: <p class="copyright">
1.16 ot 200: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2009
1.1 ot 201: <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
202:
203: (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
1.23 ! ylafon 204: <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
1.1 ot 205: <a href="http://www.keio.ac.jp/">慶應義塾大学</a>),
206: All Rights Reserved.
207: W3C の<a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">責任範囲</a>、
208: <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">商標</a>、
209: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">文書の利用</a>、
210: そして<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">ライセンス</a>
211: の規則が適用されます。
212: このサイトの訪問者は、私たちの<a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">一般</a>および<a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">メンバー</a>プライバシー声明に従うものとします。
213:
214: </p>
215:
1.9 ot 216: </div>
1.1 ot 217: </body>
218: </html>
219:
220:
221:
Webmaster