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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24