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