| 1 |
wakaba |
1.21 |
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 |
wakaba |
1.19 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 26 |
|
|
|
| 27 |
wakaba |
1.20 |
* 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 |
wakaba |
1.19 |
* 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 |
wakaba |
1.16 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
| 39 |
|
|
|
| 40 |
wakaba |
1.18 |
* Makefile: New. |
| 41 |
|
|
|
| 42 |
|
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
| 43 |
|
|
|
| 44 |
wakaba |
1.17 |
* 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 |
wakaba |
1.16 |
* 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 |
wakaba |
1.14 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
| 68 |
|
|
|
| 69 |
wakaba |
1.15 |
* 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 |
wakaba |
1.14 |
* 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 |
wakaba |
1.13 |
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 |
wakaba |
1.11 |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
| 94 |
|
|
|
| 95 |
wakaba |
1.12 |
* parser-interface.en.html: |checked"| -> |checked| (it did |
| 96 |
|
|
work for Firefox 1.5 but not for WinIE6). |
| 97 |
|
|
|
| 98 |
|
|
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
| 99 |
|
|
|
| 100 |
wakaba |
1.11 |
* parser-manakai.cgi: New. |
| 101 |
|
|
|
| 102 |
|
|
* parser-manakai-interface.en.html: New. |
| 103 |
|
|
|
| 104 |
|
|
* time-manakai.plt: New. |
| 105 |
|
|
|
| 106 |
wakaba |
1.10 |
2007-05-28 Wakaba <wakaba@suika.fam.cx> |
| 107 |
|
|
|
| 108 |
|
|
* parser.cgi: Log elapsed time to external files. |
| 109 |
|
|
|
| 110 |
|
|
* time.plt: New file. |
| 111 |
|
|
|
| 112 |
wakaba |
1.7 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
| 113 |
|
|
|
| 114 |
wakaba |
1.9 |
* parser.cgi: Output how long each process takes. |
| 115 |
|
|
Document element testing is moved to the |Whatpm::ContentChecker| |
| 116 |
|
|
module. |
| 117 |
|
|
|
| 118 |
|
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
| 119 |
|
|
|
| 120 |
wakaba |
1.8 |
* excanvas.js: New (from <http://sourceforge.net/project/showfiles.php?group_id=163391&package_id=184688&release_id=505959>). |
| 121 |
|
|
|
| 122 |
|
|
* table.cgi: Remove |$table->{caption}->{element}| |
| 123 |
|
|
for table with caption processed correctly. |
| 124 |
|
|
Support for WinIE via ExplorerCanvas; note that |
| 125 |
|
|
it does not draw path with fill and stroke correctly (stroke |
| 126 |
|
|
is hidden?). |
| 127 |
|
|
|
| 128 |
|
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
| 129 |
|
|
|
| 130 |
wakaba |
1.7 |
* table.cgi, table-interface.en.html. table-script.js: New files. |
| 131 |
|
|
|
| 132 |
wakaba |
1.6 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
| 133 |
|
|
|
| 134 |
|
|
* parser.cgi: Use CGI::Carp. |
| 135 |
|
|
|
| 136 |
wakaba |
1.5 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
| 137 |
|
|
|
| 138 |
|
|
* parser-interface.en.html: A checkbox to |
| 139 |
|
|
enable DOM5 HTML conformance checking is added. |
| 140 |
|
|
|
| 141 |
|
|
* parser.cgi: Check DOM5 HTML conformance |
| 142 |
|
|
if |dom5| parameter is specified. |
| 143 |
|
|
|
| 144 |
wakaba |
1.1 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
| 145 |
|
|
|
| 146 |
wakaba |
1.4 |
* parser.cgi: Module names are updated. |
| 147 |
|
|
|
| 148 |
|
|
* parser-interface.en.html: Link to Whatpm introduction |
| 149 |
|
|
is added. |
| 150 |
|
|
|
| 151 |
|
|
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
| 152 |
|
|
|
| 153 |
wakaba |
1.3 |
* parser-interface.en.html: New document. |
| 154 |
|
|
|
| 155 |
|
|
* parser.cgi: Test-result-format mode is added. |
| 156 |
|
|
|
| 157 |
|
|
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
| 158 |
|
|
|
| 159 |
wakaba |
1.2 |
* parser.cgi: New file. |
| 160 |
|
|
|
| 161 |
|
|
* .htaccess: New file. |
| 162 |
|
|
|
| 163 |
wakaba |
1.1 |
* ChangeLog: New file. |