1 |
<!DOCTYPE HTML> |
2 |
<html lang=en> |
3 |
<head> |
4 |
<title>About WebHACC</title> |
5 |
<link rel=stylesheet href="cc-style"> |
6 |
<link rel=index href="cc/"> |
7 |
<link rel=license href="#license"> |
8 |
<link rel=author href="#author"> |
9 |
</head> |
10 |
<body> |
11 |
<h1><a href="cc/"><abbr title="Web Hypertext Application Conformance Checker"><img src="icons/title" alt="WebHACC"></abbr></a></h1> |
12 |
|
13 |
<div class=section id=about> |
14 |
<h2>About |
15 |
<abbr title="Web Hypertext Application Conformance Checker">WebHACC</abbr>...</h2> |
16 |
|
17 |
<p><a href="cc/"><abbr title="Web Hypertext Application Conformance Checker">WebHACC</abbr></a> |
18 |
is a <em>conformance checker</em> (or validator) for Web documents, |
19 |
supporting <a href="standards">latest Web standards</a> including |
20 |
<a href="http://whatwg.org/html5"><abbr title="Hypertext Markup Language">HTML</abbr>5</a>, |
21 |
<a href="urn:ietf:rfc:4287">Atom 1.0</a>, |
22 |
<a href="http://www.w3.org/Style/CSS/current-work"><abbr title="Cascading Style Sheets">CSS</abbr>3</a>. |
23 |
|
24 |
<p><a href="cc/">Check your document!</a> |
25 |
|
26 |
<div class=section id=documents> |
27 |
<h3>Documentations</h3> |
28 |
|
29 |
<ul> |
30 |
<li><a href="error-description">Description of errors</a> |
31 |
<li><a href="standards">Supported standard</a> |
32 |
</ul> |
33 |
</div> |
34 |
|
35 |
<div class=section id=bookmarklet> |
36 |
<h3>Bookmarklet</h3> |
37 |
|
38 |
<p><a href="javascript:%0A%20%20location.href%20%3D%20%27http%3A%2F%2Fsuika.fam.cx%2Fgate%2F2007%2Fhtml%2Fcc%2F%3Furi%3D%27%0A%20%20%20%20%20%20%2B%20encodeURIComponent%20%28location.href%29%3B%0A%20%20void%20%280%29%3B%0A"><i>Check |
39 |
by |
40 |
<abbr title="Web Hypertext Application Conformance Checker">WebHACC</abbr></i> |
41 |
bookmarklet</a> |
42 |
</div> |
43 |
|
44 |
<div class=section id=powerdby> |
45 |
<h3>Powered by ...</h3> |
46 |
|
47 |
<ul> |
48 |
|
49 |
<li><a href="http://suika.fam.cx/www/manakai-core/doc/web/">manakai</a>, |
50 |
a Perl library for <abbr title="Document Object Model">DOM</abbr>. |
51 |
|
52 |
<li><a href="http://suika.fam.cx/www/markup/html/whatpm/readme">Whatpm</a>, |
53 |
a subproject of manakai that supports |
54 |
<abbr title="Hypertext Markup Language">HTML</abbr>, |
55 |
<abbr title="Extensible Markup Language">XML</abbr>, |
56 |
<abbr title="Cascading Style Sheets">CSS</abbr>, |
57 |
and other Web languages. |
58 |
|
59 |
<li><a |
60 |
href="http://search.cpan.org/dist/Regexp-Parser/"><code>Regexp::Parser</code></a> |
61 |
and <a href="http://suika.fam.cx/regexp/">its extension for JavaScript |
62 |
regular expressions</a>. |
63 |
|
64 |
</ul> |
65 |
</div> |
66 |
|
67 |
<div class=section id=sourcecode> |
68 |
<h3>Source code</h3> |
69 |
|
70 |
<p><abbr title="Web Hypertext Application Conformance Checker">WebHACC</abbr> |
71 |
is written in pure Perl. Its source code is |
72 |
<a href="http://suika.fam.cx/gate/cvs/webroot/gate/2007/html/">available from |
73 |
the <abbr title="Concurrent Versions System">CVS</abbr> repository</a>. |
74 |
</div> |
75 |
|
76 |
<div class=section id=author> |
77 |
<h3>Author</h3> |
78 |
|
79 |
<p><a href="http://suika.fam.cx/~wakaba/who?" rel=author>Wakaba</a>.</p> |
80 |
</div> |
81 |
|
82 |
<div class=section id=license> |
83 |
<h3>License</h3> |
84 |
|
85 |
<p>© Copyright 2007, 2008 <a href="http://suika.fam.cx/~wakaba/who?" |
86 |
rel=author lang=ja>Wakaba</a>. |
87 |
|
88 |
<p>This program and accompanying documents are free software; |
89 |
you can redistribute them and/or modify them under the same terms as |
90 |
Perl itself. |
91 |
|
92 |
<p class=note>Note that some icons are distributed under |
93 |
<a href="LICENSE">different free software licenses</a>. |
94 |
</div> |
95 |
|
96 |
</div> |
97 |
|
98 |
</body> |
99 |
</html> |