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

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.33

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24