--- test/html-webhacc/ChangeLog 2007/07/15 16:39:10 1.21 +++ test/html-webhacc/ChangeLog 2007/11/07 12:20:44 1.36 @@ -1,3 +1,151 @@ +2007-11-07 Wakaba + + * cc-style.css: Styling examples. + +2007-11-07 Wakaba + + * error-description-source.xml (enumerated:invalid:http-equiv:content-type): + New. + +2007-11-05 Wakaba + + * cc.cgi (get_error_level_label): New. + + * cc-style.css: New rules for error level descriptions. + + * error-description-source.xml: Description for error + levels is added. + +2007-11-04 Wakaba + + * cc-interface.en.html (i): |text/cache-manifest| is added. + + * cc-style.css: New rules for manifest dump. + + * cc.cgi: Support for |text/cache-manifest|. + + * error-description-soruce.en.xml (#cache-manifest-errors): New + section. + +2007-09-10 Wakaba + + * cc.cgi, cc-style.css: Scoring support. + +2007-09-03 Wakaba + + * error-description-source.xml: Updated. + +2007-09-02 Wakaba + + * cc.cgi: Report document sections are now output by + corresponding subroutines. + +2007-08-26 Wakaba + + * cc.cgi: New catalog macros |local-name| and |element-local-name|. + +2007-08-11 Wakaba + + * cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP| + instead of |SuikaWiki::Input::HTTP|. + +2007-08-05 Wakaba + + * cc-interface.en.html: IMT |application/atom+xml| is added. + Link to |cc-todo| is added. + +2007-07-24 Wakaba + + * error-description.xml: Description for "after body", "bare etago", + and "bogus end tag" are added. + +2007-07-21 Wakaba + + * cc-style.css: Don't remove bullet of the document node + in the document tree. Don't collapse white space + in the |code| elements. + + * cc.cgi: Put identifiers and class names into |code| + element. + (get_text): Template for attribute values are supported. + + * error-descriotion-source.en.xml: More error descriptions + are included. Use |{@}| attribute value insertion macro + for errors in which it should be useful. + +2007-07-17 Wakaba + + * cc.cgi: Output HTTP and HTML header before try to + fetch the specified resource for usability. Add + tables, identifiers, and terms section to the TOC. + Generate classes list. + +2007-07-17 Wakaba + + * alert.png, error.png, info.png: New images. + + * LICENSE: New image file names are added. + + * cc-interface.en.html: Link to the style sheet is added. + + * cc-style.css: Duplicate identifiers and terms + are decorated by icon. + + * cc.cgi: |h1| links to the interface page. + (#identifiers): New section. + + * error-description-source.en.xml: More error types are + added. + +2007-07-16 Wakaba + + * cc.cgi: Set |STDOUT| encoding as |utf8|. + (htescape): Escape some more invisible characters. + + * error-description-source.en.xml: More error data. + +2007-07-16 Wakaba + + * cc.cgi (table stuff): Set |is_header| property + of table cells explicitly since otherwise newer JSON.pm + generates broken output. + (get_text): Return the reduced type name as well. Use + it as fragment of detail document. + + * error-description-source.en.xml: More error descriptions + are added. + + * mkdescription.pl: Remove |catalog| element from + the result description document. + + * table.cgi: Set |is_header| property + of table cells explicitly since otherwise newer JSON.pm + generates broken output. + +2007-07-16 Wakaba + + * Makefile (all): |cc-msg.en.txt| is added to the list of + dependency. + (cc-msg.en.txt): New rule. + + * mkcatalog.pl: New Perl script. + + * cc-msg.en.txt: Now this file is generated by + the rule described in |Makefile|. + + * cc.cgi (HTML mode): Set |charset| as |ISO-8859-1| + if not specified, for now. + (get_text): Replace |$/n/|, not just |$/n/|, + to variable. + + * error-description-source.xml: All entries + in |cc-msg.en.txt| are now described as XML data. + + * mkdescription.pl: Print the result by |inner_html| DOM + attribute. Put |level| attribute value, if any, before |name| + attribute value. Allow missing of |desc| attribute. + Ignore any |catalog| element. + 2007-07-16 Wakaba * cc-interface.en.html: Content-Type options are extended.