/[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.2 - (hide annotations) (download) (as text)
Sun Aug 17 05:06:21 2008 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +8 -2 lines
File MIME type: text/html
++ ChangeLog	17 Aug 2008 05:05:13 -0000
2008-08-17  Wakaba  <wakaba@suika.fam.cx>

	* cc-about.en.html: Author section added.

	* cc.cgi: |text/x-h2h| added.

++ html/WebHACC/Language/ChangeLog	17 Aug 2008 05:06:18 -0000
2008-08-17  Wakaba  <wakaba@suika.fam.cx>

	* CacheManifest.pm (generate_structure_dump_section): Support
	for broken manifest.

	* H2H.pm: New module.

++ html/WebHACC/ChangeLog	17 Aug 2008 05:05:31 -0000
2008-08-17  Wakaba  <wakaba@suika.fam.cx>

	* Output.pm: |text/x-h2h| added.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24