1 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile (all): |cc-msg.en.txt| is added to the list of |
4 |
|
dependency. |
5 |
|
(cc-msg.en.txt): New rule. |
6 |
|
|
7 |
|
* mkcatalog.pl: New Perl script. |
8 |
|
|
9 |
|
* cc-msg.en.txt: Now this file is generated by |
10 |
|
the rule described in |Makefile|. |
11 |
|
|
12 |
|
* cc.cgi (HTML mode): Set |charset| as |ISO-8859-1| |
13 |
|
if not specified, for now. |
14 |
|
(get_text): Replace |<var>$/n/</var>|, not just |$/n/|, |
15 |
|
to variable. |
16 |
|
|
17 |
|
* error-description-source.xml: All entries |
18 |
|
in |cc-msg.en.txt| are now described as XML data. |
19 |
|
|
20 |
|
* mkdescription.pl: Print the result by |inner_html| DOM |
21 |
|
attribute. Put |level| attribute value, if any, before |name| |
22 |
|
attribute value. Allow missing of |desc| attribute. |
23 |
|
Ignore any |catalog| element. |
24 |
|
|
25 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* cc-interface.en.html: Content-Type options are extended. |
28 |
|
Charset options are added. URI input box is added. |
29 |
|
|
30 |
|
* cc.cgi (get_input_document): New. Support for URI input. |
31 |
|
(#document-info): Present request URI, documen URI, |
32 |
|
base URI (HTTP-level), internet media type, and |
33 |
|
charset (if any). |
34 |
|
(print_http_header_section): New. |
35 |
|
(print_source_string_section): Renamed from |print_source_string| |
36 |
|
and it now generate entire section. Use charset |
37 |
|
information obtained by parsing (for this reason the section |
38 |
|
now follows the parse error section). |
39 |
|
(HTML parse mode): Support for charsets (alpha). |
40 |
|
(XML parse mode): Support for |application/xml| |
41 |
|
and |text/xml|. Support for charsets. |
42 |
|
(#result-summary): Show error message section, |
43 |
|
rather than simple HTTP error, for any input error. |
44 |
|
(print_document_tree): Present |xml_version|, |xml_encoding|, |
45 |
|
and |xml_standalone|. |
46 |
|
(get_node_path): Return |/| if the input is the |Document| node. |
47 |
|
(WDCC::LWPUA): New package. |
48 |
|
|
49 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* parser-manakai-interface.en.html: An option |
52 |
|
to parse as H2H is added. |
53 |
|
|
54 |
|
* parser-manakai.cgi: H2H parse mode is added. |
55 |
|
|
56 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* parser-manakai.cgi: Set |Document| as HTML if it is. |
59 |
|
Use |inner_html| attribute for inner HTML value. |
60 |
|
XML documents are now serializable via |inner_html|. |
61 |
|
|
62 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* Makefile: New. |
65 |
|
|
66 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* cc.cgi: Return 404 if |PATH_INFO| is different from |/|. |
69 |
|
Link to |error-description|. |
70 |
|
|
71 |
|
* error-description-source.xml: New. |
72 |
|
|
73 |
|
* mkdescription.pl: New. |
74 |
|
|
75 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* cc-style.css: New rules for empty error lists, |
78 |
|
error levels, and |code|. |
79 |
|
|
80 |
|
* cc.cgi: Support for error message catalog. |
81 |
|
Support for empty (zero-length) document. |
82 |
|
(print_source_string): Support for empty document. |
83 |
|
(print_document_tree): Element |has_child_nodes| test |
84 |
|
was incorrect. Output compat mode and is html flag |
85 |
|
for |Document| node. |
86 |
|
(load_text_catalog, get_text): New functions. |
87 |
|
|
88 |
|
* LICENSE, large-alert.png, large-info.png, large-stop.png: |
89 |
|
New files. |
90 |
|
|
91 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
* cc.cgi: "Terms" section. "Tree" was sometimes |
* cc.cgi: "Terms" section. "Tree" was sometimes |