/[suikacvs]/test/html-webhacc/cc-about.en.html
Suika

Contents of /test/html-webhacc/cc-about.en.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download) (as text)
Sun Sep 21 09:09:52 2008 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +9 -0 lines
File MIME type: text/html
++ ChangeLog	21 Sep 2008 09:09:47 -0000
	* cc-about.en.html: Bookmarklet added.

2008-09-21  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.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 wakaba 1.2 <link rel=author href="#author">
9 wakaba 1.1 </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 wakaba 1.3 <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 wakaba 1.1 <div class=section id=powerdby>
45     <h3>Powered by ...</h3>
46    
47     <ul>
48     <li><a href="http://suika.fam.cx/www/manakai-core/doc/web/">manakai</a>,
49     a Perl library for <abbr title="Document Object Model">DOM</abbr>.
50     <li><a href="http://suika.fam.cx/www/markup/html/whatpm/readme">Whatpm</a>,
51     a subproject of manakai that supports
52     <abbr title="Hypertext Markup Language">HTML</abbr>,
53     <abbr title="Extensible Markup Language">XML</abbr>,
54     <abbr title="Cascading Style Sheets">CSS</abbr>,
55     and other Web languages.
56     </ul>
57     </div>
58    
59     <div class=section id=sourcecode>
60 wakaba 1.2 <h3>Source code</h3>
61 wakaba 1.1
62     <p><abbr title="Web Hypertext Application Conformance Checker">WebHACC</abbr>
63     is written in pure Perl. Its source code is
64     <a href="http://suika.fam.cx/gate/cvs/webroot/gate/2007/html/">available from
65     the <abbr title="Concurrent Versions System">CVS</abbr> repository</a>.
66 wakaba 1.2 </div>
67    
68     <div class=section id=author>
69     <h3>Author</h3>
70    
71     <p><a href="http://suika.fam.cx/~wakaba/who?" rel=author>Wakaba</a>.</p>
72 wakaba 1.1 </div>
73    
74     <div class=section id=license>
75     <h3>License</h3>
76    
77     <p>&copy; Copyright 2007, 2008 <a href="http://suika.fam.cx/~wakaba/who?"
78     rel=author lang=ja>Wakaba</a>.
79    
80     <p>This program and accompanying documents are free software;
81     you can redistribute them and/or modify them under the same terms as
82     Perl itself.
83    
84     <p class=note>Note that some icons are distributed under
85     <a href="LICENSE">different free software licenses</a>.
86     </div>
87    
88     </div>
89    
90     </body>
91     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24