| 1 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* cc-interface.en.html: Content-Type options are extended. |
| 4 |
|
Charset options are added. URI input box is added. |
| 5 |
|
|
| 6 |
|
* cc.cgi (get_input_document): New. Support for URI input. |
| 7 |
|
(#document-info): Present request URI, documen URI, |
| 8 |
|
base URI (HTTP-level), internet media type, and |
| 9 |
|
charset (if any). |
| 10 |
|
(print_http_header_section): New. |
| 11 |
|
(print_source_string_section): Renamed from |print_source_string| |
| 12 |
|
and it now generate entire section. Use charset |
| 13 |
|
information obtained by parsing (for this reason the section |
| 14 |
|
now follows the parse error section). |
| 15 |
|
(HTML parse mode): Support for charsets (alpha). |
| 16 |
|
(XML parse mode): Support for |application/xml| |
| 17 |
|
and |text/xml|. Support for charsets. |
| 18 |
|
(#result-summary): Show error message section, |
| 19 |
|
rather than simple HTTP error, for any input error. |
| 20 |
|
(print_document_tree): Present |xml_version|, |xml_encoding|, |
| 21 |
|
and |xml_standalone|. |
| 22 |
|
(get_node_path): Return |/| if the input is the |Document| node. |
| 23 |
|
(WDCC::LWPUA): New package. |
| 24 |
|
|
| 25 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 26 |
|
|
| 27 |
|
* parser-manakai-interface.en.html: An option |
| 28 |
|
to parse as H2H is added. |
| 29 |
|
|
| 30 |
|
* parser-manakai.cgi: H2H parse mode is added. |
| 31 |
|
|
| 32 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 33 |
|
|
| 34 |
* parser-manakai.cgi: Set |Document| as HTML if it is. |
* parser-manakai.cgi: Set |Document| as HTML if it is. |