/[suikacvs]/test/html-webhacc/ChangeLog
Suika

Diff of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by wakaba, Mon Jul 16 10:55:11 2007 UTC revision 1.45 by wakaba, Sun Feb 10 02:05:30 2008 UTC
# Line 1  Line 1 
1    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
2    
3            * cc.cgi (check_and_print): Now this is a subroutine.
4    
5    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
6    
7            * cc-style.css: Rules for s/unsupported/u/'ed version added.
8    
9            * cc.cgi: Support for 'u' level.
10    
11            * error-description-source.en.xml: s/unsupported/u/;
12    
13            * standards.en.html: CSS added.
14    
15    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
16    
17            * standards.en.html: New document.
18    
19            * cc-interface.en.html: Linking to |standards.en.html|.
20    
21    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
22    
23            * error-description-source.xml: New error descriptions.
24    
25            * cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send
26            a 406 page!  |identity| encoding is added.
27    
28    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
29    
30            * cc.cgi (#document-tree Document): Output |inputEncoding|,
31            |manakaiCharset|, and |manakaiHasBOM| attributes.
32    
33    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
34    
35            * cc-style.css: New rules for warnings.
36    
37            * cc-todo.en.txt: Updated.
38    
39            * cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1|
40            for |inner_html| with external source.  Set |manakai_charset|
41            attribute if possible.
42            (load_text_catalog): Interpret catalog file as UTF-8.
43    
44            * error-description-source.en.xml: New errors for character
45            encodings are added.
46    
47    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
48    
49            * error-description-source.xml: s/charset declaration/character
50            encoding declaration/g, since HTML5 spec says so.
51    
52    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
53    
54            * cc.cgi (get_input_document): Use sniffer to determine
55            media type of the entity.
56    
57    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
58    
59            * cc-style.css: Rules for "unsupported" parse errors.
60    
61            * cc.cgi (print_syntax_error_html_section): Use HTML
62            parser for byte string.
63            (print_result_unknown_type_section): Make output
64            more consistent with other media types.
65    
66    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
67    
68            * parser.cgi: Use |Whatpm::HTML::Serializer| to serialize
69            an HTML DOM.
70    
71    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
72    
73            * cc-style.css: Styling examples.
74    
75    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
76    
77            * error-description-source.xml (enumerated:invalid:http-equiv:content-type):
78            New.
79    
80    2007-11-05  Wakaba  <wakaba@suika.fam.cx>
81    
82            * cc.cgi (get_error_level_label): New.
83    
84            * cc-style.css: New rules for error level descriptions.
85    
86            * error-description-source.xml: Description for error
87            levels is added.
88    
89    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
90    
91            * cc-interface.en.html (i): |text/cache-manifest| is added.
92    
93            * cc-style.css: New rules for manifest dump.
94    
95            * cc.cgi: Support for |text/cache-manifest|.
96    
97            * error-description-soruce.en.xml (#cache-manifest-errors): New
98            section.
99    
100    2007-09-10  Wakaba  <wakaba@suika.fam.cx>
101    
102            * cc.cgi, cc-style.css: Scoring support.
103    
104    2007-09-03  Wakaba  <wakaba@suika.fam.cx>
105    
106            * error-description-source.xml: Updated.
107    
108    2007-09-02  Wakaba  <wakaba@suika.fam.cx>
109    
110            * cc.cgi: Report document sections are now output by
111            corresponding subroutines.
112    
113    2007-08-26  Wakaba  <wakaba@suika.fam.cx>
114    
115            * cc.cgi: New catalog macros |local-name| and |element-local-name|.
116    
117    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
118    
119            * cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP|
120            instead of |SuikaWiki::Input::HTTP|.
121    
122    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
123    
124            * cc-interface.en.html: IMT |application/atom+xml| is added.
125            Link to |cc-todo| is added.
126    
127    2007-07-24  Wakaba  <wakaba@suika.fam.cx>
128    
129            * error-description.xml: Description for "after body", "bare etago",
130            and "bogus end tag" are added.
131    
132    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
133    
134            * cc-style.css: Don't remove bullet of the document node
135            in the document tree.  Don't collapse white space
136            in the |code| elements.
137    
138            * cc.cgi: Put identifiers and class names into |code|
139            element.
140            (get_text): Template for attribute values are supported.
141    
142            * error-descriotion-source.en.xml: More error descriptions
143            are included.  Use |{@}| attribute value insertion macro
144            for errors in which it should be useful.
145    
146    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
147    
148            * cc.cgi: Output HTTP and HTML header before try to
149            fetch the specified resource for usability.  Add
150            tables, identifiers, and terms section to the TOC.
151            Generate classes list.
152    
153    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
154    
155            * alert.png, error.png, info.png: New images.
156    
157            * LICENSE: New image file names are added.
158    
159            * cc-interface.en.html: Link to the style sheet is added.
160    
161            * cc-style.css: Duplicate identifiers and terms
162            are decorated by icon.
163    
164            * cc.cgi: |h1| links to the interface page.
165            (#identifiers): New section.
166    
167            * error-description-source.en.xml: More error types are
168            added.
169    
170    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
171    
172            * cc.cgi: Set |STDOUT| encoding as |utf8|.
173            (htescape): Escape some more invisible characters.
174    
175            * error-description-source.en.xml: More error data.
176    
177  2007-07-16  Wakaba  <wakaba@suika.fam.cx>  2007-07-16  Wakaba  <wakaba@suika.fam.cx>
178    
179          * cc.cgi (table stuff): Set |is_header| property          * cc.cgi (table stuff): Set |is_header| property
# Line 6  Line 182 
182          (get_text): Return the reduced type name as well.  Use          (get_text): Return the reduced type name as well.  Use
183          it as fragment of detail document.          it as fragment of detail document.
184    
185          * error-description-source.xml: More error descriptions          * error-description-source.en.xml: More error descriptions
186          are added.          are added.
187    
188          * mkdescription.pl: Remove |catalog| element from          * mkdescription.pl: Remove |catalog| element from

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.45

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24