| 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> |
| 33 |
|
|
| 34 |
|
* parser-manakai.cgi: Set |Document| as HTML if it is. |
| 35 |
|
Use |inner_html| attribute for inner HTML value. |
| 36 |
|
XML documents are now serializable via |inner_html|. |
| 37 |
|
|
| 38 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
| 39 |
|
|
| 40 |
|
* Makefile: New. |
| 41 |
|
|
| 42 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
| 43 |
|
|
| 44 |
|
* cc.cgi: Return 404 if |PATH_INFO| is different from |/|. |
| 45 |
|
Link to |error-description|. |
| 46 |
|
|
| 47 |
|
* error-description-source.xml: New. |
| 48 |
|
|
| 49 |
|
* mkdescription.pl: New. |
| 50 |
|
|
| 51 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
| 52 |
|
|
| 53 |
|
* cc-style.css: New rules for empty error lists, |
| 54 |
|
error levels, and |code|. |
| 55 |
|
|
| 56 |
|
* cc.cgi: Support for error message catalog. |
| 57 |
|
Support for empty (zero-length) document. |
| 58 |
|
(print_source_string): Support for empty document. |
| 59 |
|
(print_document_tree): Element |has_child_nodes| test |
| 60 |
|
was incorrect. Output compat mode and is html flag |
| 61 |
|
for |Document| node. |
| 62 |
|
(load_text_catalog, get_text): New functions. |
| 63 |
|
|
| 64 |
|
* LICENSE, large-alert.png, large-info.png, large-stop.png: |
| 65 |
|
New files. |
| 66 |
|
|
| 67 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
| 68 |
|
|
| 69 |
|
* cc.cgi: "Terms" section. "Tree" was sometimes |
| 70 |
|
non-conforming to HTML5. |
| 71 |
|
(get_node_link): New function. |
| 72 |
|
|
| 73 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
| 74 |
|
|
| 75 |
|
* cc-style.css (img): New rule not to make border |
| 76 |
|
for img[usemap]. |
| 77 |
|
|
| 78 |
|
* cc.cgi: |table.cgi|-feature merged. Doctype |
| 79 |
|
token was serialized incorrectly. |
| 80 |
|
|
| 81 |
|
* table-script.js (tableToCanvas): Has second |
| 82 |
|
argument to specify the parent. Use image map |
| 83 |
|
to identify cells. |
| 84 |
|
|
| 85 |
|
* table.cgi: Minor fix to sync with the aforementioned |
| 86 |
|
change. |
| 87 |
|
|
| 88 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
| 89 |
|
|
| 90 |
|
* parser-manakai.cgi, parser-manakai-interface.en.html: Fragment |
| 91 |
|
parse mode is implemented. |
| 92 |
|
|
| 93 |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
| 94 |
|
|
| 95 |
* parser-interface.en.html: |checked"| -> |checked| (it did |
* parser-interface.en.html: |checked"| -> |checked| (it did |