/[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.1 - (show annotations) (download) (as text)
Sun Jul 27 10:33:45 2008 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
File MIME type: text/html
++ ChangeLog	27 Jul 2008 10:33:38 -0000
2008-07-27  Wakaba  <wakaba@suika.fam.cx>

	* .htaccess: Files gone.

	* cc-interface.en.html, cc-todo.txt: Removed.

	* cc-about.en.html: New document.

	* cc.cgi: Insert document input section before anything.
	No check performed if no URL is specified and the
	input is empty.

	* error-description-source.xml (WebHACC:Heading): Link
	to cc-about in place of cc-interface.

++ html/WebHACC/Language/ChangeLog	27 Jul 2008 10:31:14 -0000
2008-07-27  Wakaba  <wakaba@suika.fam.cx>

	* CSS.pm (generate_structure_dump_section): Role name was wrong.

++ html/WebHACC/ChangeLog	27 Jul 2008 10:30:52 -0000
2008-07-27  Wakaba  <wakaba@suika.fam.cx>

	* Output.pm (new, input): |input| attribute should always have an input
	object, even though it might be an empty one.
	(add_source_to_parse_error_list): s/shift/shift ()/ to remove
	ambigiousness warning.
	(select): New method.
	(generate_input_section): New method.

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="http://suika.fam.cx/~wakaba/who?" title=Wakaba lang=ja>
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=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 <h3>Source</h3>
52
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 </div>
58
59 <div class=section id=license>
60 <h3>License</h3>
61
62 <p>&copy; Copyright 2007, 2008 <a href="http://suika.fam.cx/~wakaba/who?"
63 rel=author lang=ja>Wakaba</a>.
64
65 <p>This program and accompanying documents are free software;
66 you can redistribute them and/or modify them under the same terms as
67 Perl itself.
68
69 <p class=note>Note that some icons are distributed under
70 <a href="LICENSE">different free software licenses</a>.
71 </div>
72
73 </div>
74
75 </body>
76 </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24