1 |
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* alert.png, error.png, info.png: New images. |
4 |
|
5 |
* LICENSE: New image file names are added. |
6 |
|
7 |
* cc-interface.en.html: Link to the style sheet is added. |
8 |
|
9 |
* cc-style.css: Duplicate identifiers and terms |
10 |
are decorated by icon. |
11 |
|
12 |
* cc.cgi: |h1| links to the interface page. |
13 |
(#identifiers): New section. |
14 |
|
15 |
* error-description-source.en.xml: More error types are |
16 |
added. |
17 |
|
18 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
19 |
|
20 |
* cc.cgi: Set |STDOUT| encoding as |utf8|. |
21 |
(htescape): Escape some more invisible characters. |
22 |
|
23 |
* error-description-source.en.xml: More error data. |
24 |
|
25 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
26 |
|
27 |
* cc.cgi (table stuff): Set |is_header| property |
28 |
of table cells explicitly since otherwise newer JSON.pm |
29 |
generates broken output. |
30 |
(get_text): Return the reduced type name as well. Use |
31 |
it as fragment of detail document. |
32 |
|
33 |
* error-description-source.en.xml: More error descriptions |
34 |
are added. |
35 |
|
36 |
* mkdescription.pl: Remove |catalog| element from |
37 |
the result description document. |
38 |
|
39 |
* table.cgi: Set |is_header| property |
40 |
of table cells explicitly since otherwise newer JSON.pm |
41 |
generates broken output. |
42 |
|
43 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
44 |
|
45 |
* Makefile (all): |cc-msg.en.txt| is added to the list of |
46 |
dependency. |
47 |
(cc-msg.en.txt): New rule. |
48 |
|
49 |
* mkcatalog.pl: New Perl script. |
50 |
|
51 |
* cc-msg.en.txt: Now this file is generated by |
52 |
the rule described in |Makefile|. |
53 |
|
54 |
* cc.cgi (HTML mode): Set |charset| as |ISO-8859-1| |
55 |
if not specified, for now. |
56 |
(get_text): Replace |<var>$/n/</var>|, not just |$/n/|, |
57 |
to variable. |
58 |
|
59 |
* error-description-source.xml: All entries |
60 |
in |cc-msg.en.txt| are now described as XML data. |
61 |
|
62 |
* mkdescription.pl: Print the result by |inner_html| DOM |
63 |
attribute. Put |level| attribute value, if any, before |name| |
64 |
attribute value. Allow missing of |desc| attribute. |
65 |
Ignore any |catalog| element. |
66 |
|
67 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
68 |
|
69 |
* cc-interface.en.html: Content-Type options are extended. |
70 |
Charset options are added. URI input box is added. |
71 |
|
72 |
* cc.cgi (get_input_document): New. Support for URI input. |
73 |
(#document-info): Present request URI, documen URI, |
74 |
base URI (HTTP-level), internet media type, and |
75 |
charset (if any). |
76 |
(print_http_header_section): New. |
77 |
(print_source_string_section): Renamed from |print_source_string| |
78 |
and it now generate entire section. Use charset |
79 |
information obtained by parsing (for this reason the section |
80 |
now follows the parse error section). |
81 |
(HTML parse mode): Support for charsets (alpha). |
82 |
(XML parse mode): Support for |application/xml| |
83 |
and |text/xml|. Support for charsets. |
84 |
(#result-summary): Show error message section, |
85 |
rather than simple HTTP error, for any input error. |
86 |
(print_document_tree): Present |xml_version|, |xml_encoding|, |
87 |
and |xml_standalone|. |
88 |
(get_node_path): Return |/| if the input is the |Document| node. |
89 |
(WDCC::LWPUA): New package. |
90 |
|
91 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
92 |
|
93 |
* parser-manakai-interface.en.html: An option |
94 |
to parse as H2H is added. |
95 |
|
96 |
* parser-manakai.cgi: H2H parse mode is added. |
97 |
|
98 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
99 |
|
100 |
* parser-manakai.cgi: Set |Document| as HTML if it is. |
101 |
Use |inner_html| attribute for inner HTML value. |
102 |
XML documents are now serializable via |inner_html|. |
103 |
|
104 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
105 |
|
106 |
* Makefile: New. |
107 |
|
108 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
109 |
|
110 |
* cc.cgi: Return 404 if |PATH_INFO| is different from |/|. |
111 |
Link to |error-description|. |
112 |
|
113 |
* error-description-source.xml: New. |
114 |
|
115 |
* mkdescription.pl: New. |
116 |
|
117 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
118 |
|
119 |
* cc-style.css: New rules for empty error lists, |
120 |
error levels, and |code|. |
121 |
|
122 |
* cc.cgi: Support for error message catalog. |
123 |
Support for empty (zero-length) document. |
124 |
(print_source_string): Support for empty document. |
125 |
(print_document_tree): Element |has_child_nodes| test |
126 |
was incorrect. Output compat mode and is html flag |
127 |
for |Document| node. |
128 |
(load_text_catalog, get_text): New functions. |
129 |
|
130 |
* LICENSE, large-alert.png, large-info.png, large-stop.png: |
131 |
New files. |
132 |
|
133 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
134 |
|
135 |
* cc.cgi: "Terms" section. "Tree" was sometimes |
136 |
non-conforming to HTML5. |
137 |
(get_node_link): New function. |
138 |
|
139 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
140 |
|
141 |
* cc-style.css (img): New rule not to make border |
142 |
for img[usemap]. |
143 |
|
144 |
* cc.cgi: |table.cgi|-feature merged. Doctype |
145 |
token was serialized incorrectly. |
146 |
|
147 |
* table-script.js (tableToCanvas): Has second |
148 |
argument to specify the parent. Use image map |
149 |
to identify cells. |
150 |
|
151 |
* table.cgi: Minor fix to sync with the aforementioned |
152 |
change. |
153 |
|
154 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
155 |
|
156 |
* parser-manakai.cgi, parser-manakai-interface.en.html: Fragment |
157 |
parse mode is implemented. |
158 |
|
159 |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
160 |
|
161 |
* parser-interface.en.html: |checked"| -> |checked| (it did |
162 |
work for Firefox 1.5 but not for WinIE6). |
163 |
|
164 |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
165 |
|
166 |
* parser-manakai.cgi: New. |
167 |
|
168 |
* parser-manakai-interface.en.html: New. |
169 |
|
170 |
* time-manakai.plt: New. |
171 |
|
172 |
2007-05-28 Wakaba <wakaba@suika.fam.cx> |
173 |
|
174 |
* parser.cgi: Log elapsed time to external files. |
175 |
|
176 |
* time.plt: New file. |
177 |
|
178 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
179 |
|
180 |
* parser.cgi: Output how long each process takes. |
181 |
Document element testing is moved to the |Whatpm::ContentChecker| |
182 |
module. |
183 |
|
184 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
185 |
|
186 |
* excanvas.js: New (from <http://sourceforge.net/project/showfiles.php?group_id=163391&package_id=184688&release_id=505959>). |
187 |
|
188 |
* table.cgi: Remove |$table->{caption}->{element}| |
189 |
for table with caption processed correctly. |
190 |
Support for WinIE via ExplorerCanvas; note that |
191 |
it does not draw path with fill and stroke correctly (stroke |
192 |
is hidden?). |
193 |
|
194 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
195 |
|
196 |
* table.cgi, table-interface.en.html. table-script.js: New files. |
197 |
|
198 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
199 |
|
200 |
* parser.cgi: Use CGI::Carp. |
201 |
|
202 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
203 |
|
204 |
* parser-interface.en.html: A checkbox to |
205 |
enable DOM5 HTML conformance checking is added. |
206 |
|
207 |
* parser.cgi: Check DOM5 HTML conformance |
208 |
if |dom5| parameter is specified. |
209 |
|
210 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
211 |
|
212 |
* parser.cgi: Module names are updated. |
213 |
|
214 |
* parser-interface.en.html: Link to Whatpm introduction |
215 |
is added. |
216 |
|
217 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
218 |
|
219 |
* parser-interface.en.html: New document. |
220 |
|
221 |
* parser.cgi: Test-result-format mode is added. |
222 |
|
223 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
224 |
|
225 |
* parser.cgi: New file. |
226 |
|
227 |
* .htaccess: New file. |
228 |
|
229 |
* ChangeLog: New file. |