--- test/html-webhacc/ChangeLog 2007/07/15 06:14:30 1.19
+++ test/html-webhacc/ChangeLog 2007/07/17 14:28:20 1.26
@@ -1,3 +1,107 @@
+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.
+ Charset options are added. URI input box is added.
+
+ * cc.cgi (get_input_document): New. Support for URI input.
+ (#document-info): Present request URI, documen URI,
+ base URI (HTTP-level), internet media type, and
+ charset (if any).
+ (print_http_header_section): New.
+ (print_source_string_section): Renamed from |print_source_string|
+ and it now generate entire section. Use charset
+ information obtained by parsing (for this reason the section
+ now follows the parse error section).
+ (HTML parse mode): Support for charsets (alpha).
+ (XML parse mode): Support for |application/xml|
+ and |text/xml|. Support for charsets.
+ (#result-summary): Show error message section,
+ rather than simple HTTP error, for any input error.
+ (print_document_tree): Present |xml_version|, |xml_encoding|,
+ and |xml_standalone|.
+ (get_node_path): Return |/| if the input is the |Document| node.
+ (WDCC::LWPUA): New package.
+
+2007-07-15 Wakaba
+
+ * parser-manakai-interface.en.html: An option
+ to parse as H2H is added.
+
+ * parser-manakai.cgi: H2H parse mode is added.
+
2007-07-15 Wakaba
* parser-manakai.cgi: Set |Document| as HTML if it is.