1 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* cc.cgi: Subdocument validation framework implemented. |
4 |
|
|
5 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* cc.cgi (print_listing_section): ID, class, and term |
8 |
|
section functions are merged. |
9 |
|
|
10 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* table-interface.en.html: Typo fixed. |
13 |
|
|
14 |
|
* cc.cgi: Use |$input->{id_prefix}| as the prefix for the |
15 |
|
identifiers in report sections. Don't add headings |
16 |
|
if the |$input->{nested}| flag is set. |
17 |
|
|
18 |
|
* table-script.js (tableToCanvas): Now it aceepts third |
19 |
|
argument, |idPrefix|, for setting ID prefix. |
20 |
|
|
21 |
|
* table.cgi: Set the third argument to |tableToCanvas| as an |
22 |
|
empty string. |
23 |
|
|
24 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* cc.cgi (check_and_print): Now this is a subroutine. |
27 |
|
|
28 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* cc-style.css: Rules for s/unsupported/u/'ed version added. |
31 |
|
|
32 |
|
* cc.cgi: Support for 'u' level. |
33 |
|
|
34 |
|
* error-description-source.en.xml: s/unsupported/u/; |
35 |
|
|
36 |
|
* standards.en.html: CSS added. |
37 |
|
|
38 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* standards.en.html: New document. |
41 |
|
|
42 |
|
* cc-interface.en.html: Linking to |standards.en.html|. |
43 |
|
|
44 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* error-description-source.xml: New error descriptions. |
47 |
|
|
48 |
|
* cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send |
49 |
|
a 406 page! |identity| encoding is added. |
50 |
|
|
51 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* cc.cgi (#document-tree Document): Output |inputEncoding|, |
54 |
|
|manakaiCharset|, and |manakaiHasBOM| attributes. |
55 |
|
|
56 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* cc-style.css: New rules for warnings. |
59 |
|
|
60 |
|
* cc-todo.en.txt: Updated. |
61 |
|
|
62 |
|
* cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1| |
63 |
|
for |inner_html| with external source. Set |manakai_charset| |
64 |
|
attribute if possible. |
65 |
|
(load_text_catalog): Interpret catalog file as UTF-8. |
66 |
|
|
67 |
|
* error-description-source.en.xml: New errors for character |
68 |
|
encodings are added. |
69 |
|
|
70 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* error-description-source.xml: s/charset declaration/character |
73 |
|
encoding declaration/g, since HTML5 spec says so. |
74 |
|
|
75 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* cc.cgi (get_input_document): Use sniffer to determine |
78 |
|
media type of the entity. |
79 |
|
|
80 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* cc-style.css: Rules for "unsupported" parse errors. |
83 |
|
|
84 |
|
* cc.cgi (print_syntax_error_html_section): Use HTML |
85 |
|
parser for byte string. |
86 |
|
(print_result_unknown_type_section): Make output |
87 |
|
more consistent with other media types. |
88 |
|
|
89 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* parser.cgi: Use |Whatpm::HTML::Serializer| to serialize |
92 |
|
an HTML DOM. |
93 |
|
|
94 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* cc-style.css: Styling examples. |
97 |
|
|
98 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* error-description-source.xml (enumerated:invalid:http-equiv:content-type): |
101 |
|
New. |
102 |
|
|
103 |
|
2007-11-05 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* cc.cgi (get_error_level_label): New. |
106 |
|
|
107 |
|
* cc-style.css: New rules for error level descriptions. |
108 |
|
|
109 |
|
* error-description-source.xml: Description for error |
110 |
|
levels is added. |
111 |
|
|
112 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* cc-interface.en.html (i): |text/cache-manifest| is added. |
115 |
|
|
116 |
|
* cc-style.css: New rules for manifest dump. |
117 |
|
|
118 |
|
* cc.cgi: Support for |text/cache-manifest|. |
119 |
|
|
120 |
|
* error-description-soruce.en.xml (#cache-manifest-errors): New |
121 |
|
section. |
122 |
|
|
123 |
|
2007-09-10 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* cc.cgi, cc-style.css: Scoring support. |
126 |
|
|
127 |
|
2007-09-03 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* error-description-source.xml: Updated. |
130 |
|
|
131 |
|
2007-09-02 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* cc.cgi: Report document sections are now output by |
134 |
|
corresponding subroutines. |
135 |
|
|
136 |
|
2007-08-26 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* cc.cgi: New catalog macros |local-name| and |element-local-name|. |
139 |
|
|
140 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
* cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP| |
143 |
|
instead of |SuikaWiki::Input::HTTP|. |
144 |
|
|
145 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* cc-interface.en.html: IMT |application/atom+xml| is added. |
148 |
|
Link to |cc-todo| is added. |
149 |
|
|
150 |
|
2007-07-24 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* error-description.xml: Description for "after body", "bare etago", |
153 |
|
and "bogus end tag" are added. |
154 |
|
|
155 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
157 |
|
* cc-style.css: Don't remove bullet of the document node |
158 |
|
in the document tree. Don't collapse white space |
159 |
|
in the |code| elements. |
160 |
|
|
161 |
|
* cc.cgi: Put identifiers and class names into |code| |
162 |
|
element. |
163 |
|
(get_text): Template for attribute values are supported. |
164 |
|
|
165 |
|
* error-descriotion-source.en.xml: More error descriptions |
166 |
|
are included. Use |{@}| attribute value insertion macro |
167 |
|
for errors in which it should be useful. |
168 |
|
|
169 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* cc.cgi: Output HTTP and HTML header before try to |
172 |
|
fetch the specified resource for usability. Add |
173 |
|
tables, identifiers, and terms section to the TOC. |
174 |
|
Generate classes list. |
175 |
|
|
176 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* alert.png, error.png, info.png: New images. |
179 |
|
|
180 |
|
* LICENSE: New image file names are added. |
181 |
|
|
182 |
|
* cc-interface.en.html: Link to the style sheet is added. |
183 |
|
|
184 |
|
* cc-style.css: Duplicate identifiers and terms |
185 |
|
are decorated by icon. |
186 |
|
|
187 |
|
* cc.cgi: |h1| links to the interface page. |
188 |
|
(#identifiers): New section. |
189 |
|
|
190 |
|
* error-description-source.en.xml: More error types are |
191 |
|
added. |
192 |
|
|
193 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
|
* cc.cgi: Set |STDOUT| encoding as |utf8|. |
196 |
|
(htescape): Escape some more invisible characters. |
197 |
|
|
198 |
|
* error-description-source.en.xml: More error data. |
199 |
|
|
200 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
201 |
|
|
202 |
|
* cc.cgi (table stuff): Set |is_header| property |
203 |
|
of table cells explicitly since otherwise newer JSON.pm |
204 |
|
generates broken output. |
205 |
|
(get_text): Return the reduced type name as well. Use |
206 |
|
it as fragment of detail document. |
207 |
|
|
208 |
|
* error-description-source.en.xml: More error descriptions |
209 |
|
are added. |
210 |
|
|
211 |
|
* mkdescription.pl: Remove |catalog| element from |
212 |
|
the result description document. |
213 |
|
|
214 |
|
* table.cgi: Set |is_header| property |
215 |
|
of table cells explicitly since otherwise newer JSON.pm |
216 |
|
generates broken output. |
217 |
|
|
218 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* Makefile (all): |cc-msg.en.txt| is added to the list of |
221 |
|
dependency. |
222 |
|
(cc-msg.en.txt): New rule. |
223 |
|
|
224 |
|
* mkcatalog.pl: New Perl script. |
225 |
|
|
226 |
|
* cc-msg.en.txt: Now this file is generated by |
227 |
|
the rule described in |Makefile|. |
228 |
|
|
229 |
|
* cc.cgi (HTML mode): Set |charset| as |ISO-8859-1| |
230 |
|
if not specified, for now. |
231 |
|
(get_text): Replace |<var>$/n/</var>|, not just |$/n/|, |
232 |
|
to variable. |
233 |
|
|
234 |
|
* error-description-source.xml: All entries |
235 |
|
in |cc-msg.en.txt| are now described as XML data. |
236 |
|
|
237 |
|
* mkdescription.pl: Print the result by |inner_html| DOM |
238 |
|
attribute. Put |level| attribute value, if any, before |name| |
239 |
|
attribute value. Allow missing of |desc| attribute. |
240 |
|
Ignore any |catalog| element. |
241 |
|
|
242 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
243 |
|
|
244 |
* cc-interface.en.html: Content-Type options are extended. |
* cc-interface.en.html: Content-Type options are extended. |