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