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

Diff of /test/html-webhacc/ChangeLog

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

revision 1.16 by wakaba, Sun Jul 1 06:21:46 2007 UTC revision 1.37 by wakaba, Sun Nov 11 04:18:27 2007 UTC
# Line 1  Line 1 
1    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
2    
3            * parser.cgi: Use |Whatpm::HTML::Serializer| to serialize
4            an HTML DOM.
5    
6    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
7    
8            * cc-style.css: Styling examples.
9    
10    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
11    
12            * error-description-source.xml (enumerated:invalid:http-equiv:content-type):
13            New.
14    
15    2007-11-05  Wakaba  <wakaba@suika.fam.cx>
16    
17            * cc.cgi (get_error_level_label): New.
18    
19            * cc-style.css: New rules for error level descriptions.
20    
21            * error-description-source.xml: Description for error
22            levels is added.
23    
24    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
25    
26            * cc-interface.en.html (i): |text/cache-manifest| is added.
27    
28            * cc-style.css: New rules for manifest dump.
29    
30            * cc.cgi: Support for |text/cache-manifest|.
31    
32            * error-description-soruce.en.xml (#cache-manifest-errors): New
33            section.
34    
35    2007-09-10  Wakaba  <wakaba@suika.fam.cx>
36    
37            * cc.cgi, cc-style.css: Scoring support.
38    
39    2007-09-03  Wakaba  <wakaba@suika.fam.cx>
40    
41            * error-description-source.xml: Updated.
42    
43    2007-09-02  Wakaba  <wakaba@suika.fam.cx>
44    
45            * cc.cgi: Report document sections are now output by
46            corresponding subroutines.
47    
48    2007-08-26  Wakaba  <wakaba@suika.fam.cx>
49    
50            * cc.cgi: New catalog macros |local-name| and |element-local-name|.
51    
52    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
53    
54            * cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP|
55            instead of |SuikaWiki::Input::HTTP|.
56    
57    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
58    
59            * cc-interface.en.html: IMT |application/atom+xml| is added.
60            Link to |cc-todo| is added.
61    
62    2007-07-24  Wakaba  <wakaba@suika.fam.cx>
63    
64            * error-description.xml: Description for "after body", "bare etago",
65            and "bogus end tag" are added.
66    
67    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
68    
69            * cc-style.css: Don't remove bullet of the document node
70            in the document tree.  Don't collapse white space
71            in the |code| elements.
72    
73            * cc.cgi: Put identifiers and class names into |code|
74            element.
75            (get_text): Template for attribute values are supported.
76    
77            * error-descriotion-source.en.xml: More error descriptions
78            are included.  Use |{@}| attribute value insertion macro
79            for errors in which it should be useful.
80    
81    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
82    
83            * cc.cgi: Output HTTP and HTML header before try to
84            fetch the specified resource for usability.  Add
85            tables, identifiers, and terms section to the TOC.
86            Generate classes list.
87    
88    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
89    
90            * alert.png, error.png, info.png: New images.
91    
92            * LICENSE: New image file names are added.
93    
94            * cc-interface.en.html: Link to the style sheet is added.
95    
96            * cc-style.css: Duplicate identifiers and terms
97            are decorated by icon.
98    
99            * cc.cgi: |h1| links to the interface page.
100            (#identifiers): New section.
101    
102            * error-description-source.en.xml: More error types are
103            added.
104    
105    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
106    
107            * cc.cgi: Set |STDOUT| encoding as |utf8|.
108            (htescape): Escape some more invisible characters.
109    
110            * error-description-source.en.xml: More error data.
111    
112    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
113    
114            * cc.cgi (table stuff): Set |is_header| property
115            of table cells explicitly since otherwise newer JSON.pm
116            generates broken output.
117            (get_text): Return the reduced type name as well.  Use
118            it as fragment of detail document.
119    
120            * error-description-source.en.xml: More error descriptions
121            are added.
122    
123            * mkdescription.pl: Remove |catalog| element from
124            the result description document.
125    
126            * table.cgi: Set |is_header| property
127            of table cells explicitly since otherwise newer JSON.pm
128            generates broken output.
129    
130    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
131    
132            * Makefile (all): |cc-msg.en.txt| is added to the list of
133            dependency.
134            (cc-msg.en.txt): New rule.
135    
136            * mkcatalog.pl: New Perl script.
137    
138            * cc-msg.en.txt: Now this file is generated by
139            the rule described in |Makefile|.
140    
141            * cc.cgi (HTML mode): Set |charset| as |ISO-8859-1|
142            if not specified, for now.
143            (get_text): Replace |<var>$/n/</var>|, not just |$/n/|,
144            to variable.
145    
146            * error-description-source.xml: All entries
147            in |cc-msg.en.txt| are now described as XML data.
148    
149            * mkdescription.pl: Print the result by |inner_html| DOM
150            attribute.  Put |level| attribute value, if any, before |name|
151            attribute value.  Allow missing of |desc| attribute.
152            Ignore any |catalog| element.
153    
154    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
155    
156            * cc-interface.en.html: Content-Type options are extended.
157            Charset options are added.  URI input box is added.
158    
159            * cc.cgi (get_input_document): New.  Support for URI input.
160            (#document-info): Present request URI, documen URI,
161            base URI (HTTP-level), internet media type, and
162            charset (if any).
163            (print_http_header_section): New.
164            (print_source_string_section): Renamed from |print_source_string|
165            and it now generate entire section.  Use charset
166            information obtained by parsing (for this reason the section
167            now follows the parse error section).
168            (HTML parse mode): Support for charsets (alpha).
169            (XML parse mode): Support for |application/xml|
170            and |text/xml|.  Support for charsets.
171            (#result-summary): Show error message section,
172            rather than simple HTTP error, for any input error.
173            (print_document_tree): Present |xml_version|, |xml_encoding|,
174            and |xml_standalone|.
175            (get_node_path): Return |/| if the input is the |Document| node.
176            (WDCC::LWPUA): New package.
177    
178    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
179    
180            * parser-manakai-interface.en.html: An option
181            to parse as H2H is added.
182    
183            * parser-manakai.cgi: H2H parse mode is added.
184    
185    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
186    
187            * parser-manakai.cgi: Set |Document| as HTML if it is.
188            Use |inner_html| attribute for inner HTML value.
189            XML documents are now serializable via |inner_html|.
190    
191    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
192    
193            * Makefile: New.
194    
195    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
196    
197            * cc.cgi: Return 404 if |PATH_INFO| is different from |/|.
198            Link to |error-description|.
199    
200            * error-description-source.xml: New.
201    
202            * mkdescription.pl: New.
203    
204  2007-07-01  Wakaba  <wakaba@suika.fam.cx>  2007-07-01  Wakaba  <wakaba@suika.fam.cx>
205    
206          * cc-style.css: New rules for empty error lists,          * cc-style.css: New rules for empty error lists,

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.37

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24